Bitcoin Forum
May 20, 2024, 05:59:46 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 [35] 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 »
681  Economy / Micro Earnings / Re: Bitcoin Faucet Lists and Tips on: January 10, 2015, 01:58:44 PM
http://www.moonbitcoin.esy.e . add mine faucet pays 1000 satoshi every hour
682  Economy / Service Announcements / Re: [ANN] moonbitcoin.esy.es - 1000 Satoshi Every 60 Minutes - 10% Referral on: January 10, 2015, 01:56:24 PM
good news payout increased

500 satoshi  (50%)
555 satoshi  (49%)
999 satoshi (1%)

10% Lifetime Referral Bonus
683  Economy / Micro Earnings / Re: Free BTC Faucet Rotator! Maximize Earnings! on: January 10, 2015, 06:21:40 AM
hi i want to run my own faucet rotor can i get the script .

add my faucet in your list .   


http://moonbitcoin.esy.es
684  Economy / Service Announcements / Re: New faucet rotator for mutiple coins at www.bitl.link on: January 10, 2015, 12:12:29 AM
BTC faucet offering upto 1000 sat every 60 min  http://www.moonbitcoin.esy.es
685  Economy / Micro Earnings / Re: FREE BITCOIN Sites on: January 10, 2015, 12:09:09 AM

BTC faucet offering upto 500 sat every 5 min  http://www.moonbitcoin.esy.es
686  Economy / Micro Earnings / Re: [ANN] FaucetBOX.com - free API & faucet script, create your own crypto faucet on: January 09, 2015, 03:37:01 PM
my question

where to add <script src="templates/default/ads.js"></script>

What is exact location
687  Economy / Micro Earnings / Re: [ANN] FaucetBOX.com - free API & faucet script, create your own crypto faucet on: January 09, 2015, 03:21:56 PM
unable to edit .index file forbidden error ocured if anyone help me in this on my site i
will very thankfull to u
hi can i use this script into my faucet my faucet is simple what are steps to use
Read the post I quoted, that's the instructions I'm following. If/when I get it working I'll break down the steps for you if your stuck.
That's a strange error, tell me exactly what the error was & I might be able to help. And what you were doing to get the error? It sounds like you done something wrong FTP'ing but without more info I can't be sure.

i am working on this when i apply code in submit area in ftp

 in website Submit button removed even if adblock not installed
