/* * 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; } } } } }
DOP
�241,827
Airline Cash
�-12,491
Airline Value
�11,028,962
More updates :o
If you think I stink, just wait until later this round :twisted:
DOP
€241,827
Airline Cash
€-12,491
Airline Value
€11,028,962
More updates :o
If you think I stink, just wait until later this round :twisted:
Dude, build up your own network first. Also, forget about alliances... You may have better luck just using the cash to create 1 or 2 hubs. It also depends on where you are located and how much competition there is. I'd say if you must get into an alliance, get in one that operates mostly out of a different continent. That's a true alliance. But regardless.... it seems that you have a loooooong way to go before that happens. Make some mone, buy some planes, get some routes going, a second or even a third hub then maybe you can think about an alliance.
Dude, build up your own network first. Also, forget about alliances... You may have better luck just using the cash to create 1 or 2 hubs. It also depends on where you are located and how much competition there is. I'd say if you must get into an alliance, get in one that operates mostly out of a different continent. That's a true alliance. But regardless.... it seems that you have a loooooong way to go before that happens. Make some mone, buy some planes, get some routes going, a second or even a third hub then maybe you can think about an alliance.
Thing is, it's not as simple as it seems. Alliances can be useful at this stage, unless they aren't organized well. I know some alliances, like United Sky Group and OpenSkies, have forums where cheap planes are sold to members and route negotiations are done. That's how alliances can work. However, for these forums, you don't need to join the alliance in-game yet.