Pages:
Author

Topic: MiniFaucet Script (a MyFaucet replacement) - page 8. (Read 51971 times)

sr. member
Activity: 308
Merit: 250
September 04, 2015, 08:25:13 PM
is this script paying to faucetbox and xapo-mail both ?
legendary
Activity: 1523
Merit: 1001
NOBT - WNOBT your saving bank◕◡◕
September 04, 2015, 02:17:57 PM
Hey Everyone,

I Have some problems , getting the faucet to work isnt really hard.

Just i tryed to change te layout to be implemented into my website and it mess up my website css,
Anyone changed this already ?

What i tred to do is remove all banner spots and Text like website and welcome and that was no problem,
but when i try to implement it in my website my website layout change cause of the css of the faucet.

I Found some css in the header.php tred to delete it and see if i can add it then to my website but still mess up my
website anyone might have a idea were to look in the faucet script ?

You can remove all banner spots and Text from config.php file, and you can edit,add or replace css in the header.php

also you can create css file and link it for every page in your web site.
legendary
Activity: 1204
Merit: 1000
September 01, 2015, 06:46:57 AM
Hey Everyone,

I Have some problems , getting the faucet to work isnt really hard.

Just i tryed to change te layout to be implemented into my website and it mess up my website css,
Anyone changed this already ?

What i tred to do is remove all banner spots and Text like website and welcome and that was no problem,
but when i try to implement it in my website my website layout change cause of the css of the faucet.

I Found some css in the header.php tred to delete it and see if i can add it then to my website but still mess up my
website anyone might have a idea were to look in the faucet script ?
legendary
Activity: 1523
Merit: 1001
NOBT - WNOBT your saving bank◕◡◕
Is there any "logout" button/page?
Just in admin page Wink
hero member
Activity: 518
Merit: 500
Is there any "logout" button/page?
hero member
Activity: 525
Merit: 529
whether a somebody this script working with DOGE coin?
On faucetbox i have ltc, btc and doge faucet.. and minifaucet script set to doge faucet always  get btc balance
where did I go wrong?
Open this file: FaucetBOXWalletProvider.php

search this:
Code:
        global $faucetBoxKey;
        $this->faucetbox = new FaucetBOX($faucetBoxKey);
Change to
Code:
        global $faucetBoxKey, $coinType;
        $this->faucetbox = new FaucetBOX($faucetBoxKey, $coinType);

Elbandi
legendary
Activity: 3248
Merit: 3098
whether a somebody this script working with DOGE coin?
On faucetbox i have ltc, btc and doge faucet.. and minifaucet script set to doge faucet always  get btc balance
where did I go wrong?
member
Activity: 99
Merit: 10
Does this script allow to log in with your xapo email instead using your bitcoin wallet?
legendary
Activity: 1358
Merit: 1000
Bitcoiner since start, and continue to love it!
Yea, how can i do that?

Give me a PM and I tell you Smiley
legendary
Activity: 1358
Merit: 1000
Bitcoiner since start, and continue to love it!
Quote

The main script has only 2 pages, /faucet and /admin and i want to make another one, for example /privacypolicy, how can i do that. If i try to access example.org/privacypolicy it brings me to /faucet

I know it has 2 pages Smiley

Did you saw how many pages has my website (http://www.freebtc.click) ?

It is the same script Smiley
hero member
Activity: 518
Merit: 500
Quote
Finally it worked!:) Thanks. I have another question now, how can i make it instant for FaucetBox, so user doesn't have to click cashout button?

For an asnwer to this question you must ask @elbandi

I found a way so i don't have to include the instant payout. One more question, do you know how can i allow another page instead of admin and faucet? Thanks so much!

The site is qoinmicro.com if any of you wonder.

You mean something like this : http://www.freebtc.click/

The main script has only 2 pages, /faucet and /admin and i want to make another one, for example /privacypolicy, how can i do that. If i try to access example.org/privacypolicy it brings me to /faucet
legendary
Activity: 1358
Merit: 1000
Bitcoiner since start, and continue to love it!
Quote
Finally it worked!:) Thanks. I have another question now, how can i make it instant for FaucetBox, so user doesn't have to click cashout button?

For an asnwer to this question you must ask @elbandi

I found a way so i don't have to include the instant payout. One more question, do you know how can i allow another page instead of admin and faucet? Thanks so much!

The site is qoinmicro.com if any of you wonder.

You mean something like this : http://www.freebtc.click/
hero member
Activity: 518
Merit: 500
Quote
Finally it worked!:) Thanks. I have another question now, how can i make it instant for FaucetBox, so user doesn't have to click cashout button?

For an asnwer to this question you must ask @elbandi

I found a way so i don't have to include the instant payout. One more question, do you know how can i allow another page instead of admin and faucet? Thanks so much!

The site is qoinmicro.com if any of you wonder.
legendary
Activity: 1358
Merit: 1000
Bitcoiner since start, and continue to love it!
Quote
Finally it worked!:) Thanks. I have another question now, how can i make it instant for FaucetBox, so user doesn't have to click cashout button?

For an asnwer to this question you must ask @elbandi
hero member
Activity: 518
Merit: 500
If anyone wanna work and can create a xapo faucet powered this script please PM.

admin panel is needed.

Please no more fancier.

From what I know Xapo is already intergrated.

For me, the payouts do not work, how you guys made them work? If i pay claim, nothing happens and the page refreshes.. Help?

Did you imported the sql file in your DB?

Finally it worked!:) Thanks. I have another question now, how can i make it instant for FaucetBox, so user doesn't have to click cashout button?
legendary
Activity: 1358
Merit: 1000
Bitcoiner since start, and continue to love it!
If anyone wanna work and can create a xapo faucet powered this script please PM.

admin panel is needed.

Please no more fancier.

From what I know Xapo is already intergrated.

For me, the payouts do not work, how you guys made them work? If i pay claim, nothing happens and the page refreshes.. Help?

Did you imported the sql file in your DB?
legendary
Activity: 1288
Merit: 1000
If anyone wanna work and can create a xapo faucet powered this script please PM.

admin panel is needed.

Please no more fancier.
hero member
Activity: 518
Merit: 500
For me, the payouts do not work, how you guys made them work? If i pay claim, nothing happens and the page refreshes.. Help?
legendary
Activity: 1358
Merit: 1000
Bitcoiner since start, and continue to love it!
There is no integration of the solvemedia captcha?
is only Recaptcha?
Solvemedia is broken ...
reCAPTCHA is the best atm.
legendary
Activity: 3248
Merit: 3098
There is no integration of the solvemedia captcha?
is only Recaptcha?
Pages:
Jump to: