Is there a way once you have an ip-address, to fetch the platform as well...?
Thanks a lot!
You dont even need the ip. Try:
<?php $os=getenv("OS"); ?>
.
Be careful, cos for some reason it doesnt pick up EVERY os...
In this case I need an IP, you see I made a portscanner,this has nuffin to do with visitors, otherwise I'd use $HTTP_USER_AGENT to get browser and the OS...