Page 1 of 1

compstomp.de will mirror Mod files now...

Posted: 26 Jun 2006, 19:18
by Dr.InfernO
I call for every moder ouside there.
You will get you own filespace. I grant you FTP access if you ask me.
If you want a mirror please contact Dr_]I[nfernO in the TA:S lobby or write a pm to me.

Greets

Dr.InfernO's medical advice:
Hosting important files can guard against acratia.

Posted: 26 Jun 2006, 20:40
by Storm
We'll work out an affilation plan with you as soon as we're back up. :)

Posted: 26 Jun 2006, 22:58
by IMSabbel
Wouldnt it be nice to have a page on clan-sy that has every mirror for each map?

So that the client can just randomly pick on of them when downloading, balancing the load (and reducing the FU dependency)

Posted: 26 Jun 2006, 23:05
by iamacup
<?php
$=randomnumber {generate a random number between 1 and total no of mirrors}

if ($randomnumber == "1")
$mirror = "mirror1.com"
elseif ($randomnumber == "2")
$mirror = "mirror2.com"
else ($randomnumber == "3")
$mirror = "mirror3.com"

//get file from database
openDB
get file name for id = $file ID

$file = $mirror . $filename
header(location: "$file)

?>

or code to that effect to generate equal hits to different mirrors.


?>

Posted: 26 Jun 2006, 23:12
by Storm
Nice idea...