Search content
Sort by

Showing 20 of 74 results by b-faucet
Post
Topic
Board Micro Earnings
Re: Advertisium - Self-serve ad network with real time bidding - Accepting Bitcoins!
by
b-faucet
on 12/08/2016, 11:15:57 UTC
Bumpity bump
Cant see where is bitcoin withdraw, only PayPal, Paxum and Wire Transfer.

Will be added today for the publishers Smiley

Until then, you can contact me on Skype or through Support Tickets to have it done manually.

There is a problem with bitcoin withdrawal. Bitcoin adress do not have "@" symbol and form withdrawal can't be submitted.
Post
Topic
Board Micro Earnings
Re: Advertisium - Self-serve ad network with real time bidding - Accepting Bitcoins!
by
b-faucet
on 10/08/2016, 20:12:27 UTC
Bumpity bump
Cant see where is bitcoin withdraw, only PayPal, Paxum and Wire Transfer.
Post
Topic
Board Micro Earnings
Re: Tell me what you Think...
by
b-faucet
on 28/05/2016, 09:49:10 UTC
I think that is not your code, you just adeed frame with https://www.whoismrrobot.com/ to your site Wink
Post
Topic
Board Micro Earnings
Re: Popisle : Popup Advertising Network ( ✔ Bitcoin Supported )
by
b-faucet
on 18/04/2016, 23:56:12 UTC
lol, 30k popup traffic for 30 cents ? Huh
Even my russian popads gives 50 cents for 1k mixed traffic  Cheesy
Post
Topic
Board Micro Earnings
Re: Buying your faucets.
by
b-faucet
on 14/04/2016, 14:43:16 UTC
tell your minimum price for faucet with 200k alexa
Post
Topic
Board Micro Earnings
Re: BlockAdz.com - Banner Ads - 50% Referral Commission - LIMITED Time Special
by
b-faucet
on 03/02/2016, 07:43:49 UTC
There is all have    pending payment from a monday?  Embarrassed
Post
Topic
Board Micro Earnings
Re: anyone know adblock detect code ?
by
b-faucet
on 29/01/2016, 20:07:23 UTC
Post
Topic
Board Micro Earnings
Re: Need a faucet made
by
b-faucet
on 29/01/2016, 14:42:33 UTC
Hi,
 I need someone to make me a faucet. I will pay you just pm or post here your offer. Also if you want to get creative then a bitcoin,litecoin,dash,doge multifaucet based on faucetbox or just a btc faucet.

Thanks
You need faucetbox script with unique design or absolutelly new script? How much do you want to pay?
Post
Topic
Board Micro Earnings
Re: [ANN] ePay.info, Micropayments and Faucets
by
b-faucet
on 25/01/2016, 11:42:04 UTC
Cant restore my bitcoin adress in your system, when i try to sign message i see error.
1DHoETwFRg8SxpxM7QU3pqn2TZdqfr6h72
Post
Topic
Board Micro Earnings
Re: [SURVEY] Faucet owners, What would you want from ePay.info to start using it?
by
b-faucet
on 25/01/2016, 11:24:46 UTC
No thx, my bitcoin adress was added to fake account and i not recive my ref and cant restore it with signed massage.
Post
Topic
Board Micro Earnings
Re: How Can I Get To Appeal Google and My ADsense Account Back?
by
b-faucet
on 23/01/2016, 16:21:14 UTC
When your adsense account banned all your sites added to blacklist, new account not help.
If your google account blocked for first time it will unbanned in 30 days if you appelate.
Also i have 4 google accounts on 7 faucets, 1 has been banned in 2th january for bombclicking.
Post
Topic
Board Micro Earnings
Re: HitPxl.com - Paid to Play (Bitcoin, No minimum, Instant)
by
b-faucet
on 20/01/2016, 08:00:46 UTC
bug fixed  Smiley
where is my reward for bug found?  Grin

but you didn't tell us where is it exactly  Huh
reward is i'm keeping your account is active  Grin
uhh, its second time when i find bug for you in your site, first time been with adalso ads  Grin
Post
Topic
Board Micro Earnings
Re: HitPxl.com - Paid to Play (Bitcoin, No minimum, Instant)
by
b-faucet
on 19/01/2016, 20:45:51 UTC
bug fixed  Smiley
where is my reward for bug found?  Grin
Post
Topic
Board Micro Earnings
Re: HitPxl.com - Paid to Play (Bitcoin, No minimum, Instant)
by
b-faucet
on 19/01/2016, 16:40:18 UTC
It's rly boring  Undecided
I hope you fix all bugs till tomorrow.

Post
Topic
Board Micro Earnings
Re: HitPxl.com - Paid to Play (Bitcoin, No minimum, Instant)
by
b-faucet
on 19/01/2016, 16:14:29 UTC
This seem to be a graphic based 100 satoshi faucet where the time interval between two claims is 4 minutes which sometimes decreases as a bonus claim.  
Time interval is 0 - he's hot obfuscate js code. And not do other defence shit  Lips sealed
Post
Topic
Board Micro Earnings
Re: HitPxl.com - Paid to Play (Bitcoin, No minimum, Instant)
by
b-faucet
on 19/01/2016, 16:08:03 UTC
Houston we have a problem here Cheesy
Your site core based on adalso, and that is the problem, try to rework your serverside  Wink
Post
Topic
Board Micro Earnings
Re: Faucetbox Bitcoin Faucet Script - Open your own faucet
by
b-faucet
on 19/01/2016, 07:24:43 UTC
Hi, can you add login+password authorization ?
Hello,
For the admin or the user site?
For user side
Post
Topic
Board Micro Earnings
Re: Faucetbox Bitcoin Faucet Script - Open your own faucet
by
b-faucet
on 18/01/2016, 20:04:52 UTC
Hi, can you add login+password authorization ?
Post
Topic
Board Micro Earnings
Re: Open Sourced Faucet with Dice Script
by
b-faucet
on 05/01/2016, 08:10:34 UTC
I have one question - is there anyone can put my bitcoin adress and lose all my money from balance ? Can you add login+password authorization?
Post
Topic
Board Micro Earnings
Re: NEW faucet!
by
b-faucet
on 04/01/2016, 12:00:44 UTC
Code:
$('#bonus').mouseover(function(){

        leave ();

    });



    function leave () {

        switch (Math.floor(Math.random() * 4) + 1 ){

            case 1:

                if(bonus.offset().top - 300 > 0) {

                    bonus.css('top',bonus.offset().top  - Math.floor(Math.random() * 300) - 30 );

                } else {leave ();}

                break;



            case 2:

                if(bonus.offset().top + 300 < MaxHeight) {

                    bonus.css('top',bonus.offset().top  + Math.floor(Math.random() * 300) + 30 );

                } else {leave ();}

                break;



            case 3:

                if(bonus.offset().left - 300 > 0) {

                    bonus.css('left',bonus.offset().left  - Math.floor(Math.random() * 300) - 30 );

                } else {leave ();}

                break;



            case 4:

                if(bonus.offset().left + 300 < MaxWidth) {

                    bonus.css('left',bonus.offset().left  + Math.floor(Math.random() * 300) + 30 );

                } else {leave ();}

                break;

        }

    }
Okay Grin