/*
* 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 - when is the next reset and what decade will it be in?
Airline Mogul Forum
Airline Mogul => General Chat => Topic started by: a1b23 on February 01, 2008, 10:08:48 pm
-
when is the next reset and what decade will it be in?
-
1975. then we open multiworlds and there should be several decades available.
-
multiworlds is coming that early :shock:
-
im pretty sure :D
-
I am not so sure :roll:
-
Probably not 1975. It's going to be a 10 y. round.
-
can someone explain exactly what multiworlds is?
(or send a link to an explination)
-
can someone explain exactly what multiworlds is?
(or send a link to an explination)
= parallel game worlds (or different settings, without effects on each other game-wise) running at the same time on the same server.
-
can this round be a 10 year round?????
-
Nope. We need it 15 years. 1975-1990. I could see this as possible because it was the generation of the Concorde and other planes :wink:
-
But as it stands....this is a 5 yr round ain't it. Least thats what I read last time (I don't come to the forums often lol).
-
Will there be a poll as to the age of the next round? I'm voting 1980's! Woo! :lol: