Pages:
Author

Topic: [ANN] FaucetBOX.com - API & faucet script, create your own crypto faucet - page 46. (Read 119991 times)

legendary
Activity: 971
Merit: 1000
@ Kazuldur can you please add adblocker script in this faucetbox script this will be very good everyone will download this script

and any new update of faucet script ? after version 44

We're focusing on FaucetBOX.com now, so for now there'll be no updates for the script except security ones.

I've noticed that some people reach my website with a weird referral url?

like www.example.com/?r=[bitcoin address]&u=[other bitcoin address]

what the parameter "u" stands for? the normal ref link should not be only with the "r" parameter?

u parameter isn't used by Faucet in a Box script in any way. Probably there're faucet rotators that simply append that to every faucet Smiley

i have create a http://cookie-script.com account an then this:

any explanation? hack?

You've cropped your screenshots too much, no way to tell anything.
sr. member
Activity: 294
Merit: 250
I've noticed that some people reach my website with a weird referral url?

like www.example.com/?r=[bitcoin address]&u=[other bitcoin address]

what the parameter "u" stands for? the normal ref link should not be only with the "r" parameter?

they are referrals

r= is main referral

u= is promoting referral

but U= address get the referral reward
hero member
Activity: 896
Merit: 505
i have create a http://cookie-script.com account an then this:

befor:

after:


any explanation? hack?
member
Activity: 81
Merit: 10
Bitcoin Monkey
I've noticed that some people reach my website with a weird referral url?

like www.example.com/?r=[bitcoin address]&u=[other bitcoin address]

what the parameter "u" stands for? the normal ref link should not be only with the "r" parameter?
sr. member
Activity: 294
Merit: 250
@ Kazuldur can you please add adblocker script in this faucetbox script this will be very good everyone will download this script

and any new update of faucet script ? after version 44
legendary
Activity: 971
Merit: 1000
How long before a new faucet is reviewed and eventually approved by FaucetBOX?
Depends on how much free time we have. It's pretty much random, but shouldn't take longer than 24-48 hours.
member
Activity: 81
Merit: 10
Bitcoin Monkey
How long before a new faucet is reviewed and eventually approved by FaucetBOX?
legendary
Activity: 971
Merit: 1000
Does the admin-templates-left box etc. allow to paste the ad network code directly?
Yes.

I put online a new faucet, I transfered bitcoin to my FaucetBox bitcoin address, but my faucet still display a balance of 0 satoshis.
How long should I wait before it will be updated?

go to your site enter address and try to test your self some time it happens with me i always do this

Faucet script updates it's balance only on payouts and when you save settings in Admin Panel. Otherwise it could put too much load on our servers Smiley
full member
Activity: 224
Merit: 100
FaucetBOX.com one of my favorite site faucet
In this site you can get more satoshi everyday  Cheesy
member
Activity: 81
Merit: 10
Bitcoin Monkey
Thanks! Yes, I tested it and now it works properly Wink
sr. member
Activity: 294
Merit: 250
I put online a new faucet, I transfered bitcoin to my FaucetBox bitcoin address, but my faucet still display a balance of 0 satoshis.
How long should I wait before it will be updated?

go to your site enter address and try to test your self some time it happens with me i always do this
legendary
Activity: 2352
Merit: 1268
In Memory of Zepher
I put online a new faucet, I transfered bitcoin to my FaucetBox bitcoin address, but my faucet still display a balance of 0 satoshis.
How long should I wait before it will be updated?
Wait until the transaction confirms a bit. If it's not shown after that, something's wrong.
member
Activity: 81
Merit: 10
Bitcoin Monkey
I put online a new faucet, I transfered bitcoin to my FaucetBox bitcoin address, but my faucet still display a balance of 0 satoshis.
How long should I wait before it will be updated?
legendary
Activity: 2016
Merit: 1107
Does the admin-templates-left box etc. allow to paste the ad network code directly?
legendary
Activity: 971
Merit: 1000
BitcoinFast faucet just redirected me to XHAMSTER ..

Thanks, took it down Smiley
member
Activity: 112
Merit: 10
BitcoinFast faucet just redirected me to XHAMSTER ..
hero member
Activity: 728
Merit: 501
io.ezystayz.com
Faucetbox is a great tool for collective satoshi payments. I wish you to extend your services further. Good luck.
newbie
Activity: 11
Merit: 0
@FaucetBox dev team, hello S0AndS0 here to report a few issues

First the "function is_ssl" neads renamed so that it doesn't easly conflict with other php files that use the same function name. I edited this on my end to resolve errors stating that the function was already in use; ei "function is_ssl" to "function FB_is_ssl" and this resolved the errors once also editing the function calls "is_ssl" on two or three other lines in the same file.

Second using "include_once ("path/to/index.php")" (or any thing simular) results in "No template found" error on pages that I try to imprt the faucet software into.

I already searched this forum thread and found one other member here having simular issues but no "fix" could be found.

How do I include FaucetBox into an already exsisting web-page?

On a positive note this faucet software was far easier to setup than others that I've been playing with *thubs-up*
I also really like the minimal UI on the admin side.

Faucet in a Box script is not meant to be directly included on other sites. We don't support it and you're pretty much on your own if you have any issues. We have a "Faucet in a Box v2" on our TODO list and it'll allow embedding, but we have months of more important work to do.
You can try to fix it yourself. Renaming is_ssl() to anything else and replacing all occurencies in code should be quite straightforward. This function is only used in the root index.php file. And to fix the "No template found", you have to either place the templates directory together with your main php file, that uses include_once("path/to/faucetinabox/index.php"); or tweak the paths in root index.php.
Most people just use
~ I'll be posting notes and such for others to use on GitHub in a few days along with a theme {perhaps}

Oh and thanks for permission to make nessisary modifications to the source code, I do read the licencing ;-), so if your team is willing to change it on your end in the next update that would be nice; otherwise you'll just have more people modding things until v2 comes out.

Thank you for your quick responce too, I'll be sharing my faucet through the backend registration once I've a few more things sorted out.
legendary
Activity: 971
Merit: 1000
@FaucetBox dev team, hello S0AndS0 here to report a few issues

First the "function is_ssl" neads renamed so that it doesn't easly conflict with other php files that use the same function name. I edited this on my end to resolve errors stating that the function was already in use; ei "function is_ssl" to "function FB_is_ssl" and this resolved the errors once also editing the function calls "is_ssl" on two or three other lines in the same file.

Second using "include_once ("path/to/index.php")" (or any thing simular) results in "No template found" error on pages that I try to imprt the faucet software into.

I already searched this forum thread and found one other member here having simular issues but no "fix" could be found.

How do I include FaucetBox into an already exsisting web-page?

On a positive note this faucet software was far easier to setup than others that I've been playing with *thubs-up*
I also really like the minimal UI on the admin side.

Faucet in a Box script is not meant to be directly included on other sites. We don't support it and you're pretty much on your own if you have any issues. We have a "Faucet in a Box v2" on our TODO list and it'll allow embedding, but we have months of more important work to do.
You can try to fix it yourself. Renaming is_ssl() to anything else and replacing all occurencies in code should be quite straightforward. This function is only used in the root index.php file. And to fix the "No template found", you have to either place the templates directory together with your main php file, that uses include_once("path/to/faucetinabox/index.php"); or tweak the paths in root index.php.
Most people just use