Программа

Discussion in 'Болталка' started by Gopar, 5 Sep 2008.

  1. Gopar

    Gopar Member

    Joined:
    10 May 2008
    Messages:
    19
    Likes Received:
    10
    Reputations:
    0
    Народ у меня вопрос. У меня группа вконтакте. Есть ли такая программа которая самана приглашает человеков в мою группу или может по диапазону ид??? И где ее можно взять. Очень нужно. Памажите плз ответом
     
  2. mr.The

    mr.The Elder - Старейшина

    Joined:
    30 Apr 2007
    Messages:
    1,080
    Likes Received:
    456
    Reputations:
    38
    что уроки уже кончились? или ты прогуливаеш? айайай нехорошо!

    ЗЫ. поиск по форуму с помощью гугла рулз!
     
  3. P3L3NG

    P3L3NG Banned

    Joined:
    4 Jun 2008
    Messages:
    175
    Likes Received:
    204
    Reputations:
    11
    ник же гопарь =) он на уроки не ходит. не давайте ему ВК инвайтер =)
     
  4. Gopar

    Gopar Member

    Joined:
    10 May 2008
    Messages:
    19
    Likes Received:
    10
    Reputations:
    0
    Мда.. Бывают же дурачке... это я про первый комент. Ты знаешь, некоторые люди кроме слов школа знают еще работа, и институт. Видимо тебе это не знакомо. Ну да ладно...
    Чел второй который спс)))
     
    #4 Gopar, 5 Sep 2008
    Last edited: 5 Sep 2008
  5. P3L3NG

    P3L3NG Banned

    Joined:
    4 Jun 2008
    Messages:
    175
    Likes Received:
    204
    Reputations:
    11
    /threadnav62881-1-10-%C2%EA%EE%ED%F2%E0%EA%F2%E5.html

    я не второй чел, йа Пеленг :)
     
  6. Gopar

    Gopar Member

    Joined:
    10 May 2008
    Messages:
    19
    Likes Received:
    10
    Reputations:
    0
    Ок. Спасибо первый чел Пеленг)))
     
  7. Sn@k3

    Sn@k3 Elder - Старейшина

    Joined:
    13 Apr 2006
    Messages:
    1,000
    Likes Received:
    437
    Reputations:
    90
    ////
    PHP:

    2510219
    <?  
    #&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&  
    #&   Vkontakte.ru group inviter  
    #&     By NNNS {icq: 474374}  
    #&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&  

    error_reporting(0);  
    set_time_limit(0);  
    # Всякие переменные  
    $user_agent "Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11";  

    $begin intval($_POST['begin']);  
    $end intval($_POST['end']);  
    $gid intval($_POST['gid']);  
    $email strip_tags($_POST['email'], "");  
    $pass strip_tags($_POST['pass'], "");  

    if(
    $begin == '') {$begin "0";}  
    if(
    $end == '') {$end "0";}  
    if(
    $gid == '') {$gid "0";}  
    ?>  
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">  
    <html xmlns="http://www.w3.org/1999/xhtml">  
    <head>  
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />  
    <title>ВКонтакте инвайтер (С) NNNS</title>  
    <style type="text/css">  
    <!--  
    .tablichko {  
       font-family: Arial, Helvetica, sans-serif;  
       background-color: #F7FCFD;  
       border-top-width: 1px;  
       border-bottom-width: 1px;  
       border-top-style: solid;  
       border-bottom-style: solid;  
       border-top-color: #E0F3F8;  
       border-bottom-color: #E0F3F8;  
       height: 100px;  
    }  
    .tit {  
       font-family: Georgia, "Times New Roman", Times, serif;  
       font-size: 24px;  
       color: #1C6679;  
    }  
    .comment {  
       font-family: Arial, Helvetica, sans-serif;  
       font-size: 10px;  
       color: #289AB7;  
    }  
    .inputko {  
       font-size: 12px;  
       color: #289AB7;  
       height: 16px;  
       text-align: center;  
       border-top-width: 1px;  
       border-left-width: 1px;  
       border-top-style: solid;  
       border-right-style: none;  
       border-bottom-style: solid;  
       border-left-style: solid;  
       border-top-color: #E0F3F8;  
       border-left-color: #E0F3F8;  
       border-bottom-width: 1px;  
       border-bottom-color: #E0F3F8;  
    }  
    .inputko:focus {  
       background-color: #E8F5F9;  
    }  
    .inputko2:focus {  
       background-color: #E8F5F9;  
    }  
    .inputko3:focus {  
       background-color: #FFF;  
    }  
    .buttoncheg {  
       color: #FFFFFF;  
       background-color: #1C6679;  
       border: 1px solid #E0F3F8;  
       height: 20px;  
       font-size: 12px;  
       width: 80px;  
    }  
    .inputko2 {  
       font-size: 12px;  
       color: #289AB7;  
       height: 16px;  
       text-align: center;  
       border-top-width: 1px;  
       border-top-style: solid;  
       border-right-style: solid;  
       border-bottom-style: solid;  
       border-left-style: none;  
       border-top-color: #E0F3F8;  
       border-bottom-width: 1px;  
       border-bottom-color: #E0F3F8;  
       border-right-width: 1px;  
       border-right-color: #E0F3F8;  
    }  
    .inputko3 {  
       font-size: 12px;  
       color: #289AB7;  
       height: 16px;  
       text-align: center;  
       width: 78px;  
       border-right-width: 1px;  
       border-bottom-width: 1px;  
       border-left-width: 1px;  
       border-top-style: none;  
       border-right-style: solid;  
       border-bottom-style: solid;  
       border-left-style: solid;  
       border-right-color: #E0F3F8;  
       border-bottom-color: #E0F3F8;  
       border-left-color: #E0F3F8;  
       background-color: #F7FCFD;  
    }  
    .vtab {  
       color: #48BAD7;  
       border-bottom-width: 1px;  
       border-bottom-style: solid;  
       border-bottom-color: #DFF3F9;  
       font-size: 12px;  
       font-family: Arial, Helvetica, sans-serif;  
    }  
    -->  
    </style>  
    </head>  
    <body>  
    <form method="post" action="">  
    <table width="100%" border="0" cellpadding="0" cellspacing="0" class="tablichko">  
     <tr>  
       <td align="center" valign="middle"><span class="tit">      ВКонтакте инвайтер<br />  
       </span>  
         <table border="0" cellpadding="0" cellspacing="0">  
       <tr>  
         <td colspan="2" align="center" valign="middle" bgcolor="#FDFFFF" class="comment">Диапазон пользователей (с/до) </td>  
         <td valign="top">&nbsp;</td>  
         <td width="100" align="center" valign="middle" bgcolor="#FDFFFF" class="comment">email  </td>  
         <td width="100" align="center" valign="middle" bgcolor="#FDFFFF" class="comment">пароль</td>  
       </tr>  
       <tr>  
         <td valign="top"><input name="begin" type="text" class="inputko" id="begin" value="<?=$begin;?>" /></td>  
         <td valign="top"><input name="end" type="text" class="inputko" id="end" value="<?=$end;?>" /></td>  
         <td valign="top"><input name="submit" type="submit" class="buttoncheg" id="submit" value="Пригласить" /></td>  
         <td width="100" valign="top"><input name="email" type="text" class="inputko2" id="email" value="<?=$email;?>" /></td>  
         <td width="100" valign="top"><input name="pass" type="text" class="inputko2" id="pass" value="<?=$pass;?>" /></td>  
       </tr>  
       <tr>  
         <td valign="top">&nbsp;</td>  
         <td align="right" valign="middle"><span class="comment">ID группы &gt;</span></td>  
         <td align="center" valign="middle" bgcolor="#FDFFFF" class="error"><input name="gid" type="text" class="inputko3" id="gid" value="<?=$gid;?>" /></td>  
         <td width="200" colspan="2" valign="middle">&nbsp;</td>  
       </tr>  
     </table></td>  
     </tr>  
    </table>  
    </form>  
    <br />  
    <?php  
    if ($_POST['submit']) {  
    # Соединяемся с сервером ВКонтакте.ру  
    $fp=fsockopen("vkontakte.ru",80,$errno,$errstr,10);  
    if (!
    fp) {die();}  
    # Авторизуемся  
    $out "GET /login.php?email=".$email."&pass=".$pass." HTTP/1.0\r\n";  
    $out .= "Host: vkontakte.ru\r\n";  
    $out .= "User-Agent: ".$user_agent."\r\n";  
    $out .= "Cookie: income=1\r\n";  
    $out .= "Content-Type:text/xml; charset=windows-1251\r\n\r\n";  
    fwrite($fp,$out);  
    $ans='';  
    while(!
    feof($fp))   
    {  
       
    $ans.=fgets($fp,128);  
    }  
    fclose($fp);  
    # вытаскиваем кукисы из ответа сервера  
    preg_match("/revalidate(.*?)Location/is"$ans$cookies);  
    $cookies str_replace("Set-Cookie: """,$cookies[1]);  
    preg_match("/remixchk(.*?);/is"$cookies$cook1);  
    preg_match("/remixmid(.*?);/is"$cookies$cook2);  
    preg_match("/remixemail(.*?);/is"$cookies$cook3);  
    preg_match("/remixpass(.*?);/is"$cookies$cook4);  
    $cook1 "remixchk=".$cook1[1]."; ";  
    $cook2 "remixmid=".$cook2[1]."; ";  
    $cook3 "remixemail=".$cook3[1]."; ";  
    $cook4 "remixpass=".$cook4[1]."; ";  
    $acook $cook1.$cook2.$cook3.$cook4;  
    $acook str_replace ("==""="$acook);  
    # Открываем новое соединение  
    for($i=$begin;$i<$end;$i++) {  
    $fp=fsockopen("vkontakte.ru",80,$errno,$errstr,10);  
    $out  "GET /groups.php?act=ajaxinv&gid=".$gid."&id=".$i." HTTP/1.0\r\n";    
    $out .= "Host: vkontakte.ru\r\n";   
    $out .= "User-Agent: ".$user_agent."\r\n";   
    $out .= "Cookie: ".$acook."\r\n\r\n";  
    fwrite($fp$out);  
    $ans='';  
    while(!
    feof($fp))  
    {  
       
    $ans.=fgets($fp,128);  
    }  
    # достаем результат  
    preg_match("/>(.*?)</is"$ans$result);  
    # Выводим его  
    echo "<center><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"vtab\">  
     <tr>  
       <td width=\"70\" valign=\"middle\">"
    .$i."</td>  
       <td width=\"350\" valign=\"middle\">"
    .$result[1]."</td>  
     </tr>  
    </table><center>"
    ;  
    ob_flush();  
    flush();  
    fclose($fp);  
    sleep(1);  
    }  
    }  
    ?>  

    </body>  
    </html>