/* * 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; } } } } }
All criteria are computer generated.
You can buy us some chocolate and stuff and we'll try our best to convince the server.
I can do it for you if you buy a return ticket to dusseldorf plus a weeks hotel stay in willich this summer :pYou can't do anything :P
Now where's our chocolate coupon? :lol:I suggest you take a trip to the Nobelstraat 215, in utrecht ;)
Who says I can't? (http://content.flightsimworld.com/forums/style_emoticons/default/shifty.gif) I may have operatives (http://content.flightsimworld.com/forums/style_emoticons/default/shifty.gif)I can do it for you if you buy a return ticket to dusseldorf plus a weeks hotel stay in willich this summer :pYou can't do anything :P
Now where's our chocolate coupon? :lol:
But to be honest, I'll do anything for the return ticket to dusseldorf and weeks stay in willich atm :(
I have operatives around the world :pBut to be honest, I'll do anything for the return ticket to dusseldorf and weeks stay in willich atm :(
But the server is in Florida... Thats why you cannot do anything :P
well, i just hope a full public world opens soon ( currently the laast public world is aroun 75% full), since ive always wanted to play a game from the start but never get to :'(