21.06.2009, 20:04
Hab mal alles aus der max_storage.php kopiert
PHP Code:
<?php
$arr_maxstorage = array(
"1"=>"1000",
"2"=>"1229",
"3"=>"1512",
"4"=>"1859",
"5"=>"2285",
"6"=>"2810",
"7"=>"3454",
"8"=>"4247",
"9"=>"5222",
"10"=>"6420",
"11"=>"7893",
"12"=>"9705",
"13"=>"11932",
"14"=>"14670",
"15"=>"18037",
"16"=>"22177",
"17"=>"27266",
"18"=>"33523",
"19"=>"41217",
"20"=>"50675",
"21"=>"62305",
"22"=>"76604",
"23"=>"94184",
"24"=>"115798",
"25"=>"142373",
"26"=>"175047",
"27"=>"215219",
"28"=>"264611",
"29"=>"325337",
"30"=>"400000"
);
?>