Suggestions / Emails about public worlds
« on: June 29, 2012, 12:43:45 am »Perhaps the email could include the world's info, like starting aircraft, continents, etc. etc.
/* * 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; } } } } }
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Oh yes, HS is what you think it is :pWhen will it be active?
Wikipedia is not reliable source, there can many mistakes as anybody can edit the text.I know that. However, the Wikipedia article cites a book that is a reliable source.
The state of Cyprus is part of the EU, so I would say that politically, they are Europe. They've also adopted the Euro which shows that they're tied in with Europe. Depending on how you classify what continent a country is in, I'd say Cyprus is definately Europe.That's not that solid of an argument considering that Turkey is in negotiations to become a full member of the EU.