Posted by Cassandra
2014-04-01

Really beautiful! Is there a way you could add an IP logger?
Posted by Tom
2014-04-02

Hi Cassandra,
If you just want to get IP addresses of posters, you can use the following command. It displays the IP address from which the user is viewing the current page.
<?php echo $_SERVER['REMOTE_ADDR']; ?>