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 /
php74 /
3 /
Delete
Unzip
Name
Size
Permission
Date
Action
install.php
1.28
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.04
KB
-rw-r--r--
2023-05-24 04:38
php_suphp.conf
835
B
-rw-r--r--
2021-12-24 10:19
remove.php
204
B
-rw-r--r--
2022-07-21 07:30
update.php
1.1
KB
-rw-r--r--
2024-05-23 09:40
Save
Rename
<?php /* function __php74_req(){ } function __php74_preinstall(){ } function __php74_postinstall(){ } */ function __php74_install(){ global $infos, $iapps, $globals; // Move the CONF Files copy(__DIR__.'/php_suphp.conf', PHP74_ETC.'suphp.conf'); copy(__DIR__.'/php.ini', PHP74_ETC.'php.ini'); // Make the Extra.ini copy(PHP74_WAPP.'/extra.ini', PHP74_ETC.'php.d/extra.ini'); } function __php74_after_save_install(){ global $globals, $infos; scopy(__DIR__.'/php-fpm', PHP74_BIN.'fpmctl'); chmod(PHP74_BIN.'fpmctl', 0755); // Add the logrotate if (file_exists('/etc/logrotate.d/php74')){ unlink('/etc/logrotate.d/php74'); } copy(PHP74_WAPP.'/php74_logrotate', '/etc/logrotate.d/php74'); // Create php session path mkdir($globals['data_path'].'/php/sessions/php74', 0755, 1); chmod($globals['data_path'].'/php/sessions/php74', 01733); chmod($globals['data_path'].'/php/sessions', 0711); } function __php74_configure(){ php74_restart(); } function __php74_postinstall(){ global $globals, $softpanel; if(file_exists($globals['var_conf'].'/php74/extensions.ini')){ vexec('cp -f '.$globals['var_conf'].'/php74/extensions.ini '.PHP74_ETC.'php.d/extensions.ini'); } // It will create extra.ini at /var/webuzo/conf/php $softpanel->phpc_rebuild_ext('php74'); }