Pages:
Author

Topic: [ANN]ePay.info, Micropayments and Faucets, Faucetbox alternative [0%Fee] - page 43. (Read 61285 times)

hero member
Activity: 644
Merit: 500
ePay.info Think different
Wtf my balance was emptied.. and no withdrawal transaction log...



Hi
and what is your bitcoin address?

Hi, check your messages
Thanks for checking

Hi

I'm seeing 0.00028829 BTC on your account.
are you sure you've entered correct address?
hero member
Activity: 718
Merit: 500
Wtf my balance was emptied.. and no withdrawal transaction log...



Hi
and what is your bitcoin address?

Hi, check your messages
Thanks for checking
hero member
Activity: 644
Merit: 500
ePay.info Think different
Wtf my balance was emptied.. and no withdrawal transaction log...



Hi
and what is your bitcoin address?
hero member
Activity: 718
Merit: 500
Wtf my balance was emptied.. and no withdrawal transaction log...

legendary
Activity: 1134
Merit: 1000
Soon, I have to go away.
I had a go of using the site with just btc address, that worked fine.
When confirming email to validate me, I got an error at first try but now it is working.
And for the first time I seen that a faucet I use, sent over my threshold
Quote
You have reached your Bitcoin threshold.
You will recieve your balance on the next automatic payout.Next automatic Payout in 3 days, 59 minutes

Quote
Thanks for Securing your account.
Please check your inbox to confirm your email address, it may take up to 30 minutes to receive confirmation email.
if you didnt receive link, please check your spam folder.
you can also get new confirmation link by clicking on below button.
Once your account is secured , This message will disappear

Clicked link in email account is now confirmed.


Hi
Is your problem solved?

Yes thanks, first mail never confirmed, second one did.
hero member
Activity: 622
Merit: 500
SatoshiGalaxy
Quote
PHP example code (for budget)

$client = new SoapClient('https://api.epay.info/?wsdl');
$response = $client->f_balance($apicode,1);

What typo?
could you mention it.

I did. In PHP example code (for budget) is still uses f_balance as the method.

about link, we are working to implement it right now.
will be added today.

Cool, thank you!
hero member
Activity: 644
Merit: 500
ePay.info Think different
Hi
lets check this after the other things you have mentioned.
and we have update our API
check here:
https://epay.info/API/

You have a typo on that page
Quote
PHP example code (for budget)

$client = new SoapClient('https://api.epay.info/?wsdl');
$response = $client->f_balance($apicode,1);

Anyways, we have a slight problem implementing ePay payments. We're used to other microwallets having a "check balance" pages, accessible by simple URLs, so we can link to those pages.

For example, on FaucetBOX (forgive me for mentioning it on your thread, but as it's closing, I hope it's fair), one can go to
Code:
https://faucetbox.com/en/check/1bitcoinAddress
and see the balance.

Couldn't find anything like it for ePay.

Hi
What typo?
could you mention it.

about link, we are working to implement it right now.
will be added today.
hero member
Activity: 622
Merit: 500
SatoshiGalaxy
Hi
lets check this after the other things you have mentioned.
and we have update our API
check here:
https://epay.info/API/

You have a typo on that page
Quote
PHP example code (for budget)

$client = new SoapClient('https://api.epay.info/?wsdl');
$response = $client->f_balance($apicode,1);

Anyways, we have a slight problem implementing ePay payments. We're used to other microwallets having a "check balance" pages, accessible by simple URLs, so we can link to those pages.

For example, on FaucetBOX (forgive me for mentioning it on your thread, but as it's closing, I hope it's fair), one can go to
Code:
https://faucetbox.com/en/check/1bitcoinAddress
and see the balance.

Couldn't find anything like it for ePay.
hero member
Activity: 644
Merit: 500
ePay.info Think different
I wanted to add your proxy detection to our faucet script. I see that what you've changed in your script was:

Code:
- $response = $client->send($apicode,$_SESSION['user']['wallet'],$prize,1);
+ $response = $client->send($apicode,$_SESSION['user']['wallet'],$prize,1,NULL,$ip);

