PDA

View Full Version : Using a webpage to find IP numbers



Apex
02-01-2005, 01:49 PM
if I make a website, could I see all the visitors ip numbers? if so, how is it done?

ABHIS
02-01-2005, 02:36 PM
Originally posted by Apex
if I make a website, could I see all the visitors ip numbers? if so, how is it done?
Either you'll run the webpage on YOUR OWN server, in this case most http servers provide a log file listing:
IP, Address, date of connection, visited pages, etc..
Or you'll host your pages on some remote server, in this case you need to chose a host that provides cgi or perl and write yourself the simpliest script (that you could find hundreds by simply googling).

Apex
02-01-2005, 02:56 PM
so let's say I use freewebs, is there any instructions you can give me to get started?

ABHIS
02-01-2005, 03:03 PM
Originally posted by Apex
so let's say I use freewebs, is there any instructions you can give me to get started?
Visit this "freewebs" web page, and check whether or not they support PHP. Get in touch with them and see if you can implement active scripts in your pages. If this is OK for them, then all you need is either to write your own script to capture IP of your visitors or to copy an already available script from the net.
In all cases, a minimum level of script writing/handling/dealing_with is required.

Unregistered
02-01-2005, 03:28 PM
This hosting site handles perl and php..
http://www.plugsocket.com/web-hosting/

Apex
02-02-2005, 05:47 PM
ok I found a site that supports PHP, is there anyway I can get started because I've never made a website/scripts before.

SyntaXmasteR
02-02-2005, 05:57 PM
HTML DESIGN - http://www.htmlgoodies.com/
PHP DESIGN - http://www.w*schools.com/php/default.asp

sudharsan
02-03-2005, 02:13 AM
Hi Gurus
Is it possible to trace the ip address of users accessing my page invariably of the web-server(means apache, ISS, etc.....).

Regards
Sudharsan