FreeHostia Forums
http://forum.freehostia.com/

Script request
http://forum.freehostia.com/viewtopic.php?f=10&t=9093
Page 1 of 1

Author:  HawttDawgg [ Sun Jun 29, 2008 5:24 pm ]
Post subject:  Script request

How can I add a IP Detector in my page... I wanted to scare my friend...

Author:  Mike [ Tue Jul 01, 2008 8:08 pm ]
Post subject: 

Code:
{$_SERVER['REMOTE_ADDR']}


I believe that's what you're looking for.. ;)

Author:  mittal [ Tue Jan 27, 2009 5:18 pm ]
Post subject: 

use this

Code:


<u>User Agent:</u><br/>
$HTTP_USER_AGENT<br/><br/>

<u>IP-Adress:</u><br/>
$REMOTE_ADDR<br/><br/>

<u>Port:</u><br/>
$REMOTE_PORT<br/><br/>

<u>Accept Mime Types:</u><br/>
$HTTP_ACCEPT<br/><br/>

<u>Language:</u><br/>
$HTTP_ACCEPT_LANGUAGE<br/><br/>

<u>Accept Charset:</u><br/>
$HTTP_ACCEPT_CHARSET<br/><br/>
<u>Referer:</u><br/>
$HTTP_REFERER<br/><br/>
<u>Host:</u><br/>
$HTTP_HOST



Author:  Vasily [ Sat Apr 25, 2009 4:59 am ]
Post subject: 

mittal wrote:
use this

it will works only with register_globals on

Page 1 of 1 All times are UTC
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/