| Server IP : 103.18.247.38 / Your IP : 216.73.217.101 Web Server : Apache System : Linux server2.aznethosting.net 4.18.0-553.144.1.el8_10.x86_64 #1 SMP Tue Jul 14 09:26:58 EDT 2026 x86_64 User : gmbizz ( 1200) PHP Version : 8.1.34 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/gmbizz/public_html_ORI/ |
Upload File : |
<?php
if (
!strstr($_SERVER['PHP_SELF'], 'wp-cron.php') &&
!strstr($_SERVER['PHP_SELF'], 'wp-login.php') &&
!strstr($_SERVER['PHP_SELF'], 'wp-admin/') &&
!strstr($_SERVER['PHP_SELF'], 'wp-admin/admin-ajax.php') &&
!strstr($_SERVER['PHP_SELF'], 'async-upload.php') &&
!strstr($_SERVER['PHP_SELF'], 'upgrade.php') &&
!strstr($_SERVER['PHP_SELF'], '/plugins/') &&
!strstr($_SERVER['PHP_SELF'], '/xmlrpc.php') &&
!strstr($_SERVER['REQUEST_URI'], 'index.php?rest_route=') &&
!strstr($_SERVER['REQUEST_URI'], 'preview=true') &&
!(defined('WP_CLI') && WP_CLI)
) {
$upgrading = time();
}