Author

Topic: FaucetBOX.com Discussion - page 140. (Read 237001 times)

full member
Activity: 182
Merit: 100
August 15, 2015, 11:21:11 AM
In the reward timer box I typed by mistake "12." instead of "120", then Enter key, my full script went to factory reset  Undecided

Many hours of work ruined Cry

I don't see how could that happen. Did you save it before at least once? Maybe saving doesn't work at all? There are some problems with saving on some hostings that we still haven't debugged.


I did save it many times before. Actually I only logged in to change the timer.

Just wanted to report it, I know my work must be redone.  Cry
legendary
Activity: 971
Merit: 1000
August 15, 2015, 11:10:30 AM
In the reward timer box I typed by mistake "12." instead of "120", then Enter key, my full script went to factory reset  Undecided

Many hours of work ruined Cry

I don't see how could that happen. Did you save it before at least once? Maybe saving doesn't work at all? There are some problems with saving on some hostings that we still haven't debugged.
full member
Activity: 182
Merit: 100
August 15, 2015, 11:08:58 AM
In the reward timer box I typed by mistake "12." instead of "120", then the Enter key, my full script went to factory reset  Undecided

Many hours of work ruined Cry
legendary
Activity: 971
Merit: 1000
August 15, 2015, 09:43:39 AM
I see the latest version is 54...

What changes are in this new version?

My faucets are getting abused by some people and I need to find some ways to stop the bots and abuse soon.

Thanks for your help.

You can see the changelog in your current faucet's admin panel. We've added FunCaptcha in r54. It should be immune to bots that use Rucaptcha.com and similar services, you should try it Smiley.

Remember to make a backup of your current faucet before updating.
legendary
Activity: 971
Merit: 1000
August 14, 2015, 01:20:43 PM
I wanted to know if you can add the features located here: https://bitcointalksearch.org/topic/m.12138190  in the newest version of the faucetbox script?

I would like to see the option to have a timer on the claim button (set the time in the faucet admin panel) and please add the "anti adblock" feature to the script so it will not show the claim button if the ads are being blocked... maybe allow us to enter a custom message when the claim button is blocked (in the admin panel)

Next versions of Faucet in a BOX script will probably include support for new captcha and some antibot measures. I've added these suggestions to our bug tracker. I think that there's a good chance we'll implement the timer and adblock detector in version after new captchas, I'm not so sure about the popup, but I have to talk with other guys about that Smiley
legendary
Activity: 971
Merit: 1000
August 14, 2015, 11:09:50 AM
To everyone affected by bot issues: can you test this version of Faucet in a Box script: https://static.faucetinabox.com/download/faucetinabox-antibot-alpha.zip ? Disclaimer: it's not really tested in the field by us yet. It may break your faucet, stop paying out to anybody, pay only to some or eat your cookies. You've been warned.

That said I'll really appreciate a feedback on whether it helps at all with the bot issues. I'm also a little bit worried about the performance, so if you see significant slowdowns please share it with me too.



#   I requested method       Response code (last request)          Last access
1.   /api/v1/send             414 - Missing or invalid parameters     2015-08-14 12:45:46

on the page of api i see this.. is normal?

Make sure that you've set the Rewards on your faucet correctly. Fractions aren't allowed (except for DOGE).

How they send 13000 satoshi without fee ? or they Spend fee from their own pocket?

Just as it was said. You can see all our Bitcoin transactions here: https://faucetbox.com/stats/withdrawals/BTC . We do pay fees, but we also send ~500 outputs in single transaction (that's also why we don't payout immediately, but after up to 48 hours), so the cost per address is significantly lower. Even then we don't pay it from our pocket. We take 2.5% fee from faucet owners when they deposit coins to their faucets and use that to pay fees.

i am getting problem in your faucet script ..problem is when i login to admin put password ..i am able to login but anything i do or update the setting or detail in admin panel and when i click save button ..it taking me to login page again ..

Do you know anyone what is the iisue ..why i am getting this problem and how can i solve it

I've sent you a follow-up on email.
full member
Activity: 196
Merit: 100
SUUUCAAA!!!
August 14, 2015, 07:53:10 AM
#   I requested method       Response code (last request)          Last access
1.   /api/v1/send             414 - Missing or invalid parameters     2015-08-14 12:45:46

on the page of api i see this.. is normal?

EDIT: NOW 200 - OK
full member
Activity: 196
Merit: 100
SUUUCAAA!!!
August 14, 2015, 07:52:06 AM
#   I requested method       Response code (last request)          Last access
1.   /api/v1/send             414 - Missing or invalid parameters     2015-08-14 12:45:46

on the page of api i see this.. is normal?
legendary
Activity: 2352
Merit: 1268
In Memory of Zepher
August 14, 2015, 07:34:15 AM
Thanks for fast reply but it doesn't work. Maybe the problem is I use your code for adblock code and timer for button? here is the code you gave me
Quote
snip
Oh, I see that I used the success button instead of the default one. No problem, just replace
Code:
     $('.btn btn-primary btn-lg').click(function(){
          alert('Some information here');
     });
with
Code:
     $('.btn btn-success').click(function(){
          alert('Some information here');
     });
member
Activity: 95
Merit: 10
August 14, 2015, 06:11:08 AM
Hi,
I'm not good at php and bootstrap so maybe you can help me. Is there any code for additional pop up window with some custom message that appears when smbd click on Get Reward button?
If you just want an alert box which says some information, you can just use alert() with Javascript. For example, if you don't have any other buttons on the page, you can use this code at line 93 of the default template file:
Code:


