Welcome to Geeklog, Anonymous Friday, November 08 2024 @ 08:09 pm EST
Geeklog Forums
help in real IP ... i can't make it work !
Text Formatted Code
function phpblock_emn()
{
$retval .="
<?php
if (getenv('HTTP_X_FORWARDED_FOR'));
{
$ip = getenv('HTTP_X_FORWARDED_FOR');
if ($ip == '')
{
$ip = getenv('REMOTE_ADDR');
}
}
else
{
$ip = getenv('REMOTE_ADDR');
}
?>
";
return $retval;
}
And it is passing code as what is it on . nothing print out for me
ant help ?
14
6
Quote
All times are EST. The time is now 08:09 pm.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content