Bitcoin Forum
September 22, 2024, 08:06:41 AM *
News: Latest Bitcoin Core release: 27.1 [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 »
301  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: February 03, 2016, 06:44:34 PM
How can I use nastyhost on my faucet? Need to paste their code on some file in script?

You can enable it in admin panel of your script, if you're using Faucet in a BOX.

It's {"status":200,"ip":"193.33.174.7"}

This address isn't blocked by nastyhosts. However Cloudflare's are and you said you're using it, which means that you may have if configured incorrectly. Do you read everything in the advanced tab of your faucet's admin panel? Did you enable Cloudflare there? Is the Cloudflare still enabled there (it could be automatically disabled)?
302  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: February 03, 2016, 06:18:14 PM
I want to set pretection by nastyhosts.com and I saw this information:
"You can't enable NastyHosts.com, because your IP address is marked as suspicious and you won't be able to access Admin Panel."

Could I do something with it, or I can't use nastyhosts.com protection?

What do you see after visiting http://v1.nastyhosts.com/ ?

{"status":200,"ip":".***.***.***.***"}

***.***.***.*** - my IP adress

Yes, I need this address to check why you're being blocked by nastyhosts.
303  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: February 03, 2016, 05:46:56 PM
I want to set pretection by nastyhosts.com and I saw this information:
"You can't enable NastyHosts.com, because your IP address is marked as suspicious and you won't be able to access Admin Panel."

Could I do something with it, or I can't use nastyhosts.com protection?

What do you see after visiting http://v1.nastyhosts.com/ ?
304  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: February 03, 2016, 04:25:12 PM
Hi,

Help me to block proxies and vpn?
Especially Zenmate  Sad

Zenmate is blocked (at least mostly) by nastyhosts:

http://v1.nastyhosts.com/207.244.77.8
{"status":200,"hostnames":["secured-by.zenmate.com"],"suggestion":"deny"}
305  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: February 03, 2016, 12:13:05 AM
I upload file and here is link to it: http://goldcoinsfaucet.xyz/btc/test.php

Code:
Warning: curl_exec() has been disabled for security reasons in /usr/home/frycek1987/domains/goldcoinsfaucet.xyz/public_html/btc/test.php on line 13

Your hosting has disabled curl. You can try setting:

Code:
'disable_curl' => true,

in your config.php file. If that doesn't work either, then your hosting just blocked all methods of external connections and you'll have to ask them to enable curl or simply change your hosting.
306  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: February 02, 2016, 11:02:22 PM
Hello guys, could anyone help me with my first faucet?
I got this error all time: "Error connecting to FaucetBOX.com API. Either your hosting provider doesn't support external connections or FaucetBOX.com API is down. Send an email to support@faucetbox.com if you need help."

I copy and paste API key and don't know how to figue where problem is.
My faucet is under this adress http://goldcoinsfaucet.xyz/btc/

How to check external connections  on hosting?
Or maybe it's Cloudflare problem? (I set Cloudflare in Reverse Proxy tab amd change site dns for cloudflare ones.)

Download this script: https://static.faucetinabox.com/download/tools/test.php , upload it to your server and post a link to it.
307  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: February 02, 2016, 09:38:29 PM
Okay, I think it's fixed. You should see your deposits in up to 30 minutes.
308  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: February 02, 2016, 08:44:36 PM
Sorry guys, I'm working on it. It's a problem with our daemons.
309  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: January 28, 2016, 07:28:14 PM
It was r60. I just installed latest version overwriting old files to make sure that there is no modification on script which obviously broke my customized theme. Anyhow I switched to Default theme and tried to Claim reward and got same error but now "line 2061".

Well... I have to say that I have no idea why that's happening. Here's what you can check, but it might just be easier/faster to change hosting:

1. Do you see any "REFERER CHECK FAILED, ASSUMING CSRF!" errors in your server's error log?
2. Does it help if you temporarily remove line 90:
Code:
$_POST[$_SESSION['address_input_name']] = "";
from index.php?
3. can you put
Code:
trigger_error("Address input name changed");
in line 2388, like that:
Code:
Line 2387:         $data['page'] = $page;
Line 2388:         trigger_error("Address input name changed");
Line 2389:         $_SESSION['address_input_name'] = randHash(rand(25,35));
and then visit your page once and see if this error was added only once to your server's error log? (it's important to check the error log and not only in browser)
310  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: January 28, 2016, 11:37:35 AM
Code:
	$rW *= $rewardMultiplier;

The * he tells me that is not permitted, to remove it no longer gives me error but does not operate the balance for the country you want to show

Weird, it should work. Which version of PHP do you use?
Try changing it to
Code:
 $rW = $rW*$rewardMultiplier; 
.

I switched to default template with nothing in ad boxes and faced same error.
Notice: Post request, but session is invalid. in /home/dailyfre/public_html/aquabitcoin.com/index.php on line 2004

Can you also use unmodified script itself? We need to rule out the possibility that some modifications did this.
Also which version of the script do you use? r62?
311  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: January 28, 2016, 09:51:35 AM
Set $display_errors = true; in your config.php file.
Done. Please have a look

Does it also happen on unmodified script with unmodified template with nothing in ad boxes?

and I saw the error

It's here:

Code:
foreach($rewards as $rW){
$rW *= $rewardMultiplier;
$newRewards[] = $rW;
}
$rewards = $newRewards;

