Linux premium71.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
Server IP : 198.187.29.8 & Your IP : 3.137.203.53
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
src /
litespeed-wp-plugin /
7.1 /
litespeed-cache /
Delete
Unzip
Name
Size
Permission
Date
Action
assets
[ DIR ]
drwxr-xr-x
2025-04-24 21:30
cli
[ DIR ]
drwxr-xr-x
2025-04-24 21:30
data
[ DIR ]
drwxr-xr-x
2025-04-24 21:30
lang
[ DIR ]
drwxr-xr-x
2025-04-24 21:30
lib
[ DIR ]
drwxr-xr-x
2025-04-24 21:30
src
[ DIR ]
drwxr-xr-x
2025-04-24 21:30
thirdparty
[ DIR ]
drwxr-xr-x
2025-04-24 21:30
tpl
[ DIR ]
drwxr-xr-x
2025-04-24 21:30
LICENSE
34.33
KB
-rw-r--r--
2025-04-24 21:30
autoload.php
3.18
KB
-rw-r--r--
2025-04-24 21:30
changelog.txt
130.67
KB
-rw-r--r--
2025-04-24 21:30
composer.json
411
B
-rw-r--r--
2025-04-24 21:30
composer.lock
6.16
KB
-rw-r--r--
2025-04-24 21:30
guest.vary.php
177
B
-rw-r--r--
2025-04-24 21:30
litespeed-cache.php
6.81
KB
-rw-r--r--
2025-04-24 21:30
package-lock.json
3.14
KB
-rw-r--r--
2025-04-24 21:30
package.json
337
B
-rw-r--r--
2025-04-24 21:30
phpcs.xml.dist
2.06
KB
-rw-r--r--
2025-04-24 21:30
qc-ping.txt
80
B
-rw-r--r--
2025-04-24 21:30
readme.txt
36.53
KB
-rw-r--r--
2025-04-24 21:30
security.md
370
B
-rw-r--r--
2025-04-24 21:30
Save
Rename
<?xml version="1.0"?> <ruleset name="LiteSpeed Cache Coding Standards"> <description>Apply LiteSpeed Cache Coding Standards to all plugin files</description> <!-- ############################################################################# COMMAND LINE ARGUMENTS https://github.com/squizlabs/PHP_CodeSniffer/wiki/Annotated-Ruleset ############################################################################# --> <!-- Only scan PHP files --> <arg name="extensions" value="php"/> <!-- Cache scan results to use for unchanged files on future scans --> <arg name="cache" value=".cache/phpcs.json"/> <!-- Set memory limit to 512M Ref: https://github.com/squizlabs/PHP_CodeSniffer/wiki/Advanced-Usage#specifying-phpini-settings --> <ini name="memory_limit" value="512M"/> <!-- Remove unwanted prefix from filepaths --> <arg name="basepath" value="./"/> <!-- Check max 20 files in parallel --> <arg name="parallel" value="20"/> <!-- Show sniff codes in all reports --> <arg value="ps"/> <!-- ############################################################################# FILE SELECTION Set which files will be subject to the scans executed using this ruleset. ############################################################################# --> <file>.</file> <!-- Exclude any wordpress folder in the current directory --> <exclude-pattern type="relative">^wordpress/*</exclude-pattern> <!-- Directories and third-party library exclusions --> <exclude-pattern>/node_modules/*</exclude-pattern> <exclude-pattern>/vendor/*</exclude-pattern> <!-- ############################################################################# SET UP THE RULESET ############################################################################# --> <!-- Check PHP v7.2 and all newer versions --> <config name="testVersion" value="7.2-"/> <rule ref="PHPCompatibility"> <!-- Exclude false positives --> <!-- array_key_firstFound is defined in lib/php-compatibility.func.php --> <exclude name="PHPCompatibility.FunctionUse.NewFunctions.array_key_firstFound" /> </rule> </ruleset>