Ok im just starting to get into site making, so im starting out with GeoCities just to test some things. I was wondering if there was a way to Log ipaddresses that went to my site and put the ip logs on a page like Geocities.com/Forgotten_tech/Logged.html
If you want to log the IP-adresses, you need to use a server-side scripting language, e.g. PHP, ASP etc. This does also mean that the file extension needs to be .php (or .asp). As far as I know, Geocities doesn't support server-side scripting.
$_SERVER['REMOTE_ADDR'] will give you the IP of the user (most of the time). Read up on how to write to a file, write the ip to a file, then use php.net/file to open the file and show the contents.
Bookmarks