X7ROOT File Manager
Current Path:
/var/softaculous/wp52
var
/
softaculous
/
wp52
/
??
..
??
.htaccess
(419 B)
??
_htaccess
(265 B)
??
_index.php
(59 B)
??
_wp-config.php
(2.94 KB)
??
add_user.php
(461 B)
??
backup.php
(3.02 KB)
??
check_charset.php
(2.02 KB)
??
clone.php
(30.92 KB)
??
clone.xml
(497 B)
??
edit.php
(9.45 KB)
??
edit.xml
(1.76 KB)
??
extend.php
(82.69 KB)
??
fileindex.php
(291 B)
??
images
??
import.php
(6.54 KB)
??
info.xml
(14.91 KB)
??
install.js
(1.47 KB)
??
install.php
(30.96 KB)
??
install.xml
(5.66 KB)
??
languages
??
md5
(5.93 KB)
??
multisite.sql
(36.16 KB)
??
notes.txt
(5.23 KB)
??
php53
??
php56
??
php71
??
php81
??
php82
??
plugin_activate.php
(596 B)
??
plugin_deactivate.php
(613 B)
??
plugins
??
sign_on.php
(3.28 KB)
??
soft.htaccess
(127 B)
??
upgrade.php
(13.26 KB)
??
upgrade.xml
(1.6 KB)
??
wp-config.php
(2.67 KB)
??
wp52.sql
(28.88 KB)
??
wp52.zip
(13.92 MB)
Editing: plugin_deactivate.php
<?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);
Upload File
Create Folder