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:
list($header, $response) = explode("\r\n\r\n", $response);
Add before:
$response_raw=$response;
Find:
'html' => '
Unknown error.
',
Replace with:
// '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.