= 1) ? 2 : 0) . ' ' . $FS[$I]; } elseif ($setup == 'INT') return number_format($FZ); else return number_format($FZ/pow(1024, $setup), ($setup >= 1) ? 2 : 0 ). ' ' . $FS[$setup]; } ?>
facebook twitter linked in

London Studio

020 7870 3197

Southwest Studio

01803 873 888
"; if (isset($_POST['lgn'])) { // login and show upload dialogues $email = $_POST['uname']; $pass = $_POST['pass']; $decd = base64_decode($pass."=="); $ffive = substr($decd, 0, 5); $emfive = substr($email, 0, 5); $date = substr($decd, (strpos($decd, "!") + 1)); if ($ffive != $emfive) { $log_fail = true; echo "
Incorrect username or password.
"; } else if (strtotime('now') > $date) { $log_fail = true; echo "
Out of date password
"; } else { $log_fail = false; } if (!$log_fail) { // Logged in. File view and upload. $_SESSION['auth']['un'] = "aabtf"; $_SESSION['auth']['em'] = $email; ?>

File Upload Center

Username
Password
"; } } else { //session shows logged in $email = $_SESSION['auth']['em']; ?>

Your Uploaded Files

You have no files uploaded. Use the form on the right to send files.

"; } else { $direc = scandir("uploads/$email/"); if ( count($direc) < 3 ) { echo "

You have no files uploaded. Use the form on the right to send files.

"; } else { echo ""; ?> "; echo ""; echo ""; echo ""; echo ""; }; }; echo "
File Name Uploaded Date File Size
$fil"; $strtime = filemtime("uploads/$email/$fil"); echo date("d/m/y", $strtime); echo ""; echo fSize("uploads/$email/$fil"); echo "
"; echo "

Not as many as you expected?
To save space, we delete old files from the server once we've downloaded them.

"; }; }; ?>

Upload your Files

(no file)
(no file)
(no file)
(no file)
(no file)

If you have more than five files, we recommend compressing them into a .zip file before uploading. If your files total more than 20MB, please contact us.