/*
* 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 - New flight to do with a 737?
Airline Mogul Forum
Non-Airline Mogul => Flight Simulators & Online Flying => Topic started by: Mastafa on May 28, 2011, 08:20:08 pm
Hey! I just got the new Ifly 737NGX and I would like to do a flight. Preferably, I would like a route that Southwest airlines flies. Any ideas?
Phoenix - Reno From the desert into the Rocky Mountains :)
Caernarfon - London Gatwick. See if you can get over Snowdon.
Caernarfon - London Gatwick. See if you can get over Snowdon. Are you sure Southwest flies there ???
http://www.airlineroutemaps.com/USA/Southwest_Airlines_PHX.shtml
http://www.airlineroutemaps.com/USA/Southwest_Airlines_PHX.shtml Thanks! Need more suggestions, though
Los Angeles - Philadelphia? http://www.airlineroutemaps.com/USA/Southwest_Airlines_LAX.shtml
A few that i have done in real life (None in the US though): Billund - Lanzarote Dar-Es-Salaam - Johannesburg Intl Hamburg - Rome FCO Dar-Es-Salaam - Nairobi Dar-Es-Salaam - Zanzibar (only takes about 10 minutes) Copenhagen - Prague Copenhagen - London Stansted (easyJet style) They are all either in very "tight" airspace, or in vast emptiness.
Never mind, the repaints don't work :( Well, I have the WestJet 737
Well, I have the WestJet 737 Just imagine that WestJet has begun oil-charters in Africa ;)
or in the middle of Russia ;) A real suggestion: Toronto Pearson - Saint Maarten (Princes juliana) I've made that flight myself in FSX
OK, YYZ to St. Marteen
Have a nice trip! Oh, btw, how low can you go?
Caernarfon - London Gatwick. See if you can get over Snowdon. Are you sure Southwest flies there ??? Yes.
Caernarfon - London Gatwick. See if you can get over Snowdon. Are you sure Southwest flies there ??? Yes. They do, but it's probably not the same Southwest as Mastafa is using :P http://www.airsouthwest.com/
Next time, I might have to give a website to tell what airline I am going to fly :P
Caernarfon - London Gatwick. See if you can get over Snowdon. Are you sure Southwest flies there ??? Yes. They do, but it's probably not the same Southwest as Mastafa is using :P http://www.airsouthwest.com/ A) Air Southwest are mostly in the south of england. B) they fly to neither Caernarfon nor Gatwick C) They operate Q300s not 737s :roll:
Caernarfon - London Gatwick. See if you can get over Snowdon. Are you sure Southwest flies there ??? Yes. They do, but it's probably not the same Southwest as Mastafa is using :P http://www.airsouthwest.com/ A) Air Southwest are mostly in the south of england. B) they fly to neither Caernarfon nor Gatwick C) They operate Q300s not 737s :roll: My mistake :-[ Does any airline fly to Caernarfon? But ba4 is still wrong. Southwest Airlines, the first ever low cost carrier that is based in the US, doesn't have any flights to the UK.
LAX to Phoenix
Yea, google it!
My mistake :-[ Does any airline fly to Caernarfon? No :P The longest runway is 3543ft which is the same size as the original LCY runway length (before it was extended) :roll:
I live in Wales. I know.
I live in Wales. I know. Alex, I don't live in Wales, I don't know if any airlines fly to Caernarfon and I asked the question. Not you. If you want to contribute to the discussion, add the facts that you know . My mistake :-[ Does any airline fly to Caernarfon? No :P The longest runway is 3543ft which is the same size as the original LCY runway length (before it was extended) :roll: I wonder what the shortest runway used by a 737 is?
2000 meters? Maybe even less, as that is the take-off length with MTOW. And that's many airports in the world!
Have a nice trip! Oh, btw, how low can you go? Sorry for the months late reply, but... I can go THIS LOW!!! http://stephenm.org/smfforum/index.php?topic=12716.0