/*
* 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?
Airline Mogul Forum
Airline Mogul => General Chat => Topic started by: airplane2011@msn.com on December 15, 2007, 09:12:38 pm
-
How long does this round last since it started in 1950? Also, do you start off fresh when a reset happens?
-
The Game gets reset at the end of 1959, and starts all over again.
-
So won't be to long will it?
-
Figure it out yourself :roll:
-
what will be effected after the game get resetted?
-
the only thing that stays the same is your airline name, id, and code. everything else is completely reset to the default. :D
-
that means , all cash, company value, and the airplane i have will also be reset to 0 ?
-
After the reset, you will have 1 plane and 2 gates of you home based airport.
-
that means , all cash, company value, and the airplane i have will also be reset to 0 ?
Reset means re-set. So, yes. You will only get what we (admins) decide to give you, namely an undecided plane + an undecided amount of money.
(I still don't get how people don't understand the word reset :? )
-
thank you for answering my question
-
I still don't get how people don't understand the word reset :?
They are new [or really crazy] if they can't go through the search function to find all the junk on the "resets" :roll:
-
I still don't get how people don't understand the word reset :?
They are new [or really crazy] if they can't go through the search function to find all the junk on the "resets" :roll:
no, they just haven't read the wiki yet.
-
I still don't get how people don't understand the word reset :?
They are new [or really crazy] if they can't go through the search function to find all the junk on the "resets" :roll:
no, they just haven't read the wiki yet.
Your right :roll: That thing needs to be updated. :wink:
-
I simply adore it when this question comes around.
Let us, the general public, prepare for unprecedented growth in forum threads.
-
It's too bad the billions that were given out by mistake won't carry over to the new game! We would all be doing real good if it did.
-
that means all effort which have been put in this game will become nothing after reset? :(
-
That is true of every reset. The game gets reset after a while.
-
This game has lasted for longer than two months, its been a nice stint but not as long as originally planned.