/* * 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's the point? or it has to be everyone who can read Chinese to enter that specific forum?
不在討論區上打中文字不代表看不懂。
Not typing Chinese on the forums does not mean can't comprehend.
I will add to these where appropriate. Wink
* No bad language, I will edit posts and insert any random word I like. Wink
* Signature size is not to be greater than 125px in height, 600px in width (totals) for images and no more than 2 lines of text.
* Animated and Static signatures must be less than 0.2MB in size.
* Abusive messages here or ingame will result in a ban in both areas.
* No public accusation of your fellow players. Please email Staff Email if you feel someone has violated a game rule.
* No suggestion of criterias for the next world or that we should start a new world is allowed
* The posting of the Staff E-Mail address should be done by typing the following:
Code:
:staff:
This will result in Staff Email being displayed.
* Don't forget to post the relevant world in your post if applicable.
* Sources must be provided/copyright information for any media posted that is not the authors own work
* There should be no discussion about other Airline Games on these forums. This is solely due to the sensitive nature of discussing competitors.
Note: If you need something resized and you do not know ask in General Chat.
Please be fair and stick the Chinese flag and country for Hong Kong like how you guys did it with Macau.
- or -
Give Macau their flag and indicate, Hong Kong, a City of China and Macau, a City of China on there as well.