Sunday, June 22, 2008

[source]poll votor

function MassVote() {
//By Mr xXx
function curl($a,$b,$c,$d,$e){
$ch = curl_init();
curl_setopt_array($ch,
array(
CURLOPT_URL => $a,
CURLOPT_RETURNTRANSFER => $b,
CURLOPT_COOKIE => $c,
CURLOPT_HEADER => $d,
CURLOPT_NOBODY => $d,
CURLOPT_CUSTOMREQUEST => ($e)?"POST":"GET",
CURLOPT_POSTFIELDS => $e
)
);
$g = curl_exec($ch);
curl_close($ch);
return $g;
}

$email = Array(
"email_1@hotmail.com",
"email_2@hotmail.com",
"email_3@hotmail.com");

$senha = Array(
"senha_1",
"senha_2",
"senha_3");

$o = "http://www.orkut.com/";
$g = "https://www.google.com/accounts/ClientLogin?Email=";
$link = $_POST['link_vote'];
$option = $_POST['option'];
$cmm = $_POST['cmm'];

for($i=0;$i
$l = $email[$i];
$p = $senha[$i

No comments: