Bugs / [W9] Loadfactor
« on: July 07, 2008, 05:12:35 am »ID: 14264
/* * 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; } } } } }
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
For some reason I just ordered 5 Airbus A320s that are just going to sit there racking up maintenance costs...
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:
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.