/* * 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; } } } } }
Tired of it already?
1 game year = 12 days
1 game month = 1 day
1 game day = 1 hour
Figure it out yourself.
1 game year = 12 days x 6= 36 Days
36 days - 4 days = 28 DAYS
AND that means it will end on Friday, March 28th (march 27 for some of you guys)...
:D
My... the round ends my birthday... :roll:
Quote from: "Japanair"1 game year = 12 days x 6= 36 Days
36 days - 4 days = 28 DAYS
AND that means it will end on Friday, March 28th (march 27 for some of you guys)...
:D
Wrong. It's the 2nd of March (and was when you posted). So it will be the 30th of March.
so does that mean everything will be reset when this round ends?
Quote from: "thepay"so does that mean everything will be reset when this round ends?
Yes it does.