I do not understand that I have to fix

And what the error is exactly?
312  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: January 28, 2016, 08:43:09 AM
Hello, could you check this code to show the reward to the country?

I'm trying but I get error 500

Set $display_errors = true; in your config.php file.

This faucet Aquabitcoin.com is not working properly. After solving captcha and clicking Claim button the homepage reloads and no reward is sent.  Could anyone help me fix it?

Set $display_errors = true; in your config.php file.
313  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: January 24, 2016, 07:00:16 PM
I mean what are the odds tha three or 4 or more consecutive addresses (entries) are successful rotators and have similar behaviours (faucets) and ref addresses?

Well... high.
314  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: January 21, 2016, 11:27:38 AM
To everyone with captcha issues on Faucetinabox r54: make sure that you updated the <input> tag from something like this:
Code:
<input type="text" name="address">
to this:
Code:
<input type="text" name="<?php echo $data["address_input_name"]; ?>">

In other words: make sure that the name of the field is
Code:
<?php echo $data["address_input_name"]; ?>
and not simply
Code:
address
.

If i use this old code used in r54
Code:
<input type="text" name="address">

then i got desired result like user click on address field and their btc address drop down so they can select it.But by changing
Code:
<input type="text" name="<?php echo $data["address_input_name"]; ?>">
to this
Code:
<input type="text" name="address">
Script stop working Sad

As I said, it won't work. You have to implement your own autocomplete, which requires you to know JavaScript and CSS. Or you could use a version older than r54, but I really don't recommend that.
315  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: January 21, 2016, 11:02:56 AM
That's where the browsers auto complete should come into play, if the user has used your faucet before then the browser automatically saves post data by the field name of the input box. Paste your address into it once and then when you visit the faucet again clicking on the box should return the users previously used address as auto complete.

Still not working bro nothing happens onclick and onfocus even i paste link once and claim satoshi.I send one ticket to faucetbox support but no reply Sad

It won't work. The name of the field is random to make life harder for bots and to protect from CSRF, but it breaks autocomplete.
You have to implement your own autocomplete, which requires you to know JavaScript and CSS.
316  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: January 20, 2016, 08:25:15 AM
We have been trying to contact FaucetBox to get the limits raised because our users have been saying that they often get the "This faucet has made too many requests." message on http://satoshihoard.com
Our first ticket was put in 10 days ago and we haven't heard anything back. Is this normal and we just have to wait, or is there another way besides the chat/email to support@faucetbox.com to get a response?

I'll look into that this evening. Looks like support is overwhelmed currently, sorry.

We have been trying to contact FaucetBox to get the limits raised because our users have been saying that they often get the "This faucet has made too many requests." message on http://satoshihoard.com
Our first ticket was put in 10 days ago and we haven't heard anything back. Is this normal and we just have to wait, or is there another way besides the chat/email to support@faucetbox.com to get a response?
You have to contact satoshihoard's admin, not FaucetBOX support. This has nothing to do with them. The admin of the faucet set the limit.

He's talking about API rate limits, that's a different thing Smiley.
317  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: January 17, 2016, 10:29:09 AM
Hi

I need some help i'm running a faucetbox script  & user complaints an error "This faucet exceeded it's safety limits!"

Will someone here can tell me how to resolve it?I didn't set any rules for this thing its seriously effecting my users. Sad

Satoshicoins.co

Limits are disabled by default, you must have enabled them. Go to your faucet's Manage page in your FaucetBOX.com Dashboard, you can change it there.
318  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: January 16, 2016, 05:51:02 PM
We're seeing 4x more requests than usual. I'm working on making it better.
319  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: January 16, 2016, 01:02:40 PM
Anyone elses FaucetBox balances showing 0? 1.6M satoshi & 4K doge showing 0, checked the payouts and user statistics and it doesn't add up. Is there an issue with FaucetBox?

Do you see that on your faucet itself or in FaucetBOX.com Dashboard?

It's on both the faucet and within the FaucetBox dashboard. The balances have just reset to 0. It happened a few hours ago. Both DOGE & BTC just changed to 0. My faucet had not received nearly enough traffic to claim 1.6M & around 3.6-4K doge today.
---------------
Edit: Even the stats within the FaucetBox dash don't add up.
For the admin: Stats #31272, #49866 & #81789

I'll investigate it, give me an hour or two.

Okay, it was easier than I thought, it's not a bug. You were hacked, check PM for details including IP addresses (one is TOR, but I think someone was sloppy and the other IP address is actually the hacker). Enable MFA ASAP if you deposited any coins already, preferably not the email MFA, as your email could be compromised too.

For reference for others: someone knew the password and just logged in to FaucetBOX.com account.
320  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: January 16, 2016, 12:46:57 PM
Anyone elses FaucetBox balances showing 0? 1.6M satoshi & 4K doge showing 0, checked the payouts and user statistics and it doesn't add up. Is there an issue with FaucetBox?

Do you see that on your faucet itself or in FaucetBOX.com Dashboard?

It's on both the faucet and within the FaucetBox dashboard. The balances have just reset to 0. It happened a few hours ago. Both DOGE & BTC just changed to 0. My faucet had not received nearly enough traffic to claim 1.6M & around 3.6-4K doge today.
---------------
Edit: Even the stats within the FaucetBox dash don't add up.
For the admin: Stats #31272, #49866 & #81789

I'll investigate it, give me an hour or two.
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!