Pages:
Author

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

hero member
Activity: 644
Merit: 500
ePay.info Think different
Hello
We can provide you with an API to validate if the username exist
what do you think?

I don't see any benefits to be honest. How would it be better than just trying to send coins directly and checking error code?

no beneftis really,
only if you wanted to implement username in your script
legendary
Activity: 971
Merit: 1000
Hello
We can provide you with an API to validate if the username exist
what do you think?

I don't see any benefits to be honest. How would it be better than just trying to send coins directly and checking error code?
hero member
Activity: 644
Merit: 500
ePay.info Think different
Update notifications

We have made some updates today:
Changelog

- Added: Report button for each faucet
- Added: Unfollow and visit next site at the same time
- Added: Added list of faucets for faucet rotator in json
link :
https://epay.info/faucets/list/
hero member
Activity: 644
Merit: 500
ePay.info Think different
Epay.info isn't alt to faucetbox, it is not working laging shit. Their script doesn't work, during the instalation it can't connect to database, faucetbox script was working at this hosting without any problems. Migration from FB doesn't work to.
But this not all. Once, I wanted to login and this shit wrote me "Invalid 2FA code", but I don't set any 2FA code. And now I can't even login to my account. I clicked "Forgot password?", request password reset, follow the link from my mail and this shit send me again to login page. All at this site is not working. This service is shit.

There is even a video toturial on how to install the script.!!

https://epay.info/video/myfaucet_install/index.html
hero member
Activity: 644
Merit: 500
ePay.info Think different
Epay.info isn't alt to faucetbox, it is not working laging shit. Their script doesn't work, during the instalation it can't connect to database, faucetbox script was working at this hosting without any problems. Migration from FB doesn't work to.
But this not all. Once, I wanted to login and this shit wrote me "Invalid 2FA code", but I don't set any 2FA code. And now I can't even login to my account. I clicked "Forgot password?", request password reset, follow the link from my mail and this shit send me again to login page. All at this site is not working. This service is shit.

There are 300 faucets usuing our script.
if you have paid attention to the guide you'd know how to install.

Invalid 2FA code mean you have activated your Two factor,
send [email protected] an email with the address you have registered to reset your 2FA

forgot password will not reset the 2FA ( i think 2FA is the point of that ! )
newbie
Activity: 25
Merit: 0
Epay.info isn't alt to faucetbox, it is not working laging shit. Their script doesn't work, during the instalation it can't connect to database, faucetbox script was working at this hosting without any problems. Migration from FB doesn't work to.
But this not all. Once, I wanted to login and this shit wrote me "Invalid 2FA code", but I don't set any 2FA code. And now I can't even login to my account. I clicked "Forgot password?", request password reset, follow the link from my mail and this shit send me again to login page. All at this site is not working. This service is shit.
hero member
Activity: 644
Merit: 500
ePay.info Think different
But I have another question - Kazuldur, as you may know, we can use username on epay faucets instead of bitcoin address to claim. Does your script support it?

Currently not, it'll check if a valid address was entered before passing it to ePay.info API. That's a good point, I'll see what we can do about this in next version.

Hello
We can provide you with an API to validate if the username exist
what do you think?
legendary
Activity: 971
Merit: 1000
But I have another question - Kazuldur, as you may know, we can use username on epay faucets instead of bitcoin address to claim. Does your script support it?

Currently not, it'll check if a valid address was entered before passing it to ePay.info API. That's a good point, I'll see what we can do about this in next version.
member
Activity: 95
Merit: 10
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.
I checked if everything works on my faucetbox script. So I just generate new API key and add it on faucetbox script choosing epay. And everything is ok. So I think my users just have problems with their hosting.
But I have another question - Kazuldur, as you may know, we can use username on epay faucets instead of bitcoin address to claim. Does your script support it?
hero member
Activity: 644
Merit: 500
ePay.info Think different
Bitcoin Payments are sent.

We are waiting for Confirmation on Bitcoin network.





Check network status from here :

https://blockchain.info/unconfirmed-transactions



Other coins will be sent later.

Read about confirmation here:
https://en.bitcoin.it/wiki/Confirmation
hero member
Activity: 644
Merit: 500
ePay.info Think different
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');
}      

Altough we prefer SOAP

No way I'll allow HTTP connections in Faucet in a BOX script Wink. Catching and displaying human-readable error is a good idea though.

What CloudFlare plan do you have on ePay.info? SSL with the Free plan doesn't work with old OpenSSL's and old browsers (there's no "Legacy browser support" for free plans). You can read details here: https://support.cloudflare.com/hc/en-us/articles/214770928-Legacy-Browser-Support . I remember that was a big problem on FaucetBOX.com when we disabled this legacy browser support.

However it's almost 2017 now. I'd argue that connection problems in this case aren't ePay.info's fault. If those faucets can't connect to your API using modern HTTPS, it's their problem and they should change/update their hostings.

We have pro plan
I agree that no https should be used and it is 2017
but there are still some people that cant update their system and we must have them in mind too
legendary
Activity: 971
Merit: 1000
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');
}      

Altough we prefer SOAP

No way I'll allow HTTP connections in Faucet in a BOX script Wink. Catching and displaying human-readable error is a good idea though.

What CloudFlare plan do you have on ePay.info? SSL with the Free plan doesn't work with old OpenSSL's and old browsers (there's no "Legacy browser support" for free plans). You can read details here: https://support.cloudflare.com/hc/en-us/articles/214770928-Legacy-Browser-Support . I remember that was a big problem on FaucetBOX.com when we disabled this legacy browser support.

However it's almost 2017 now. I'd argue that connection problems in this case aren't ePay.info's fault. If those faucets can't connect to your API using modern HTTPS, it's their problem and they should change/update their hostings.
hero member
Activity: 644
Merit: 500
ePay.info Think different
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');
}      
legendary
Activity: 971
Merit: 1000
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.
hero member
Activity: 644
Merit: 500
ePay.info Think different
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
member
Activity: 95
Merit: 10
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?
hero member
Activity: 644
Merit: 500
ePay.info Think different
Visualized help for faucet owners is available here:

https://epay.info/faq/
hero member
Activity: 644
Merit: 500
ePay.info Think different
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
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?

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



idk , i'll check it again
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

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...

Pages:
Jump to: