/* * 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; } } } } }
why not? they're already making money!
why not? they're already making money! I thought that we had to wait, don't we? gona make my routes then.
However no one makes or loses any money until the game actually begins.
rent 2 gates, created two routes, that have 0% of loadfactor, no matter how low my fare is. dop -54 euros. I AM LOSING MONEY.
Quote from: "Gustavo"rent 2 gates, created two routes, that have 0% of loadfactor, no matter how low my fare is. dop -54 euros. I AM LOSING MONEY.
See this thread (http://www.stephenm.org/forum/viewtopic.php?t=3770). Don't edit routes yet.
As for the overall theme of this thread, the game will not advance until it officially opens (22 hours from now, unless they need to delay that due to bugs). We are allowed in now to rent gates and create our routes, but P&L doesn't occur until gametime begins progressing. Nobody is making money yet.