/*
* 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 - "Yay! Takeoff in St. Mary's 600m runway with an A380&qu
Airline Mogul Forum
Non-Airline Mogul => Flight Simulators & Online Flying => Topic started by: zkvac on July 22, 2008, 06:06:51 am
-
I didn't have time to land it before I had to go out. Tomorrow :D
(http://i126.photobucket.com/albums/p88/zkvac/fs92008-07-2211-43-38-64.jpg)
(http://i126.photobucket.com/albums/p88/zkvac/fs92008-07-2211-43-43-07.jpg)
(http://i126.photobucket.com/albums/p88/zkvac/fs92008-07-2211-44-18-71.jpg)
(http://i126.photobucket.com/albums/p88/zkvac/fs92008-07-2211-44-24-53.jpg)
(http://i126.photobucket.com/albums/p88/zkvac/fs92008-07-2211-45-46-60.jpg)
-
Haha, what you probably didnt realise is that the A380 technically can take off and land on shorter runways :P
-
Haha, what you probably didnt realise is that the A380 technically can take off and land on shorter runways :P
You're just angry because it's bigger :D I could've gone for a SR-71 if I wanted something that would take a long time to take off.
-
An 225 anyone?
That A380 took of with about 50m to spare :roll:
-
(http://i126.photobucket.com/albums/p88/zkvac/fs92008-07-2211-43-43-07.jpg)
Coz he used push back to the tip of the runway :wink:
Try parking brakes next time :wink: :wink:
-
The runway would not be able to withstand the 380s weight without taking significant damage.
-
Coz he used push back to the tip of the runway :wink:
Try parking brakes next time :wink: :wink:
Yeah I slewed right to the end, same as Hampo.
I did use the parking brakes- what do you mean?
The runway would not be able to withstand the 380s weight without taking significant damage.
Who cares? It wouldn't cope with a 146/737 either.
-
An 225 anyone?
No pics, but I managed to land an An225 there - didn't manage to take off in time - after I made it go up to Mach 1.95...