Jump to content

[PHP] Fake visits.


Nick15
 Share

Recommended Posts

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

Edited by nick15
Link to comment
Share on other sites

Nu si nici nu cred ca o sa mearga,fa tu un .php cu link-ul profilului tau si o sa modific eu pe urma.

Am atasat fila (vezi primul post) o urci pe un host (ai putea sa-mi zici de unde ai?)

Deschizi 4-5 taburi maxim 6 si bagi link catre profilul tau... si pui 500 clickuri si dai "G O !" asta-i tot.

Link to comment
Share on other sites

@ - Uite ce eroari primesc

Warning: range() expects at least 2 parameters, 1 given in /home/hosting/--/testtt.php on line 12
Warning: range() expects at least 2 parameters, 1 given in /home/hosting/--/testtt.php on line 12
Warning: curl_setopt() [function.curl-setopt]: Unable to access cookies.txt in /home/hosting/--/testtt.php on line 21
Warning: curl_setopt() [function.curl-setopt]: Unable to access cookies.txt in /home/hosting/--/testtt.php on line 22

In locul -- sete nuleme hostului si subdomeniul creat.

Edited by Richter
Link to comment
Share on other sites

Nu.

Am adaugat fisierul dar mai raman doua erori:

Warning: range() expects at least 2 parameters, 1 given in /home/hosting/BuNeLLu/viziteprofilbz.hi2.ro/testtt.php on line 12
Warning: range() expects at least 2 parameters, 1 given in /home/hosting/BuNeLLu/viziteprofilbz.hi2.ro/testtt.php on line 12

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.