/*
* 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 - No aircraft
Airline Mogul Forum
Airline Mogul => Bugs => Topic started by: iforrage on April 06, 2008, 03:47:15 am
-
I didn't get a default starting aircraft when I entered the game...
Airline Details: Buffalo Wings Airways ID# 6020
-
what world, it would help the admins if they new what world.
-
I did not recive a starter aircraft, and cannot purchase one and have no monies now as I bought one gate. My airline ID is 5882.
I am in world 3.
Thanks for your suggestions.
-
I got the same problem in World 3 and my ID is 4140
please send an aircraft to us as soon as possible, thanks!
-
No starter a/c here also
ID: 5008
World 3
-
grrrrrrrrrrrr email :staff: :x
^sorry.... I am extraordinarily grumpy.... but we need to verify your identity and forum post isn't good enough.
-
ID: 4811
World # 4
No starter A/C. Already sent an email to staff@airlinemogul.com
Just reposting here to make sure the request reaches the admins.
Thanks!
-
me 2,i got the same problem
my id:2056
world#5
-
crap. i'll fix this, i broke it trying to fix it to where it should be... -runs off to fix it-
bah. missed a comma. always something dumb -_-. -goes to check staff to see who needs a plane-
edit: i think, i think i got everyone. let me know through :staff: if you were never given a starter plane.