Kazuldur (OP)
Legendary
Offline
Activity: 971
Merit: 1000
|
|
November 19, 2016, 06:26:21 PM |
|
Faucet in a BOX r67 was just released: https://faucetinabox.com/en/versionsChangelog: - GD PHP module is now required
- Add support for FaucetSystem.com (including AntibotInside)
- Add translations of ePay.info API error codes, support for ePay.info proxy detection, and new ePay.info currencies
|
Unless stated otherwise, all opinions are of my own, not FaucetBOX.com's.
|
|
|
HotSwap
|
|
November 21, 2016, 08:24:45 AM |
|
I would be very VERY interested in buying faucetbox.com
|
|
|
|
akamit
|
|
November 21, 2016, 04:43:34 PM |
|
Is it true that faucetbox is closing? I just saw this msg in a thread... But what will happen to the faucets which has been created by using faucetbox? Just curious faucetbox admin, Why you guys haven't thought of selling faucetbox to some guy/company rather than just closing it completely.
Sorry if it has been answered already, give me link.
Same question? I would be very VERY interested in buying faucetbox.com
Already got a interested customer... Then why closing?
|
|
|
|
Kazuldur (OP)
Legendary
Offline
Activity: 971
Merit: 1000
|
|
November 21, 2016, 05:22:47 PM |
|
Is it true that faucetbox is closing? I just saw this msg in a thread... But what will happen to the faucets which has been created by using faucetbox?
https://faucetbox.com/en/closing
|
Unless stated otherwise, all opinions are of my own, not FaucetBOX.com's.
|
|
|
andresem
|
|
November 22, 2016, 04:31:03 PM |
|
what is this error?
my version r64 This error occurs, when I enable nastyhost when I entered an address into the field and click button Get Reward, page simply reload and satoshi does not send in my wallet faucetbox
|
|
|
|
Kazuldur (OP)
Legendary
Offline
Activity: 971
Merit: 1000
|
|
November 22, 2016, 07:34:02 PM |
|
what is this error?
my version r64 This error occurs, when I enable nastyhost when I entered an address into the field and click button Get Reward, page simply reload and satoshi does not send in my wallet faucetbox
Set $display_errors = true; in your config.php file. Do you see any errors when trying to claim now? Also r64 is old and has a critical vulnerability. You should update to at least r66 as soon as possible: https://faucetinabox.com/en/versions
|
Unless stated otherwise, all opinions are of my own, not FaucetBOX.com's.
|
|
|
frycek
Member
Offline
Activity: 115
Merit: 10
|
|
November 22, 2016, 08:47:19 PM |
|
I have problem with installing new faucet. After editing config file, I get password to admin panel, click continue and I got blank page with adress http://faucetdomain.com/admin.php?p=admin After that I get blank page when I try to enter my faucet, and /admin.php page. (blank page on firefos, on opera information that my site doesn't work - "server can not handle the request") How can I fix it?
|
|
|
|
Kazuldur (OP)
Legendary
Offline
Activity: 971
Merit: 1000
|
|
November 22, 2016, 08:50:59 PM |
|
I have problem with installing new faucet. After editing config file, I get password to admin panel, click continue and I got blank page with adress http://faucetdomain.com/admin.php?p=admin After that I get blank page when I try to enter my faucet, and /admin.php page. (blank page on firefos, on opera information that my site doesn't work - "server can not handle the request") How can I fix it? Set $display_errors = true; in your config.php file. Do you see something more than blank page now? If not, check your web server's error log. That said my guess is that you don't have GD module in your PHP installation or configuration.
|
Unless stated otherwise, all opinions are of my own, not FaucetBOX.com's.
|
|
|
frycek
Member
Offline
Activity: 115
Merit: 10
|
|
November 22, 2016, 09:07:22 PM |
|
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'databasename.Faucetinabox_Refs' doesn't exist' in faucetname.com/public_html/script/common.php:345 Stack trace: #0 faucetname.com/public_html/script/common.php(345): PDO->exec('ALTER TABLE `Fa...') #1 faucetname.com/public_html/admin.php(25): require_once('faucetname.com...') #2 {main} thrown in faucetname.com/public_html/script/common.php on line 345
I don't know what that errors means
|
|
|
|
Kazuldur (OP)
Legendary
Offline
Activity: 971
Merit: 1000
|
|
November 22, 2016, 09:14:00 PM |
|
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'databasename.Faucetinabox_Refs' doesn't exist' in faucetname.com/public_html/script/common.php:345 Stack trace: #0 faucetname.com/public_html/script/common.php(345): PDO->exec('ALTER TABLE `Fa...') #1 faucetname.com/public_html/admin.php(25): require_once('faucetname.com...') #2 {main} thrown in faucetname.com/public_html/script/common.php on line 345
Ok, I could reproduce that. Give me a second, I'll prepare a fix. For now you can try installing older version and then updating.
|
Unless stated otherwise, all opinions are of my own, not FaucetBOX.com's.
|
|
|
frycek
Member
Offline
Activity: 115
Merit: 10
|
|
November 22, 2016, 09:20:45 PM |
|
I did it. I see login to admin panel page, but captcha window is blank.
|
|
|
|
Kazuldur (OP)
Legendary
Offline
Activity: 971
Merit: 1000
|
|
November 22, 2016, 09:23:47 PM Last edit: November 22, 2016, 09:33:55 PM by Kazuldur |
|
I did it. I see login to admin panel page, but captcha window is blank.
Any errors in logs?
|
Unless stated otherwise, all opinions are of my own, not FaucetBOX.com's.
|
|
|
frycek
Member
Offline
Activity: 115
Merit: 10
|
|
November 22, 2016, 09:36:13 PM |
|
where are error logs? on screen I don't see any information about errors
|
|
|
|
Kazuldur (OP)
Legendary
Offline
Activity: 971
Merit: 1000
|
|
November 22, 2016, 09:37:58 PM |
|
where are error logs? on screen I don't see any information about errors
That depends on hosting. If you don't know where your hosting keeps error logs, you can also set $display_errors = true; in config.php and try visiting http://faucetdomain.com/cool-captcha.php . Then you should see errors on screen (I hope).
|
Unless stated otherwise, all opinions are of my own, not FaucetBOX.com's.
|
|
|
frycek
Member
Offline
Activity: 115
Merit: 10
|
|
November 22, 2016, 10:57:20 PM |
|
I don't see any errors on this site, also I couldn't find error log files. (that captcha problem is on my old faucet after updating from v66 to v67 (v66 I updated automaticly when It was possible). On new faucet (when I set show error=true in config.php) when I want to install v66 on screen with password to admin panel I see this error: Notice: crypt(): No salt parameter was specified. You must use a randomly generated salt and a strong hash function to produce a secure hash. in /faucetname.com/public_html/admin.php on line 63 next, when I click "click to continue" I was forwarded to http://faucetname.com/admin.php?p=admin page where I see this error and nothing more: Warning: require_once(libs/http-foundation/IpUtils.php): failed to open stream: No such file or directory in /faucetname.com/public_html/script/common.php on line 248 Fatal error: require_once(): Failed opening required 'libs/http-foundation/IpUtils.php' (include_path='.:/usr/local/share/pear') in /faucetname.com/public_html/script/common.php on line 248 This error I see also on main page and that's all on my page.
|
|
|
|
Kazuldur (OP)
Legendary
Offline
Activity: 971
Merit: 1000
|
|
November 23, 2016, 09:46:20 AM |
|
I don't see any errors on this site, also I couldn't find error log files. (that captcha problem is on my old faucet after updating from v66 to v67 (v66 I updated automaticly when It was possible).
Can you save this script: http://pastebin.com/raw/cfgJgb5u as test-captcha.php on your hosting (the same place where you uploaded faucet script that has captcha problems) and send me a link to it? On new faucet (when I set show error=true in config.php) when I want to install v66 on screen with password to admin panel I see this error: Notice: crypt(): No salt parameter was specified. You must use a randomly generated salt and a strong hash function to produce a secure hash. in /faucetname.com/public_html/admin.php on line 63 next, when I click "click to continue" I was forwarded to http://faucetname.com/admin.php?p=admin page where I see this error and nothing more: Warning: require_once(libs/http-foundation/IpUtils.php): failed to open stream: No such file or directory in /faucetname.com/public_html/script/common.php on line 248 Fatal error: require_once(): Failed opening required 'libs/http-foundation/IpUtils.php' (include_path='.:/usr/local/share/pear') in /faucetname.com/public_html/script/common.php on line 248 This error I see also on main page and that's all on my page. Something went wrong when you uploaded files, try uploading again.
|
Unless stated otherwise, all opinions are of my own, not FaucetBOX.com's.
|
|
|
andresem
|
|
November 23, 2016, 06:47:37 PM |
|
what is this error?
my version r64 This error occurs, when I enable nastyhost when I entered an address into the field and click button Get Reward, page simply reload and satoshi does not send in my wallet faucetbox
Set $display_errors = true; in your config.php file. Do you see any errors when trying to claim now? Also r64 is old and has a critical vulnerability. You should update to at least r66 as soon as possible: https://faucetinabox.com/en/versionsit happens quite rarely again,in the error_log file is nothing no
|
|
|
|
frycek
Member
Offline
Activity: 115
Merit: 10
|
|
November 23, 2016, 08:16:15 PM |
|
I don't see any errors on this site, also I couldn't find error log files. (that captcha problem is on my old faucet after updating from v66 to v67 (v66 I updated automaticly when It was possible).
Can you save this script: http://pastebin.com/raw/cfgJgb5u as test-captcha.php on your hosting (the same place where you uploaded faucet script that has captcha problems) and send me a link to it? On new faucet (when I set show error=true in config.php) when I want to install v66 on screen with password to admin panel I see this error: Notice: crypt(): No salt parameter was specified. You must use a randomly generated salt and a strong hash function to produce a secure hash. in /faucetname.com/public_html/admin.php on line 63 next, when I click "click to continue" I was forwarded to http://faucetname.com/admin.php?p=admin page where I see this error and nothing more: Warning: require_once(libs/http-foundation/IpUtils.php): failed to open stream: No such file or directory in /faucetname.com/public_html/script/common.php on line 248 Fatal error: require_once(): Failed opening required 'libs/http-foundation/IpUtils.php' (include_path='.:/usr/local/share/pear') in /faucetname.com/public_html/script/common.php on line 248 This error I see also on main page and that's all on my page. Something went wrong when you uploaded files, try uploading again. I create test-captcha.php file on that faucet and when I open it I see: Warning: Creating default object from empty value in /faucetname.com/public_html/test-captcha.php on line 10 int(2050) Also I see that you release v68, so I download it and upload on my new faucet (with new database and database user). on page with pasword to admin panel I see: Notice: crypt(): No salt parameter was specified. You must use a randomly generated salt and a strong hash function to produce a secure hash. in /faucetname.com/public_html/admin.php on line 63 after clicking continue I see login page, but still I didn't see captcha. Also there I create test-captha.php, and it said: Warning: Creating default object from empty value in /faucetname.com/public_html/test-captcha.php on line 10 int(2179)
|
|
|
|
rancidgash
|
|
November 23, 2016, 08:18:44 PM |
|
I don't undesrtand one thing - you are closing your micropayment service, but you are releasing new script? Can anyone explain me what is going on here?
|
|
|
|
mexicantarget
Legendary
Offline
Activity: 1652
Merit: 1043
Cypherpunk (& cyberpunk)
|
|
November 23, 2016, 08:21:45 PM |
|
I don't undesrtand one thing - you are closing your micropayment service, but you are releasing new script? Can anyone explain me what is going on here?
They're simply not able to provide microwallet service for reasons which were mentioned in their announcement. Faucetbox.com (I assume) will continue operating as a "faucet script" website after microwallet is gone.
|
|
|
|
|