Linux ams-business-5.hostwindsdns.com 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64
LiteSpeed
Server IP : 23.254.231.17 & Your IP : 216.73.216.90
Domains :
Cant Read [ /etc/named.conf ]
User : uxvsuhne
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
local /
lsws /
admin /
misc /
Delete
Unzip
Name
Size
Permission
Date
Action
admpass.sh
5
KB
-r-xr-xr-x
2026-09-12 09:16
ap_lsws.sh
1.82
KB
-rwxr-xr-x
2026-09-17 07:15
ap_lsws.sh.in
1.82
KB
-r-xr-xr-x
2026-09-12 09:16
awstats_install.sh
2.06
KB
-r-xr-xr-x
2026-09-12 09:16
build_ap_wrapper.sh
624
B
-r-xr-xr-x
2026-09-12 09:16
chroot.sh
7.31
KB
-r-xr-xr-x
2026-09-12 09:16
cleancache.sh
1.46
KB
-r-xr-xr-x
2026-09-12 09:16
cleanlitemage.sh
2.4
KB
-r-xr-xr-x
2026-09-12 09:16
cp_switch_ws.sh
22.96
KB
-r-xr-xr-x
2026-09-12 09:16
cpanel_restart_httpd.in
732
B
-r-xr-xr-x
2026-09-12 09:16
create_admin_keypair.sh
336
B
-r-xr-xr-x
2026-09-12 09:16
enable_ruby_python_selector.sh
2.8
KB
-r-xr-xr-x
2026-09-12 09:16
fix_cagefs.sh
766
B
-r-xr-xr-x
2026-09-12 09:16
fp_install.sh
1.65
KB
-r-xr-xr-x
2026-09-12 09:16
gdb-bt
25
B
-rw-r--r--
2026-09-12 09:16
genjCryptionKeyPair.php
6.43
KB
-rw-r--r--
2026-09-12 09:16
gzipStatic.sh
272
B
-r-xr-xr-x
2026-09-12 09:16
htpasswd.php
1.48
KB
-rw-r--r--
2026-09-12 09:16
lscmctl
16.05
KB
-rwxrwxr-x
2026-06-19 06:27
lshttpd.service
675
B
-r-xr-xr-x
2026-09-12 09:16
lsup.sh
5.65
KB
-r-xr-xr-x
2026-09-12 09:16
lsup5v3.sh
5.63
KB
-r-xr-xr-x
2023-01-14 09:40
lsup6.sh
5.65
KB
-r-xr-xr-x
2026-09-12 09:16
lsws.rc
1.78
KB
-r-xr-xr-x
2026-09-12 09:16
lsws.rc.gentoo
441
B
-r-xr-xr-x
2026-09-12 09:16
mgr_ver.sh
1.93
KB
-r-xr-xr-x
2026-09-12 09:16
php.ini
37.11
KB
-rw-r--r--
2026-09-12 09:16
purge_cache_by_url
3.56
KB
-r-xr-xr-x
2026-09-12 09:16
rc-inst.sh
6.24
KB
-r-xr-xr-x
2026-09-12 09:16
rc-uninst.sh
4.61
KB
-r-xr-xr-x
2026-09-12 09:16
uninstall.sh
2.9
KB
-r-xr-xr-x
2026-09-12 09:16
update.sh
1.85
KB
-r-xr-xr-x
2026-09-12 09:16
Save
Rename
CURDIR=`dirname "$0"` cd $CURDIR CURDIR=`pwd` LSWSHOME=`dirname $CURDIR` LSWSHOME=`dirname $LSWSHOME` if [ "x$1" = "x" ]; then cat <<EOF Usage: $0 <path_to_apache_binary> [0|1] the first parameter is the path to Apache httpd binary, The second parameter is optional, which control whether to run Apache and LSWS at the same time. Default is '0' - No. EOF exit 1 fi if [ "x$2" = "x1" ]; then CTRL_APACHE=1 else CTRL_APACHE=0 fi sed -e "s:%LSWS_HOME%:$LSWSHOME:" \ -e "s:%APACHE_BIN%:$1:" \ -e "s:%CTRL_APACHE%:$CTRL_APACHE:" "./ap_lsws.sh.in" > "./ap_lsws.sh" chmod 0755 ./ap_lsws.sh