/* * 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; } } } } }
What I mean is that what will happen to that airline who was the alliance founder once the airline becomes inactive? Will his/her airlines still remain on the list of alliance members or will it be removed and if so when.The airline will be on the alliance list for 3 weeks before it is reset and at that stage it is removed from the alliance. If there are any routes setup by alliance members from a base that was belonging to the alliance founder who was reset (Or any alliance member who was reset) they will not be able to edit their routes from those bases or create routes from those bases again.
Another, in a restricted alliance and the founder becomes inactive what happens?I'm not sure of the voting logic for restricted alliances, Air Elbonia worked that part in and would be better able to give you a full answer.
Hi,
I think its been more than 21days already. I started noticing the inactive status way before I asked about this it was Sept. 11 when I started thread about this now its Sept. 27 If you're saying the inactive status will keep appear for 21 days well Its way pass 21days already.