However when I do a request like that, I get this error:

Code:
string(245) "There was an error running the query [Cannot add or update a child row: a foreign key constraint fails (`portal`.`tbl_user_credit`, CONSTRAINT `tbl_user_credit_ibfk_1` FOREIGN KEY (`user_id`) REFERENCES `tbl_user` (`user_id`) ON DELETE CASCADE)]"

What should be provided in this new argument? Is it an IP address or some opaque user ID?

EDIT:

Actually I get this error all the time now, no matter if I provide last argument.

EDIT2:

It looks like something's wrong with my account. I can't even login on ePay.info, password reset doesn't work, but when I try to register again I get info that email is already used. New account works good though, so consired it solved.

Hi
lets check this after the other things you have mentioned.
and we have update our API
check here:
https://epay.info/API/
hero member
Activity: 644
Merit: 500
ePay.info Think different
I had a go of using the site with just btc address, that worked fine.
When confirming email to validate me, I got an error at first try but now it is working.
And for the first time I seen that a faucet I use, sent over my threshold
Quote
You have reached your Bitcoin threshold.
You will recieve your balance on the next automatic payout.Next automatic Payout in 3 days, 59 minutes

Quote
Thanks for Securing your account.
Please check your inbox to confirm your email address, it may take up to 30 minutes to receive confirmation email.
if you didnt receive link, please check your spam folder.
you can also get new confirmation link by clicking on below button.
Once your account is secured , This message will disappear

Clicked link in email account is now confirmed.


Hi
Is your problem solved?
hero member
Activity: 644
Merit: 500
ePay.info Think different
Update Notification

Hello,

We have just added an update to our faucet owner panel.
Owners can now block users by IP,Country and addresses for all of their faucetes.

If an IP or address is blocked by 30% of the network, they will be marked az bad and spam and will  blocked in the network for 48 hours, then they will be recheked.
legendary
Activity: 1134
Merit: 1000
Soon, I have to go away.
I had a go of using the site with just btc address, that worked fine.
When confirming email to validate me, I got an error at first try but now it is working.
And for the first time I seen that a faucet I use, sent over my threshold
Quote
You have reached your Bitcoin threshold.
You will recieve your balance on the next automatic payout.Next automatic Payout in 3 days, 59 minutes

Quote
Thanks for Securing your account.
Please check your inbox to confirm your email address, it may take up to 30 minutes to receive confirmation email.
if you didnt receive link, please check your spam folder.
you can also get new confirmation link by clicking on below button.
Once your account is secured , This message will disappear

Clicked link in email account is now confirmed.
legendary
Activity: 971
Merit: 1000
I wanted to add your proxy detection to our faucet script. I see that what you've changed in your script was:

Code:
-		$response = $client->send($apicode,$_SESSION['user']['wallet'],$prize,1);
+ $response = $client->send($apicode,$_SESSION['user']['wallet'],$prize,1,NULL,$ip);

However when I do a request like that, I get this error:

Code:
string(245) "There was an error running the query [Cannot add or update a child row: a foreign key constraint fails (`portal`.`tbl_user_credit`, CONSTRAINT `tbl_user_credit_ibfk_1` FOREIGN KEY (`user_id`) REFERENCES `tbl_user` (`user_id`) ON DELETE CASCADE)]"

What should be provided in this new argument? Is it an IP address or some opaque user ID?

EDIT:

Actually I get this error all the time now, no matter if I provide last argument.

EDIT2:

It looks like something's wrong with my account. I can't even login on ePay.info, password reset doesn't work, but when I try to register again I get info that email is already used. New account works good though, so consired it solved.
hero member
Activity: 644
Merit: 500
ePay.info Think different
more than half of the faucet listed have captcha problem: domain / ckey mismatch

really annoying

edit:
chrome console on chrome desktop and gbit connection  Huh:
A Parser-blocking, cross-origin script, http://api.solvemedia.com/papi/_puzzle.js, is invoked via document.write. This may be blocked by the browser if the device has poor network connectivity.

