/* * 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; } } } } }
I just noticed a plane (a Pilatus PC-6/B2-H2 Turbo-Porter) I'm leasing out to another airline is operating with -100 hours left and making a tidy ~$400K profit.
Plane ID is 716, W8.
Quote from: "IceTrojan"I just noticed a plane (a Pilatus PC-6/B2-H2 Turbo-Porter) I'm leasing out to another airline is operating with -100 hours left and making a tidy ~$400K profit.
Plane ID is 716, W8.
if anyone has any clue as to how he hit -100 hours... please PM me.
Yep, I have no idea, and if I could take back the plane I would. They are running like a 9.5 freq between DEN and Apple-something, Wisconsin. (Sorry, not in the game right now).Quote from: "Air Elbonia"Quote from: "IceTrojan"I just noticed a plane (a Pilatus PC-6/B2-H2 Turbo-Porter) I'm leasing out to another airline is operating with -100 hours left and making a tidy ~$400K profit.
Plane ID is 716, W8.
if anyone has any clue as to how he hit -100 hours... please PM me.
The owner didn't know.