/* * 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; } } } } }
I was wondering for a new person what you would req to start off with without having to buy a whole bunch of new equipment? As for system req's I have a basic laptop with Windows XP os and bit of memory prob 20 gigs of unused.
just cause FS9 is about 5 years old doesnt mean that its not as good as FSX cause its 'new'. I personally prefer FS9 cause its easy to use and modify without the need for a too powerful computer (or laptop in my case)I was wondering for a new person what you would req to start off with without having to buy a whole bunch of new equipment? As for system req's I have a basic laptop with Windows XP os and bit of memory prob 20 gigs of unused.
Without the mentioned specs it is hard to recommend a sim. But I am pretty sure FS2004 will do - depending on the laptop's age and the amount of addons you plan to install ;). Sometimes there is a cheap buy in a shop for this "old" sim.