Bitcoin Forum
June 28, 2024, 12:56:30 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
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 »
  Print  
Author Topic: [ANN] Paytoshi: Micropayments & Faucets  (Read 40116 times)
Paytoshi (OP)
Full Member
***
Offline Offline

Activity: 207
Merit: 100

Paytoshi: Micropayments & Faucets


View Profile WWW
August 09, 2015, 09:50:11 AM
 #201

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 Offline

Activity: 207
Merit: 100

Paytoshi: Micropayments & Faucets


View Profile WWW
August 09, 2015, 09:58:42 AM
 #202

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  Smiley

nikrox
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
August 09, 2015, 10:42:35 AM
 #203

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  Smiley
Thanks
teramit
Legendary
*
Offline Offline

Activity: 1874
Merit: 1394

The Last Cryptocoin Burner


View Profile
August 10, 2015, 04:42:38 PM
 #204

Quote
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 Offline

Activity: 207
Merit: 100

Paytoshi: Micropayments & Faucets


View Profile WWW
August 11, 2015, 04:40:44 PM
 #205

Quote
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:
Quote
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 Offline

Activity: 1874
Merit: 1394

The Last Cryptocoin Burner


View Profile
August 11, 2015, 05:24:51 PM
 #206

Quote
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:
Quote
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 Offline

Activity: 1874
Merit: 1394

The Last Cryptocoin Burner


View Profile
August 11, 2015, 05:38:18 PM
 #207

i have an error
Quote
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
Quote
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
Quote
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 Offline

Activity: 207
Merit: 100

Paytoshi: Micropayments & Faucets


View Profile WWW
August 12, 2015, 07:20:00 AM
 #208

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  Wink

Paytoshi (OP)
Full Member
***
Offline Offline

Activity: 207
Merit: 100

Paytoshi: Micropayments & Faucets


View Profile WWW
August 12, 2015, 07:22:38 AM
 #209

i have an error
Quote
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
Quote
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
Quote
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:

Quote
register_long_arrays = Off

or in your .htaccess file like this:

Quote
php_flag register_long_arrays = Off

More info here.

teramit
Legendary
*
Offline Offline

Activity: 1874
Merit: 1394

The Last Cryptocoin Burner


View Profile
August 12, 2015, 11:15:41 AM
 #210

i have an error
Quote
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
Quote
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
Quote
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:

Quote
register_long_arrays = Off

or in your .htaccess file like this:

Quote
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 Offline

Activity: 207
Merit: 100

Paytoshi: Micropayments & Faucets


View Profile WWW
August 12, 2015, 12:58:44 PM
 #211

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 Offline

Activity: 1874
Merit: 1394

The Last Cryptocoin Burner


View Profile
August 12, 2015, 07:23:42 PM
 #212

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 Sad
Paytoshi (OP)
Full Member
***
Offline Offline

Activity: 207
Merit: 100

Paytoshi: Micropayments & Faucets


View Profile WWW
August 13, 2015, 11:15:15 AM
 #213

hosting firm updated to 5.4 and nothing changed Sad

Replied in private  Wink

teramit
Legendary
*
Offline Offline

Activity: 1874
Merit: 1394

The Last Cryptocoin Burner


View Profile
August 13, 2015, 12:48:27 PM
 #214

intemi.com is active right now. Smiley
as being a new faucet some big rewards will be distributed for a few weeks.
rakib1111
Full Member
***
Offline Offline

Activity: 146
Merit: 100


View Profile
August 13, 2015, 02:26:09 PM
 #215

hi Paytoshi i have a problem ..

Quote
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 ..

Quote
database: b15****4u
    host: sql*****om
    username: b1****15
    password: 1***478
    name: paytoshi_faucet

I m totally new on Paytoshi faucet Smiley
nikrox
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
August 14, 2015, 04:43:25 AM
Last edit: August 14, 2015, 07:13:56 AM by nikrox
 #216

Hey Guys.
Is there any way to auto-redirect once and then move onto the site with coinurl?
Paytoshi (OP)
Full Member
***
Offline Offline

Activity: 207
Merit: 100

Paytoshi: Micropayments & Faucets


View Profile WWW
August 17, 2015, 12:28:42 PM
 #217

hi Paytoshi i have a problem ..

Quote
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 ..

Quote
database: b15****4u
    host: sql*****om
    username: b1****15
    password: 1***478
    name: paytoshi_faucet

I m totally new on Paytoshi faucet Smiley

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 Offline

Activity: 207
Merit: 100

Paytoshi: Micropayments & Faucets


View Profile WWW
August 17, 2015, 12:30:02 PM
 #218

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 Offline

Activity: 207
Merit: 100

Paytoshi: Micropayments & Faucets


View Profile WWW
August 21, 2015, 07:50:55 AM
 #219

After last months backend code auditing and cleanup, we are finally working on our frontend website.  Roll Eyes

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  Wink

Paytoshi (OP)
Full Member
***
Offline Offline

Activity: 207
Merit: 100

Paytoshi: Micropayments & Faucets


View Profile WWW
August 26, 2015, 11:02:18 AM
 #220

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.

 Wink

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 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!