/*
* Patch for filter_var()
*/
if(!function_exists('filter_var')){
define('FILTER_VALIDATE_IP', 'ip');
define('FILTER_FLAG_IPV4', 'ipv4');
define('FILTER_FLAG_IPV6', 'ipv6');
define('FILTER_VALIDATE_EMAIL', 'email');
define('FILTER_FLAG_EMAIL_UNICODE', 'unicode');
function filter_var($variable, $filter, $option = false){
if($filter == 'ip'){
if($option == 'ipv4'){
if(preg_match("/(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})/", $variable, $matches)){
$variable = $matches[1];
return $variable;
}
}
if($option == 'ipv6'){
if(preg_match("/\s*(([:.]{0,7}[0-9a-fA-F]{0,4}){1,8})\s*/", $variable, $matches)){
$variable = $matches[1];
return $variable;
}
}
}
if($filter == 'email'){
if($option == 'unicode' || $option == false){
if(preg_match("/\s*(\S*@\S*\.\S*)\s*/", $variable, $matches)){
$variable = $matches[1];
return $variable;
}
}
}
}
}
Print Page - Quick question
Airline Mogul Forum
Airline Mogul => General Chat => Topic started by: Air Tycho on November 01, 2007, 12:52:58 pm
-
What's the maximum amount of gates you can have at a hub before you're forced to build a terminal?
-
25 Gates whether it's your base or not..
-
Thanks! :)
To create a second base, you need four gates at that airport, right? How much do you need to pay to open that base?
-
Correct, 4 gates. The price to open a base depends on the prices of the gates.. it's around 6m-17m. i guess that's my best estimate...
-
What - that expensive?!
-
Hey your going to earn loads with that base so :D
-
Anyway to be certain how much it costs? ;)
-
How much does each gate rent cost per month at the airport your going to base at?
-
50,000
-
It's going to be less than 7-8m.. :D
-
Thanks. :) You don't know the exact figure by any chance? :D
-
No it will vary