Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 04-23-2006, 02:51 AM   #1 (permalink)
 
True Techie

Join Date: Nov 2005

Posts: 115

i_learn

Default finding ips(source code?)

so many of these sites will show you your ip address.........whats the code??? whats the language like? java, c++, pascal?

i'd like to unravel how sites like ipchicken and such find it out. i think its a code...is it?
i_learn is offline  
Old 04-23-2006, 02:56 AM   #2 (permalink)
 
Monster Techie

Join Date: Jul 2003

Posts: 1,179

Emily is on a distinguished road

Send a message via AIM to Emily
Default

Here are some scripts for doing this:

http://simplythebest.net/scripts/DHT...cript_118.html
http://www.hotscripts.com/Detailed/51366.html
http://www.codingforums.com/showthread.php?t=8845

Google "ip script" for some more options.

Hope this helped.
__________________
<a href=\"http://www.upstark.com\">www.upstark.com</a>
Emily is offline  
Old 04-23-2006, 03:27 PM   #3 (permalink)
 
True Techie

Join Date: Nov 2005

Posts: 115

i_learn

Default

kinda...only i am sorta a noob when it comes to any language apart from c, C++, and english!, not bad at html but got an idea .....t
thanks
i_learn is offline  
Old 04-23-2006, 04:47 PM   #4 (permalink)
office politics's Avatar
 
It's all just 1s and 0s

Join Date: Jan 2004

Location: in the lab

Posts: 4,410

office politics will become famous soon enough

Default

http headers carry this info

http://www.xav.com/env.pl

Quote:
This script displays all environment variables and all form variables associated with the request.

Environment variables beginning with "HTTP_" are the initial request headers sent by your browser. The "REMOTE_" headers are mostly based on your network status (port, hostname, and IP address). Other variables are mostly server-dependent.

office politics is offline  
 
Closed Thread

Thread Tools
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are On