X7ROOT File Manager
Current Path:
/var/softaculous/wp62
var
/
softaculous
/
wp62
/
??
..
??
.htaccess
(482 B)
??
_htaccess
(553 B)
??
_index.php
(59 B)
??
_wp-config.php
(3.08 KB)
??
add_user.php
(461 B)
??
backup.php
(3.01 KB)
??
check_charset.php
(2.02 KB)
??
clone.php
(30.99 KB)
??
clone.xml
(497 B)
??
edit.php
(9.46 KB)
??
edit.xml
(1.76 KB)
??
extend.php
(82.73 KB)
??
fileindex.php
(291 B)
??
images
??
import.php
(6.53 KB)
??
info.xml
(14.91 KB)
??
install.js
(1.46 KB)
??
install.php
(31.43 KB)
??
install.xml
(5.67 KB)
??
languages
??
md5
(6.06 KB)
??
multisite.sql
(37.14 KB)
??
notes.txt
(5.88 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.91 KB)
??
upgrade.xml
(1.62 KB)
??
wp-config.php
(2.8 KB)
??
wp62.sql
(29.95 KB)
??
wp62.zip
(23.26 MB)
Editing: plugin_activate.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_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);
Upload File
Create Folder