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
/
usr /
local /
lsws /
add-ons /
webcachemgr /
Delete
Unzip
Name
Size
Permission
Date
Action
src
[ DIR ]
drwxr-xr-x
2025-02-25 04:01
MIN_VER
9
B
-rw-r--r--
2025-02-25 04:01
VERSION
8
B
-rw-r--r--
2025-02-25 04:01
autoloader.php
885
B
-rw-r--r--
2025-02-25 04:01
bootstrap.php
527
B
-rw-r--r--
2025-02-25 04:01
bootstrap_cli.php
531
B
-rw-r--r--
2025-02-25 04:01
Save
Rename
<?php /** ********************************************* * LiteSpeed Web Server Cache Manager * * @author Michael Alegre * @copyright (c) 2018-2022 LiteSpeed Technologies, Inc. * ******************************************* */ use Lsc\Wp\Context\Context; use Lsc\Wp\Context\RootCLIContextOption; use Lsc\Wp\CliController; require_once __DIR__ . '/autoloader.php'; date_default_timezone_set('UTC'); /** @noinspection PhpUnhandledExceptionInspection */ Context::initialize(new RootCLIContextOption()); CliController::run();