Pages:
Author

Topic: [ANN] Microwallet.org - API + free faucet script, start your own faucet! - page 32. (Read 114833 times)

member
Activity: 120
Merit: 10
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
full member
Activity: 500
Merit: 100
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.
member
Activity: 120
Merit: 10
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
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.
full member
Activity: 500
Merit: 100
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
newbie
Activity: 13
Merit: 0
The prob is that the faucet runs the balance-update code once X+10*60 seconds.

Where X is 1 by default. This means run once every 10 minutes.

You need to change the code wait 10 minutes and refresh the page and give as a feedback Wink

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?
newbie
Activity: 27
Merit: 0
Where is MW based anyway?

If all balances are taken, shouldn't we take legal actions?

full member
Activity: 500
Merit: 100
Does your faucet work. (only balance issue or the faucet does not work too?)
The faucet works. I have only a balance issue since the last attack.

The prob is that the faucet runs the balance-update code once X+10*60 seconds.

Where X is 1 by default. This means run once every 10 minutes.

You need to change the code wait 10 minutes and refresh the page and give as a feedback Wink
newbie
Activity: 13
Merit: 0
Does your faucet work. (only balance issue or the faucet does not work too?)
The faucet works. I have only a balance issue since the last attack.
full member
Activity: 500
Merit: 100
Maybe best idea would be to have a faucet that collects all the amount inside itself (including referrals). And at any time the visitor could decide if he wants get paid by MicroWallet, FaucetBOX or any other service that will appear.


The biggest problem is:
Each user must then collect on each site his Satoshi. He need a big time for a payout.
I believe, that is not a big motivation to visit our sites.

You don't understand what I said. I mean. Instead of directly sending his Satoshi to microwallet (or any other system) to give him an option to choose. And if he don't choose then the Satoshi will stay for later. So there will not be a "minimum amount".

So if you get visitor that uses microwallet only, you will not loose him by adding FaucetBOX (or any other system).



Yes, I have tried it yet. Still the same problem.

Does your faucet work. (only balance issue or the faucet does not work too?)
newbie
Activity: 17
Merit: 0
For the guys complaining about the 5% faucetbox fee - do your own maths! If you'd have to process payouts by yourself, then either you wouldn't be able to pay out as often (to keep lower tx fees) or tx fees would be greater than those 5% you deposited...
newbie
Activity: 13
Merit: 0

Since the last DDoS attack the faucet balance on my website shows N/A. I have tried to change the API but that didn't work. Anyone have the same problem as me?

Have you tried this:
https://bitcointalksearch.org/topic/m.9423766
Yes, I have tried it yet. Still the same problem.
full member
Activity: 206
Merit: 100
Maybe best idea would be to have a faucet that collects all the amount inside itself (including referrals). And at any time the visitor could decide if he wants get paid by MicroWallet, FaucetBOX or any other service that will appear.


The biggest problem is:
Each user must then collect on each site his Satoshi. He need a big time for a payout.
I believe, that is not a big motivation to visit our sites.
full member
Activity: 500
Merit: 100
Maybe best idea would be to have a faucet that collects all the amount inside itself (including referrals). And at any time the visitor could decide if he wants get paid by MicroWallet, FaucetBOX or any other service that will appear.

Benefits of this:
- One more step for the users if they want to be paid every time. (50% more ad impressions)
- The visitor have a choice
- less dusty transactions than direct payment (having 5k~50k sattoshi transactions are really painful when you need to spend)
- the referring user will need to enter the website from time to time to get his btc back (ok, this may not be benefit for him)
- no prob. if one or all the wallet services are not working at the moment.
- no prob. if you temporary don't have the needed amount in the wallet service.

The bad side
- the website owners need to keep positive balance in 2 (or more systems)


Since the last DDoS attack the faucet balance on my website shows N/A. I have tried to change the API but that didn't work. Anyone have the same problem as me?

Have you tried this:
https://bitcointalksearch.org/topic/m.9423766

newbie
Activity: 10
Merit: 0
If FaucetBox changes the fees to 2% i would change to them with my 3 sites, after my
Balance on MW is empty. If they can deliver a good service and stable payouts i wont
do my own Payout System, because i think a Cache with much Faucets is better!
newbie
Activity: 13
Merit: 0
Since the last DDoS attack the faucet balance on my website shows N/A. I have tried to change the API but that didn't work. Anyone have the same problem as me?
full member
Activity: 206
Merit: 100
The half of them would be fair.
I think if he reduce his fees, FaucetBox would be an option for me.
newbie
Activity: 11
Merit: 0
I think the fees of 5% at FaucetBOX.com are to high over Life-Time.
For my site Rtube.de its not the perfect way to switch to FaucetBox yet.


so what happen to microwallet, no response from MW??
legendary
Activity: 1414
Merit: 1000
I think the fees of 5% at FaucetBOX.com are to high over Life-Time.
For my site Rtube.de its not the perfect way to switch to FaucetBox yet.

For me it would be paying 0.15BTC fee every month to them.Its cheaper to develop my own API.
full member
Activity: 176
Merit: 100
I think the fees of 5% at FaucetBOX.com are to high over Life-Time.
For my site Rtube.de its not the perfect way to switch to FaucetBox yet.

i agree.I would like to migrate to faucetbox. but 5% fee are to high over.
newbie
Activity: 10
Merit: 0
I think the fees of 5% at FaucetBOX.com are to high over Life-Time.
For my site Rtube.de its not the perfect way to switch to FaucetBox yet.
Pages:
Jump to: