Chi Kien Uong
Geranienstraße 30
71034 Böblingen
Deutschland / Germany
|
If you are not registered or logged in, you may still use these forums but with limited features.
Show recent topics
|
|
|
Author |
Message |
03/02/2004 05:49:25
|
Anonymous
|
Hey,
Can Someone Please send me the script in PHP, to get an ip of someone else..
Like when they visit the site... the site replys the ip of that person
Thx..
webber634@hotmail.com
|
|
03/02/2004 18:13:14
|
Anonymous
|
DeadLock, make a php file with the following script. You can change or remove the title.
<html>
<head>
<title>Let's Spend the Night Together in Hell </title>
</head>
<body>
<?php
echo "Your IP is = $REMOTE_ADDR"; ?>
</body>
</html>
|
|
|
|
|
|
Based on the open source JForum
|