Bitcoin Forum
June 14, 2024, 09:28:00 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: [1] 2 3 »  All
  Print  
Author Topic: Faucet owners! You're in luck! [API released]  (Read 2055 times)
inTech (OP)
Full Member
***
Offline Offline

Activity: 213
Merit: 100

BitRevenues.com | Free Bitcoin Lottery


View Profile WWW
July 08, 2016, 01:26:09 PM
Last edit: July 11, 2016, 01:49:47 PM by inTech
 #1

Hello everyone!

If you're a faucet owner or is thinking to create a profitable faucet, then you are at the right place. If you're just somebody who is somebody, you can continue to read - but the content may be unappealing to you.

As most of you know, I am jacktheking and the owner of the free provably fair Bitcoin lottery site, BitRevenues.com [Bitcointalk thread] and blab blab blab.

I will just get straight to the point instead of promoting my site ...

I am looking to partner a few popular faucets to giveaway free tickets to participate in my site's lottery game. All you have to do is to add a few lines of code to your faucet and then your faucet users will be able to participate in my lottery game - without your users visiting my site or filling captchas twice.

Why should you partner me? There is absolutely no disadvantages (other than a few more codes and bandwidth). In additional to not having disadvantages, you can actually benefit from it. You will stand 20% chances of getting a free ticket to participate in my lottery game every time your users receive a free ticket via you (much like referral). To add on, (as I already mentioned) your faucet users do not need to visit my site or fill in extra captcha. Since this partnership benefit both you and your users, why won't you partner me?

Oh wait! One disadvantage 9not really), you will of course have to link back to my site to tell your users that they receive a free ticket (only when the user receive ticket. no ticket = no link back - if you prefer not to support me Smiley)

My script is still in beta phrase and it will be great if my partnership is with someone with PHP knowledge. However, every faucets owners is welcome to request a partnership with BitRevenues. Smiley.

Updated: FaucetInABox modification that works with my API is ready. Smiley.

(API in JSON format only)

Edited:

Technical details

API

The API location is located at http://freebitcoinlottery.xyz/api/v1/claim.php. The API only accept two parameters and that is sitekey and address.

Code:
http://freebitcoinlottery.xyz/api/v1/claim.php?sitekey=$sitekey&address=$bitcoinAddress

sitekey: Your site key to work with the API. Do not disclose this to other people. Contact me to get one.

address: The Bitcoin address you want it to receive a free ticket.

The API will return "success" no matter what happen (unless the server is down). The API will also return "ticketnumber" if the Bitcoin address received a ticket.

success: return from 001 to 009. 001 to 008 represent 'fail' - no ticket number received. 009 represent success - ticket number received.

ticketnumber: the ticket number received.

Every API key have a 300 seconds cooldown until another tickets can be received. You can discuss with me if you wish to lower the timer - only for large and popular faucets.

FaucetInABox script example / tutorial

Step zero: Log into your FTP.

Step one: Go to "/faucetbox/libs" and create a new file with the name freebitcoinlottery.php. Open it with a text editor (Notepad).

Step two: Paste the following PHP code inside freebitcoinlottery.php. Remember to save it.

Code:
<?php
$sitekey 
"ChangeThisOnly"// Only change this to your site key. Do not change any other code unless you know what you are doing.
$bitcoinAddress $to$lotteryMsg "";

fopen("freebitcoinlottery.txt""r");
$lastClaim file_get_contents("freebitcoinlottery.txt");

if(
$lastClaim+300 <= time()) {
$response file_get_contents("http://freebitcoinlottery.xyz/api/v1/claim.php?sitekey=$sitekey&address=$bitcoinAddress");
$response json_decode($responsetrue);

if (isset($response["success"]) && $response["success"] == "009") {
$lotteryMsg "<br>You have also received a free lottery ticket (#".$response["ticketnumber"].") at <a href=\"http://freebitcoinlottery.xyz/\">FreeBitcoinLottery.xyz</a>.";
file_put_contents("freebitcoinlottery.txt"time());
}
else {
// $lotteryMsg = "<br>Error: ". $response["success"]; // Uncomment only if you wish to debug the script.
}
}
?>


