Finally R92 and a shortlink pool!There is newer version of FBU here
I've got too many requests about this and I'm not going to delay it anymore.
Changelog:
- shortlink pool
- cleanup
Download:
faucetinabox-ultimate-r92.zip
(updating from previous versions of FBU should not cause trouble)
Install all your faucets so they use the same DB using using different
$dbtable_prefix
Then choose one of the faucets to be the main one and set-up
$dbtable_shortlink_pool_prefix on all the rest of the faucets to be the same as
$dbtable_prefix of the main one.
Since I was getting too many questions how to setup the pool here is real example:
----------------------------------------------------------------------------------
Let we say you have BTC, LTC and DOGE faucets and you want to use one shortlink pool for all ot them.
Setup the config this way:
// BTC Faucet
$dbtable_prefix = 'BTC_';
$dbtable_shortlink_pool_prefix = 'BTC_';
// LTC Faucet
$dbtable_prefix = 'LTC_';
$dbtable_shortlink_pool_prefix = 'BTC_';
// DOGE Faucet
$dbtable_prefix = 'DOGE_';
$dbtable_shortlink_pool_prefix = 'BTC_';
That way if someone decides to go to all the faucets he will not get the same shortlink even if you setup the same shortlink priority in all the faucet admins but still gives you ability to choose different shortlink services for different faucets.
----------------------------------------------------------------------------------
Please beep me if you get any issues with this version

.
If you want to help this project feel free to donate any amount of BTC at 1MakeJarmmzLs5gzkQubNJxxx9kQMZpKPr or tip makejar.com in the FaucetHub chat. Thank You.
Other topics:Jar Pay 2.00 ready for downloadWhat's this and where is the version 1.x?
Few months ago I made a script to send micro crypto payments
...Jar Pay 4.00 ready for downloadChangelog:
- Removed Faucethub
- Added FaucetPay
- Added MicroWallet
- Added WalCrypt
- Added ksWallet
Download:
Jar
...Jar Pay 5.00 ready for downloadChangelog:
- added MicroCoinPay
- added DASH and BCH - FaucetPay
- added ADA, RDD and XTZ - ExpressCrypto
Download:
Jar
...Well R90 had a very short life. You can get R91 here!
Looks I missed one address length check causing errors when using with XMR.
Changelog:
- XMR
...Jar Pay 3.00 ready for downloadChangelog:
- Added CedsonHub
Download:
Jar Pay 3.00
Upgrading:
If you are upgrading from Jar
...