Skip to content
forked from rjpilco/Faucetix

FaucetBOX faucet script with cached payments

License

Notifications You must be signed in to change notification settings

DanteRu/Faucetix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Faucetix Faucet Script

Faucetix pays to account, and the user can request withdrawal when he wants.

Requirements:

  • PHP 5.4 or earlier;
  • MySQL 5.6.

Features:

  • FaucetBOX compatible;
  • PDO;
  • Smarty (easier to change themes, and caching to speed up your website);
  • Language system (in development);
  • Proxy checking;
  • reCAPTCHA v2;
  • Referral system;
  • Only one account per IP address;
  • Ban addresses;
  • URL Rewrite;
  • And more...

Installation:

  • Download the files;
  • Upload files to your FTP Server;
  • Upload faucetix.sql using PhpMyAdmin (or another tool you prefer);
  • Configure includes/config.inc.php with your MySQL data, like:
$config = [
    'database' => [
        'host' => 'localhost',
        'user' => 'database_username',
        'pass' => 'database_password',
        'name' => 'database_name',
        'type' => 'mysql',
        'char' => 'utf8',
        'port' => 3306
    ]
];

Username: admin

Password: admin

Now you're logged in at admin, you need to configure FaucetBOX API Key and reCAPTCHA API Keys to your faucet can start working.

Donations:

Donate: 1DNAopnenZxPLiY4N4sHPwpaRZbxmYJQX7

About

FaucetBOX faucet script with cached payments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 96.1%
  • Smarty 3.8%
  • Other 0.1%