One Hat Cyber Team
Your IP :
216.73.216.183
Server IP :
23.137.84.82
Server :
Linux srv25.usacloudserver.us 5.14.0-570.39.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 4 05:08:52 EDT 2025 x86_64
Server Software :
LiteSpeed
PHP Version :
8.1.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
self
/
root
/
usr
/
local
/
lsws
/
admin
/
misc
/
View File Name :
lswsup
#!/bin/sh # CPU Usage this Script is 0.0%. BASE_DIR=`dirname "$0"` cd "$BASE_DIR" BASE_DIR=`pwd` PHPCommand='/usr/local/RCBIN/bin/php'; while [ "1" -eq "1" ]; do Check_LSWS=`$PHPCommand $BASE_DIR/lswsupchecker.php` if [ $Check_LSWS -eq 0 ]; then D=`date` killall -9 litespeed RcLicenseLSWS if /usr/local/lsws/bin/lswsctrl start; then echo "$D: LSWS stopped, RC Licensing recovered." >> $BASE_DIR/../../logs/error.log else RcLicenseLSWS echo "$D: LSWS stopped, RC Licensing is recovering your license..." >> $BASE_DIR/../../logs/error.log fi fi sleep 2 done