This is a more copy-paste than read tutorial, but ah whatever. To do this code, your host must support PHP.
To show your visitor's IP, add the following line wherever:
Quote:
<?php $visitorip = $_SERVER['REMOTE_ADDR'];
echo "$visitorip"; ?>
|
Just paste it where you want it to go. Nothing really to it, just don't remove the "<" and ">", or else it won't work.
:tooth:
|