/*
* 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 - some1 lease my...
Airline Mogul Forum
Airline Mogul => Bugs => Topic started by: sh4wn on March 25, 2007, 09:48:05 am
-
Airplane and don't play the game...
So how can i return the aircraft to me? (Aircraft iD: 1490)
My iD: 303
best regards
-
Stephen will return it whenever he can.
-
Stephen will return it whenever he can.
so when is it? ;)
-
Well this person seems to be able to make money, did the aircraft disappear from your account or did it get leasd legitimately?
-
the person can have them... i don't need them... i will sell it or scrap...
in my fleet is this to small :>
-
*push*
-
Stephen please donate the airplane to Pacific...
I don't want the Aircraft...
thanks
-
Done!
-
Stephen please donate the airplane to Pacific...
Huh? Why me?
-
Ok, this is starting to get strange...
According to my fleet, I have 1490 (which I did NOT lease) added to my Leased fleet.
When I go into the aircraft, it says:
1490 - Dash-8-300 - P&WC PW123 - 3 - 24 - On Lease - €-10,518
Depart: - Arrive: - Freq: - LoadFactor: - Profit:
New York La Guardia - Hartford/Springfield - 10 - 3% - €-4,049
New York La Guardia - Washington DC - 8 - 3% - €-6,469
On leasing contract.
Return aircraft.
Lease Rate: €85,000
Airline Leased from: Deutsche BA
Yet when I try to return it, I get the following:
Lessor: 147
User ID: 302
Error! You are in no way connected with this lease.
When I try to close the routes though, it doesn't affect the aircraft.