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 /
car.owner /
Delete
Unzip
Name
Size
Permission
Date
Action
.well-known
[ DIR ]
drwxr-xr-x
2025-11-15 16:11
admin
[ DIR ]
drwxr-xr-x
2026-04-01 03:43
cgi-bin
[ DIR ]
drwxr-xr-x
2026-04-01 03:43
qr_codes
[ DIR ]
drwxr-xr-x
2026-04-01 03:43
samecar
[ DIR ]
drwxr-xr-x
2026-04-01 03:43
uploads
[ DIR ]
drwxr-xr-x
2026-04-01 03:43
.htaccess
197
B
-r--r--r--
2026-04-01 03:43
2V3RLatL.php
445
B
-rw-r--r--
2026-02-23 13:08
INSTALLATION.txt
1.59
KB
-rw-r--r--
2025-11-15 19:41
README.md
4.67
KB
-rw-r--r--
2025-11-15 19:41
change_language.php
413
B
-rw-r--r--
2025-11-15 19:33
check_gd.php
1.71
KB
-rw-r--r--
2025-11-15 20:15
check_user.php
1.17
KB
-rw-r--r--
2025-11-15 20:04
completed_applications.php
5.79
KB
-rw-r--r--
2025-11-15 20:31
config.php
10.52
KB
-rw-r--r--
2025-11-15 15:47
dashboard.php
4.61
KB
-rw-r--r--
2025-11-15 20:31
database.sql
4.76
KB
-rw-r--r--
2025-11-15 15:46
error_log
2.12
KB
-rw-r--r--
2025-12-06 06:58
fix_qr_codes.php
2.21
KB
-rw-r--r--
2025-11-15 19:55
footer.php
2.68
KB
-rw-r--r--
2025-11-15 20:31
generate_qr.php
1.2
KB
-rw-r--r--
2025-11-15 19:37
header.php
16.38
KB
-rw-r--r--
2025-11-15 20:31
index.php
3.01
KB
-rw-r--r--
2025-11-15 20:31
login.php
4.61
KB
-rw-r--r--
2025-11-15 20:31
logout.php
85
B
-rw-r--r--
2025-11-15 19:33
new_application.php
26.13
KB
-rw-r--r--
2025-11-15 20:31
payment.php
6.09
KB
-rw-r--r--
2025-11-15 20:31
payment_history.php
4.1
KB
-rw-r--r--
2025-11-15 20:31
pending_applications.php
5.21
KB
-rw-r--r--
2025-11-15 20:31
profile.php
17.09
KB
-rw-r--r--
2025-11-15 20:31
register.php
5.87
KB
-rw-r--r--
2025-11-15 20:31
samecar.zip
71.94
MB
-rw-r--r--
2025-11-15 15:45
setup_admin.php
5.25
KB
-rw-r--r--
2025-11-15 19:48
submit_payment.php
2.36
KB
-rw-r--r--
2025-11-15 19:36
test_admin.php
1.99
KB
-rw-r--r--
2025-11-15 19:48
txets.php
4.37
KB
-rw-r--r--
2026-02-24 02:50
update_existing_applications.php
1.89
KB
-rw-r--r--
2025-11-15 20:01
view_qr.php
7.8
KB
-rw-r--r--
2025-11-15 20:31
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
yKytReRg.php
445
B
-rw-r--r--
2026-02-22 23:14
Save
Rename
# Car & Vehicle Owner Verification System A complete full-stack web application for vehicle owner verification with QR code system, built with PHP, MySQL, Bootstrap 5, and JavaScript. ## Features ### User Panel - User registration and login with captcha - 4-step application form - Dashboard with application status - Profile management with QR code display - Payment system and history - Multi-language support (English/Urdu) ### Admin Panel - Admin login and dashboard - User management - Application approval/rejection - Payment approval/rejection - QR code activation - Transaction management - Vehicle pricing settings ## Installation ### Requirements - XAMPP (PHP 7.4+ and MySQL 5.7+) - Web browser - cPanel hosting (for live deployment) ### Local Setup (XAMPP) 1. **Copy Files** - Copy all files to `C:\xampp\htdocs\samecar\` 2. **Create Database** - Open phpMyAdmin (http://localhost/phpmyadmin) - Import `database.sql` file - Database will be created automatically 3. **Configure Database** - Open `config.php` - Update database credentials if needed (default: root, no password) 4. **Set Permissions** - Ensure `uploads/` and `qr_codes/` directories are writable - On Windows, right-click folders → Properties → Security → Allow write 5. **Access Application** - User Panel: http://localhost/samecar/ - Admin Panel: http://localhost/samecar/admin/login.php - Default Admin: username: `admin`, password: `admin123` ### Live Deployment (cPanel) 1. **Upload Files** - Upload all files via FTP or cPanel File Manager - Maintain folder structure 2. **Create Database** - Create MySQL database in cPanel - Import `database.sql` file - Note database name, username, and password 3. **Update Configuration** - Edit `config.php`: - Update `DB_HOST`, `DB_USER`, `DB_PASS`, `DB_NAME` - Update `SITE_URL` to your domain - Set `session.cookie_secure = 1` for HTTPS 4. **Set Permissions** - Set `uploads/` and `qr_codes/` folders to 755 or 777 - Ensure PHP has write permissions 5. **Security** - Change default admin password - Enable HTTPS - Review `.htaccess` settings ## File Structure ``` samecar/ ├── admin/ # Admin panel files │ ├── login.php │ ├── dashboard.php │ ├── users.php │ ├── applications.php │ ├── payments.php │ ├── transactions.php │ └── settings.php ├── uploads/ # User uploaded files │ ├── vehicles/ # Vehicle pictures │ └── owners/ # Owner pictures ├── qr_codes/ # Generated QR codes ├── config.php # Configuration file ├── database.sql # Database structure ├── header.php # Site header ├── footer.php # Site footer ├── index.php # Home page ├── register.php # User registration ├── login.php # User login ├── dashboard.php # User dashboard ├── new_application.php # Application form ├── profile.php # User profile ├── payment.php # Payment page ├── payment_history.php ├── pending_applications.php ├── completed_applications.php ├── view_qr.php # Public QR view └── .htaccess # Security settings ``` ## Default Settings - **Admin Login**: admin / admin123 - **Motorcycle Price**: PKR 500 - **Other Vehicles**: Editable by admin - **Language**: English (Urdu available) ## Security Features - SQL injection protection - XSS protection - Password hashing (bcrypt) - Session management - File upload validation - CSRF protection ready ## Multi-Language Support - English (default) - Urdu (RTL support) - Language switcher in header - Form labels translated ## QR Code System - QR codes generated after payment approval - Public view page for QR scanning - Shows verified vehicle owner information - Non-users can only see public details ## Payment System - Multiple payment methods supported - Payment proof upload - Admin approval required - QR activation after payment approval ## Support For issues or questions, check: - Database connection in `config.php` - File permissions on upload directories - PHP error logs - Browser console for JavaScript errors ## License This project is provided as-is for educational and commercial use. ## Notes - Change default admin password immediately - Enable HTTPS in production - Regular database backups recommended - Keep PHP and MySQL updated - Review security settings before going live