#==============================================================================+
#   ShowMyIP 1.1 - an e107 Plugin by nlstart
#
#   Plugin Support Website: [link=external=http://e107.webstartinternet.com/]e107.webstartinternet.com[/link]
#
#   A plugin template for the e107 Website System; visit [link=external=http://e107.org/]e107.org[/link]
#   For more plugins visit: [link=external=http://www.e107coders.org/]e107coders.org[/link]
#
#==============================================================================+

Purpose of the ShowMyIP plugin
=====================================
GOAL: Show the IP of the user.


Prerequisites:
==============
E107 core v0.7.7 (or newer) installed.


Installation:
=============
1. Flying Kickstart:
====================
a. Upload the ShowMyIP plugin files into your 'e107_plugins' folder. Although 'Upload plugin' from the Admin section might work, uploading your plugin files by using an FTP client program is recommended.
b. When working on Linux or Unix based server set the CHMOD settings of directories to 755 and set CHMOD of all .php files to 644.
c. Login as an administrator into e107, go to Plugin Manager, install ShowMyIP and happy browsing!

2. Updates:
===========
Not applicable; no database updates since v1.0!


Important background information
================================
Just a simple plugin.

Troubleshooting
===============
-

Changelog:
==========
Version 1.1:
 * Sub-goals for release 1.1:
   - improvements
 * New/Added Features:
   -
 * Altered Features:
   -
 * Bugs Fixed:
   - showmyip: added correct full php tag in top of file instead of shorttag
   - PHP function getenv() doesn't work when Server API is ASAPI (IIS); the IP number is than always unknown
     fixed by using function $_SERVER["REMOTE_ADDR"] for those situations.
   - variables ip and full where set improperly
 * Minor Changes:
   -
 * Wishlist:
   -
 * Known bugs:
   -

Version 1.0:
 * Sub-goals for release 1.0: 
   - make plugin fully e107 compliant
   - make plugin language independent 
   - initial version
 * New/Added Features:
   - 
 * Altered Features:
   -
 * Bugs Fixed:
   - 
 * Minor Changes:
   - 
 * Wishlist:
   - 
 * Known bugs:
   - 


Future roadmap
==============
* actually monitor the buglist on [link=external=http://e107.webstartinternet.com]e107.webstartinternet.com[/link]
* monitor what features end users want

License
=======
ShowMyIP is distributed as free open source code released under the terms and conditions of the [link=external=http://gnu.org/]GNU General Public License[/link].