Autofaucet script created from Kswallet Dev's for free. https://www.kswallet.net
For Kswallet API KEYS please contact us in this email: contact@kswallet.net
- Super Secure System
- Use URL Shorteners (for more profit)
- Amazing ADS system (You will x2 your earnings)
- AntiadBlock script
- Iphub Integration
- Cool Referal System
- Ban address Option
- Ban Ip Option
- PopAds File
- Manage rewards,timer,user session,referesh timer easly
- SEO friendly
- PDO Usage
- Clean and fast Code
First you need to create a table in mysql name it whatever name you want and upload this SQL file
sql/db_table.sql
After this step setup your database
database/db.php
After database connection now you have to work in file and give all needed informations (API KEYS,website informations,rewards,percentages,timers,sessions etc.)
settings/configs.php
If you are using SSL please go to
libs/solvemedia.php
and in line 116 define $use_ssl = true
function solvemedia_get_html ($pubkey, $error = null, $use_ssl = false)
You can add ads in file
extensions/ads.php
for example you want to add more than 2 ads in one place
$ads468x60_1 = array('<div class="ui banner test ad" data-text="ads1"></div>','<div class="ui banner test ad" data-text="ads2"></div>');
You can add pop ads in file
extensions/popads.php
If you want to ban someone from using your autfaucet you should go to
banned/ban_address.php
or
banned/ban_ip.php
and just add needed informations in array.
MIT