One Hat Cyber Team
Your IP :
3.149.237.65
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
/
pass.electronharmony.com
/
fns
/
fetch
/
View File Name :
load.php
<?php function fetch($fetch) { $output = array(); if (isset($fetch["fetch"])) { $fetch["fetch"] = preg_replace("/[^a-zA-Z0-9_]+/", "", $fetch["fetch"]); } if (isset($fetch["fetch"]) && !empty($fetch["fetch"])) { $fetchfnfile = 'fns/fetch/'.$fetch["fetch"].'.php'; if (file_exists($fetchfnfile)) { include($fetchfnfile); } } if (isset($fetch["json_encode"]) && $fetch["json_encode"] || isset($fetch["fetch_info"]) && $fetch["fetch_info"]) { $output = json_encode($output); echo $output; } else { return $output; } } ?>