1. Pertama Siapkan Notepad atau lebih baik Menggunakan PHP Designer
2. Kedua Buat File Bereksistensi .php terserah anda beri nama apa saja
3. Ketiga Edit File tersebut menggunakan Notepad atau PHP Designer
Untuk PHP
2. Kedua Buat File Bereksistensi .php terserah anda beri nama apa saja
3. Ketiga Edit File tersebut menggunakan Notepad atau PHP Designer
Untuk PHP
- <?php
- // Dibuat oleh Rijal-XP.blogspot.com
- // Mungkin ini berguna utk menghilangkan rasa nyeri otot pada server loe
- error_reporting(false);
- header("Content-type:text/plain"); // kalo gak bisa, coba dihapus baris ini
- //###########################
- // ganti id twitter loe, ga tau id loe? caranya
- $idid = array(
- 479555359,
- 1160003437
- );
- $didi = array_rand($idid);
- //###########################
- $dewadewi = array(
- "tambahfollow.es",
- // "tambahfollowers.us",
- // "banyakfollowers.us",
- // "aoret.us"
- );
- $dewidewa = array_rand($dewadewi);
- //###########################
- $hd = fopen("logs.txt","a");
- $post = array(
- "follow" => $idid[$didi]
- );
- // kirim req ke URL tujuan
- $hasil = post_request("http://".$dewadewi[$dewidewa]."/submit.php", $post);
- //###########################
- if($hasil["status"]=="ok"){
- // tulis hasilnya
- fwrite($hd, $hasil["header"]);
- fclose($hd);
- }else{
- // tulis hasilnya
- fwrite($hd, $hasil["error"]);
- fclose($hd);
- }
- //###########################
- // Kalau gak bisa dengan function post_request kamu bisa memakai function dari cURL
- /*
- foreach($post as $a=>$b){$postku .= $a.'='.$b.'&';}
- rtrim($fields_string, '&');
- $ch = curl_init();
- curl_setopt($ch,CURLOPT_URL,"http://".$dewadewi[$dewidewa]."/submit.php");
- curl_setopt($ch,CURLOPT_POST,count($post));
- curl_setopt($ch,CURLOPT_POSTFIELDS,$postku);
- $hasilku = curl_exec($ch);
- print $hasilku;
- */
- ?>
Untuk GoogleScript (.GS)
- // Dibuat oleh rijal-xp.blogspot.com
- // Trigger dengan function "udin()" dan timer sebanyak 10 menit
- var setink={
- daftardomen:[
- "tambahfollow.es",
- // "tambahfollowers.us",
- // "banyakfollowers.us",
- // "aoret.us"
- ],
- // ganti id twitter loe, ga tau id kamu
- daftardidi:[
- 479555359,
- 1160003437
- ]
- };
- function aceng(a,b){
- var c=UrlFetchApp.fetch(a,{
- muteHttpExceptions:true,
- method:"post",
- payload:b
- });
- return c;
- }
- function acak(a){
- var b=a.sort(function(){return 0.5-Math.random()});
- b.reverse();
- b=b.sort(function(){return 0.5-Math.random()});
- return b;
- }
- function udin(du,ru){
- if(du!==""){
- var du=du;
- }else{
- var du=acak(setink.daftardomen);
- }
- if(ru!=0){
- var ru=ru;
- }else{
- var ru=acak(setink.daftardidi);
- }
- var do=du, re=ru, mi="post";
- aceng("http://"+do+"/submit.php",{
- follow:re,
- method:mi,
- }).fail(function(){
- turnON(do,re);
- });
- }
5.Keempat, edit bagian ID twitter kamu lalu save, bila tidak tau caranya mencari ID Twitter silahkan edit bagian http://twitter.com/users/(disini isi username sobat) lalu pastekan ke URL sobat
6. Upload ke Hosting Sobat file PHP dengan GS tadi
7. Setting ke cron jobs
NB : Untuk Cron Jobs setting ke timer setiap 10 menit
0 komentar
Posting Komentar