2008 ClimaxScripts.com All Rights Reserved
Part of the AroraNetwork.org.uk
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Hi,

Thank you for downloading the simple ip logger script from Climax Scripts
This will log your visitor's IP address which can help you in numerous ways
from security issues to simply keeping track of your visitors.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
INSTALLATION:

Firstly upload the files log.php and log.html onto your web hosting account / server!

On the page(s) you want your visitors IP address to be logged place the code from
log.php to the top of your page!

OR you could use the following php include code which will save memory space:
<?php include("log.php"); ?>

And your now done! 

To view your visitor's details visit the log.html file!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

If you want a page saying your visitor's IP address so they can see it just use 
the following piece of code!

PHP CODE:

<?php
echo "Your IP address is: " . $_SERVER["REMOTE_ADDR"]
?>

------------Cheers :)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

If you use this script please remember to link back to www.ClimaxScripts.com! 

Thanks,

       The ClimaxScripts.com Staff!
Part of the AroraNetwork.org.uk