Hi

That is purley the faucet owners problem.
we will notify them.
legendary
Activity: 1120
Merit: 1000
https://cryptoworld.io
more than half of the faucet listed have captcha problem: domain / ckey mismatch

really annoying

edit:
chrome console on chrome desktop and gbit connection  Huh:
A Parser-blocking, cross-origin script, http://api.solvemedia.com/papi/_puzzle.js, is invoked via document.write. This may be blocked by the browser if the device has poor network connectivity.
hero member
Activity: 644
Merit: 500
ePay.info Think different
Hello

i have deposited 0.05 btc and not confirmed yet on ePay faucet owner dashboard :

https://blockchain.info/address/1HQUxfNRHgBzAj22ywRKfjF6Qr33j264V4?filter=2



i already get 42 confirmations on my payment.
can you please check and confirm?

Thank you!


Hello

Thank you for notifying.
We'll check and get back to you.

Hello

Please any news about my 0.05 btc deposit? it's now more than 24 hours since payment is sent.
i'm not going to deposit more before i get it confirmed, and if there is no enough balance i will remove epay from my site.

please i need urgent help

Hi
Your deposit is already proccesed and is in your account.

Thank you for your great service!  Kiss
Your welcome.
sorry about delay.
it was a late callback.
hero member
Activity: 714
Merit: 500
TomyGame.com => Win Bitcoin
Hello

i have deposited 0.05 btc and not confirmed yet on ePay faucet owner dashboard :

https://blockchain.info/address/1HQUxfNRHgBzAj22ywRKfjF6Qr33j264V4?filter=2



i already get 42 confirmations on my payment.
can you please check and confirm?

Thank you!


Hello

Thank you for notifying.
We'll check and get back to you.

Hello

Please any news about my 0.05 btc deposit? it's now more than 24 hours since payment is sent.
i'm not going to deposit more before i get it confirmed, and if there is no enough balance i will remove epay from my site.

please i need urgent help

Hi
Your deposit is already proccesed and is in your account.

Thank you for your great service!  Kiss
hero member
Activity: 644
Merit: 500
ePay.info Think different
Hello

i have deposited 0.05 btc and not confirmed yet on ePay faucet owner dashboard :

https://blockchain.info/address/1HQUxfNRHgBzAj22ywRKfjF6Qr33j264V4?filter=2



i already get 42 confirmations on my payment.
can you please check and confirm?

Thank you!


Hello

Thank you for notifying.
We'll check and get back to you.

Hello

Please any news about my 0.05 btc deposit? it's now more than 24 hours since payment is sent.
i'm not going to deposit more before i get it confirmed, and if there is no enough balance i will remove epay from my site.

please i need urgent help

Hi
Your deposit is already proccesed and is in your account.
hero member
Activity: 714
Merit: 500
TomyGame.com => Win Bitcoin
Hello

i have deposited 0.05 btc and not confirmed yet on ePay faucet owner dashboard :

https://blockchain.info/address/1HQUxfNRHgBzAj22ywRKfjF6Qr33j264V4?filter=2



i already get 42 confirmations on my payment.
can you please check and confirm?

Thank you!


Hello

Thank you for notifying.
We'll check and get back to you.

Hello

Please any news about my 0.05 btc deposit? it's now more than 24 hours since payment is sent.
i'm not going to deposit more before i get it confirmed, and if there is no enough balance i will remove epay from my site.

please i need urgent help
hero member
Activity: 644
Merit: 500
ePay.info Think different
Hello admin

please check this -- i can't registered my dogecoin adress DBo1SQTax5VvVPnpAWjia3thJL6U1YAtPb

i have account on epay.info - epay say me - entered adress is already in use by another User

THIS IS MY DOGE ADRESS  Undecided Undecided Undecided Huh Huh Huh Undecided Undecided Undecided

i want registered with my other adresses

Hello

have you opened a ticket?
Pages:
Jump to: