Un simplu scriptulet care face vizite false.. (e bun la unele concursuri... sau doar sa faci vizite la profil)
Sursa:
<?php
if(isset($_POST['url']))
{
// if($_POST['wml']=="yes") header("Content-type:text/vnd.wap.wml"); //removed.
$url=$_POST['url'];
$i=0;
while($i<$_POST['clicks'])
{
$i++;
$xforwardedfor=rand(29,98).".".rand(129,836).".".rand(29,98).".".rand(129,836)."".(($_POST['xff']=="custom") ? stripslashes($_POST['customxff']) : stripslashes($_POST['xff']));
$char=array(range("A-Z"), range("0-9"));
$brands=array("Motorola","Nokia","Samsung","Sony","Vodafone","Sony Erricson","Alcatel","Sony");
$useragent=$brands[rand(1,7)]."-".$char[rand(1,32)]."".$char[rand(1,32)]."-S".rand(1300,9327)."/".$char[rand(1,32)]."5610".$char[rand(1,32)].$char[rand(1,32)]."9 Profile/MIDP-".rand(1,3).".0 Configuration/CLDC-1.1".(($_POST['useragent']=="custom") ? stripslashes($_POST['customuseragent']) : stripslashes($_POST['useragent']));
$ch=curl_init();
curl_setopt($ch,CURLOPT_URL,$url);
curl_setopt($ch,CURLOPT_USERAGENT,$useragent);
curl_setopt($ch,CURLOPT_RETURNTRANSFER,1);
curl_setopt($ch,CURLOPT_HTTPHEADER,array('X-Forwarded-For: '.$xforwardedfor,'Accept-Language: en-US'));
curl_setopt($ch, CURLOPT_COOKIEFILE, 'cookies.txt');
curl_setopt($ch, CURLOPT_COOKIEJAR, 'cookies.txt');
$file=@curl_exec($ch);
curl_close($ch);
echo $file;
}
}
else
{
echo"<div style=\"text-align:center;\">";
echo"<form action=\"\" method=\"post\">";
echo"<b>Link aici!:</b><br/><script_blocat=\"text\" name=\"url\" value=\"http://\"/>";
echo"<br/><br/>";
echo"<b>Cate clickuri?:</b>";
echo"<br/>";
echo"<script_blocat=\"text\" value=\"1\" name=\"clicks\"/>";
echo"<br/><br/><script_blocat=\"submit\" style=\"font-weight:bold;padding:2px;\" value=\"G O !\"/>";
echo"</form>";
echo"</div>";
}
?>
Tot ce trebuie sa faci este sa faci o fila.php si sa dai copy/paste la ce e mai sus ^.
Q: Functioneaza?
A: Cred ca da..: http://puu.sh/27IwF (first) http://puu.sh/27Lcq (after) si: http://puu.sh/27LfQ (first) http://puu.sh/27Lmy (after).
//LE: incercati acum, ar trebui sa mearga. + am urcat fila.
test2.php