/* * 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; } } } } }
What is the best strategy to increase DOC's at a very fast rate at the begining of the game???To be simple:
3) 1.0 frequenciesIn case of not enough free time left, open two 0.5 freq flights instead of one 1 freq flight.
Distance | Frequency | Speed | Turn time | Time left |
1656 | 0.5 | 369 | 0.56 | 18.95 |
1503 | 0.5 | 369 | 0.56 | 14.32 |
375 | 1 | 369 | 0.56 | 11.17 |
313 | 1 | 369 | 0.56 | 8.35 |
252 | 1 | 369 | 0.56 | 5.86 |
275 | 1 | 369 | 0.56 | 3.25 |
386 | 1 | 369 | 0.56 | 0.04 |
You can find the Excell routing file here: http://dljpetrovic.users.sbb.co.yu/airline.zip