Script Auto Like Beranda no Access Token
versi kali ini Auto like nya memakai email sama password kamu, jadi kalian tidak perlu susah-susah ganti access token lagi jikalau mati access token nya,
Cara pemakaiannya :
1. Copy script nya dahulu di bawah ini
<?php
$username = 'email/username facebook anda';
$password = 'password akun facebook anda';
$login = array( 'email' => $username, 'pass' => $password, 'login' => 'Log In',);
/**
Copyright:
----------
Tempat Download Script
unduhscript.blogspot.com
----------
Script Created By Koceng
Modified By Fendy Kharisma
----------
Jangan Menghapus ini untuk menghargai Hak Cipta
Thanks to Allah
**/
//MENDAPATKAN LOGIN/COOKIE (log_login)
$curl = curl_init();
curl_setopt($curl, CURLOPT_URL,'https://m.facebook.com/login.php');
curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($curl, CURLOPT_POST, 1);
curl_setopt($curl, CURLOPT_POSTFIELDS, $login);
curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, true);
curl_setopt($curl, CURLOPT_ENCODING, '');
curl_setopt($curl, CURLOPT_COOKIEJAR,'log_login');
curl_setopt($curl, CURLOPT_COOKIEFILE,'log_login');
$c_data = curl_exec($curl);
curl_close($curl);
for($i=1;$i<=4;$i++){
$fkh =auto('https://m.facebook.com/home.php');
$fkh = explode('<a',$fkh);
for($i=1;$i<= count($fkh);$i++){
$link = substr($fkh[$i-1], strpos($fkh[$i-1], 'href=') + 6);
$link = substr($link, 0, strpos($link, '"'));
if(ereg('aftercursorr=',$link)){
$link=str_replace('&','&',$link);
auto('https://m.facebook.com'.$link);
$fbid = explode('ft_ent_identifier=',$link);
$fbid = explode('&gfid=',$fbid[1])[0];
if($fbid != '') echo '<font color="gren"><b>LIKE SUCCESS</b></font> <font color="blue"><a href="http://m.facebook.com/'.$fbid.'" target="_blank">CHECK STATUSNA</a></font><hr color="red"/>
';
}
}
}
function auto($url){
$curl = curl_init();
curl_setopt($curl, CURLOPT_URL,$url);
curl_setopt($curl, CURLOPT_RETURNTRANSFER,1);
curl_setopt($curl, CURLOPT_COOKIEFILE,'log_login');
$ch = curl_exec($curl);
curl_close($curl);
return($ch);
}
?> 2. Edit yang warna merah dengan email dan password anda
3. Buat file di cpanel / webhosting
4. Paste kan di file yang gres di buat tadi script nya
5. Setting cron job nya di file yang gres di buat tadi
Selesai
$ch = curl_exec($curl);
curl_close($curl);
return($ch);
}
?> 2. Edit yang warna merah dengan email dan password anda
3. Buat file di cpanel / webhosting
4. Paste kan di file yang gres di buat tadi script nya
5. Setting cron job nya di file yang gres di buat tadi
Selesai
Sekian Postingan ane Tentang
Thanks udah Berkunjung ya brother :D ^_^
Semoga Bermanfaat Brother ^_^
Apabila Kurang Jelas atau ada yang kurang silahkan berkomentar..
EmoticonEmoticon