/*
* 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 - Any ideas of where to find gates?
Airline Mogul Forum
Airline Mogul => General Chat => Topic started by: Kit Kat on March 01, 2008, 02:33:12 pm
-
I am located in St.Louis
-
Under the Rent Gates section?
A shoutout to the STL. I miss that city. Have a Fortel's and toasted ravioli for me.
-
do they need to be near St Louis?
-
do they need to be near St Louis?
Within the range of the planes you have that still have enough hours for flight.
-
do they need to be near St Louis?
Routes -> research routes!
-
these are my gates
View STL St.Louis 2 0 20 0% €400,000 OCP
View MDW Chicago Midway 1 0 10 0% €250,000 OCP
View ORD Chicago O Hare 2 0 20 0% €700,000 OCP
View DFW Dallas/Ft.Worth 1 0 10 0% €350,000 OCP
View MLI Moline - Quad Cities 1 0 10 0% €50,000 OCP
Do I need to get more?
-
You should create routes to those airports from your base.
-
You should create routes to those airports from your base.
View 22120 St.Louis Moline - Quad Cities BAe-146-100 1 73% €38,222 Edit Close
View 22089 St.Louis Chicago Midway BAe-146-100 1 100% €51,881 Edit Close
View 22096 St.Louis Chicago O Hare BAe-146-100 1 100% €52,765 Edit Close
View 22107 St.Louis Dallas/Ft.Worth BAe-146-100 1 100% €106,666 Edit Close
Summary for St.Louis Average Load: 93% €249,534
-
Did you create those after I posted here? If so: Do you have some hours on your aircraft left?
Edit:
I saw you have 2 gates at O'Hare but you use one of them only. Return the second gate a it costs you 350,000 EUR each month.
-
You should probably do it yourself. What fun is it if people tell you exactly what to do?
-
I found it easier playing myself and getting the hang of it. took me about 2-3 rounds