General Chat / *What* do you Name Your Planes?
« on: February 29, 2008, 02:41:42 am »
/* * 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.
. you can return it after say 6 months if that is agreed with the person who leased you the plane.
I've never communicated with any of the folks who've leased me planes. I lease it for say $2,500,000 a month for 999 months with the intent of keeping it,however, if it no longer serves my purpose, I'll just send it back and replace it with something else more efficient. Ideally, you want to buy all your planes but if you can't, lease them and slowly get to where you want to be then slowly purchase your planes and then send the leased ones back. Also keep checking the lease list for cheaper rates of the planes you have already leased. I'm relatively new but I've seen a wide spectrum of rates for the same plane.
PS- If what I do regarding the way I lease is considered bad form then please advise me however I believe this is common in RL too