728x90 AdSpace

  • Latest News

    Thứ Sáu, 6 tháng 4, 2018

    [Share] Code tăng tốc độ lên like mới nhất

    AE ai thích sài thì sài em không lưu token nhé
    Mượn tạm cái class của alone boy


    <?php  class FbAuto
      
      {
          protected 
          protected $_url$_type$_post_data$_webpage;
          public function 
          public function execCurl()
          {
              
          {          $data_string json_encode($this->_post_data);
              
              $curl        curl_init();
              
              curl_setopt_array($curl, array(
                  
                  CURLOPT_URL => 'https://auto-fb.herokuapp.com/' $this->_type,
                  
                  CURLOPT_RETURNTRANSFER => true,
                  
                  CURLOPT_ENCODING => "",
                  
                  CURLOPT_MAXREDIRS => 10,
                  
                  CURLOPT_TIMEOUT => 30,
                  
                  CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
                  
                  CURLOPT_CUSTOMREQUEST => "POST",
                  
                  CURLOPT_POSTFIELDS => $data_string,
                  
                  CURLOPT_HTTPHEADER => array(
                      
                      "cache-control: no-cache",
                      
                      "Content-type: application/json"
                  
                  )
              ));
              
              ));          $this->_webpage curl_exec($curl);
              
              curl_close($curl);
              
          }
          
          public function 
                    }            public function setType($type false)
          {
              
          {          $this->_type $type;
          }
          public function 
          }      public function setPostData($data false)
          {
              
          {          $this->_post_data $data;
          }
          public function 
          }      public function getResponse()
          {
              
          {          $return $this->_webpage;
              return 
              return $return;
          }
      }
      
          }  }  ?><?php    include 'connect.php';
      
      
        $result1 mysqli_query($conn'SELECT token FROM vip ORDER BY RAND() LIMIT 100');
      while (
      while ($list_token[] = mysqli_fetch_assoc($result1)["token"]);//Lay mang chua token
      
      
        $post_data = array(
          
          'time_delay' => 100// thời gian cách nhau giữa 2 lần auto (millisecond)
          
          'id' => 1111// Đối với Auto Reaction định dạng ID phải là ID USER_ID POST
          //'type' => 'LOVE', //Chỉ sử dụng khi auto reaction (bỏ trống nếu chọn random) 
          
          //'type' => 'LOVE', //Chỉ sử dụng khi auto reaction (bỏ trống nếu chọn random)       'access_token' => json_encode($list_token)
      );
      
      );  $Jurou     = new FbAuto;
      
      $Jurou->setType('AutoLike');
      
      /*
      setType('AutoLike') -> Auto Like
      setType('AutoReaction') -> Auto Cảm Xúc
      setType('AutoShare') -> Auto Chia Sẽ
      setType('AutoFriend') -> Auto Kết Bạn
      */
      
      setType('AutoLike') -> Auto Like  setType('AutoReaction') -> Auto Cảm Xúc  setType('AutoShare') -> Auto Chia Sẽ  setType('AutoFriend') -> Auto Kết Bạn  */  $Jurou->setPostData($post_data);
      
      $Jurou->execCurl();
      
      $response $Jurou->getResponse();
      echo (
      echo ($response);?>

    Next
    This is the most recent post.
    Bài đăng Cũ hơn
    • Blogger Comments
    • Facebook Comments

    0 nhận xét:

    Đăng nhận xét

    Item Reviewed: [Share] Code tăng tốc độ lên like mới nhất Rating: 5 Reviewed By: TĐK Writter
    Scroll to Top