Panamaflow507
New Member
- Apr 7, 2012
- 21
- 0
<?phpif(isset($_GET['voted'])) {
}
else {$userip = "{$_SERVER['REMOTE_ADDR']}";$current_url = substr($_SERVER["SCRIPT_NAME"],strrpos($_SERVER["SCRIPT_NAME"],"/")+1);$url = '
if(!$data || !is_numeric($data)) {
return "Error";
}
else if ($data == 1 || $data == 2) {
}
else {header ("Location:
exit;
}
}?>
can someone tell me exactly where i need to replace my findretros account. or what i need to edit on this php?
}
else {$userip = "{$_SERVER['REMOTE_ADDR']}";$current_url = substr($_SERVER["SCRIPT_NAME"],strrpos($_SERVER["SCRIPT_NAME"],"/")+1);$url = '
You must be registered for see links
' . $userip;$context = stream_context_create(array('http' => array('timeout' => 1)));$data = @file_get_contents($url, 1, $context);if(!$data || !is_numeric($data)) {
return "Error";
}
else if ($data == 1 || $data == 2) {
}
else {header ("Location:
You must be registered for see links
");exit;
}
}?>
can someone tell me exactly where i need to replace my findretros account. or what i need to edit on this php?