Help setting up forcevote.php

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 = ' ' . $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: ");
exit;
}
}?>
can someone tell me exactly where i need to replace my findretros account. or what i need to edit on this php?
 

Panamaflow507

New Member
Apr 7, 2012
21
0
on here? else {header ("Location: ");

and where excatly you put this php " <?php include_once ("forcevote.php"); " on client.php cuz i put it all the way at top. and client doesnt load.
 

Sab

I love milfs.
Jun 25, 2011
1,212
136
Replace all of the UPPERCASED that you see in that code you pasted on the thread.

THEHABBOSNAME - Your account name
HOTELURL - Your hotel link
 

Panamaflow507

New Member
Apr 7, 2012
21
0
yeah but what about this code on client.php <?php include_once ("forcevote.php");

where exactly i put it on client.php , cuz i put it all the way at the top and client doesnt load...
 

Users who are viewing this thread

Top