/* * 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; } } } } }
When the game will be re-opened? A prevision? 1 day? 2 day? 1 week?...
Less than a week. :lol: Probably 2 days. Depending how lazy they are :lol:
Quote from: "Leitner"When the game will be re-opened? A prevision? 1 day? 2 day? 1 week?...
I'm saying 2 days for the moment.
Quote from: "Leitner"When the game will be re-opened? A prevision? 1 day? 2 day? 1 week?...
I'm saying 2 days for the moment.
Quote from: "StephenM"Quote from: "Leitner"When the game will be re-opened? A prevision? 1 day? 2 day? 1 week?...
I'm saying 2 days for the moment.
Ok for 2 days i can suvive... NOT ONE HOUR MORE! :lol: :lol: :lol: :lol: This game is a drug. :lol: :lol: :lol:
Luca.
Just a reminder to those who were slightly confused by the news item on the AM homepage. On the 24th of December the game will be closed
Quote from: "StephenM"Just a reminder to those who were slightly confused by the news item on the AM homepage. On the 24th of December the game will be closed
Someone please stop the clock! It's moved to Jan 1st, 1986.
if we dont ever log out for the days untill the new one is up and running, will it still work?
awhh they killed it :( i wanted to see how far i could get without anyone notising
Quote from: "StephenM"Quote from: "Leitner"When the game will be re-opened? A prevision? 1 day? 2 day? 1 week?...
I'm saying 2 days for the moment.
Ok for 2 days i can suvive... NOT ONE HOUR MORE! :lol: :lol: :lol: :lol: This game is a drug. :lol: :lol: :lol:
Luca.
So when this 'multi world's thing is complete, will we lose our airline? I.e will it be reset?
Quote from: "dink87522"So when this 'multi world's thing is complete, will we lose our airline? I.e will it be reset?
Yes.
It's essentially the same. Everything will be cleared from the database, except for your ID, your user data and your password.
Quote from: "StephenM"Quote from: "dink87522"So when this 'multi world's thing is complete, will we lose our airline? I.e will it be reset?
Yes.
Which question are you answering? "Lose our airline"? Or "reset"?
Quote from: "MrOrange"It's essentially the same. Everything will be cleared from the database, except for your ID, your user data and your password.
OMG, I thought he was answering "lose our airlines". I remember that the AM site was available during the past resets.