View Single Post
Old 03-18-2006, 01:11 PM   · #7
2knew
NamePros Member
 
Trader Rating: (16)
Join Date: Oct 2005
Posts: 191
NP$: 3097.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.


Please register or log-in into NamePros to hide ads
2knew is offline   Reply With Quote
Site Sponsors
free webhosting Traffic Down Under YUPPADS
Advertise your business at NamePros
All times are GMT -7. The time now is 11:48 PM.


Powered by: vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.