Go Back   CodingForums.com > :: Server side development > Other server side languages/ issues

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 01-31-2003, 07:45 AM   PM User | #1
starwarrior
New to the CF scene

 
Join Date: Jan 2003
Location: Colorado USA
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
starwarrior is an unknown quantity at this point
Question I need a script that will capture visitors info while they are on my site

I know very little about Java or any other language, for that matter. I am just trying to find out if it is possible to capture information such as ip address, url, email address or any other info about visitors before they leave my site.
Thanks
starwarrior
starwarrior is offline   Reply With Quote
Old 01-31-2003, 07:55 AM   PM User | #2
tempest1
New Coder

 
Join Date: Nov 2002
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
tempest1 is an unknown quantity at this point
You can get the url of your page lol, but thats kind of worthless. All the rest of the stuff you cant do in javascript.
__________________
» ð, Ŵħąŧ¿ Ýőų łįķę¿
tempest1 is offline   Reply With Quote
Old 01-31-2003, 08:14 PM   PM User | #3
Roy Sinclair
Senior Coder

 
Join Date: Jun 2002
Location: Wichita
Posts: 3,880
Thanks: 0
Thanked 0 Times in 0 Posts
Roy Sinclair will become famous soon enough
The IP address is logged by the web server, you just need to get access to those log files from your host. You can use the navigator object to get other miscellaneous information about the user's environment (OS, Browser...) but thankfully the browser won't provide you or anyone else more personal information such as names, addresses (land and/or email), phone number or the like.

If you want that information, you'll have to ask the user to provide it but first you'd better be sure you need it. Also explicitly state exactly why you need it, all the uses you'll make of that information and exactly how privately you'll handle that information.

Personally if I hit a site that needlessly requires personal information I fill the fields with snide comments and garbage entries.
Roy Sinclair is offline   Reply With Quote
Old 02-01-2003, 08:14 AM   PM User | #4
oracleguy
Rockstar Coder


 
Join Date: Jun 2002
Location: USA
Posts: 9,043
Thanks: 1
Thanked 322 Times in 318 Posts
oracleguy is a jewel in the roughoracleguy is a jewel in the roughoracleguy is a jewel in the rough
Quote:
Originally posted by Roy Sinclair

If you want that information, you'll have to ask the user to provide it but first you'd better be sure you need it. Also explicitly state exactly why you need it, all the uses you'll make of that information and exactly how privately you'll handle that information.
Essentially you need a privacy policy if you want people to even consider truthfully filling something like that out.
__________________
OracleGuy
oracleguy is offline   Reply With Quote
Old 02-06-2003, 07:15 PM   PM User | #5
bluephoenix
New Coder

 
Join Date: Dec 2002
Location: Central New York
Posts: 87
Thanks: 0
Thanked 0 Times in 0 Posts
bluephoenix is an unknown quantity at this point
Quote:
Originally posted by Roy Sinclair
Personally if I hit a site that needlessly requires personal information I fill the fields with snide comments and garbage entries.
I've been known to do that to "reputable" sites too that require you to register before doing something (like music jukebox or Netscape Navigator), or set cookies on your computer to maintain your log in information but never provide a log in form if that cookie is deleted (like mp3.com).

I sort of wonder how many entries they have in their databse from "people" from Peru with the name WOQNB QWPBVEFNB at du20yt890eyb8@dfsfs.csb.
__________________
Timothy Boronczyk
bluephoenix is offline   Reply With Quote
Old 03-01-2003, 05:02 AM   PM User | #6
orangehairedboy
New Coder

 
Join Date: Mar 2003
Location: Tampa, FL
Posts: 27
Thanks: 0
Thanked 0 Times in 0 Posts
orangehairedboy is an unknown quantity at this point
You might also be interested in GeoBytes - they can often tell you where someone is...it'll even tell you the city and state if it can.

Lewis
orangehairedboy is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 08:33 PM.


Advertisement
Log in to turn off these ads.