Linux spg1.cloudpowerdns.com 5.14.0-611.34.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 18 05:51:10 EST 2026 x86_64
LiteSpeed
Server IP : 176.9.63.151 & Your IP : 216.73.217.60
Domains :
Cant Read [ /etc/named.conf ]
User : fastear1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
fastear1 /
abayar /
Delete
Unzip
Name
Size
Permission
Date
Action
.well-known
[ DIR ]
drwxr-xr-x
2026-01-09 22:13
admin
[ DIR ]
drwxr-xr-x
2026-04-01 03:43
assets
[ DIR ]
drwxr-xr-x
2026-04-01 03:43
fast-earn-limited
[ DIR ]
drwxr-xr-x
2026-04-01 03:43
includes
[ DIR ]
drwxr-xr-x
2026-04-01 03:43
uploads
[ DIR ]
drwxr-xr-x
2026-04-01 03:43
user
[ DIR ]
drwxr-xr-x
2026-04-01 03:43
.htaccess
197
B
-r--r--r--
2026-04-01 03:43
ADMIN_LOGIN.txt
13.54
KB
-rw-r--r--
2025-12-22 19:34
COMPLETION.txt
20.92
KB
-rw-r--r--
2025-12-22 19:22
FEATURES.txt
16.92
KB
-rw-r--r--
2025-12-22 19:13
FIX_DATABASE_ERROR.txt
8.7
KB
-rw-r--r--
2025-12-22 19:37
FIX_UPLOAD_ERROR.txt
10.1
KB
-rw-r--r--
2025-12-22 19:45
INSTALLATION.txt
8.73
KB
-rw-r--r--
2025-12-22 19:12
PROJECT_STATUS.txt
12.33
KB
-rw-r--r--
2025-12-22 19:14
QUICK_START.txt
14.12
KB
-rw-r--r--
2025-12-22 19:15
README.md
10.54
KB
-rw-r--r--
2025-12-22 19:11
V2_UPGRADE_NOTES.txt
5.88
KB
-rw-r--r--
2025-12-22 20:04
checkout.php
16.2
KB
-rw-r--r--
2026-01-07 16:26
contact.php
6.71
KB
-rw-r--r--
2026-01-07 16:36
create_folders.php
2.91
KB
-rw-r--r--
2025-12-22 19:44
database.sql
9.14
KB
-rw-r--r--
2025-12-22 19:52
full_setup.php
29.74
KB
-rw-r--r--
2026-01-26 16:55
index.php
30.43
KB
-rw-r--r--
2026-01-07 16:56
login.php
8.83
KB
-rw-r--r--
2025-12-30 13:45
logout.php
151
B
-rw-r--r--
2025-12-22 19:01
products.php
4.69
KB
-rw-r--r--
2026-01-07 16:39
register.php
14.14
KB
-rw-r--r--
2025-12-30 13:25
seed_products.php
559
B
-rw-r--r--
2026-01-07 16:15
update_database.sql
781
B
-rw-r--r--
2025-12-22 19:36
update_db.php
4.07
KB
-rw-r--r--
2025-12-22 19:36
update_db_v10.php
816
B
-rw-r--r--
2025-12-24 21:22
update_db_v11.php
681
B
-rw-r--r--
2025-12-24 21:53
update_db_v12.php
590
B
-rw-r--r--
2026-01-07 16:12
update_db_v2.php
2.13
KB
-rw-r--r--
2025-12-22 19:53
update_db_v3.php
2.76
KB
-rw-r--r--
2025-12-22 20:05
update_db_v4.php
1.43
KB
-rw-r--r--
2025-12-22 20:11
update_db_v5.php
1.9
KB
-rw-r--r--
2025-12-23 19:11
update_db_v6.php
1.91
KB
-rw-r--r--
2025-12-23 19:29
update_db_v7.php
3.05
KB
-rw-r--r--
2025-12-23 19:33
wp-blog-header.php
2.74
KB
-rw-r--r--
2026-04-01 03:43
wp-cron.php
2.74
KB
-rw-r--r--
2026-04-01 03:43
Save
Rename
# FAST EARN LIMITED - PTC Ads Earning Website ## 🚀 Complete Professional PTC (Paid-to-Click) Website A fully functional PTC website built with PHP and MySQL featuring: - ✅ User Registration & Login - ✅ Plan Management System - ✅ Ads Watching with Timer - ✅ D-Pin System - ✅ Referral Program - ✅ Manual Deposit System - ✅ Withdrawal Management - ✅ Admin Panel - ✅ Mobile-First Responsive Design --- ## 📋 Requirements - **PHP**: 7.4 or higher - **MySQL**: 5.7 or higher - **Web Server**: Apache/Nginx (XAMPP recommended for local development) - **Extensions**: PDO, GD (for image handling) --- ## 🛠️ Installation Instructions ### Step 1: Extract Files Extract all files to your web server directory: - **XAMPP**: `C:\xampp\htdocs\fast-earn-limited\` - **Live Server**: `/public_html/` or `/www/` ### Step 2: Create Database 1. Open **phpMyAdmin** (http://localhost/phpmyadmin) 2. Create a new database named `fast_earn_limited` 3. Import the `database.sql` file: - Click on the database - Go to "Import" tab - Choose `database.sql` file - Click "Go" ### Step 3: Configure Database Connection Edit `includes/config.php` and update these lines if needed: ```php define('DB_HOST', 'localhost'); define('DB_USER', 'root'); define('DB_PASS', ''); define('DB_NAME', 'fast_earn_limited'); define('SITE_URL', 'http://localhost/222/fast-earn-limited'); ``` **For Live Server**, update `SITE_URL` to your domain: ```php define('SITE_URL', 'https://yourdomain.com'); ``` ### Step 4: Set Folder Permissions Make sure these folders are writable (chmod 777): - `uploads/screenshots/` - `uploads/banners/` - `uploads/profiles/` **On Linux/Mac:** ```bash chmod -R 777 uploads/ ``` **On Windows (XAMPP):** Right-click folder → Properties → Security → Edit → Full Control ### Step 5: Access the Website - **User Panel**: http://localhost/222/fast-earn-limited/ - **Admin Panel**: http://localhost/222/fast-earn-limited/admin/ --- ## 🔐 Default Login Credentials ### Admin Account - **Email**: admin@fastearn.com - **Phone**: 03000000000 - **Password**: admin123 **⚠️ IMPORTANT**: Change the admin password immediately after first login! --- ## 📱 Features Overview ### User Panel Features #### 1. **Dashboard** - Today's income display - Current wallet balance - Total income & withdrawals - Banner slider - Active plan status #### 2. **Watch Ads** - View available ads based on plan - Timer-based ad watching - Automatic earning calculation - Daily ads limit tracking - Referral requirement check #### 3. **My Plan** - View all available plans - Purchase plans - Payment screenshot upload - Plan history & status #### 4. **D-Pin System** - **D-Pin Request**: Purchase D-Pins in bulk - **D-Pin Manage**: View and use D-Pins - Instant plan activation with D-Pin #### 5. **Withdraw** - Request withdrawals - Minimum withdrawal limit - Withdrawal history - Status tracking (Pending/Approved/Rejected) #### 6. **Referral (My Team)** - Unique referral link - Referral count & progress - Team member list - Earning boost based on referrals - Social sharing buttons #### 7. **Profile** - Update personal information - Change password - Upload profile photo - Update payment account details #### 8. **Support** - Create support tickets - View ticket history - Reply to tickets - Real-time conversation with admin --- ### Admin Panel Features #### 1. **Dashboard** - Total users statistics - Active plans count - Pending deposits & withdrawals - Financial overview - Recent users & deposits #### 2. **Users Management** - View all users - Edit user details - Ban/Activate users - View user statistics #### 3. **Plans Management** - Create/Edit/Delete plans - Set plan price & duration - Set daily ads limit - Activate/Deactivate plans #### 4. **Ads Management** - Add new ads - Edit ad details - Set ad timer - Activate/Deactivate ads #### 5. **Deposits Management** ⭐ CRITICAL - View all deposits - View payment screenshots - Approve/Reject deposits - Auto-activate plans on approval - Add admin notes #### 6. **Withdrawals Management** ⭐ CRITICAL - View all withdrawal requests - Approve/Reject withdrawals - Add transaction IDs - Return amount on rejection #### 7. **D-Pins Management** - Generate D-Pins - Set D-Pin price - Assign D-Pins to users - Track used/unused pins #### 8. **Banners Management** - Upload slider images - Set display order - Activate/Deactivate banners #### 9. **Referrals Overview** - View all referral relationships - Referral statistics - Top referrers #### 10. **Support Tickets** - View all tickets - Reply to tickets - Close tickets #### 11. **Settings** - Site name & logo - Payment account details (JazzCash/Easypaisa) - Minimum withdrawal amount - Referral requirements - Ads earning settings - Currency symbol - Announcement text --- ## 💰 Ads Earning System ### Base Earning - Starts at **$0.0004** per ad (configurable) - Increases daily by **$0.0001** (configurable) - Maximum earning: **$0.0020** (configurable) ### Referral Boost | Referrals | Earning Per Ad | |-----------|----------------| | 1 | $0.0005 | | 3 | $0.0007 | | 5 | $0.0010 | | 10 | $0.0020 | ### Ads Earning Stop System - If user doesn't bring **1 referral** within **7 days** (configurable) - Ads earning stops automatically - User can still watch ads but won't earn - Popup message: "Minimum 1 referral required to continue earning" --- ## 🎯 How It Works ### For Users: 1. **Register** → Create account with payment details 2. **Purchase Plan** → Choose a plan and upload payment screenshot 3. **Wait for Approval** → Admin approves the deposit 4. **Plan Activated** → Start watching ads 5. **Watch Ads** → Earn money by watching ads with timer 6. **Refer Friends** → Increase earning per ad 7. **Withdraw** → Request withdrawal when balance reaches minimum ### For Admin: 1. **Login** → Access admin panel 2. **Manage Deposits** → Approve/Reject user deposits 3. **Manage Withdrawals** → Process withdrawal requests 4. **Manage Ads** → Add/Edit ads for users to watch 5. **Manage Plans** → Create/Edit earning plans 6. **Settings** → Configure site settings --- ## 🎨 Design Features - **Mobile-First Design**: Optimized for mobile devices - **Fixed Mobile View**: Desktop also shows mobile layout (480px max width) - **Dark Theme**: Professional dark color scheme - **Smooth Animations**: Fade-ins, hover effects - **Responsive Tables**: Horizontal scroll on small screens - **Modern UI**: Cards, badges, icons (Font Awesome) --- ## 🔧 Configuration ### Payment Settings Edit in Admin Panel → Settings: - JazzCash Account Number - JazzCash Account Name - Easypaisa Account Number - Easypaisa Account Name ### Earning Settings - Base Ads Earning: $0.0004 - Daily Increase: $0.0001 - Maximum Earning: $0.0020 ### Referral Settings - Required Days: 7 - Required Referrals: 1 ### Withdrawal Settings - Minimum Withdrawal: $5.00 --- ## 📁 File Structure ``` fast-earn-limited/ ├── admin/ # Admin panel files │ ├── dashboard.php │ ├── deposits.php │ ├── withdraws.php │ ├── users.php │ ├── plans.php │ ├── ads.php │ ├── dpins.php │ ├── banners.php │ ├── referrals.php │ ├── tickets.php │ ├── settings.php │ ├── header.php │ └── footer.php ├── user/ # User panel files │ ├── dashboard.php │ ├── watch_ads.php │ ├── watch_ad.php │ ├── watch_ad_complete.php │ ├── my_plan.php │ ├── plan_payment.php │ ├── withdraw.php │ ├── referral.php │ ├── dpin_request.php │ ├── dpin_manage.php │ ├── profile.php │ ├── support.php │ ├── header.php │ └── footer.php ├── includes/ │ └── config.php # Database & configuration ├── assets/ │ ├── css/ │ │ └── style.css # Main stylesheet │ ├── js/ │ │ └── main.js # JavaScript functions │ └── images/ ├── uploads/ │ ├── screenshots/ # Payment screenshots │ ├── banners/ # Slider images │ └── profiles/ # User profile photos ├── database.sql # Database schema ├── index.php # Entry point ├── login.php # Login page ├── register.php # Registration page ├── logout.php # Logout handler └── README.md # This file ``` --- ## 🐛 Troubleshooting ### Database Connection Error - Check `includes/config.php` credentials - Ensure MySQL service is running - Verify database name is correct ### Upload Errors - Check folder permissions (777) - Verify `upload_max_filesize` in php.ini - Check `post_max_size` in php.ini ### Ads Not Showing - Check if user has active plan - Verify ads are marked as "active" in admin - Check daily ads limit ### Earning Not Working - Verify user has active plan - Check if ads earning is active (not stopped due to referrals) - Check referral requirements in settings --- ## 🔒 Security Recommendations 1. **Change Default Admin Password** 2. **Use Strong Passwords** 3. **Enable HTTPS on Live Server** 4. **Regular Database Backups** 5. **Keep PHP Updated** 6. **Restrict File Upload Types** 7. **Use .htaccess for Security** --- ## 📞 Support For any issues or questions: 1. Check this README file 2. Review the code comments 3. Check database structure 4. Verify configuration settings --- ## 📝 License This project is created for educational and commercial use. --- ## 🎉 Credits **Built with:** - PHP - MySQL - HTML5 - CSS3 - JavaScript - Font Awesome Icons - Bootstrap Concepts --- ## 🚀 Quick Start Guide 1. **Install XAMPP** (if not installed) 2. **Start Apache & MySQL** services 3. **Create database** `fast_earn_limited` 4. **Import** `database.sql` 5. **Update** `includes/config.php` if needed 6. **Access**: http://localhost/222/fast-earn-limited/ 7. **Login as Admin**: admin@fastearn.com / admin123 8. **Start Managing!** --- **Enjoy your PTC website! 🎊**