I am sorry if it feels expensive for you, but the professional implementation has a price
Post
Topic
BoardService Announcements
Topic OP
[NEW] Multifaucet Script
by
cscripts
on 28/03/2015, 10:23:43 UTC
Faucets stand as one of the oldest ways to earn coins besides mining. Give some coins back to new users in the cryptocurrency world.
Can be used on 1 site, 1 server
Source-code cannot be resold or distributed
Can modify source-code but cannot distribute derivative works
The full license is included with the purchased script.
Features
Create faucets for any number of cryptocurrencies. The JSON-RPC PHP (jsonRPC 1.0 - http://json-rpc.org/wiki/specification) is used. So please check if the coin supports it.
Minimum and maximum payouts can be set for each
Payment system for staged or direct payouts
Recaptcha integrated for both recaptcha and recaptcha2
Proxies filter for TOR and typical proxy HTTP headers
Useable with encrypted wallets
Install 1. Install and sync coin daemons to be served (or have remote access to them via RPC) 2. Upload the files to your ftp folder 3. Create a database and import faucet.sql 4. Open the config.php and edit all the settings within to suit your needs - This could take some time 5. Add .htaccess for admin.php or use it and move it out of public realm (will add database authentication later) 6. Add/remove coins with http://yourdomain.co/admin.php That's it you're done!
A ponzi scheme is an investment operation where early investors are paid returns from capital invested by later investors. This script obviously can not operate without a continous flow of new investors, therefore it is meant to be used for entertainment purposes and possibly some good returns. We are not responsible for any losses or damages that may incur.
Can be used on 1 site, 1 server
Source-code cannot be resold or distributed
Can modify source-code but cannot distribute derivative works
The full license is included with the purchased script.
Features
Add as many coins as you like. The JSON-RPC PHP (jsonRPC 1.0 - http://json-rpc.org/wiki/specification) is used. So please check if the coin supports it.
Changeable settings for the investment interval (Less than 100hrs or more than 100hrs)
Possibility to change the investment multiplier
Built in affiliate system
Set the affiliate % or enable/disable it.
Set how many confirmations you need for deposits to show
Possibility to set a hot percentage value (the hot percentage (as float) defines what percentage of the total wallet balance Cryptoponzi has access to for making payments.)
Install 1. Setup your wallet demons on your server (save the ports, usernames and passwords) 2. Create a MySQL-Database and import cryptoponzi.sql (save the host, username, database name and password) 3. Upload the contents of the folder to your domain root folder via FTP 4. Open the config.php and edit accordingly, be sure to read everything carefully. An example is included that shown how to add multiple coins. 5. After you update config.php you will need to setup 3 cronjobs. You can find these in /system/cron. (run these every minute) That's it you're done!