688  Local / Marketplace (India) / Re: Get Flipkart gift vouchers for bitcoins! on: January 09, 2015, 01:12:19 PM
Need a voucher worth ₹200
[/quote . 


pm me i have 300 rs gv , or 256 rs gv
689  Economy / Service Announcements / Re: [ANN] moonbitcoin.esy.es - 500 Satoshi Every 5 Minutes - 20% Referral on: January 09, 2015, 08:20:38 AM
if u can delete low prize ( 50 satoshi) it will be better Smiley
every 5 minutes we can earn min 100 satoshi.. good Smiley


New payout system


100 satoshi  (97%)
200 satoshi  (2%)
500  satoshi (1%)

690  Economy / Micro Earnings / Re: [ANN] FaucetBOX.com - free API & faucet script, create your own crypto faucet on: January 09, 2015, 08:17:49 AM
Please approve my site: http://welovebtc.com/ (We accept both MicroWallet and FaucetBox)

@Eirecoin
What is your site so I can check what's wrong?
http://www.eirecoin.co/faucet/  is the temp address, I'm waiting on freebtc-faucet.com to resolve.

Change
Quote
<script src="/ads.js"></script>
to
Quote
<script src="templates/default/ads.js"></script>

hi how to add addblocker plus Detector Script into your faucet script where to add step by step pls explain
691  Economy / Service Announcements / Re: [ANN] moonbitcoin.esy.es - 500 Satoshi Every 5 Minutes - 20% Referral on: January 09, 2015, 06:05:47 AM
Good news to all Timer decreased to 5 min

Current status

Number of users  - 90

Number of payouts - 150
692  Economy / Micro Earnings / Re: [ANN] FaucetBOX.com - free API & faucet script, create your own crypto faucet on: January 09, 2015, 04:48:44 AM
oh now I understand. thats very good then. I googled and found one script but I am not sure if it is the right one. are there a few good JS out there for usage?

thanks
There are a few, the one that I'm using is insanely simple to understand.

Basically, there is an external file in my FTP called ads.js. All ads.js contains is this code:
Quote
var canRunAds = true;

I then embed it into my website using this code:
Quote
<script src="/ads.js"></script>

Then, finally, I put my submit button in it's own <span> with an id, and then reference the variable to get the outcome.
Quote
<span id='subbtn'>
<input type = 'submit' class="btn btn-success" value = 'Claim Reward!'/><br>
</span>
<!--Check For Adblock-->
<script>
if(window.canRunAds === undefined){
   document.getElementById('subbtn').innerHTML = 'Please disable adblock to claim.';
}
</script>
Basically, it checks if the variable exists, if it doesn't, it replaces the submit button with 'Please disable adblock to claim.'.
This works because Adblock's detection systems are shit, and will pretty much disable anything with the word ad in it.
Hi

Can you help me out on this one, I've followed your instructions & I get "Please disable adblock to claim" whether adblock is enabled or not.

I put
Code:
<script src="/ads.js"></script>
near the top of my index.php in my theme folder. & I've the ads.js in the theme & root folder, still no difference.

I also edited my code in the theme to look like this
Code:
<span id='subbtn'>
   <input type="submit" class="btn btn-primary btn-lg" value="Get reward!">
</span>
<!--Check For Adblock-->
<script>
if(window.canRunAds === undefined){
   document.getElementById('subbtn').innerHTML = 'Please disable adblock to claim.';
}
</script>

Any ideas what I'm doing wrong? I'd love to know what might be the problem, ie is it me or the code?

All suggestions/help appreciated  Smiley





hi can i use this script into my faucet my faucet is simple what are steps to use
693  Economy / Micro Earnings / Re: [ANN] FaucetBOX.com - free API & faucet script, create your own crypto faucet on: January 08, 2015, 04:49:40 PM
http://moonbitcoin.esy.es/ approve this
694  Economy / Service Announcements / [ANN] bitcoinwallet.net.in - 1000 Satoshi Every 60 Minutes - 10% Referral on: January 08, 2015, 04:46:37 PM
http://bitcoinwallet.net.in/

Dripping Bitcoins Every 60 Minutes


500 satoshi  (50%)
555 satoshi  (49%)
999 satoshi (1%)

10% Lifetime Referral Bonus

Enjoy our faucet and spread it around! Screenshot the rewards you get

695  Economy / Micro Earnings / Re: [ANN] Bitcoin Hydrant - Bitcoin Faucet List (+250 Faucets) on: January 08, 2015, 04:42:01 PM
add mine http://moonbitcoin.esy.es/
696  Economy / Micro Earnings / Re: [ANN] FaucetBOX.com - free API & faucet script, create your own crypto faucet on: January 08, 2015, 06:53:08 AM
some problem from my hosting provider
Which hosting provider were you using? I've used several and none have had a problem before.

hostinger.in i checked online several bad review (my hosting is paid hosting )

which hosting site is good or any one want to become patner with me i will do 0.03 btc investment

what is review about namecheap hosting what plan is good

I can host faucets on my server. If you're interested (not free), toss me a PM. It's had awesome uptime and I run my own sites on it so if anything happens, you can be assured I will push to get it fixed asap.

what is normal cost if hosting if i want to run a faucet high traffic with mysql and php database
697  Economy / Auctions / Re: (auction) comicpress.info domain for sale on: January 08, 2015, 06:12:59 AM
minimum bid decreased to 0.03btc
698  Economy / Micro Earnings / Re: [ANN] FaucetBOX.com - free API & faucet script, create your own crypto faucet on: January 08, 2015, 05:37:26 AM
some problem from my hosting provider
Which hosting provider were you using? I've used several and none have had a problem before.

hostinger.in i checked online several bad review (my hosting is paid hosting )

which hosting site is good or any one want to become patner with me i will do 0.03 btc investment

what is review about namecheap hosting what plan is good
699  Economy / Gambling / Re: *NEW* | Bitcoin Galore | Bitcoin lottery based on Bitmessage on: January 08, 2015, 01:13:13 AM
ahh i hate this type of number guss games this game is only for who is lucky person i always lost the game anwaya try your luck may be you won
700  Economy / Micro Earnings / Re: [ANN] FaucetBOX.com - free API & faucet script, create your own crypto faucet on: January 07, 2015, 06:52:53 PM
remove my faucet from your list www.bitcoinwallet.net.in

why that? would you mind to explain? thanks

Looks like he closed his faucet. I've removed it from the list Smiley
some problem from my hosting provider
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 [35] 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!