Linux yavrix.internet-webhosting.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64
LiteSpeed
Server IP : 103.8.25.136 & Your IP : 216.73.216.204
Domains :
Cant Read [ /etc/named.conf ]
User : klinikpe
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
local /
lsws /
admin /
html.6.0 /
utility /
build_php /
Delete
Unzip
Name
Size
Permission
Date
Action
buildPHP.php
567
B
-rw-r--r--
2021-05-27 17:20
buildProgress.php
367
B
-rw-r--r--
2021-05-27 17:20
buildStep1.php
1.48
KB
-rw-r--r--
2021-05-27 17:20
buildStep2.php
9.56
KB
-rw-r--r--
2021-05-27 17:20
buildStep3.php
3.46
KB
-rw-r--r--
2021-05-27 17:20
buildStep4.php
4.24
KB
-rw-r--r--
2021-05-27 17:20
build_common.template
565
B
-rw-r--r--
2021-05-27 17:20
build_install.template
4
KB
-rw-r--r--
2021-05-27 17:20
build_install_ext.template
1.72
KB
-rw-r--r--
2021-05-27 17:20
build_manual_run.template
1.05
KB
-rw-r--r--
2021-05-27 17:20
build_prepare.template
5.29
KB
-rw-r--r--
2021-05-27 17:20
build_prepare_ext.template
2.6
KB
-rw-r--r--
2021-05-27 17:20
buildconf.inc.php
2.11
KB
-rw-r--r--
2021-05-27 17:20
buildfunc.inc.php
28.68
KB
-rw-r--r--
2021-05-27 17:20
Save
Rename
#!/bin/sh ########################################### # Please manually run this script after preparation finished successfully. # You can monitor the log output from web console. # You need to run as root or with root privilege in order to install into system directory. ########################################### INSTALL_SCRIPT=__install_script__ LOG_FILE=__log_file__ PHP_VERSION=__php_version__ PHP_BUILD_DIR=__php_build_dir__ PHP_USR=__php_usr__ PHP_USRGROUP=__php_usrgroup__ echo "Manually running installation script: ${INSTALL_SCRIPT}" echo "Running at background with command:" echo "${INSTALL_SCRIPT} 1> ${LOG_FILE} 2>&1" ${INSTALL_SCRIPT} 1> ${LOG_FILE} 2>&1 INST_USER=`id` INST_USER=`expr "${INST_USER}" : 'uid=.*(\(.*\)) gid=.*'` if [ "x${INST_USER}" = "xroot" ]; then echo "chown -R ${PHP_USR}:${PHP_USRGROUP} ${PHP_BUILD_DIR}/php-${PHP_VERSION}" chown -R ${PHP_USR}:${PHP_USRGROUP} ${PHP_BUILD_DIR}/php-${PHP_VERSION} fi if [ -f "/etc/cagefs/cagefs.mp" ] ; then # cagefs installed first, need update mount point cagefsctl --update fi