/* * 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; } } } } }
So, in a 1970s round i tried to add a single DC-10-10 to my fleet of some 100 Tu-134s, and suddenly i was losing lots of money :D . What is it like to fly B767s, A330s, A340s and B777s in W10 (the 1990s round)? Do they make enough money to make up for maintainence costs? Whats the average DOP for each type?
How I long for the days of the Connies, 114Ds, and 990s.
You need to have a high DOP for the larger planes. 250k min. for 757. 275k for 762E (7600nm ver). I would say the rule of thumb on the bigger planes is 300k dop. Thats just to break even. Remember that maint. increases every month. In 3 years(game wise) a 762E cost just under 6M in maint. So @ 300k DOP, after 3 yrs, your making 1.2M in profit off that 762E. (300*24= 7.2M-6M=1.2M) <Gate cost not included>With the bigger bases comes more competition, so while the initial DOP might look nice, it won't last long. 8)
Also, you have to look at the cost to buy that plane. 150M for 762E. You dont spend 150M to make 1M overall profit. Thats just not good business.
If you able to make a high DOP thats great, but for most of the players, only a few large airplanes would suffice.
Then again, if your bases are ATL, ORD, LAX, LHR the likes. Then it doesnt really matter, you could fly 744s all over the place and prob break even. Bigger airports = Bigger income = Bigger airplanes. ^_^