One Hat Cyber Team
Your IP :
3.131.85.46
Server IP :
104.21.7.16
Server :
Linux server3.shared.spaceship.host 4.18.0-372.9.1.1.lve.el8.x86_64 #1 SMP Tue May 24 07:49:22 EDT 2022 x86_64
Server Software :
LiteSpeed
PHP Version :
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
rlcugxuggt
/
audiomalawi.com
/
Edit File:
admin_load.php
<?php require_once('assets/init.php'); if (!empty($_GET)) { foreach ($_GET as $key => $value) { $value = preg_replace('/on[^<>=]+=[^<>]*/m', '', $value); $_GET[$key] = strip_tags($value); } } if (!empty($_REQUEST)) { foreach ($_REQUEST as $key => $value) { $value = preg_replace('/on[^<>=]+=[^<>]*/m', '', $value); $_REQUEST[$key] = strip_tags($value); } } if (!empty($_POST)) { foreach ($_POST as $key => $value) { $value = preg_replace('/on[^<>=]+=[^<>]*/m', '', $value); $_POST[$key] = strip_tags($value); } } if (IS_LOGGED == false) { header("Location: $site_url"); exit(); } if (IsAdmin() == false && !in_array($music->user->admin, array(1,2,3))) { header("Location: $site_url"); exit(); } $path = (!empty($_GET['path'])) ? getPageFromPathAdmin($_GET['path']) : null; $files = scandir('admin-panel/pages'); unset($files[0]); unset($files[1]); unset($files[2]); $page = 'dashboard'; if (!empty($path['page']) && in_array($path['page'], $files) && file_exists('admin-panel/pages/'.$path['page'].'/content.html')) { $page = $path['page']; } $data = array(); $text = LoadAdminPage($page.'/content'); ?> <input type="hidden" id="json-data" value='<?php echo htmlspecialchars(json_encode($data));?>'> <?php echo $text; ?>
Simpan