Linux webm010.cluster123.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
Apache
: 10.123.20.10 | : 216.73.217.174
Cant Read [ /etc/named.conf ]
8.4.22
pablogiliy
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 /
pablogiliy /
orsovolante /
wp-content /
[ HOME SHELL ]
Name
Size
Permission
Action
cache
[ DIR ]
drwxr-xr-x
et-cache
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
mu-plugins
[ DIR ]
drwxr-xr-x
plugins
[ DIR ]
drwxr-xr-x
themes
[ DIR ]
drwxr-xr-x
upgrade
[ DIR ]
drwxr-xr-x
upgrade-temp-backup
[ DIR ]
drwxr-xr-x
uploads
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
db-error.php
1.57
KB
-rw-r--r--
index.php
28
B
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : db-error.php
<?php /** * SecuPress DB Error Bail Message * @since 2.3.13 * @author Julio Potier * @license GPLv2 * @see $wpdb->db_connect() * * Copyright 2012-2025 SecuPress */ /*/ DO NOT USE OUR TEXTDOMAIN FOR I18N, WE HAVE TO FAKE THE WP ONE HERE /*/ $message = '<h1>' . __( 'Error establishing a database connection' ) . "</h1>\n"; $message .= '<p>' . sprintf( __( 'This either means that the username and password information in your %1$s file is incorrect or that contact with the database server at %2$s could not be established. This could mean your host’s database server is down.' ), '<code>wp-config.php</code>', '<code>DB_HOST</code>' ) . "</p>\n"; $message .= "<ul>\n"; $message .= '<li>' . __( 'Are you sure you have the correct username and password?' ) . "</li>\n"; $message .= '<li>' . __( 'Are you sure you have typed the correct hostname?' ) . "</li>\n"; $message .= '<li>' . __( 'Are you sure the database server is running?' ) . "</li>\n"; $message .= "</ul>\n"; $message .= '<p>' . sprintf( __( 'If you are unsure what these terms mean you should probably contact your host. If you still need help you can always visit the <a href="%s">WordPress support forums</a>.' ), __( 'https://wordpress.org/support/forums/' ) ) . "</p>\n"; if ( defined( 'SECUPRESS_LOCKED_ADMIN_EMAIL' ) ) { $fname = ABSPATH . '/.secupress_db_down_flag'; $host = isset($_SERVER['SERVER_NAME']) ? $_SERVER['SERVER_NAME'] : false; if ( ! $host ) { return; // Impossible to continue here... } if ( ! @file_exists( $fname ) ) { @file_put_contents( $fname, time() ); } } wp_die( $message );
Close