[advanced search]
27 members in the live chat room. Join Chat!
Register Rules & FAQ NP$ Store Active Threads Mark Forums Read
Go Back   NamePros.Com > Design and Development > Webmaster Tutorials
User Name
Password

Old 03-04-2006, 01:38 PM   · #1
asgsoft
NamePros Regular
 
asgsoft's Avatar
 
Location: At Home
Trader Rating: (36)
Join Date: Sep 2005
Posts: 805
NP$: 1406.10 (Donate)
asgsoft is just really niceasgsoft is just really niceasgsoft is just really niceasgsoft is just really niceasgsoft is just really nice
Getting current user's IP address

While looking in the PHP predefined variables i found an intersting one: $_ENV["REMOTE_ADDR"]. what this does is it gives the current IP of the person viewing your site. This is quite good if you are making a poll for a intranet where each user has their own username.

Have a look at this and tell me what you think.

PHP Code:
<?php
$ip
= $_ENV["REMOTE_ADDR"]; //set variable

echo $ip; //show the value of the variable

?>

I hope somebody finds it helpful.

ASGSOFT


Please register or log-in into NamePros to hide ads
asgsoft is offline   Reply With Quote
Old 03-06-2006, 04:10 AM   · #2
JuggernautH
Account Closed
 
JuggernautH's Avatar
 
Name: Christian Eklund
Location: ../home/mysite
Trader Rating: (87)
Join Date: Dec 2005
Posts: 3,613
NP$: 3.00 (Donate)
JuggernautH has much to be proud ofJuggernautH has much to be proud ofJuggernautH has much to be proud ofJuggernautH has much to be proud ofJuggernautH has much to be proud ofJuggernautH has much to be proud ofJuggernautH has much to be proud ofJuggernautH has much to be proud ofJuggernautH has much to be proud ofJuggernautH has much to be proud of
Cancer Child Abuse
If you search for it on google you would easily find it, but thnx anyway.
JuggernautH is offline   Reply With Quote
Old 03-09-2006, 10:58 AM   · #3
navjotjsingh
BlahBlahBlah...
 
navjotjsingh's Avatar
 
Name: Navjot Singh
Location: India
Trader Rating: (37)
Join Date: Oct 2005
Posts: 1,941
NP$: 0.51 (Donate)
navjotjsingh is a splendid one to beholdnavjotjsingh is a splendid one to beholdnavjotjsingh is a splendid one to beholdnavjotjsingh is a splendid one to beholdnavjotjsingh is a splendid one to beholdnavjotjsingh is a splendid one to beholdnavjotjsingh is a splendid one to beholdnavjotjsingh is a splendid one to behold
Marrow Donor Program
Thanks for the information...I was looking for such a info to be used with a Quiz PHP Script!
navjotjsingh is offline   Reply With Quote
Old 03-14-2006, 07:44 AM   · #4
leviathon
NamePros Regular
 
Location: Canada
Trader Rating: (5)
Join Date: Sep 2005
Posts: 673
NP$: 597.25 (Donate)
leviathon is on a distinguished road
I personally uses JS for that But I guess PHP overcomes it in simplicity
leviathon is online now   Reply With Quote
Old 03-14-2006, 08:01 AM   · #5
Bill
NamePros Auctioneer™
 
Bill's Avatar
 


Name: Bill
Location: New Jersey
Trader Rating: (224)
Join Date: Feb 2005
Posts: 11,858
NP$: 257.51 (Donate)
Bill has a reputation beyond reputeBill has a reputation beyond reputeBill has a reputation beyond reputeBill has a reputation beyond reputeBill has a reputation beyond reputeBill has a reputation beyond reputeBill has a reputation beyond reputeBill has a reputation beyond reputeBill has a reputation beyond reputeBill has a reputation beyond reputeBill has a reputation beyond repute
Member of the Month
August 2006 Help the Homeless Baby Health Marrow Donor Program Parkinson's Disease Find Marrow Donors! Find Marrow Donors! Save The Children 9/11/01 :: Never Forget VA Tech Memorial Ethan Allen Fund 9/11/01 :: Never Forget Protect Our Planet
You can also display the users IP to them. An example of this can be found at www.cat5.us
__________________
Be cool. Be polite. Be professional.™ © Jeff 2003-2007
Contact NamePros Management
Bill is offline  
  Reply With Quote
Old 03-15-2006, 03:58 AM   · #6
J4m!3
NamePros Regular
 
J4m!3's Avatar
 
Name: Jamie
Location: Clevedon, UK
Trader Rating: (9)
Join Date: Oct 2005
Posts: 198
NP$: 25.00 (Donate)
J4m!3 will become famous soon enoughJ4m!3 will become famous soon enough
Thanks may come in handy..
J4m!3 is offline   Reply With Quote
Old 03-18-2006, 01:11 PM   · #7
2knew
NamePros Member
 
Trader Rating: (16)
Join Date: Oct 2005
Posts: 184
NP$: 3091.00 (Donate)
2knew has a spectacular aura about2knew has a spectacular aura about
Slightly different method, same info:
Code:
<?php echo "<html><head><title>lifted from www.scanmybrowser.com</title></head>"; echo "<body><h1>A few request header variables:</h1>"; echo "HTTP_REFERER=".getenv("HTTP_REFERER")."<br>"; echo "REMOTE_ADDR=".getenv("REMOTE_ADDR")."<br>"; echo "HTTP_USER_AGENT=".getenv("HTTP_USER_AGENT")."<br>"; echo "HTTP_ACCEPT=".getenv("HTTP_ACCEPT")."<br>"; echo "HTTP_ACCEPT_LANGUAGE=".getenv("HTTP_ACCEPT_LANGUAGE")."<br>"; echo "HTTP_ACCEPT_CHARSET=".getenv("HTTP_ACCEPT_CHARSET")."<br>"; echo "HTTP_ACCEPT_ENCODING=".getenv("HTTP_ACCEPT_ENCODING")."<br>"; echo "</body></html>"; ?>


Similar examples in ASP and C++ at www.scanmybrowser.com - look for the links in the left navbar.
2knew is offline   Reply With Quote
Closed Thread

NamePros is a revenue sharing forum.

Thread Tools

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
77% of Google users.... holeinone Industry News 22 03-07-2006 07:30 AM
Users Online Counter Hosting Script BoxFresh Scripts For Sale 3 08-29-2005 10:41 AM
Php code for getting IP Address of users. bbalegere CODE 2 08-22-2005 04:51 AM
Users Online Hosting - PHP Script *Cheap* Elemental Scripts For Sale 1 02-04-2005 12:21 PM

Site Sponsors
Buy Flash Arcade Game Script http://www.internetinvestments.com/ Hunting Moon
Advertise your business at NamePros
All times are GMT -7. The time now is 02:29 PM.


Powered by: vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0