/* * 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; } } } } }
Okay.....
Last I checked(3 realtime hours ago), I was fourth in pax rankings and had over 1k pax.
1 owned aircraft and 1 leased.
No way am I cheating. I didn't even get the 'sweetheart' lease price an alliance mate put out in the public market.
Checked just now.
I'm ranked 301 for value, but 3rd for pax.
My point is, number of pax isn't a decent criteria. Shorter routes + actual frequencies(no .5) = alot more pax.
You shouldn't be able to lease at zero euros
:D .. lol i always forget to type the lease amount in so i give leases for free :lol:
A group of friends nominate one person to start off by leasing that person their aircraft for really cheap. Once the person is set they will give the aircrafts back, create the alliance and share the profits?
PM me or emailCode: [Select]staff@airlinemogul.com
and those accounts involved will get investigated. If you don't provide us with more information, nothing could be done. We can't go through 3000+ accounts and look into every single one. It would take more than a week to do so... (I tried :cry: )