Форум АНТИЧАТ

Форум АНТИЧАТ (https://forum.antichat.xyz/index.php)
-   Разное - Покупка, продажа, обмен (https://forum.antichat.xyz/forumdisplay.php?f=52)
-   -   Авторегер ICQ atlas.cz (https://forum.antichat.xyz/showthread.php?t=135102)

q1p 15.08.2009 12:15

Авторегер ICQ atlas.cz
 
Продается php скрип автореггера через атлас, который обходит капчу, необходимы только аккаунты e-mail и прокси, недорого отдам, так же возможен обмен, за подробной инфой и ценой в icq 755777

narik_ 15.08.2009 12:29

пхп скрипт в пабле :)

narik_ 15.08.2009 12:30

и он не обходит капчи ее там вообще нет :)

Ssidit 15.08.2009 13:11

Купил за 30 баксов. Всё прошло успешно. Тс помог, рассказал всё. Надёжный чел вообщем.

narik_ 15.08.2009 13:18

Цитата:

Сообщение от Ssidit
Купил за 30 баксов. Всё прошло успешно. Тс помог, рассказал всё. Надёжный чел вообщем.

Хех тормазззззз. Читай вот он.

Код:

<? 
$account="ТВОЕ_МЫЛО@atlas.cz"; //our e-mail 
$password="ПАРОЛЬ"; //our password 

error_reporting(0); 
set_time_limit(0); 
ini_set("max_execution_time","0"); 
ini_set("memory_limit","9999M"); 
ini_set("output_buffering","0"); 
set_magic_quotes_runtime(0); 
ignore_user_abort(1); 

$prox=file("proxy.txt"); 
$good="regged.txt"; 
$fpp=fopen($good,"a+"); 
$timeout="5"; //sec. 

for ($w=0;$w<=count($prox);$w++) { 
list($addr,$port)=explode(":",$prox[$w]); 
$addr=trim($addr); 
$port=trim($port); 
if ($sock=@fsockopen($addr,$port,$errno,$err,$timeout  )) { 
$request1="REFAPP=&username=".$account."&password=".$password; 
$request="POST [link=http://registrace.atlas.cz/verify.aspx]http://registrace.atlas.cz/verify.aspx[/link] HTTP/1.0\r\nAccept: */*\r\nReferer: [link=http://registrace.atlas.cz/login.aspx]http://registrace.atlas.cz/login.aspx[/link]\r\nAccept-Language: ru\r\nContent-Type: application/x-www-form-urlencoded\r\nAccept-Encoding: gzip\r\nUser-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\r\nHost: $addr:$port\r\nContent-Length: ".strlen($request1)."\r\nConnection: Keep-Alive\r\nProxy-Connection: Keep-Alive\r\nCache-Control: no-cache\r\n\r\n".$request1; 
fputs($sock,$request); //sending request 
$headers=""; $body=""; 
while(!strstr($headers.=fgets($sock,2048),"\r\n\r\n") && !feof($sock)) { $headers.=""; } 
$hlst=explode("\r\n",$headers); 
for ($i=0;$i<=count($hlst);$i++) { 
if (strstr($hlst[$i],"Set-Cookie: ")) { $cookie=str_replace("Set-Cookie: ","",$hlst[$i]); } 

fclose($sock); 
unset($sock,$request,$errno,$err,$i,$headers,$hlst  ,$body); 
$reqc1="GET [link=http://registrace.atlas.cz/checkcookie.aspx?LANGID=cz&SKIN=AtlasCZ&REFAPP=]http://registrace.atlas.cz/checkcookie.aspx?LANGID=cz&SKIN=AtlasCZ&REFAPP=[/link] HTTP/1.0\r\nAccept: */*\r\nReferer: [link=http://registrace.atlas.cz/verify.aspx]http://registrace.atlas.cz/verify.aspx[/link]\r\nAccept-Language: ru\r\nAccept-Encoding: gzip\r\nUser-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\r\nHost: $addr:$port\r\nCookie: ".$cookie."\r\nConnection: Keep-Alive\r\nProxy-Connection: Keep-Alive\r\n\r\n"; 
$reqc2="GET [link=http://registrace.atlas.cz/]http://registrace.atlas.cz/[/link] HTTP/1.0\r\nAccept: */*\r\nReferer: [link=http://registrace.atlas.cz/checkcookie.aspx?LANGID=cz&SKIN=AtlasCZ&REFAPP=]http://registrace.atlas.cz/checkcookie.aspx?LANGID=cz&SKIN=AtlasCZ&REFAPP=[/link]\r\nAccept-Language: ru\r\nAccept-Encoding: gzip\r\nUser-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\r\nHost: $addr:$port\r\nCookie: ".$cookie."\r\nConnection: Keep-Alive\r\nProxy-Connection: Keep-Alive\r\n\r\n"; 
$reqc3="GET [link=http://registrace.atlas.cz/profile.aspx?REFAPP=]http://registrace.atlas.cz/profile.aspx?REFAPP=[/link] HTTP/1.0\r\nAccept: */*\r\nReferer: [link=http://registrace.atlas.cz/]http://registrace.atlas.cz/[/link]\r\nAccept-Language: ru\r\nAccept-Encoding: gzip\r\nUser-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\r\nHost: $addr:$port\r\nCookie: ".$cookie."\r\nConnection: Keep-Alive\r\nProxy-Connection: Keep-Alive\r\n\r\n"; 
if ($s0cket=@fsockopen($addr,$port,$errno,$err,$timeo  ut)) { 
fputs($s0cket,$reqc1); //sending request 
fclose($s0cket); 
unset($s0cket); 
if ($s0cket=@fsockopen($addr,$port,$errno,$err,$timeo  ut)) { 
fputs($s0cket,$reqc2); //sending request 
fclose($s0cket); 
unset($s0cket); 
if ($s0cket=@fsockopen($addr,$port,$errno,$err,$timeo  ut)) { 
fputs($s0cket,$reqc3); //sending request 
fclose($s0cket); 
unset($s0cket,$reqc1,$reqc2,$reqc3); 
$sock=@fsockopen($addr,$port,$errno,$err,$timeout)  ; //creating socket 
$request="GET [link=http://registrace.atlas.cz/icq.aspx]http://registrace.atlas.cz/icq.aspx[/link] HTTP/1.0\r\nAccept: */*\r\nReferer: [link=http://registrace.atlas.cz/profile.aspx?REFAPP=]http://registrace.atlas.cz/profile.aspx?REFAPP=[/link]\r\nAccept-Language: ru\r\nAccept-Encoding: gzip\r\nUser-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\r\nHost: $addr:$port\r\nCookie: ".$cookie."\r\nConnection: Keep-Alive\r\nProxy-Connection: Keep-Alive\r\n\r\n"; 
fputs($sock,$request); //sending request 
$body=""; 
while(!strstr($body.=fgets($sock,20480),"</html>") && !feof($sock)) { $body.=""; } 
$blst=explode("\r\n",$body); 
for ($i=0;$i<=count($blst);$i++) { 
if(strstr($blst[$i],'<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="')){ 
$viewstate=str_replace('<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="',"",$blst[$i]); 
$viewstate=str_replace('" />',"",$viewstate); 
$viewstate=urlencode(trim($viewstate)); 

if(strstr($blst[$i],'<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="')){ 
$eventvalid=str_replace('<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="',"",$blst[$i]); 
$eventvalid=str_replace('" />',"",$eventvalid); 
$eventvalid=urlencode(trim($eventvalid)); 
}} 
fclose($sock); 
unset($sock,$request,$errno,$err,$request1,$body);   
for($j=0;$j<3;$j++){ 
if ($sock=@fsockopen($addr,$port,$errno,$err,$timeout  )) { 
$request1="__EVENTTARGET=&__EVENTARGUMENT=&__VIEWSTATE=".$viewstate."&ua_icqstatus=1&ua_icq=&icqpassword=&passwordset=0&btnconnect=Propojit+%C3%BA%C4%8Dty&__EVENTVALIDATION=".$eventvalid; 
$request="POST [link=http://registrace.atlas.cz/icq.aspx]http://registrace.atlas.cz/icq.aspx[/link] HTTP/1.0\r\nAccept: */*\r\nReferer: [link=http://registrace.atlas.cz/icq.aspx]http://registrace.atlas.cz/icq.aspx[/link]\r\nAccept-Language: ru\r\nContent-Type: application/x-www-form-urlencoded\r\nAccept-Encoding: gzip\r\nUser-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\r\nHost: $addr:$port\r\nContent-Length: ".strlen($request1)."\r\nConnection: Keep-Alive\r\nProxy-Connection: Keep-Alive\r\nCache-Control: no-cache\r\nCookie: ".$cookie."\r\n\r\n".$request1; 
fputs($sock,$request); //sending request 
$body=""; 
while(!strstr($body.=fgets($sock,2048),"</html>") && !feof($sock)) { $body.=""; } 
fclose($sock); unset($sock,$request,$request1); 
if ($sock=@fsockopen($addr,$port,$errno,$err,"2")) { 
$request1="__EVENTTARGET=&__EVENTARGUMENT=&__VIEWSTATE=".$viewstate."&ua_icqstatus=1&ua_icq=&icqpassword=&passwordset=0&btndisconnect=Propojit+%C3%BA%C4%8Dty&__EVENTVALIDATION=".$eventvalid; 
$request="POST [link=http://registrace.atlas.cz/icq.aspx]http://registrace.atlas.cz/icq.aspx[/link] HTTP/1.0\r\nAccept: */*\r\nReferer: [link=http://registrace.atlas.cz/icq.aspx]http://registrace.atlas.cz/icq.aspx[/link]\r\nAccept-Language: ru\r\nContent-Type: application/x-www-form-urlencoded\r\nAccept-Encoding: gzip\r\nUser-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\r\nHost: $addr:$port\r\nContent-Length: ".strlen($request1)."\r\nConnection: Keep-Alive\r\nProxy-Connection: Keep-Alive\r\nCache-Control: no-cache\r\nCookie: ".$cookie."\r\n\r\n".$request1; 
fputs($sock,$request); //sending request 
fclose($sock); unset($sock,$request,$request1); 
$body=preg_replace("#HTTP[^>]*?[>].*?tem ICQ #is","",$body); 
$body2=trim($body); 
$body3=substr($body2,0,9); 
if (is_numeric($body3)) { 
fputs ($fpp,$body3.";".$password."\r\n"); 
echo $body3.";".$password."<br>\r\n"; 
flush(); 
}}}}}}}} 
unset($addr,$port); 

fclose($fpp); 
?>


Ssidit 15.08.2009 13:29

Это не такой скрипт...

narik_ 15.08.2009 13:34

хехе да да я те верю :)

q1p 15.08.2009 14:42

Цитата:

Сообщение от narik_
Хех тормазззззз. Читай вот он.

Код:

<? 
$account="ТВОЕ_МЫЛО@atlas.cz"; //our e-mail 
$password="ПАРОЛЬ"; //our password 

error_reporting(0); 
set_time_limit(0); 
ini_set("max_execution_time","0"); 
ini_set("memory_limit","9999M"); 
ini_set("output_buffering","0"); 
set_magic_quotes_runtime(0); 
ignore_user_abort(1); 

$prox=file("proxy.txt"); 
$good="regged.txt"; 
$fpp=fopen($good,"a+"); 
$timeout="5"; //sec. 

for ($w=0;$w<=count($prox);$w++) { 
list($addr,$port)=explode(":",$prox[$w]); 
$addr=trim($addr); 
$port=trim($port); 
if ($sock=@fsockopen($addr,$port,$errno,$err,$timeout  )) { 
$request1="REFAPP=&username=".$account."&password=".$password; 
$request="POST [link=http://registrace.atlas.cz/verify.aspx]http://registrace.atlas.cz/verify.aspx[/link] HTTP/1.0\r\nAccept: */*\r\nReferer: [link=http://registrace.atlas.cz/login.aspx]http://registrace.atlas.cz/login.aspx[/link]\r\nAccept-Language: ru\r\nContent-Type: application/x-www-form-urlencoded\r\nAccept-Encoding: gzip\r\nUser-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\r\nHost: $addr:$port\r\nContent-Length: ".strlen($request1)."\r\nConnection: Keep-Alive\r\nProxy-Connection: Keep-Alive\r\nCache-Control: no-cache\r\n\r\n".$request1; 
fputs($sock,$request); //sending request 
$headers=""; $body=""; 
while(!strstr($headers.=fgets($sock,2048),"\r\n\r\n") && !feof($sock)) { $headers.=""; } 
$hlst=explode("\r\n",$headers); 
for ($i=0;$i<=count($hlst);$i++) { 
if (strstr($hlst[$i],"Set-Cookie: ")) { $cookie=str_replace("Set-Cookie: ","",$hlst[$i]); } 

fclose($sock); 
unset($sock,$request,$errno,$err,$i,$headers,$hlst  ,$body); 
$reqc1="GET [link=http://registrace.atlas.cz/checkcookie.aspx?LANGID=cz&SKIN=AtlasCZ&REFAPP=]http://registrace.atlas.cz/checkcookie.aspx?LANGID=cz&SKIN=AtlasCZ&REFAPP=[/link] HTTP/1.0\r\nAccept: */*\r\nReferer: [link=http://registrace.atlas.cz/verify.aspx]http://registrace.atlas.cz/verify.aspx[/link]\r\nAccept-Language: ru\r\nAccept-Encoding: gzip\r\nUser-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\r\nHost: $addr:$port\r\nCookie: ".$cookie."\r\nConnection: Keep-Alive\r\nProxy-Connection: Keep-Alive\r\n\r\n"; 
$reqc2="GET [link=http://registrace.atlas.cz/]http://registrace.atlas.cz/[/link] HTTP/1.0\r\nAccept: */*\r\nReferer: [link=http://registrace.atlas.cz/checkcookie.aspx?LANGID=cz&SKIN=AtlasCZ&REFAPP=]http://registrace.atlas.cz/checkcookie.aspx?LANGID=cz&SKIN=AtlasCZ&REFAPP=[/link]\r\nAccept-Language: ru\r\nAccept-Encoding: gzip\r\nUser-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\r\nHost: $addr:$port\r\nCookie: ".$cookie."\r\nConnection: Keep-Alive\r\nProxy-Connection: Keep-Alive\r\n\r\n"; 
$reqc3="GET [link=http://registrace.atlas.cz/profile.aspx?REFAPP=]http://registrace.atlas.cz/profile.aspx?REFAPP=[/link] HTTP/1.0\r\nAccept: */*\r\nReferer: [link=http://registrace.atlas.cz/]http://registrace.atlas.cz/[/link]\r\nAccept-Language: ru\r\nAccept-Encoding: gzip\r\nUser-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\r\nHost: $addr:$port\r\nCookie: ".$cookie."\r\nConnection: Keep-Alive\r\nProxy-Connection: Keep-Alive\r\n\r\n"; 
if ($s0cket=@fsockopen($addr,$port,$errno,$err,$timeo  ut)) { 
fputs($s0cket,$reqc1); //sending request 
fclose($s0cket); 
unset($s0cket); 
if ($s0cket=@fsockopen($addr,$port,$errno,$err,$timeo  ut)) { 
fputs($s0cket,$reqc2); //sending request 
fclose($s0cket); 
unset($s0cket); 
if ($s0cket=@fsockopen($addr,$port,$errno,$err,$timeo  ut)) { 
fputs($s0cket,$reqc3); //sending request 
fclose($s0cket); 
unset($s0cket,$reqc1,$reqc2,$reqc3); 
$sock=@fsockopen($addr,$port,$errno,$err,$timeout)  ; //creating socket 
$request="GET [link=http://registrace.atlas.cz/icq.aspx]http://registrace.atlas.cz/icq.aspx[/link] HTTP/1.0\r\nAccept: */*\r\nReferer: [link=http://registrace.atlas.cz/profile.aspx?REFAPP=]http://registrace.atlas.cz/profile.aspx?REFAPP=[/link]\r\nAccept-Language: ru\r\nAccept-Encoding: gzip\r\nUser-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\r\nHost: $addr:$port\r\nCookie: ".$cookie."\r\nConnection: Keep-Alive\r\nProxy-Connection: Keep-Alive\r\n\r\n"; 
fputs($sock,$request); //sending request 
$body=""; 
while(!strstr($body.=fgets($sock,20480),"</html>") && !feof($sock)) { $body.=""; } 
$blst=explode("\r\n",$body); 
for ($i=0;$i<=count($blst);$i++) { 
if(strstr($blst[$i],'<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="')){ 
$viewstate=str_replace('<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="',"",$blst[$i]); 
$viewstate=str_replace('" />',"",$viewstate); 
$viewstate=urlencode(trim($viewstate)); 

if(strstr($blst[$i],'<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="')){ 
$eventvalid=str_replace('<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="',"",$blst[$i]); 
$eventvalid=str_replace('" />',"",$eventvalid); 
$eventvalid=urlencode(trim($eventvalid)); 
}} 
fclose($sock); 
unset($sock,$request,$errno,$err,$request1,$body);   
for($j=0;$j<3;$j++){ 
if ($sock=@fsockopen($addr,$port,$errno,$err,$timeout  )) { 
$request1="__EVENTTARGET=&__EVENTARGUMENT=&__VIEWSTATE=".$viewstate."&ua_icqstatus=1&ua_icq=&icqpassword=&passwordset=0&btnconnect=Propojit+%C3%BA%C4%8Dty&__EVENTVALIDATION=".$eventvalid; 
$request="POST [link=http://registrace.atlas.cz/icq.aspx]http://registrace.atlas.cz/icq.aspx[/link] HTTP/1.0\r\nAccept: */*\r\nReferer: [link=http://registrace.atlas.cz/icq.aspx]http://registrace.atlas.cz/icq.aspx[/link]\r\nAccept-Language: ru\r\nContent-Type: application/x-www-form-urlencoded\r\nAccept-Encoding: gzip\r\nUser-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\r\nHost: $addr:$port\r\nContent-Length: ".strlen($request1)."\r\nConnection: Keep-Alive\r\nProxy-Connection: Keep-Alive\r\nCache-Control: no-cache\r\nCookie: ".$cookie."\r\n\r\n".$request1; 
fputs($sock,$request); //sending request 
$body=""; 
while(!strstr($body.=fgets($sock,2048),"</html>") && !feof($sock)) { $body.=""; } 
fclose($sock); unset($sock,$request,$request1); 
if ($sock=@fsockopen($addr,$port,$errno,$err,"2")) { 
$request1="__EVENTTARGET=&__EVENTARGUMENT=&__VIEWSTATE=".$viewstate."&ua_icqstatus=1&ua_icq=&icqpassword=&passwordset=0&btndisconnect=Propojit+%C3%BA%C4%8Dty&__EVENTVALIDATION=".$eventvalid; 
$request="POST [link=http://registrace.atlas.cz/icq.aspx]http://registrace.atlas.cz/icq.aspx[/link] HTTP/1.0\r\nAccept: */*\r\nReferer: [link=http://registrace.atlas.cz/icq.aspx]http://registrace.atlas.cz/icq.aspx[/link]\r\nAccept-Language: ru\r\nContent-Type: application/x-www-form-urlencoded\r\nAccept-Encoding: gzip\r\nUser-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\r\nHost: $addr:$port\r\nContent-Length: ".strlen($request1)."\r\nConnection: Keep-Alive\r\nProxy-Connection: Keep-Alive\r\nCache-Control: no-cache\r\nCookie: ".$cookie."\r\n\r\n".$request1; 
fputs($sock,$request); //sending request 
fclose($sock); unset($sock,$request,$request1); 
$body=preg_replace("#HTTP[^>]*?[>].*?tem ICQ #is","",$body); 
$body2=trim($body); 
$body3=substr($body2,0,9); 
if (is_numeric($body3)) { 
fputs ($fpp,$body3.";".$password."\r\n"); 
echo $body3.";".$password."<br>\r\n"; 
flush(); 
}}}}}}}} 
unset($addr,$port); 

fclose($fpp); 
?>


данный скрипт не такой что я продаю, запустить мне его не удалось

narik_ 15.08.2009 14:48

если тебе неудалось ето не значит что у всех руки кривые :). Конечно у тебя может быть коменты в скрипте другие потому и не такоф :)

q1p 15.08.2009 15:02

Цитата:

Сообщение от narik_
если тебе неудалось ето не значит что у всех руки кривые :). Конечно у тебя может быть коменты в скрипте другие потому и не такоф :)

твой скрипт весит 8кб, мой же 25кб, разница явно не только в коментах


Время: 20:10