Paytoshi (OP)
Full Member
Offline
Activity: 207
Merit: 100
Paytoshi: Micropayments & Faucets
|
|
August 09, 2015, 09:50:11 AM |
|
Please help I keep getting the 500 error from using paytoshi and hostinger. I looked at a video on YTube
Note: Rewards system keeps saying 500 error. quickbitcoinfaucet.16mb.com
Helo Jobua, we checked and it is now working. However, it seems you are using an old faucet version. We advise you to update your faucet to the latest version. Thank you, Cheers
|
|
|
|
Paytoshi (OP)
Full Member
Offline
Activity: 207
Merit: 100
Paytoshi: Micropayments & Faucets
|
|
August 09, 2015, 09:58:42 AM |
|
Do any of you guys know if you can add a running balance counter onto the faucet?
Hello nikrox, it seems it is a most sought after feature. It is not just an enhancement of the faucet script but requires a dedicated API on our backend. We are working toward it. We'll let you know about it as soon as we have news. Keep posting suggestions
|
|
|
|
nikrox
Newbie
Offline
Activity: 12
Merit: 0
|
|
August 09, 2015, 10:42:35 AM |
|
Do any of you guys know if you can add a running balance counter onto the faucet?
Hello nikrox, it seems it is a most sought after feature. It is not just an enhancement of the faucet script but requires a dedicated API on our backend. We are working toward it. We'll let you know about it as soon as we have news. Keep posting suggestions Thanks
|
|
|
|
teramit
Legendary
Offline
Activity: 1877
Merit: 1396
The Last Cryptocoin Burner
|
|
August 10, 2015, 04:42:38 PM |
|
The configuration file config/config.yml is missing or not readable. Please check the file and its permissions. i am having this problem and i know my database info is true and ftp show files are in true directory hosting firm confirmed they support scripts requirement standarts i changed whole files permission to 777 but same error
|
|
|
|
Paytoshi (OP)
Full Member
Offline
Activity: 207
Merit: 100
Paytoshi: Micropayments & Faucets
|
|
August 11, 2015, 04:40:44 PM |
|
The configuration file config/config.yml is missing or not readable. Please check the file and its permissions. i am having this problem and i know my database info is true and ftp show files are in true directory hosting firm confirmed they support scripts requirement standarts i changed whole files permission to 777 but same error Hello teramit the configuration file, config.yml, must be present in the /config folder in the root directory and should be readable by the web server. Permissions 664 are ok, permissions 777 are indeed not needed. The same error however is triggered if there is a syntax error inside the config.yml. Your file should be like the sample file: database: host: localhost username: root password: root name: paytoshi_faucet
Pay attention that in a YML file the number of spaces is meaningful: every line except the first must have the same number of spaces. Tab character are not supported. Let us know if this fixes the problem, Cheers
|
|
|
|
teramit
Legendary
Offline
Activity: 1877
Merit: 1396
The Last Cryptocoin Burner
|
|
August 11, 2015, 05:24:51 PM |
|
The configuration file config/config.yml is missing or not readable. Please check the file and its permissions. i am having this problem and i know my database info is true and ftp show files are in true directory hosting firm confirmed they support scripts requirement standarts i changed whole files permission to 777 but same error Hello teramit the configuration file, config.yml, must be present in the /config folder in the root directory and should be readable by the web server. Permissions 664 are ok, permissions 777 are indeed not needed. The same error however is triggered if there is a syntax error inside the config.yml. Your file should be like the sample file: database: host: localhost username: root password: root name: paytoshi_faucet
Pay attention that in a YML file the number of spaces is meaningful: every line except the first must have the same number of spaces. Tab character are not supported. Let us know if this fixes the problem, Cheers it was one line after chancing to rows solved but you should put this info to readme and website.
|
|
|
|
teramit
Legendary
Offline
Activity: 1877
Merit: 1396
The Last Cryptocoin Burner
|
|
August 11, 2015, 05:38:18 PM |
|
i have an error Directive 'register_long_arrays' is deprecated in PHP 5.3 and greater after recaptcha and pressing reward button host register globals are off what can i do if i change o solve media Unable to complete request. i get this answer is true and btc address true i tried whole day some times error code changes at recaptcha Oh snap! You got an error! you can test it url is i n t e m i . c o m
|
|
|
|
Paytoshi (OP)
Full Member
Offline
Activity: 207
Merit: 100
Paytoshi: Micropayments & Faucets
|
|
August 12, 2015, 07:20:00 AM |
|
it was one line after chancing to rows solved but you should put this info to readme and website.
You're right. We are thinking about alternatives for the setup of our faucet script. For the moment we offer support as best as we can
|
|
|
|
Paytoshi (OP)
Full Member
Offline
Activity: 207
Merit: 100
Paytoshi: Micropayments & Faucets
|
|
August 12, 2015, 07:22:38 AM |
|
i have an error Directive 'register_long_arrays' is deprecated in PHP 5.3 and greater after recaptcha and pressing reward button host register globals are off what can i do if i change o solve media Unable to complete request. i get this answer is true and btc address true i tried whole day some times error code changes at recaptcha Oh snap! You got an error! you can test it url is i n t e m i . c o m About the register_log_arrays issue. This directive has been deprecated in PHP 5.3. Please disable this options in your php.ini configuration file: register_long_arrays = Off or in your .htaccess file like this: php_flag register_long_arrays = Off More info here.
|
|
|
|
teramit
Legendary
Offline
Activity: 1877
Merit: 1396
The Last Cryptocoin Burner
|
|
August 12, 2015, 11:15:41 AM |
|
i have an error Directive 'register_long_arrays' is deprecated in PHP 5.3 and greater after recaptcha and pressing reward button host register globals are off what can i do if i change o solve media Unable to complete request. i get this answer is true and btc address true i tried whole day some times error code changes at recaptcha Oh snap! You got an error! you can test it url is i n t e m i . c o m About the register_log_arrays issue. This directive has been deprecated in PHP 5.3. Please disable this options in your php.ini configuration file: register_long_arrays = Off or in your .htaccess file like this: php_flag register_long_arrays = Off More info here. i mailed host and they said they changed settings but on my site nothing changed still i got oh snap error. i tried to add that php_flag register_long_arrays = Off to all htaccess files i saw but it made worse so i deleted that lines back. is it too hard to open a simple faucet like this should i change my hosting company ?
|
|
|
|
Paytoshi (OP)
Full Member
Offline
Activity: 207
Merit: 100
Paytoshi: Micropayments & Faucets
|
|
August 12, 2015, 12:58:44 PM |
|
i mailed host and they said they changed settings but on my site nothing changed still i got oh snap error. i tried to add that php_flag register_long_arrays = Off to all htaccess files i saw but it made worse so i deleted that lines back. is it too hard to open a simple faucet like this should i change my hosting company ?
Hello teramit, we are sorry for the troubles you are experiencing. We created a simple faucet script with very few requirements so that a vast majority of our users may open their own faucet without too much hassle. This does not mean that it has no requirements. PHP 5.3, for example, is a very old PHP version released in 2009, with no support anymore. Your hosting company should know better than to use it, coupled with deprecated settings. If you are interested write us in private, we may help you with the setup. Cheers
|
|
|
|
teramit
Legendary
Offline
Activity: 1877
Merit: 1396
The Last Cryptocoin Burner
|
|
August 12, 2015, 07:23:42 PM |
|
i mailed host and they said they changed settings but on my site nothing changed still i got oh snap error. i tried to add that php_flag register_long_arrays = Off to all htaccess files i saw but it made worse so i deleted that lines back. is it too hard to open a simple faucet like this should i change my hosting company ?
Hello teramit, we are sorry for the troubles you are experiencing. We created a simple faucet script with very few requirements so that a vast majority of our users may open their own faucet without too much hassle. This does not mean that it has no requirements. PHP 5.3, for example, is a very old PHP version released in 2009, with no support anymore. Your hosting company should know better than to use it, coupled with deprecated settings. If you are interested write us in private, we may help you with the setup. Cheers hosting firm updated to 5.4 and nothing changed
|
|
|
|
Paytoshi (OP)
Full Member
Offline
Activity: 207
Merit: 100
Paytoshi: Micropayments & Faucets
|
|
August 13, 2015, 11:15:15 AM |
|
hosting firm updated to 5.4 and nothing changed Replied in private
|
|
|
|
teramit
Legendary
Offline
Activity: 1877
Merit: 1396
The Last Cryptocoin Burner
|
|
August 13, 2015, 12:48:27 PM |
|
intemi.com is active right now. as being a new faucet some big rewards will be distributed for a few weeks.
|
|
|
|
rakib1111
|
|
August 13, 2015, 02:26:09 PM |
|
hi Paytoshi i have a problem .. Paytoshi Faucet Oh snap! You got an error!
The configuration file config/config.yml is missing or not readable. Please check the file and its permissions.
any solution .. database: b15****4u host: sql*****om username: b1****15 password: 1***478 name: paytoshi_faucet I m totally new on Paytoshi faucet
|
|
|
|
nikrox
Newbie
Offline
Activity: 12
Merit: 0
|
|
August 14, 2015, 04:43:25 AM Last edit: August 14, 2015, 07:13:56 AM by nikrox |
|
Hey Guys. Is there any way to auto-redirect once and then move onto the site with coinurl?
|
|
|
|
Paytoshi (OP)
Full Member
Offline
Activity: 207
Merit: 100
Paytoshi: Micropayments & Faucets
|
|
August 17, 2015, 12:28:42 PM |
|
hi Paytoshi i have a problem .. Paytoshi Faucet Oh snap! You got an error!
The configuration file config/config.yml is missing or not readable. Please check the file and its permissions.
any solution .. database: b15****4u host: sql*****om username: b1****15 password: 1***478 name: paytoshi_faucet I m totally new on Paytoshi faucet Hello rakib1111, the file config.yml should be put in a folder called config in the root directory and should be readable by the web server, permissions 664 are fine. The same error, however, is triggered if there is a syntax error inside the config.yml. In the YML file the number of spaces (tab character not supported) must be the same for every line, like our example. Could you please check it?
|
|
|
|
Paytoshi (OP)
Full Member
Offline
Activity: 207
Merit: 100
Paytoshi: Micropayments & Faucets
|
|
August 17, 2015, 12:30:02 PM |
|
Hey Guys. Is there any way to auto-redirect once and then move onto the site with coinurl?
Hello nikrox, sorry this kind of customizations are not supported by our faucet script. Sorry, Thank you
|
|
|
|
Paytoshi (OP)
Full Member
Offline
Activity: 207
Merit: 100
Paytoshi: Micropayments & Faucets
|
|
August 21, 2015, 07:50:55 AM |
|
After last months backend code auditing and cleanup, we are finally working on our frontend website. We hope to tackle all the major issues for a more clear and satisfiying user experience. Follow us in the next weeks to see the update yourself. This upgrade, will make room for more projects in the future
|
|
|
|
Paytoshi (OP)
Full Member
Offline
Activity: 207
Merit: 100
Paytoshi: Micropayments & Faucets
|
|
August 26, 2015, 11:02:18 AM |
|
Thanks to the feedback of our users we had a performance benchmark. We finished an optimization run that should fix most of the recente slowness and timeouts. We are aware that a few areas may still improve, but for those we'll have to wait for the next major frontend upgrade.
|
|
|
|
|