четверг, 23 мая 2013 г.

Индусятина....


<?
  function sub_method($method, $param, $client) #Извращения в коде - могу, умею, практикую!
   {
    $meth = str_replace('.','/',$method);
    $code = file_get_contents('method/'.$meth.'.php');
    $code = str_replace("<?", "", $code);
    $code = str_replace("?>", "", $code);
    $t = microtime();
    $t = 'fu'.$t.'f';
    $t = str_replace(" ","_",$t);
    $t = str_replace(".","_",$t);
    $code = str_replace("RunMethod", $t, $code);
    eval($code);
    $res = $t($param, $client);
    return $res;
   }
?>
Индусский код на пхп...