Trying out a Faucet script - help with errors, please :)

For discussions about game development that does not fit in any of the other topics.
Post Reply
User avatar
Callan S.
Posts: 2042
Joined: Sun Jan 24, 2010 5:43 am

Trying out a Faucet script - help with errors, please :)

Post by Callan S. »

Hi guys. I'm trying out a bitcoin faucet script I got from faucetbox. I'm testing it on wampserver right now (and I haven't updated wampserver for quite some time - since I first posted here, I think!)

What does the first error mean?

Code: Select all

Warning: fopen() [function.fopen]: Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in C:\wamp\www\Faucet\faucetinabox-r51\libs\faucetbox.php on line 45
The latter errors I suspect are because I have not made an account with faucetbox.com and it's trying to contact them - this means a series of numbers aren't filled in and causes more errors. But am I wrong on that?
Faucet error screenie.png
User avatar
KyleMassacre
Posts: 573
Joined: Wed Nov 27, 2013 12:42 pm

Re: Trying out a Faucet script - help with errors, please :)

Post by KyleMassacre »

You can maybe take a look here and see if it helps you out:
http://community.sitepoint.com/t/unable ... p-5-3/6010
User avatar
SpiritWebb
Posts: 3107
Joined: Sun Jul 12, 2009 11:25 pm

Re: Trying out a Faucet script - help with errors, please :)

Post by SpiritWebb »

just add two lines in your php.ini file:

extension=php_openssl.dll
allow_url_include = On
Image

Image
User avatar
Callan S.
Posts: 2042
Joined: Sun Jan 24, 2010 5:43 am

Re: Trying out a Faucet script - help with errors, please :)

Post by Callan S. »

SpiritWebb wrote:just add two lines in your php.ini file:

extension=php_openssl.dll
allow_url_include = On
This replaces the original error message with two new error messages! :)

Code: Select all

Warning: fopen() [function.fopen]: SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:func(144):reason(134) in C:\wamp\www\Faucet\faucetinabox-r51\libs\faucetbox.php on line 45

Warning: fopen() [function.fopen]: Failed to enable crypto in C:\wamp\www\Faucet\faucetinabox-r51\libs\faucetbox.php on line 45
User avatar
Callan S.
Posts: 2042
Joined: Sun Jan 24, 2010 5:43 am

Re: Trying out a Faucet script - help with errors, please :)

Post by Callan S. »

Curiously it worked out better to install it on the free webhost I'm using - no errors with that, even though I haven't signed up with faucetbox yet. I guess I have to work with this thing out in the wild instead of on wampserver.

Thanks for the help, guys.
Post Reply

Return to “General Development”