Linux yavrix.internet-webhosting.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64
LiteSpeed
Server IP : 103.8.25.136 & Your IP : 216.73.216.129
Domains :
Cant Read [ /etc/named.conf ]
User : celfico1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
wp50 /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2026-03-14 12:18
languages
[ DIR ]
drwxr-xr-x
2026-03-14 12:18
php53
[ DIR ]
drwxr-xr-x
2026-03-14 12:18
php56
[ DIR ]
drwxr-xr-x
2026-03-14 12:18
php71
[ DIR ]
drwxr-xr-x
2026-03-14 12:18
php81
[ DIR ]
drwxr-xr-x
2026-03-14 12:18
php82
[ DIR ]
drwxr-xr-x
2026-03-14 12:18
plugins
[ DIR ]
drwxr-xr-x
2026-03-14 12:18
.htaccess
419
B
-rw-r--r--
2021-12-22 22:54
_htaccess
265
B
-rw-r--r--
2021-12-22 22:54
_index.php
59
B
-rw-r--r--
2021-12-22 22:54
_wp-config.php
2.9
KB
-rw-r--r--
2021-12-22 22:54
add_user.php
461
B
-rw-r--r--
2021-12-22 22:54
backup.php
3.04
KB
-rw-r--r--
2026-03-13 22:37
check_charset.php
2.02
KB
-rw-r--r--
2021-12-22 22:54
clone.php
31.02
KB
-rw-r--r--
2026-03-13 22:37
clone.xml
497
B
-rw-r--r--
2021-12-22 22:54
edit.php
9.43
KB
-rw-r--r--
2026-03-13 22:37
edit.xml
1.76
KB
-rw-r--r--
2023-10-02 20:59
extend.php
82.85
KB
-rw-r--r--
2026-03-13 22:37
fileindex.php
291
B
-rw-r--r--
2021-12-22 22:54
import.php
6.51
KB
-rw-r--r--
2026-03-13 22:37
info.xml
14.91
KB
-rw-r--r--
2026-03-13 22:33
install.js
1.46
KB
-rw-r--r--
2025-01-03 00:25
install.php
31.29
KB
-rw-r--r--
2026-03-13 22:37
install.xml
5.66
KB
-rw-r--r--
2025-02-23 18:15
md5
4.5
KB
-rw-r--r--
2026-03-13 22:37
multisite.sql
35.25
KB
-rw-r--r--
2026-03-13 22:33
notes.txt
5.43
KB
-rw-r--r--
2025-10-13 00:36
plugin_activate.php
596
B
-rw-r--r--
2021-12-22 22:54
plugin_deactivate.php
613
B
-rw-r--r--
2021-12-22 22:54
sign_on.php
3.28
KB
-rw-r--r--
2025-01-27 20:07
soft.htaccess
127
B
-rw-r--r--
2021-12-22 22:54
upgrade.php
13.3
KB
-rw-r--r--
2026-03-13 22:37
upgrade.xml
1.6
KB
-rw-r--r--
2023-10-02 20:59
wp-config.php
2.62
KB
-rw-r--r--
2021-12-22 22:54
wp50.sql
28.64
KB
-rw-r--r--
2026-03-13 22:33
wp50.zip
13.51
MB
-rw-r--r--
2026-03-13 22:33
Save
Rename
<?php @unlink(__FILE__); // Validate if the request is from Softaculous if($_REQUEST['pass'] != '[[autopass]]'){ die("Unauthorized Access"); } require_once('wp-blog-header.php'); require_once('wp-includes/pluggable.php'); require_once('wp-admin/includes/plugin.php'); $plugins_to_deactivate = '[[plugins_to_deactivate]]'; $plugins_to_deactivate = unserialize($plugins_to_deactivate); $ret = array(); foreach($plugins_to_deactivate as $plugn_file){ // null means success $ret[$plugn_file] = deactivate_plugins($plugn_file); } echo '<plugin_deactivate>'.serialize($ret).'</plugin_deactivate>'; exit(0);