Problem is fixed now. It was due to a weird filesystem problem that broken session management. To sum it up:
1. the fastest way to report such problems is through this forum.
2. however, it's usually not necessary to report them. We have watchdogs that informed us about it and they worked good today.
3. deposits, withdrawals, checking addresses and API worked good (so faucets weren't affected by this directly). FaucetBOX.com Dashboard, changing threshold on /check pages and voting on faucets did not.
4. temari - your problems with your faucet aren't related to this and they probably won't go away. Set $display_errors = true; to see what's wrong.
So pretty much the only thing that was affected was managing your faucets promotion, checking stats and checking deposit address.
I'm sorry for the long response time.
EDIT: I need to do some cleanup, FaucetBOX.com will be down for approx. 5 minutes.
EDIT2: Done, FaucetBOX.com should be stable now.
1. the fastest way to report such problems is through this forum.
2. however, it's usually not necessary to report them. We have watchdogs that informed us about it and they worked good today.
3. deposits, withdrawals, checking addresses and API worked good (so faucets weren't affected by this directly). FaucetBOX.com Dashboard, changing threshold on /check pages and voting on faucets did not.
4. temari - your problems with your faucet aren't related to this and they probably won't go away. Set $display_errors = true; to see what's wrong.
So pretty much the only thing that was affected was managing your faucets promotion, checking stats and checking deposit address.
I'm sorry for the long response time.
EDIT: I need to do some cleanup, FaucetBOX.com will be down for approx. 5 minutes.
EDIT2: Done, FaucetBOX.com should be stable now.
Hi and ty for the info! now i know this: "Post request, but invalid address input name. in /homepages/21d604136188/htdocs/htdocs/index.php on line 2068"
On dat line there isnt any code.. the following written code is:
$data = array(
"paid" => false,
"disable_admin_panel" => $disable_admin_panel,
"address" => "",
"captcha_valid" => !array_key_exists('address', $_POST),
"captcha" => false,
"enabled" => false,
"error" => false,
"reflink" => $protocol.$_SERVER['HTTP_HOST'].strtok($_SERVER['REQUEST_URI'], '?').'?r='
);
I hope u can tell me more about this, because im totally lost here, i see that someone claim once but, since then, i keep having this error code.
[EDIT] Well, i finally managed to fix my problems, thanks!!