One Hat Cyber Team
Your IP :
3.142.52.141
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:
allocate_images.php
<?php $sub_process = null; $redirect = null; $page_content = [ 'title' => 'Allocating Images', 'loading_text' => 'Allocating User Images', 'subtitle' => 'Please Wait', 'redirect' => Registry::load('config')->site_url.'basic_process?process=allocate_images&sub_process=allocate_user_images' ]; if (isset($data["sub_process"]) && !empty($data["sub_process"])) { $sub_process = $data["sub_process"]; $sub_process = preg_replace("/[^a-zA-Z0-9_]+/", "", $sub_process); } if (!empty($sub_process)) { $sub_process = 'sp_'.$sub_process; $loadfnfile = 'fns/basic_processes/'.$sub_process.'.php'; if (file_exists($loadfnfile)) { include($loadfnfile); } else { $page_content = [ 'title' => 'Error', 'page_content' => 'Error, Something Went Wrong', 'heading' => 'Oops', 'page_status' => 'error', 'button_text' => 'Reload Page', 'button_link' => Registry::load('config')->site_url.'basic_process?process=allocate_images&sub_process=allocate_user_images' ]; } } ?>
Simpan