/* * 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; } } } } }
That was already planned as a premium feature for hotswap. So yes it has been considered.
That was already planned as a premium feature for hotswap. So yes it has been considered.
oh no! not premuim!!! :'( A 11 year old cant afford it and I relly need this feature, as I dont have time to spend on the computer
That was already planned as a premium feature for hotswap. So yes it has been considered.
oh no! not premuim!!! :'( A 11 year old cant afford it and I relly need this feature, as I dont have time to spend on the computer
That was already planned as a premium feature for hotswap. So yes it has been considered.
oh no! not premuim!!! :'( A 11 year old cant afford it and I relly need this feature, as I dont have time to spend on the computer
Well the current 2 premium features are available for a free price. So with free tokens you can afford it. :) It depends on the server impact of the feature, thats one of the primary reasons of limiting Gate Search. If the feature is very heavy on resources then we may consider making it paid tokens only.
That was already planned as a premium feature for hotswap. So yes it has been considered.
well this is ok. :DThat was already planned as a premium feature for hotswap. So yes it has been considered.
oh no! not premuim!!! :'( A 11 year old cant afford it and I relly need this feature, as I dont have time to spend on the computer
Well the current 2 premium features are available for a free price. So with free tokens you can afford it. :) It depends on the server impact of the feature, thats one of the primary reasons of limiting Gate Search. If the feature is very heavy on resources then we may consider making it paid tokens only.
oh no! not premuim!!! :'( A 11 year old cant afford it and I relly need this feature, as I dont have time to spend on the computer
Well the current 2 premium features are available for a free price. So with free tokens you can afford it. :) It depends on the server impact of the feature, thats one of the primary reasons of limiting Gate Search. If the feature is very heavy on resources then we may consider making it paid tokens only.
Well the current 2 premium features are available for a free price. So with free tokens you can afford it. :) It depends on the server impact of the feature, thats one of the primary reasons of limiting Gate Search. If the feature is very heavy on resources then we may consider making it paid tokens only.Have you changed this the recent month? In my game it states that premium gate search requires paid tokens.
What is the second premium feature?
Well the current 2 premium features are available for a free price. So with free tokens you can afford it. :) It depends on the server impact of the feature, thats one of the primary reasons of limiting Gate Search. If the feature is very heavy on resources then we may consider making it paid tokens only.Have you changed this the recent month? In my game it states that premium gate search requires paid tokens.
What other functions do you get with premium than pax and continent, and I assume - range?
What is the second premium feature?
Nothing has changed recently for premium features. We still have the 10 paid token or 60 free token prices. If you can take a screenshot showing the issue, and supply your user id I can take a further look for you. I can give you a one day access as a preview to premium gate search as well if you want.Aha! My bad, didn't actually click the link as I assumed I was going to be re-sent to a paypal site. :P
Premium aircraft search is the second premium feature.