Nick15 Posted February 24, 2013 Share Posted February 24, 2013 (edited) 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 February 25, 2013 by nick15 1 Link to comment Share on other sites More sharing options...
BTD Capone Posted February 24, 2013 Share Posted February 24, 2013 Si fila aia cum o creezi? Link to comment Share on other sites More sharing options...
Nick15 Posted February 24, 2013 Author Share Posted February 24, 2013 Si fila aia cum o creezi? Faci o fila .txt, save as -> ceva.php. Link to comment Share on other sites More sharing options...
ZEW Yulo Posted February 25, 2013 Share Posted February 25, 2013 Nu merge,ai testat codul care l-ai pus aici ? Mi se pare ca are niste "\" in plus. Link to comment Share on other sites More sharing options...
richter Posted February 25, 2013 Share Posted February 25, 2013 In cazul in care nu observati acest script nu poate fi postat ca sursa pe forum, apare <script_blocat>. Link to comment Share on other sites More sharing options...
Nick15 Posted February 25, 2013 Author Share Posted February 25, 2013 Am modificat, am sters aseara ceva din greseala. Link to comment Share on other sites More sharing options...
Nick15 Posted February 26, 2013 Author Share Posted February 26, 2013 Nu merge,ai testat codul care l-ai pus aici ? Mi se pare ca are niste "\" in plus. Ti-a mers? Link to comment Share on other sites More sharing options...
ZEW Yulo Posted February 26, 2013 Share Posted February 26, 2013 Ti-a mers? 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. Link to comment Share on other sites More sharing options...
Nick15 Posted February 26, 2013 Author Share Posted February 26, 2013 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 More sharing options...
Nick15 Posted February 26, 2013 Author Share Posted February 26, 2013 Update. testtt.php Link to comment Share on other sites More sharing options...
pHoZoNNN Posted February 27, 2013 Share Posted February 27, 2013 Asa mai merge. Link to comment Share on other sites More sharing options...
Visarion Posted March 14, 2013 Share Posted March 14, 2013 Foarte tare! Bravo! Link to comment Share on other sites More sharing options...
GF JohnnyRO Posted March 15, 2013 Share Posted March 15, 2013 Chiar functioneaza? Poti sa explici mai amanuntit cum se procedeaza?Am descarcat test2.php dar cu ce il deschid? SI care e faza cu hostul? Multumesc! Link to comment Share on other sites More sharing options...
Razvanz96 Posted March 22, 2013 Share Posted March 22, 2013 Frumos. 1 Link to comment Share on other sites More sharing options...
Rothen Posted March 23, 2013 Share Posted March 23, 2013 În sfârșit am găsit....am aflat cum funcționează. Trebuia să detaliezi mai bine modul de utilizare. Baftă! Link to comment Share on other sites More sharing options...
richter Posted April 8, 2013 Share Posted April 8, 2013 (edited) @ - 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 April 8, 2013 by Richter Link to comment Share on other sites More sharing options...
ZEW Yulo Posted April 8, 2013 Share Posted April 8, 2013 Mie mi-a mers .. Link to comment Share on other sites More sharing options...
Jackie Dee Posted April 8, 2013 Share Posted April 8, 2013 @@richter, creeaza un fisier cookies.txt in folderul cu scriptul. Link to comment Share on other sites More sharing options...
richter Posted April 8, 2013 Share Posted April 8, 2013 @@richter, creeaza un fisier cookies.txt in folderul cu scriptul. In el trebuie scris ceva ? Link to comment Share on other sites More sharing options...
Jackie Dee Posted April 8, 2013 Share Posted April 8, 2013 Nu. Link to comment Share on other sites More sharing options...
richter Posted April 8, 2013 Share Posted April 8, 2013 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 More sharing options...
Jackie Dee Posted April 8, 2013 Share Posted April 8, 2013 Cauta $char=array(range("A-Z"), range("0-9")); si in loc de el pune: $char=array(range('A', 'Z'), range('0', '9')); Link to comment Share on other sites More sharing options...
richter Posted April 8, 2013 Share Posted April 8, 2013 Functioneaza, iti multumesc mult. Link to comment Share on other sites More sharing options...
Jackie Dee Posted April 27, 2013 Share Posted April 27, 2013 Topic closed. Link to comment Share on other sites More sharing options...
Recommended Posts