General Chat / Re: Terminals and ranking
« on: September 07, 2008, 07:01:14 pm »It doesn't directly give you higher value, but it does in saved rental costs.
/* * 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.
Yea? My stats say you're clearing € 35,632,254 a day... But then again that's eight hours after your post and puffs it with purchases and such.
I'm at 33.8M which sassimafies me for now.
Quote from: Lord VoldemortEnough with your Dassault Mercures,SE 210 Caravelle Super 10B's are WAAAAY betterQuote from: JtimesOk atleast you dont use them on routes that are less than 100miles which some of my competitors are doing.
That's a ridiculous waste of hours... The turn time is probably more than the flight time...
(Dassault Mercures are better though)
I have hit a wall. I am @ 4.35mil I got as high as 5th place but did not keep up with ordering and didn't realize the differnce in time to get the larger planes. So now in 7th and expect to drop some more till my planes are up and running in the morning.
Terribly sorry to talk over your business comprehension, but I was just answering a public question.
Na, it's totally doable. I made a miscalculation that will make this one run down to the wire unless I change something.