TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

IP Visitor Tracking

Page: 1 Reply
Sep 11th 2003#121524 Report
Member since: Jul 16th 2002
Posts: 352
Is there an HTML or Javascript code that will log the Ip's of visitor's to a website? If so, what is the code.
Reply with Quote Reply
Sep 12th 2003#121547 Report
Member since: Nov 26th 2001
Posts: 2586
server side. either CGI (like perl) or ASP or PHP. HTML and javascript are client side browser interpreted.
Reply with Quote Reply
Sep 12th 2003#121551 Report
Member since: Mar 24th 2002
Posts: 3114
In PHP the value gets sucked into:
$REMOTE_ADDR;

Reply with Quote Reply
Sep 12th 2003#121558 Report
Member since: Nov 26th 2001
Posts: 2586
and that is a part of the built in $_SERVER variables with php....
here is a list:
http://www.phpfreaks.com/phpmanual/page/reserved.variables.html
Reply with Quote Reply
Sep 12th 2003#121568 Report
Member since: May 1st 2002
Posts: 3034
if your paying for hosting, normally you get access to something that keeps track of it, you can probably get to it from your control panel... should you have one.
Reply with Quote Reply
Page: 1 Back to top
Please login or register above to post in this forum