|
|
|
||||
|
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() |
|
|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
|
Thread Tools |
|
|
#1 |
|
Confirmed User
Join Date: Sep 2002
Location: Boston, MA.
Posts: 256
|
Anybody know how to make someones IP address show up on a webpage? How do you make that persons IP address show up when they visit my site? I want to put this on my sign-up page but don't know how. Anyone? Anyone? Bueller? Bueller?
|
|
|
|
|
|
#2 |
|
rockin tha trailerpark
Industry Role:
Join Date: May 2001
Location: ~Coastal~
Posts: 23,088
|
__________________
__________ Loadedca$h - get sum! - Revengebucks - mmm rebills! - webair (gotz sErVrz)
|
|
|
|
|
|
#3 |
|
Nice Kitty
Industry Role:
Join Date: Sep 2002
Location: The good old USA!!!
Posts: 21,053
|
It can be done using javascript. Check out some major javascript sites for free scripts that will do this.
__________________
When you're running down my country hoss...you're walking on the fighting side of me! FOR THE LYING LOWLIFE POSTING AS PATHFINDER...https://gfy.com/fucking-around-and-pr...athfinder.html |
|
|
|
|
|
#4 |
|
Confirmed User
Join Date: Sep 2002
Location: Boston, MA.
Posts: 256
|
How is that done? How do you display my IP address??
|
|
|
|
|
|
#5 |
|
Confirmed User
Industry Role:
Join Date: Mar 2002
Posts: 7,245
|
[!--#echo var='REMOTE_ADDR' --]
Or something like that cant remember exactly |
|
|
|
|
|
#6 |
|
Confirmed User
Join Date: Oct 2001
Location: Scottsdale :)
Posts: 2,188
|
|
|
|
|
|
|
#7 |
|
Confirmed User
Join Date: Jul 2002
Location: I Love Ixtapa, Mexico ö
Posts: 616
|
PHP Code:
|
|
|
|
|
|
#8 |
|
Confirmed User
Join Date: Sep 2002
Location: Boston, MA.
Posts: 256
|
That doesnt work with IE matty, im checking javascript sites now...
|
|
|
|
|
|
#9 |
|
Confirmed User
Join Date: Mar 2002
Location: Mass Ass
Posts: 5,294
|
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin if ((navigator.appVersion.indexOf("4.") != -1) && (navigator.appName.indexOf("Netscape") != -1)){ ip = "" + java.net.InetAddress.getLocalHost().getHostAddress (); document.write("Your IP address is " + ip); } else { document.write("IP Address only shown in Netscape with Java enabled!"); } // End --> </script> |
|
|
|
|
|
#10 |
|
Macdaddy coder
Industry Role:
Join Date: Feb 2002
Location: MacDaddy pimp coder
Posts: 2,806
|
127.0.0.1
__________________
MacDaddy Coder. |
|
|
|