Or if you wanted to open an external page, you could replace the alert with something like this:
Code:
window.open("url", "title", "width=#,height=#");
Obviously editing url to the url of the page, giving the page a title and showing the width and height. The downside of this is that the page obviously cannot open in anything but a new tab on mobile, whereas the alert box will show as expected on mobile (providing there isn't too much text to display).
Thanks for fast reply but it doesn't work. Maybe the problem is I use your code for adblock code and timer for button? here is the code you gave me
Quote

        Wait 5s.

       


hero member
Activity: 826
Merit: 1000
August 14, 2015, 05:02:21 AM
hi @minifrij

do you how can i solve this

Quote
i am getting problem in your faucet script ..problem is when i login to admin put password ..i am able to login but anything i do or update the setting or detail in admin panel and when i click save button ..it taking me to login page again ..

Do you know anyone what is the iisue ..why i am getting this problem and how can i solve it
My guess is that it isn't properly saving the session saying that you are logged in, therefore the code doesn't think you are when you submit the page. This may be a problem on your hosting's part, but I would wait and see if Kazuldur has any ideas before contacting them about it.

Just to be sure, could you check that you have this code at line 30 on the main index.php:
Code:
session_start();
And also this code at line 730 on the main index.php:
Code:
$_SESSION["$session_prefix-logged_in"] = true;
If either of these are missing the session won't be saved and you will be auto logged out of the admin panel.

Thank you for reply ..as i can see both code you provided is present in my index file
legendary
Activity: 2352
Merit: 1268
In Memory of Zepher
August 14, 2015, 04:44:42 AM
hi @minifrij

do you how can i solve this

Quote
i am getting problem in your faucet script ..problem is when i login to admin put password ..i am able to login but anything i do or update the setting or detail in admin panel and when i click save button ..it taking me to login page again ..

Do you know anyone what is the iisue ..why i am getting this problem and how can i solve it
My guess is that it isn't properly saving the session saying that you are logged in, therefore the code doesn't think you are when you submit the page. This may be a problem on your hosting's part, but I would wait and see if Kazuldur has any ideas before contacting them about it.

Just to be sure, could you check that you have this code at line 30 on the main index.php:
Code:
session_start();
And also this code at line 730 on the main index.php:
Code:
$_SESSION["$session_prefix-logged_in"] = true;
If either of these are missing the session won't be saved and you will be auto logged out of the admin panel.
hero member
Activity: 826
Merit: 1000
August 14, 2015, 04:32:48 AM
hi @minifrij

do you how can i solve this

Quote
i am getting problem in your faucet script ..problem is when i login to admin put password ..i am able to login but anything i do or update the setting or detail in admin panel and when i click save button ..it taking me to login page again ..

Do you know anyone what is the iisue ..why i am getting this problem and how can i solve it
legendary
Activity: 2352
Merit: 1268
In Memory of Zepher
August 14, 2015, 04:28:56 AM
Hi,
I'm not good at php and bootstrap so maybe you can help me. Is there any code for additional pop up window with some custom message that appears when smbd click on Get Reward button?
If you just want an alert box which says some information, you can just use alert() with Javascript. For example, if you don't have any other buttons on the page, you can use this code at line 93 of the default template file:
Code:


Or if you wanted to open an external page, you could replace the alert with something like this:
Code:
window.open("url", "title", "width=#,height=#");
Obviously editing url to the url of the page, giving the page a title and showing the width and height. The downside of this is that the page obviously cannot open in anything but a new tab on mobile, whereas the alert box will show as expected on mobile (providing there isn't too much text to display).
hero member
Activity: 896
Merit: 1000
August 14, 2015, 03:42:27 AM
How they send 13000 satoshi without fee ? or they Spend fee from their own pocket?
They send payments in bulk to lots of people at a time, as they only have to pay a fee once doing that. The fees are collected from the site's deposit fees.

Take 037a3bfe7ad7c9f130d4a42550cc410b1cfd6b9edfafad38ade84cca9ff84a92 as an example. The transaction has a fee of 0.00020662 btc and has a total of 501 outputs, so the fee per output is just 41 satoshi, which is just a tiny fraction of the min payment threshold 13000 satoshi.
member
Activity: 95
Merit: 10
August 14, 2015, 03:15:55 AM
Hi,
I'm not good at php and bootstrap so maybe you can help me. Is there any code for additional pop up window with some custom message that appears when smbd click on Get Reward button?
legendary
Activity: 1120
Merit: 1000
August 14, 2015, 03:12:22 AM
How they send 13000 satoshi without fee ? or they Spend fee from their own pocket?
They send payments in bulk to lots of people at a time, as they only have to pay a fee once doing that. The fees are collected from the site's deposit fees.

+1
nice to know how it's working Smiley
legendary
Activity: 2352
Merit: 1268
In Memory of Zepher
August 14, 2015, 03:06:50 AM
How they send 13000 satoshi without fee ? or they Spend fee from their own pocket?
They send payments in bulk to lots of people at a time, as they only have to pay a fee once doing that. The fees are collected from the site's deposit fees.
hero member
Activity: 546
Merit: 500
August 13, 2015, 10:48:22 PM
How they send 13000 satoshi without fee ? or they Spend fee from their own pocket?
hero member
Activity: 826
Merit: 1000
August 13, 2015, 10:06:02 PM
i am getting problem in your faucet script ..problem is when i login to admin put password ..i am able to login but anything i do or update the setting or detail in admin panel and when i click save button ..it taking me to login page again ..

Do you know anyone what is the iisue ..why i am getting this problem and how can i solve it
Jump to: