| mau share auto like support main-hosting (anti blok ip 31.x), cari proxy https port 80 <html><head> <title>MusaMus AutoLike</title> <head><body style="text-align:center"> <form action="" method="post"></fieldset> <label><a href="https;//www.facebook.com/dialog/oauth?redirect_uri=http%3A%2F%2Fwww.facebook.com%2Fconnect%2Flogin_success.html%3F-Your+Special+Token-&scope=email&sso_key=com.jango.jango&type=user_agent&client_id=256002347743983&sdk=ios">Token</a>:<br/><input name="token" id="name"/></label><br/> <label><a href="http;//hidemyasscom/proxy-list">Proxy(:)Port</a>:<br/><input name="proxy" name="proxy"/></label><br/> <input type="submit" value="Thumbs Up"/></fieldset></form> <?php error_reporting(0); set_time_limit(0); ignore_user_abort(1); if (isset($_POST['token']) && isset($_POST['proxy']) && $_POST['token'] !== '' && $_POST['proxy'] !== ''){ class musaMus{ var $proxy; public function doCurl($url){ $c = curl_init(); curl_setopt($c, CURLOPT_URL, $url); curl_setopt($c, CURLOPT_RETURNTRANSFER, true); curl_setopt($c, CURLOPT_SSL_VERIFYPEER, true); curl_setopt($c, CURLOPT_PROXY, $this->proxy); $exec = curl_exec($c); curl_close($c); return $exec; } public function getId($json){ preg_match_all('/"([0-9]+_[0-9]+)"/', $json, $id); return $id[1]; } } $set = new musaMus(); $set->proxy = $_POST['proxy']; $id = $set->getId($set->doCurl('https://graph.facebook.com/me/home?limit=100&access_token='.$_POST['token'])); for ($i=0; $i<count($id); $i++){ $set->doCurl('https://graph.facebook.com/'.$id[$i].'/likes?method=POST&access_token='.$_POST['token']); } } ?> </body></html> |
Tidak ada komentar:
Posting Komentar