|
|
|
||||
|
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 |
|
Die With Your Boots On
Join Date: Oct 2003
Location: Hawaii
Posts: 22,872
|
What is the code for displaying a visitors host
I have the code for the IP, but what is the code for displaying the host address? For example, I want to make an error page that says something like "Your username and password have been logged and will be reviewed, your IP address is _________ and your host is _________."
Thanks in advance.
__________________
|
|
|
|
|
|
#2 |
|
Confirmed User
Industry Role:
Join Date: Dec 2001
Posts: 7,952
|
perl, php, asp or hahahahahahahahahaha?
|
|
|
|
|
|
#3 | |
|
Die With Your Boots On
Join Date: Oct 2003
Location: Hawaii
Posts: 22,872
|
Quote:
__________________
|
|
|
|
|
|
|
#4 |
|
Too lazy to set a custom title
Join Date: Oct 2002
Location: Global Traveler
Posts: 51,271
|
sorry i have no idea about that!!
|
|
|
|
|
|
#5 |
|
Confirmed User
Join Date: May 2002
Location: MI
Posts: 1,827
|
PHP Code:
$hostname = gethostbyaddr($_SERVER['REMOTE_ADDR']); echo $hostname; (because the php quoting stuff looks really small.)
__________________
Latest MMA news. http://www.mmawrapup.com |
|
|
|
|
|
#6 | |
|
Die With Your Boots On
Join Date: Oct 2003
Location: Hawaii
Posts: 22,872
|
Quote:
__________________
|
|
|
|
|
|
|
#7 |
|
Confirmed User
Join Date: May 2002
Location: MI
Posts: 1,827
|
__________________
Latest MMA news. http://www.mmawrapup.com |
|
|
|
|
|
#8 | |
|
Die With Your Boots On
Join Date: Oct 2003
Location: Hawaii
Posts: 22,872
|
Quote:
__________________
|
|
|
|
|