Bitcoin Forum
April 25, 2024, 02:47:35 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Local / Bahasa Indonesia (Indonesian) / Script Rotator Blogspot on: June 30, 2016, 11:06:52 PM
Script Rotator Blogspot - Mungkin banyak dari kalian Yang ingin membuat website faucet sendiri , tetapi terkendala tidak punya hosting / vps , saya akan share rotator website untuk blogspot

Demo : http://faucetrotator-btc.blogspot.com/

- Buka Faucetbox
- Download Rotator Script Blogspot Kesini
 - Setelah di download extract & Edit with notepad
- Lalu buka tab edit html lalu paste code template , edit link yg sudah saya lingkari lihat SS untuk perjelas


- Untuk edit file .js tersebut silahkan Buka notepad lalu paste code berikut

Quote
var s=[

"https://bitcoinmonster.win/?r=1MTWdS3h2gSsnhMzXsj9iEDrJmvWtS13sR",
"http://www.itsrainingbitcoins.com/?r=1MTWdS3h2gSsnhMzXsj9iEDrJmvWtS13sR",
"http://bitcoindrips.com/?r=1MTWdS3h2gSsnhMzXsj9iEDrJmvWtS13sR",
"http://bagibit.co.in/?r=1MTWdS3h2gSsnhMzXsj9iEDrJmvWtS13sR",
"http://freebtc4u.ru/?r=1MTWdS3h2gSsnhMzXsj9iEDrJmvWtS13sR",
"http://www.lotobitcoin.com/?r=1MTWdS3h2gSsnhMzXsj9iEDrJmvWtS13sR",
"http://www.prizebitcoins.com/?r=1MTWdS3h2gSsnhMzXsj9iEDrJmvWtS13sR",
"http://www.satoshimachine.com/?r=1MTWdS3h2gSsnhMzXsj9iEDrJmvWtS13sR",
"http://www.lemonbitcoin.com/faucet/index.php?r=1MTWdS3h2gSsnhMzXsj9iEDrJmvWtS13sR",
"http://btcforyou.ru/?r=1MTWdS3h2gSsnhMzXsj9iEDrJmvWtS13sR",
"http://goldenbtc.ru/faucetbox/?r=1MTWdS3h2gSsnhMzXsj9iEDrJmvWtS13sR",
"http://btc4u.ru/?r=1MTWdS3h2gSsnhMzXsj9iEDrJmvWtS13sR",
"http://ojoclick.com/?r=1MTWdS3h2gSsnhMzXsj9iEDrJmvWtS13sR",
"http://getfreebtc.club/?r=1MTWdS3h2gSsnhMzXsj9iEDrJmvWtS13sR",
"http://www.getbitcoin.online/?r=1MTWdS3h2gSsnhMzXsj9iEDrJmvWtS13sR",
"http://crypto4free.net/?r=1MTWdS3h2gSsnhMzXsj9iEDrJmvWtS13sR",
"http://scoutfaucet.com/?r=1MTWdS3h2gSsnhMzXsj9iEDrJmvWtS13sR",
"https://winfreebitcoin.net/?r=1MTWdS3h2gSsnhMzXsj9iEDrJmvWtS13sR",
"http://www.250satoshi.xyz/?r=1MTWdS3h2gSsnhMzXsj9iEDrJmvWtS13sR",
"https://www.fanbtc.us/?r=1MTWdS3h2gSsnhMzXsj9iEDrJmvWtS13sR",
"http://bitgolden.org/?r=1MTWdS3h2gSsnhMzXsj9iEDrJmvWtS13sR",
"http://www.satoshididu.com/?r=1MTWdS3h2gSsnhMzXsj9iEDrJmvWtS13sR",
"http://btcn.in.ua/?r=1MTWdS3h2gSsnhMzXsj9iEDrJmvWtS13sR",
"http://maneystroy.ru/?r=1MTWdS3h2gSsnhMzXsj9iEDrJmvWtS13sR",
"http://bitcoways.xyz/faucetbox/?r=1MTWdS3h2gSsnhMzXsj9iEDrJmvWtS13sR",
"http://freebitcoinz.tk/?r=1MTWdS3h2gSsnhMzXsj9iEDrJmvWtS13sR",

];


var adr,i,x=0,c=s.length;
function address() {
adr=prompt('Enter your bitcoin address:');
s=s.map(function(x){
  return x.indexOf("a=") != -1 ? x + adr : x;
});
}
function next(){
x+=1;
if (x>c-1)
  {
  x=0;
  }
changeSrc();
}
function prev(){
x-=1;
if (x<=0)
  {
  x=c-1;
  }
changeSrc();
}
function jumpTo() {
i=prompt("Enter a number to skip to that faucet.");
x=0;
while (i!=x) {
  if (x>c-2) {
  break;
  }
  x+=1;
}
changeSrc();
}
function newTab() {
var win=window.open(document.getElementById("fm").src, '_blank');
win.focus();
}
function changeSrc() {
document.getElementById("fm").src=s
  • ;
}

Silahkan edit link di atas dengan link faucet aktif dari faucetbox setelah selesai Save as file notepad berinama terserah agan di akhiri .js lalu type ubah dari txt menjadi "all type"

Setelah di save silahkan upload di http://yourjavascript.com/ dan rubah link yg sudah saya lingkari di atas dengan link yg di kirim yourjavascript.com

Sumber : MyBlog
2  Bitcoin / Project Development / Rotator Script Blogspot on: June 30, 2016, 12:03:46 PM


only edit and reupload .js script ( you can upload yourjavascript.com or dropbox )

Download Link : Click Here
Demo Bitcoin : Click Here
Demo Dogecoin : Click Here

Someone sell rotator script blogspot and i share this script free
https://bitcointalk.org/index.php?topic=1528861.0
3  Local / Marketplace (Bahasa Indonesia) / [WTS] Domain buat Faucet on: August 12, 2015, 10:35:12 AM
Sale Domain : crypto-faucet.biz

Alexa Rank : http://www.alexa.com/siteinfo/crypto-faucet.biz
Ane jual 20$ via Btc / Transfer
Full Control Ane beli di namecheap
+ Bonus Akun BM Dri domain Tersebut Pending Balance 0.02BTC
klo ada Yg minat boleh PM ane  Grin
Wajib Rekber Group Bitcoins Indonesia
4  Economy / Micro Earnings / [Bitcoin Faucet] Crypto Faucet 30 minutes on: May 18, 2015, 02:01:58 AM
Hy i'm newbie , i create bitcoin faucet use faucetbox
min reward 500satoshi every 30 minutes
30% system refferal
Klik Here Or http://crypto-faucet.biz/
if u like my faucet , just Click ads on the right side  Grin

Doge Faucet Instant Payout
5  Economy / Micro Earnings / DogeCoin faucet on: May 09, 2015, 02:29:43 PM
Hy i create new faucet  doge Cheesy
instant payout , no refferal system

http://crypto-blog.info/

Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!