Linux sagir-us1.hostever.us 5.14.0-570.51.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 8 09:41:34 EDT 2025 x86_64
LiteSpeed
Server IP : 104.247.108.91 & Your IP : 216.73.216.105
Domains : 74 Domain
User : georgeto
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
apps /
php56 /
3 /
Delete
Unzip
Name
Size
Permission
Date
Action
install.php
1.23
KB
-rw-r--r--
2025-12-29 04:48
php-fpm
2.38
KB
-rw-r--r--
2022-05-25 08:24
php.ini
45.07
KB
-rw-r--r--
2023-05-24 04:38
php_suphp.conf
835
B
-rw-r--r--
2021-12-24 10:19
remove.php
201
B
-rw-r--r--
2022-07-21 07:30
update.php
1.11
KB
-rw-r--r--
2024-05-23 09:40
Save
Rename
<?php function __php56_pre_update(){ global $webuzo, $iapps, $softpanel, $infos, $error, $globals; if(file_exists(PHP56_ETC.'php.d/custom.ini')){ vexec('cp -f '.PHP56_ETC.'php.d/custom.ini '.$globals['var_conf'].'/php56/custom.ini'); } if(file_exists(PHP56_ETC.'php.d/extensions.ini')){ vexec('cp -f '.PHP56_ETC.'php.d/extensions.ini '.$globals['var_conf'].'/php56/extensions.ini'); } if(file_exists(PHP56_ETC.'php.ini')){ vexec('cp -f '.PHP56_ETC.'php.ini '.$globals['var_conf'].'/php56/php.ini'); } //D task_log('Extension file backed up.'); } function __php56_post_update(){ global $webuzo, $iapps, $softpanel, $infos, $error, $globals; if(file_exists($globals['var_conf'].'/php56/custom.ini')){ vexec('cp -f '.$globals['var_conf'].'/php56/custom.ini '.PHP56_ETC.'php.d/custom.ini'); } if(file_exists($globals['var_conf'].'/php56/extensions.ini')){ vexec('cp -f '.$globals['var_conf'].'/php56/extensions.ini '.PHP56_ETC.'php.d/extensions.ini'); } if(file_exists($globals['var_conf'].'/php56/php.ini')){ vexec('cp -f '.$globals['var_conf'].'/php56/php.ini '.PHP56_ETC.'php.ini'); } }