Bitcoin Forum
June 16, 2024, 03:59:30 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 [19] 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 »
  Print  
Author Topic: [ANN]ePay.info, Micropayments and Faucets, Faucetbox alternative [0%Fee]  (Read 61247 times)
Racey
Legendary
*
Offline Offline

Activity: 1134
Merit: 1000


Soon, I have to go away.


View Profile
November 19, 2016, 07:05:14 PM
 #361

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.

And its gone.
ePay.info (OP)
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500


ePay.info Think different


View Profile WWW
November 20, 2016, 09:26:38 AM
 #362

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.
ePay.info (OP)
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500


ePay.info Think different


View Profile WWW
November 20, 2016, 09:26:58 AM
 #363

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?
ePay.info (OP)
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500


ePay.info Think different


View Profile WWW
November 20, 2016, 09:28:05 AM
 #364

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/
toecutter
Hero Member
*****
Offline Offline

Activity: 622
Merit: 500


SatoshiGalaxy


View Profile WWW
November 20, 2016, 10:09:36 AM
 #365

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.

SatoshiGalaxy - MMORPG Faucet - No investments - Satoshi payouts.
ePay.info (OP)
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500


ePay.info Think different


View Profile WWW
November 20, 2016, 10:25:28 AM
 #366

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.
toecutter
Hero Member
*****
Offline Offline

Activity: 622
Merit: 500


SatoshiGalaxy


View Profile WWW
November 20, 2016, 10:29:22 AM
 #367

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!

SatoshiGalaxy - MMORPG Faucet - No investments - Satoshi payouts.
Racey
Legendary
*
Offline Offline

Activity: 1134
Merit: 1000


Soon, I have to go away.


View Profile
November 20, 2016, 01:15:40 PM
 #368

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.

And its gone.
grosminer
Hero Member
*****
Offline Offline

Activity: 718
Merit: 500



View Profile
November 20, 2016, 03:28:00 PM
 #369

Wtf my balance was emptied.. and no withdrawal transaction log...

ePay.info (OP)
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500


ePay.info Think different


View Profile WWW
November 20, 2016, 03:35:08 PM
 #370

Wtf my balance was emptied.. and no withdrawal transaction log...



Hi
and what is your bitcoin address?
grosminer
Hero Member
*****
Offline Offline

Activity: 718
Merit: 500



View Profile
November 20, 2016, 03:39:15 PM
 #371

Wtf my balance was emptied.. and no withdrawal transaction log...



Hi
and what is your bitcoin address?

Hi, check your messages
Thanks for checking
ePay.info (OP)
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500


ePay.info Think different


View Profile WWW
November 20, 2016, 03:41:47 PM
 #372

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?
grosminer
Hero Member
*****
Offline Offline

Activity: 718
Merit: 500



View Profile
November 20, 2016, 03:42:59 PM
 #373

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?

It just reappeared .. few minutes ago it was 80 satoshis...

ePay.info (OP)
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500


ePay.info Think different


View Profile WWW
November 20, 2016, 03:44:41 PM
 #374

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?

It just reappeared .. few minutes ago it was 80 satoshis...



idk , i'll check it again
ePay.info (OP)
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500


ePay.info Think different


View Profile WWW
November 20, 2016, 05:53:08 PM
Last edit: November 20, 2016, 07:12:56 PM by ePay.info
 #375

Little problem with network connection, Be back in less than 10 minutes.


problem with network connection, Be back in less than 60 minutes.


Back online
ePay.info (OP)
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500


ePay.info Think different


View Profile WWW
November 21, 2016, 07:32:36 AM
 #376

Visualized help for faucet owners is available here:

https://epay.info/faq/
Butord
Member
**
Offline Offline

Activity: 95
Merit: 10


View Profile
November 21, 2016, 02:20:27 PM
 #377

Some of users of my blog report me that they can't properly move from faucetbox to epay. They use faucetbox script, update it to 67 version, generate new api and add it to script. But they have 500 error or "Not enough balance". So, who managed to move to epay successfully - did you have any problems?
ePay.info (OP)
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500


ePay.info Think different


View Profile WWW
November 21, 2016, 02:32:08 PM
 #378

Some of users of my blog report me that they can't properly move from faucetbox to epay. They use faucetbox script, update it to 67 version, generate new api and add it to script. But they have 500 error or "Not enough balance". So, who managed to move to epay successfully - did you have any problems?
Hi, 
That is strange
Twll your friends, actually tell everyone that we install faucet for them freely
Just send us their hosting info
Kazuldur
Legendary
*
Offline Offline

Activity: 971
Merit: 1000


View Profile
November 21, 2016, 05:22:12 PM
 #379

Some of users of my blog report me that they can't properly move from faucetbox to epay. They use faucetbox script, update it to 67 version, generate new api and add it to script. But they have 500 error or "Not enough balance". So, who managed to move to epay successfully - did you have any problems?

Can you ask them to contact me? 500 error when using ePay and FaucetBOX.com script means either that there's some problem with connecting to ePay API or there's a bug in our script.

Unless stated otherwise, all opinions are of my own, not FaucetBOX.com's.
ePay.info (OP)
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500


ePay.info Think different


View Profile WWW
November 21, 2016, 08:54:05 PM
 #380

Some of users of my blog report me that they can't properly move from faucetbox to epay. They use faucetbox script, update it to 67 version, generate new api and add it to script. But they have 500 error or "Not enough balance". So, who managed to move to epay successfully - did you have any problems?

Can you ask them to contact me? 500 error when using ePay and FaucetBOX.com script means either that there's some problem with connecting to ePay API or there's a bug in our script.

Hi
I think some servers have problem connect to HTTPS over SOAP
can you try catche it ?

try{
   $client = new SoapClient('https://apis.epay.info/?wsdl');
}catch(Exception $e){
   $client = new SoapClient('http://api.epay.info/?wsdl');
}      
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 [19] 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!