One Hat Cyber Team
Your IP :
18.191.237.209
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:
rebuild_cache.php
<?php cache(['rebuild' => 'css_variables']); cache(['rebuild' => 'css']); cache(['rebuild' => 'js']); cache(['rebuild' => 'languages']); cache(['rebuild' => 'settings']); cache(['rebuild' => 'sitemap']); cache(['rebuild' => 'manifest']); cache(['rebuild' => 'site_roles']); cache(['rebuild' => 'group_roles']); remove_login_sesion_cache(null, true); if (file_exists('upgrade')) { $page_content = [ 'title' => 'Finalizing Upgrade', 'loading_text' => 'Finalizing Upgrade', 'subtitle' => 'Please Wait', 'redirect' => Registry::load('config')->site_url.'upgrade/index.php?process=finalizing_upgrade' ]; } else { $page_content = [ 'title' => 'Successfully Completed', 'page_content' => 'Process Successfully Completed', 'heading' => 'Yay!', 'page_status' => 'success', 'button_text' => 'Go to Homepage', 'button_link' => Registry::load('config')->site_url ]; } ?>
Simpan