X7ROOT File Manager
Current Path:
/var/softaculous/wp
var
/
softaculous
/
wp
/
??
..
??
.htaccess
(482 B)
??
_htaccess
(553 B)
??
_index.php
(59 B)
??
_wp-config.php
(3.37 KB)
??
add_user.php
(461 B)
??
backup.php
(3.02 KB)
??
check_charset.php
(2.02 KB)
??
clone.php
(32.11 KB)
??
clone.xml
(497 B)
??
edit.php
(9.93 KB)
??
edit.xml
(1.98 KB)
??
extend.php
(101.87 KB)
??
fileindex.php
(291 B)
??
images
??
import.php
(6.56 KB)
??
info.xml
(16 KB)
??
install.js
(4.2 KB)
??
install.php
(32.11 KB)
??
install.xml
(10.41 KB)
??
languages
??
md5
(4.51 KB)
??
multisite.sql
(37.99 KB)
??
notes.txt
(6.07 KB)
??
php53
??
php56
??
php71
??
php81
??
php82
??
plugin_activate.php
(596 B)
??
plugin_deactivate.php
(613 B)
??
plugins
??
post_download.json
(72 B)
??
sign_on.php
(3.28 KB)
??
soft.htaccess
(127 B)
??
update_pass.php
(639 B)
??
upgrade.php
(14.69 KB)
??
upgrade.xml
(1.83 KB)
??
wp-cli
(6.19 MB)
??
wp-config.php
(3.08 KB)
??
wp.sql
(30.37 KB)
??
wp.zip
(27.05 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