/*
* 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 - Gates rental ... monthly payment.. every 3 days?
Airline Mogul Forum
Airline Mogul => Bugs => Topic started by: jcgp on May 20, 2008, 05:50:01 am
Hi all, I'm just starting this game, I gotta say it's amazingly cool... now I have my first question.... I was checking my finances and I've been charged more than once for gates' rental in the first month.. 15/9/1972 Gate Rental (Cabos San Lucas) €0 €100,000 15/9/1972 Gate Rental (Puerto Vallarta International) €0 €100,00012/9/1972 Gate Rental (Guadalajara Intl Airport) €0 €100,000 9/9/1972 Gate Rental (Guadalajara Intl Airport) €0 €100,000 8/9/1972 Gate Rental (Acapulco) €0 €50,000 8/9/1972 Gate Rental (Cabos San Lucas) €0 €100,000 7/9/1972 Gate Rental (Puerto Vallarta International) €0 €100,000 7/9/1972 Gate Rental (Mazatlán) €0 €50,000 why is this happening? Thanks guys, JC
Did you return one of the gates and "re-rent" it? or did you rent another one?
Thats probably the answer lol. :lol:
I didn't re-rent them... Indeed, I screwed it up and I sold back part of my Hub's gates, but I have really no idea why it charged twice
Because at your start up base you start with 2 gates