Pages:
Author

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

hero member
Activity: 644
Merit: 500
ePay.info Think different
Hi, I noticed that many ePay faucets gives wrong referral links, it looks like this:
Quote
http://www.http://example.com//?r=ePay username,email or BTC address
I don't know is it from your side or faucet owners doing something wrong.
Also, it would be good if in next script update you would add this feature, that % of rewards would be shown to users.
And last thing: maybe it would be possible to stay loged in on epay.info? I often neeed to check my ballances and I don't like to solve captcha every time when I want to visit my account.

Hi

some faucet owners use the wrong link, we are wroking on a fix for this.

referral % is already on the script.

about login , sure we'll change that

Thanks for the answer.
But I didn't talked about referral %. I wanted to say about reward %. Now on ePay faucets written for example :
Every XX minutes you can earn between 100 and 1000 Satoshi (Bitcoin).
We can't see percentages for every rewards and we don't know how big chances to win lower and bigger rewards.
Your welcome.
Oh my bad , i taught you said referral.
Sure we'll add that
legendary
Activity: 3178
Merit: 1363
Slava Ukraini!
Hi, I noticed that many ePay faucets gives wrong referral links, it looks like this:
Quote
http://www.http://example.com//?r=ePay username,email or BTC address
I don't know is it from your side or faucet owners doing something wrong.
Also, it would be good if in next script update you would add this feature, that % of rewards would be shown to users.
And last thing: maybe it would be possible to stay loged in on epay.info? I often neeed to check my ballances and I don't like to solve captcha every time when I want to visit my account.

Hi

some faucet owners use the wrong link, we are wroking on a fix for this.

referral % is already on the script.

about login , sure we'll change that

Thanks for the answer.
But I didn't talked about referral %. I wanted to say about reward %. Now on ePay faucets written for example :
Every XX minutes you can earn between 100 and 1000 Satoshi (Bitcoin).
We can't see percentages for every rewards and we don't know how big chances to win lower and bigger rewards.
hero member
Activity: 644
Merit: 500
ePay.info Think different
Hi

How long do I wait for IP moderation? It still No access yet


Thx

Hi

I've just reached your ticket and was about to answer.

there is no need to for our approval.
once you add them they will be added.
You'll get a last access time when your site send a payments
member
Activity: 70
Merit: 10
Hi

How long do I wait for IP moderation? It still No access yet


Thx
hero member
Activity: 644
Merit: 500
ePay.info Think different
Hi, I noticed that many ePay faucets gives wrong referral links, it looks like this:
Quote
http://www.http://example.com//?r=ePay username,email or BTC address
I don't know is it from your side or faucet owners doing something wrong.
Also, it would be good if in next script update you would add this feature, that % of rewards would be shown to users.
And last thing: maybe it would be possible to stay loged in on epay.info? I often neeed to check my ballances and I don't like to solve captcha every time when I want to visit my account.

Hi

some faucet owners use the wrong link, we are wroking on a fix for this.

referral % is already on the script.

about login , sure we'll change that
legendary
Activity: 3178
Merit: 1363
Slava Ukraini!
Hi, I noticed that many ePay faucets gives wrong referral links, it looks like this:
Quote
http://www.http://example.com//?r=ePay username,email or BTC address
I don't know is it from your side or faucet owners doing something wrong.
Also, it would be good if in next script update you would add this feature, that % of rewards would be shown to users.
And last thing: maybe it would be possible to stay loged in on epay.info? I often neeed to check my ballances and I don't like to solve captcha every time when I want to visit my account.
hero member
Activity: 644
Merit: 500
ePay.info Think different
Hi

You can use this link to direct the users to their balance stat:

Code:
https://epay.info/check/Address

Thank you very much! We have added epay payouts to our game.

Here's a little something faucet owners might be interested in:

https://github.com/satoshigalaxy/epay-library-php

Not greatest quality stuff, but hopefully a good starting point for hacking further.

Thank you very much and welcome to ePay.info

We we'll sure include this in out library
hero member
Activity: 622
Merit: 500
SatoshiGalaxy
Hi

You can use this link to direct the users to their balance stat:

Code:
https://epay.info/check/Address

Thank you very much! We have added epay payouts to our game.

Here's a little something faucet owners might be interested in:

https://github.com/satoshigalaxy/epay-library-php

Not greatest quality stuff, but hopefully a good starting point for hacking further.
hero member
Activity: 644
Merit: 500
ePay.info Think different
Great to know!

I'm obviously more interested in this bit of trivia:

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.

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

as this is blocking our implementation of ePay.

Hi

You can use this link to direct the users to their balance stat:

Code:
https://epay.info/check/Address
hero member
Activity: 622
Merit: 500
SatoshiGalaxy
Great to know!

I'm obviously more interested in this bit of trivia:

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.

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

as this is blocking our implementation of ePay.
hero member
Activity: 644
Merit: 500
ePay.info Think different
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!

Any news on those issues?

The guys that are working on tourial and guides said they'll change it today
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!

Any news on those issues?
hero member
Activity: 644
Merit: 500
ePay.info Think different
Great support! They helped me with an issue with the payment and now it's solved!

Thanks a lot ePay!

Your welcome my friend.

Feel free to ask again if you needed anything.

Forgot to ask

In how many confirmations the following Cryptocurrency are added to my faucet balance?

BTC
DOGE
LTC
They will be added after 1 confirmation
member
Activity: 116
Merit: 10
Great support! They helped me with an issue with the payment and now it's solved!

Thanks a lot ePay!

Your welcome my friend.

Feel free to ask again if you needed anything.

Forgot to ask

In how many confirmations the following Cryptocurrency are added to my faucet balance?

BTC
DOGE
LTC
hero member
Activity: 644
Merit: 500
ePay.info Think different
Great support! They helped me with an issue with the payment and now it's solved!

Thanks a lot ePay!

Your welcome my friend.

Feel free to ask again if you needed anything.
member
Activity: 116
Merit: 10
Great support! They helped me with an issue with the payment and now it's solved!

Thanks a lot ePay!
hero member
Activity: 644
Merit: 500
ePay.info Think different
We have surprise for faucet owners tonight @ 00:00 GMT
hero member
Activity: 644
Merit: 500
ePay.info Think different
How i use my custom template?

Hi,
There are. Tpl files in templates folder
You can edit them
member
Activity: 116
Merit: 10
How i use my custom template?
hero member
Activity: 644
Merit: 500
ePay.info Think different
Notification

Dogecoin, Litecoin, dashcoin,peercoin and primecoin will be paid every 48 hours
Pages:
Jump to: