Post
Topic
Board Micro Earnings
Re: [ANN] Microwallet.org - API + free faucet script, start your own faucet!
by
BitcoinFuture99
on 04/11/2014, 13:08:29 UTC
Thank you it works now. But I'm a little bit confused why it's so that we need to change it to make it work. Is there a problem with Microwallet or only from my webhost?

For some reason your web hosting is unable to get the IP by name (it may be firewall or dns caching issue).

Create php file "mw-ip-test.php" and put the text below:

Code:

$ip 
gethostbyname('www.microwallet.org');
echo 
$ip;

echo 
'';

$ip gethostbyname('www.microwallet.org.');
echo 
$ip;

?>


It works for me: http://bit.makejar.com/mw-ip-test.php

If it does not output any IP address (or wrong one) for you then contact your hosting sending them a link to this file on your hosting. They should be smart enough to fix the issue  Roll Eyes



Also please describe this to me when I run this code it redirects me to cloudflare spam filter captcha

Code:
$fp fsockopen("www.microwallet.org"80$errno$errstr30);
if (!
$fp) {
    echo 
"$errstr ($errno)\n";
} else {
    
$out "GET / HTTP/1.1\r\n";
    
$out .= "Host: www.microwallet.org\r\n";
    
$out .= "Connection: Close\r\n\r\n";
    
fwrite($fp$out);
    while (!
feof($fp)) {
        echo 
fgets($fp128);
    }
    
fclose($fp);
}
?>

I think cloudflare does not allow me to access microwallet

What you try to obtain downloading the microwallet's home page using http (port 80)?

It was for testing and also your tip gives me the same Cloudflare Spam filter

here is the output of your method

Code:
Unknown error.HTTP/1.1 403 Forbidden Server: cloudflare-nginx Date: Tue, 04 Nov 2014 13:04:34 GMT Content-Type: text/html; charset=UTF-8 Connection: close Set-Cookie: __cfduid=##############; expires=Mon, 23-Dec-2019 23:50:00 GMT; path=/; domain=.microwallet.org; HttpOnly Cache-Control: max-age=2 Expires: Tue, 04 Nov 2014 13:04:36 GMT CF-RAY: ######-DFW
Please enable cookies.
One more step
Please complete the security check to access www.microwallet.org

Refresh Announce Info
reCAPTCHA challenge image
Enter above text  Leave a message for the site owner? (100 characters left)
Submit
Why do I have to complete a CAPTCHA?
Completing the CAPTCHA proves you are a human and gives you temporary access to the web property.

What can I do to prevent this in the future?
If you are on a personal connection, like at home, you can run an anti-virus scan on your device to make sure it is not infected with malware.

If you are at an office or shared network, you can ask the network administrator to run a scan across the network looking for misconfigured or infected devices.

CloudFlare Ray ID:  • Your IP: ####### • Performance & security by CloudFlare