ZexFaucet Script Download & Installation Guide

Download ZexFaucet Script
======================
VERSION : 1.1
PHP VERSION : 8.2
======================
INSTALLATION STEPS
✅ UPLOAD FILES
- Upload all script files to your web hosting root (public_html)
✅ CREATE DATABASE
- Log into cPanel or phpMyAdmin
- Create a new MySQL database (e.g. database.sql)
- Create a database user and assign full privileges
- Import the file: database.sql
✅ CONFIGURE DATABASE CONNECTION
- Open config.php
- Edit the following values:
define(‘DB_HOST’, ‘localhost’);
define(‘DB_NAME’, ‘zexpay_db’); ← your DB name
define(‘DB_USER’, ‘your_db_user’); ← your DB user
define(‘DB_PASS’, ‘your_db_pass’); ← your DB password
✅ ADMIN PANEL LOGIN
- URL: yourdomain.com/admin ✅
- yourdomain.com/admin/ ❌
- Default PIN: 123456
- IMPORTANT: Change PIN immediately after first login
Admin Panel → Secure Setting → Change Admin PIN
✅ CONFIGURE ZEXPAY API
- Go to: https://zexpay.io/dash/business/docs
- Get your Faucet API key
- Log into Admin Panel → Payment Setting → paste API key
- Select your payout currency
✅ PROXYCHECK.IO (VPN Blocking)
- Register at: https://proxycheck.io
- Get free or paid API key
- Admin Panel → Secure Setting → ProxyCheck.io API Key
✅ CONFIGURE SITE SETTINGS
- Admin Panel → Site Setting → fill in site name, URL, contact email
- Admin Panel → Claim Setting → set reward, cooldown time, daily limit
✅ SET BANNER ADS
- Admin Panel → Advertise → paste image URLs and click URLs
- 728×90 shows on desktop only (top center)
- 468×60 x2 shows on desktop only (bottom)
- 300×250 shows on mobile only (above footer)
✅ FAVICON
- favicon.ico is included in the root — replace with your own logo if needed
FILE STRUCTURE
/index.php — Homepage with claim form
/admin.php — Admin panel
/config.php — Database + API configuration
/terms.php — Terms of Service page
/privacy.php — Privacy Policy page
/contact.php — Contact page
/favicon.ico — Site favicon
/database.sql — Database schema + default data
/assets/style.css — White + Dark mode CSS
/ajax/claim.php — Claim processing AJAX handler
/ajax/proofs.php — Live payment proofs AJAX
FEATURES
✅ ZexPay.io API integration (instant payment)
✅ Icon Select Captcha (no third-party dependency)
✅ White theme + Dark mode toggle
✅ VPN / Proxy blocking via ProxyCheck.io
✅ Multiply account detection (by IP)
✅ Referral system with % commission payout
✅ Live payment proof feed
✅ Admin panel with PIN login
✅ Full stats: total users, claims, paid, referrals
✅ User management + ban/unban
✅ 20 supported currencies
✅ Daily claim limit per user/IP
✅ Claim cooldown timer (configurable)
✅ Banner ad management (4 banner slots)
✅ Head code / Body code injection
✅ Mobile responsive design
SUPPORT
Website: zexpay.io
Telegram: @zexpaysupportbot