Post
Topic
Board Micro Earnings
Re: [ANN] Microwallet.org - API + free faucet script, start your own faucet!
by
NeedIfFindIt
on 04/11/2014, 12:55:36 UTC
It Outputs the IP
But still Showing "Unknown error" also your Microwallet index.php fsockopen PHP function IP tip not works for me.

Thanks for helping us. I contacted hosting provider they told me to change the PHP version I checked it with all versions upto latest from 5.2 to 5.6
But not working and now Hosting provider not answering.

Your issue is different.

To make it little bit clear:

Find:

Code:
list($header, $response) = explode("\r\n\r\n", $response);

Add before:

Code:
$response_raw=$response;

Find:
Code:
'html' => '
Unknown error.
',

Replace with:
Code:
//            'html' => '
Unknown error.
',
            'html' => '
Unknown error.'.$response_raw.'
',

And the next time you get "Unknown error." there should be some text. Make sure it does not contain your API key and paste it here.