Step 3: Go to "/faucetbox/libs" and open up faucetbox.php with a text editor (Notepad).

Step 4: Find the following code (line 111)

Code:
if (is_array($r) && array_key_exists("status", $r) && $r["status"] == 200) {

Change it to

Code:
if (is_array($r) && array_key_exists("status", $r) && $r["status"] == 200) { require_once "freebitcoinlottery.php";

Step 5: Find this following code (line 115):

Code:
'html' => '<div class="alert alert-success">' . htmlspecialchars($amount) . ' satoshi was sent to you <a target="_blank" href="https://faucetbox.com/check/' . rawurlencode($to) . '">on FaucetBOX.com</a>.</div>',

And change it to

Code:
'html' => '<div class="alert alert-success">' . htmlspecialchars($amount) . ' satoshi was sent to you <a target="_blank" href="https://faucetbox.com/check/' . rawurlencode($to) . '">on FaucetBOX.com</a>.'.$lotteryMsg.'</div>',

Step 6: Save the file and you're done!
poordeveloper
Hero Member
*****
Offline Offline

Activity: 896
Merit: 527


₿₿₿₿₿₿₿


View Profile WWW
July 08, 2016, 01:34:14 PM
 #2

I understand this - and it's an awesome opportunity Smiley

But how do you earn money? Do you just hope users will click the link and see the ads in your site?

I mean, the lottery winnings depend on your income, so...

🎰 Bitcoin Casinos ⭐⭐⭐⭐⭐
.
🔵 Buy Bitcoin (Visa / Mastercard / SEPA / Bank Transfer / Western Union / MoneyGram / RIA)
jacktheking
Legendary
*
Offline Offline

Activity: 1484
Merit: 1001


Personal Text Space Not For Sale


View Profile
July 08, 2016, 01:42:46 PM
 #3

I understand this - and it's an awesome opportunity Smiley

But how do you earn money? Do you just hope users will click the link and see the ads in your site?

I mean, the lottery winnings depend on your income, so...

Yes. This is definitely a good opportunity for faucet owners. So if you do have a faucet, do consider partnering with me. Smiley.

How do my site earn Bitcoin? You're right, hopefully the users who receive free tickets will click on my link and visit my site.

So sad! This profile does not appear as the #1 result (on anonymous) Google searches anymore.

Time to be active on the crypto forums again? Proud to be one of the few Legendary members of the Sparkie Red Dot!

Gonna put this on my resume if I ever join a cryptocurrency/blockchain industry!
hoop
Legendary
*
Offline Offline

Activity: 1523
Merit: 1001


NOBT - WNOBT your saving bank◕◡◕


View Profile WWW
July 08, 2016, 01:46:11 PM
 #4

 I'm interested in this,but  what level of PHP knowledge do you need?

            ██████████  ██████████▄▄
         █████████████  ██████████████▄▄
   ▄███  █████▄                  ▀▀███████▄
  ██████   ▀█████▄          ████     ▀▀█████
 █████        ▀█████▄       ████        █████
 ████            ▀████      ████         ████
 ████         ██▄   ▀█  ██▄ ████         ████
 ████▌        █████▄    ████████        ▐████
 ▐████        ████████    ▀█████        ████▌
  █████       ████ ▀██  █▄   ▀██       █████
   █████      ████      ████▄         █████
    █████▄    ████       ▀█████▄    ▄█████
     ▀█████▄  ████          ▀█████▄   ██▀
       ▀█████▄                 ▀█████
         ▀██████▄▄          ▄▄██████▀
            ▀▀████████  ████████▀▀
                ▀▀████  ████▀▀
Take care of your financial privacy
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
A blockchain loyalty scheme and more
██
██
██
██
██
██
██
██
██
██
██
██


███████████████
███          ██████████████████
████████████████████████████████
███                          ███
███                          ███
███             ██           ███
███       ██   ██   ██       ███
███      ██    ██    ██      ███
███       ██  ██    ██       ███
███                          ███
███                          ███
████████████████████████████████


           ████    ████
       █████████ ████████
                           
████████████████████████████
█████████████████████████████
██████████████████
██████████████████ ███████████
██████████████████ ██    █████
██████████████████ ███████████
██████████████████
█████████████████████████████
████████████████████████████


        ▄█████▄
      ▄█████████
     ████    ███▌
    ███       ██▌
   ▐██ ███  ████
   ▄███████████
  ███████████▀
 ████  ███ ██▌
▐██       ███
▐███    ████
 █████████▀
  ▀█████▀
██
██
██
██
██
██
██
██
██
██
██
██
ANN         Discord
Twitter    Telegram
Nobt-plataform
jacktheking
Legendary
*
Offline Offline

Activity: 1484
Merit: 1001


Personal Text Space Not For Sale


View Profile
July 08, 2016, 01:48:46 PM
 #5

I'm interested in this,but  what level of PHP knowledge do you need?

Thank you for your interest. Basic PHP knowledge will be great but it is not really needed.

If you know PHP, then the steps to integrate my API with your site will be much easier to understand.

So sad! This profile does not appear as the #1 result (on anonymous) Google searches anymore.

Time to be active on the crypto forums again? Proud to be one of the few Legendary members of the Sparkie Red Dot!

Gonna put this on my resume if I ever join a cryptocurrency/blockchain industry!
hoop
Legendary
*
Offline Offline

Activity: 1523
Merit: 1001


NOBT - WNOBT your saving bank◕◡◕


View Profile WWW
July 08, 2016, 01:57:12 PM
 #6

I'm interested in this,but  what level of PHP knowledge do you need?

Thank you for your interest. Basic PHP knowledge will be great but it is not really needed.

If you know PHP, then the steps to integrate my API with your site will be much easier to understand.

 I've basic PHP knowledge but I using faucet script that built with slim framework! I never deal with any PHP framework  before.

            ██████████  ██████████▄▄
         █████████████  ██████████████▄▄
   ▄███  █████▄                  ▀▀███████▄
  ██████   ▀█████▄          ████     ▀▀█████
 █████        ▀█████▄       ████        █████
 ████            ▀████      ████         ████
 ████         ██▄   ▀█  ██▄ ████         ████
 ████▌        █████▄    ████████        ▐████
 ▐████        ████████    ▀█████        ████▌
  █████       ████ ▀██  █▄   ▀██       █████
   █████      ████      ████▄         █████
    █████▄    ████       ▀█████▄    ▄█████
     ▀█████▄  ████          ▀█████▄   ██▀
       ▀█████▄                 ▀█████
         ▀██████▄▄          ▄▄██████▀
            ▀▀████████  ████████▀▀
                ▀▀████  ████▀▀
Take care of your financial privacy
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
A blockchain loyalty scheme and more
██
██
██
██
██
██
██
██
██
██
██
██


███████████████
███          ██████████████████
████████████████████████████████
███                          ███
███                          ███
███             ██           ███
███       ██   ██   ██       ███
███      ██    ██    ██      ███
███       ██  ██    ██       ███
███                          ███
███                          ███
████████████████████████████████


           ████    ████
       █████████ ████████
                           
████████████████████████████
█████████████████████████████
██████████████████
██████████████████ ███████████
██████████████████ ██    █████
██████████████████ ███████████
██████████████████
█████████████████████████████
████████████████████████████


        ▄█████▄
      ▄█████████
     ████    ███▌
    ███       ██▌
   ▐██ ███  ████
   ▄███████████
  ███████████▀
 ████  ███ ██▌
▐██       ███
▐███    ████
 █████████▀
  ▀█████▀
██
██
██
██
██
██
██
██
██
██
██
██
ANN         Discord
Twitter    Telegram
Nobt-plataform
inTech (OP)
Full Member
***
Offline Offline

Activity: 213
Merit: 100

BitRevenues.com | Free Bitcoin Lottery


View Profile WWW
July 08, 2016, 02:04:44 PM
 #7

I've basic PHP knowledge but I using faucet script that built with slim framework! I never deal with any PHP framework  before.

I guess is faucetbet.xyz then. The script is a custom made one? Do you have experience working with APIs?
Newcoins2020
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250



View Profile
July 08, 2016, 02:15:19 PM
 #8

Hello everyone!

If you're a faucet owner or is thinking to create a profitable faucet, then you are at the right place. If you're just somebody who is somebody, you can continue to read - but the content may be unappealing to you.

As most of you know, I am jacktheking and the owner of the free provably fair Bitcoin lottery site, BitRevenues.com [Bitcointalk thread] and blab blab blab.

I will just get straight to the point instead of promoting my site ...

I am looking to partner a few popular faucets to giveaway free tickets to participate in my site's lottery game. All you have to do is to add a few lines of code to your faucet and then your faucet users will be able to participate in my lottery game - without your users visiting my site or filling captchas twice.

Why should you partner me? There is absolutely no disadvantages (other than a few more codes and bandwidth). In additional to not having disadvantages, you can actually benefit from it. You will stand 20% chances of getting a free ticket to participate in my lottery game every time your users receive a free ticket via you (much like referral). To add on, (as I already mentioned) your faucet users do not need to visit my site or fill in extra captcha. Since this partnership benefit both you and your users, why won't you partner me?

Oh wait! One disadvantage 9not really), you will of course have to link back to my site to tell your users that they receive a free ticket (only when the user receive ticket. no ticket = no link back - if you prefer not to support me Smiley)

My script is still in beta phrase and it will be great if my partnership is with someone with PHP knowledge. However, every faucets owners is welcome to request a partnership with BitRevenues. Smiley.

(API in JSON format only)
Looks good. Can you show me a sample code please. If it is good (no weird code and not to big) i can easily integrate it into my faucet.
inTech (OP)
Full Member
***
Offline Offline

Activity: 213
Merit: 100

BitRevenues.com | Free Bitcoin Lottery


View Profile WWW
July 08, 2016, 03:35:30 PM
 #9

Looks good. Can you show me a sample code please. If it is good (no weird code and not to big) i can easily integrate it into my faucet.

My API is going to be released tomorrow and only then it will work. I will post a simple sample code tomorrow. Currently I am working on integrating it with FaucetInABox. Would be great if you (and others interested faucet owners) can let me know what scripts you are using. So I can specially create one that will works on your faucet script.
inTech (OP)
Full Member
***
Offline Offline

Activity: 213
Merit: 100

BitRevenues.com | Free Bitcoin Lottery


View Profile WWW
July 11, 2016, 12:10:27 PM
 #10

Sorry for the delayed API details. I've just updated the first post with some technical details and an example.

Contact me for API (site)key!
rkandrades
Sr. Member
****
Offline Offline

Activity: 392
Merit: 251


Bitcoin Faucet & Blog


View Profile
July 11, 2016, 01:41:33 PM
 #11

The idea/API looks awesome.

But it seems to provide very low advantages for the faucet owners.

Why not provide 75% chance to get a ticket?

Bitcoin█████████████████████████
█████████████████████████████
███████████████████████████████
█████████████████████████████████
██████████████████████████████████
███████████████████████████████████
███████████████████████████████████
█████████████████████████████████████
█████████████████████████████████████
█████████████████████████████████████
████████████████████████████████████
███████████████████████████████████
███████████████████████████████████
██████████████████████████████████
████████████████████████████████
██████████████████████████████
████████████████████████████
██████████████████████████
atcher.
███
███
███
███
███
███
███
███
███
███
███
███
███
███

══════════════════════════════════════════════════════════════
  FaucetFREE BTCitcoin RewardsBlogLearn about Finance, Economics and Bitcoin
══════════════════════════════════════════════════════════════

███
███
███
███
███
███
███
███
███
███
███
███
███
███

inTech (OP)
Full Member
***
Offline Offline

Activity: 213
Merit: 100

BitRevenues.com | Free Bitcoin Lottery


View Profile WWW
July 11, 2016, 01:46:14 PM
 #12

The idea/API looks awesome.

But it seems to provide very low advantages for the faucet owners.

Why not provide 75% chance to get a ticket?

Thank you for your kind comment and suggestion.

As much as I would like to but in order to keep the lottery game fair for (normal users), I have it set at 20% referral chances.

I wish to decrease the cooldown timer too but I am afraid that some faucet owners may exploit it and give tickets to themselves only.

That is why the referral chances and time limit is set as the same to normal users.
wdnj
Hero Member
*****
Offline Offline

Activity: 762
Merit: 500



View Profile
July 12, 2016, 12:25:22 AM
 #13

 Good idea,how I can integrate your API with my site? my site script not faucetbox script.
inTech (OP)
Full Member
***
Offline Offline

Activity: 213
Merit: 100

BitRevenues.com | Free Bitcoin Lottery


View Profile WWW
July 12, 2016, 05:05:10 AM
 #14

Good idea,how I can integrate your API with my site? my site script not faucetbox script.

Thank you. If you are really interested to integrate your faucet with the API, I can get you an API key. However, you will have to give me your site URL first.

If you have PHP know-how, you should be able to integrate the API with your scripts by reading the API information above. However, if you do not have any PHP knowledge (or is uncomfortable to do it by yourself), you can always PM me. I will try my best to help you to integrate it with your faucet.

May I know what script does your site use?
wdnj
Hero Member
*****
Offline Offline

Activity: 762
Merit: 500



View Profile
July 13, 2016, 12:15:31 AM
 #15

Good idea,how I can integrate your API with my site? my site script not faucetbox script.

Thank you. If you are really interested to integrate your faucet with the API, I can get you an API key. However, you will have to give me your site URL first.

If you have PHP know-how, you should be able to integrate the API with your scripts by reading the API information above. However, if you do not have any PHP knowledge (or is uncomfortable to do it by yourself), you can always PM me. I will try my best to help you to integrate it with your faucet.

May I know what script does your site use?
I'v sent you PM with details.
inTech (OP)
Full Member
***
Offline Offline

Activity: 213
Merit: 100

BitRevenues.com | Free Bitcoin Lottery


View Profile WWW
July 13, 2016, 07:09:00 AM
 #16

Good idea,how I can integrate your API with my site? my site script not faucetbox script.

Thank you. If you are really interested to integrate your faucet with the API, I can get you an API key. However, you will have to give me your site URL first.

If you have PHP know-how, you should be able to integrate the API with your scripts by reading the API information above. However, if you do not have any PHP knowledge (or is uncomfortable to do it by yourself), you can always PM me. I will try my best to help you to integrate it with your faucet.

May I know what script does your site use?
I'v sent you PM with details.

Replied.

Just a note for the public too: Unless your faucet have access to your users Bitcoin address, it is impossible for me to integrate it with my API.
hoop
Legendary
*
Offline Offline

Activity: 1523
Merit: 1001


NOBT - WNOBT your saving bank◕◡◕


View Profile WWW
July 14, 2016, 08:30:48 AM
 #17

I've basic PHP knowledge but I using faucet script that built with slim framework! I never deal with any PHP framework  before.

I guess is faucetbet.xyz then. The script is a custom made one? Do you have experience working with APIs?

 No,I don't have any experience working with APIs.

            ██████████  ██████████▄▄
         █████████████  ██████████████▄▄
   ▄███  █████▄                  ▀▀███████▄
  ██████   ▀█████▄          ████     ▀▀█████
 █████        ▀█████▄       ████        █████
 ████            ▀████      ████         ████
 ████         ██▄   ▀█  ██▄ ████         ████
 ████▌        █████▄    ████████        ▐████
 ▐████        ████████    ▀█████        ████▌
  █████       ████ ▀██  █▄   ▀██       █████
   █████      ████      ████▄         █████
    █████▄    ████       ▀█████▄    ▄█████
     ▀█████▄  ████          ▀█████▄   ██▀
       ▀█████▄                 ▀█████
         ▀██████▄▄          ▄▄██████▀
            ▀▀████████  ████████▀▀
                ▀▀████  ████▀▀
Take care of your financial privacy
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
A blockchain loyalty scheme and more
██
██
██
██
██
██
██
██
██
██
██
██


███████████████
███          ██████████████████
████████████████████████████████
███                          ███
███                          ███
███             ██           ███
███       ██   ██   ██       ███
███      ██    ██    ██      ███
███       ██  ██    ██       ███
███                          ███
███                          ███
████████████████████████████████


           ████    ████
       █████████ ████████
                           
████████████████████████████
█████████████████████████████
██████████████████
██████████████████ ███████████
██████████████████ ██    █████
██████████████████ ███████████
██████████████████
█████████████████████████████
████████████████████████████


        ▄█████▄
      ▄█████████
     ████    ███▌
    ███       ██▌
   ▐██ ███  ████
   ▄███████████
  ███████████▀
 ████  ███ ██▌
▐██       ███
▐███    ████
 █████████▀
  ▀█████▀
██
██
██
██
██
██
██
██
██
██
██
██
ANN         Discord
Twitter    Telegram
Nobt-plataform
inTech (OP)
Full Member
***
Offline Offline

Activity: 213
Merit: 100

BitRevenues.com | Free Bitcoin Lottery


View Profile WWW
July 14, 2016, 11:04:25 AM
 #18

I've basic PHP knowledge but I using faucet script that built with slim framework! I never deal with any PHP framework  before.

I guess is faucetbet.xyz then. The script is a custom made one? Do you have experience working with APIs?

 No,I don't have any experience working with APIs.

It is okay. How can I help you integrate my API with your site then?
hoop
Legendary
*
Offline Offline

Activity: 1523
Merit: 1001


NOBT - WNOBT your saving bank◕◡◕


View Profile WWW
July 14, 2016, 01:24:35 PM
 #19

I've basic PHP knowledge but I using faucet script that built with slim framework! I never deal with any PHP framework  before.

I guess is faucetbet.xyz then. The script is a custom made one? Do you have experience working with APIs?

 No,I don't have any experience working with APIs.

It is okay. How can I help you integrate my API with your site then?
By integrate your API with Minifaucet script  https://bitcointalk.org/index.php?topic=333748.0

            ██████████  ██████████▄▄
         █████████████  ██████████████▄▄
   ▄███  █████▄                  ▀▀███████▄
  ██████   ▀█████▄          ████     ▀▀█████
 █████        ▀█████▄       ████        █████
 ████            ▀████      ████         ████
 ████         ██▄   ▀█  ██▄ ████         ████
 ████▌        █████▄    ████████        ▐████
 ▐████        ████████    ▀█████        ████▌
  █████       ████ ▀██  █▄   ▀██       █████
   █████      ████      ████▄         █████
    █████▄    ████       ▀█████▄    ▄█████
     ▀█████▄  ████          ▀█████▄   ██▀
       ▀█████▄                 ▀█████
         ▀██████▄▄          ▄▄██████▀
            ▀▀████████  ████████▀▀
                ▀▀████  ████▀▀
Take care of your financial privacy
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
A blockchain loyalty scheme and more
██
██
██
██
██
██
██
██
██
██
██
██


███████████████
███          ██████████████████
████████████████████████████████
███                          ███
███                          ███
███             ██           ███
███       ██   ██   ██       ███
███      ██    ██    ██      ███
███       ██  ██    ██       ███
███                          ███
███                          ███
████████████████████████████████


           ████    ████
       █████████ ████████
                           
████████████████████████████
█████████████████████████████
██████████████████
██████████████████ ███████████
██████████████████ ██    █████
██████████████████ ███████████
██████████████████
█████████████████████████████
████████████████████████████


        ▄█████▄
      ▄█████████
     ████    ███▌
    ███       ██▌
   ▐██ ███  ████
   ▄███████████
  ███████████▀
 ████  ███ ██▌
▐██       ███
▐███    ████
 █████████▀
  ▀█████▀
██
██
██
██
██
██
██
██
██
██
██
██
ANN         Discord
Twitter    Telegram
Nobt-plataform
Gifted
Hero Member
*****
Offline Offline

Activity: 504
Merit: 501



View Profile
July 14, 2016, 01:34:49 PM
 #20

This is interesting bur your code is for faucetbox only i assume?

Can you make for Xapo?? Here is a look at the api http://docs.xapo.apiary.io/#reference/deposit-addresses/deposit-address

I have a working balance check  on my site here http://www.bitcoinfaucetexchange.com/Balance.php for non Xapo users so im sure you can do it.. let me know if your willing for it to be  integrated.

Pages: [1] 2 3 »  All
  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!