/* * 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; } } } } }
Is it possible to get bankrupt in AM??
Travel Norway Airlines
Quote from: "Travel Norway Airlines"Is it possible to get bankrupt in AM??
Travel Norway Airlines
PM me if you wish to be bankrupted before any auto script runs. if you don't wish to be bankrupted, the above two posts qualify.
The admins can ruin you... if you wish :D
Yes, an autobankrupt script runs from time to time, resetting airlines with negative valuation.Valuation, is it airline cash or airline value. (my english is not so good)
Quote from: "Pacific"Yes, an autobankrupt script runs from time to time, resetting airlines with negative valuation.Valuation, is it airline cash or airline value. (my english is not so good)
But the value of the leased planes doesn't count...
Quote from: "Blue Sky Mine"But the value of the leased planes doesn't count...
Yea.. i have over 30 leased in DC's and 5 covair 240's... value doesn't seem to get up... :?