$instanceName\n"; $html .= "\t\t\t\t

$instanceDescription

\n"; if (isset($_REQUEST['e'])) { $Error = $_REQUEST['e']; } if (isset($_COOKIE[$cookieTypeName]) || ($publicUploading || $publicUploading == "true")) { $html .= "\t\t\t
\n"; $html .= "\t\t\t\t\n"; $html .= "\t\t\t\t\n"; $html .= "\t\t\t
\n"; $html .= "\t\t\t

Max file size: $maxFileSize MB

\n"; // error handling if ($Error == "file") { $html .= "\t\t\t

No file specified.

\n"; } else if ($Error == "size") { $html .= "\t\t\t

File is too big.

\n"; } else if ($Error == "key") { $html .= "\t\t\t

Invalid key. WTF?

\n"; } else if ($Error == "wtf") { $html .= "\t\t\t

WTF? Try again.

\n"; } } $html = printFooter($html); print "$html"; } main(); ?>