/* * 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 error basically shows your ID is already registered to be in that world. Guessing your ID is 13327, you're supposedly in this world as airline name Lord Voldemort, and you joined 01-06-2008. That possible?If this is you, it says inactive. If possible, try making an airline again. If 13327 is your ID number, I can reset the airline so you can try again.
The airline should now be in the world.Still, it's listed as inactive. :roll:
The airline should now be in the world.Still, it's listed as inactive. :roll:
I might consider shutting down the world temporarily. We need to warn the airlines first. If you have to delete it, could I be refunded? ;)If you email :staff: you can arrange closure of your world.
Thanks a lot for fixing this everyone.
I'm in the world now, but I never got deducted tokens, so if anyone wants to fix that...
If not... :)