| Server IP : 170.10.162.208 / Your IP : 216.73.216.181 Web Server : LiteSpeed System : Linux altar19.supremepanel19.com 4.18.0-553.69.1.lve.el8.x86_64 #1 SMP Wed Aug 13 19:53:59 UTC 2025 x86_64 User : deltahospital ( 1806) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/deltahospital/test.delta-hospital.com/ |
Upload File : |
var/softaculous/wp55/plugin_activate.php 0000644 00000001124 15051421634 0014371 0 ustar 00 <?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);