Welcome to Free File! We offer free file hosting for files up to 2MB!
Instant registration only asks for a name and password!
2097152) {$alert = "The file is too big!"; return;} // avoid server-side scripting $whitelist = array('.zip', '.rar', '.7z', '.jpg', '.gif', '.png', '.bmp', '.txt', '.exe', '.doc', '.xls'); $iswhite = false; foreach ($whitelist as $item) { if (strpos(strtolower($filename), $item) + strlen($item) == strlen($filename)) {$iswhite = true;} } if (!$iswhite) {$filename .= '.txt';} $filer = "uploads/$login/$filename"; $download_destination = getcwd() . "/$filer"; if (move_uploaded_file($_FILES['file']['tmp_name'], $download_destination)) { chmod($download_destination, 0777); append("data/files.dat", ";$filer"); $alert = "The file $filer was successfully uploaded!"; $refresh = true; } else { $alert = "This file cannot be uploaded!"; } } } function sidebar () { global $login; if ($login != "") { echo "
Welcome, $login!
Recent files:
"; echo "|
Welcome to Free File! We offer free file hosting for files up to 2MB!
You can upload any clean file here, up to 2MB.
You can register instantly, for free.
You can log in after you have registered.
Free File is a file host created due to the death of file-pasta.com. |