/* * 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; } } } } }
Why my airline value has been decreasing? I have a DOP of 550K and now I have dropped to ranking of 445. I should be in 230. Can anyone reset for me?? Make me back to the value I should get??
It could also be the time of month effect.
being the 6th day of the month, those with more gate/lease expenses are bogged down with that bill paid at the month change. Towards the end of the month, when a players Higher DOP effect shows in full force, you really climb up the ranks.
you yourself are just a day or two past paying off the debt/lease expenses. from here on out it's pretty much all profit. you'll see the rank jump up a bit as time passes.
It could also be the time of month effect.
:D :D :DQuote from: "Air Elbonia"It could also be the time of month effect.
:shock: :shock: :shock:
haha. yeah... that sounded odd. but it is true.
anyways, the discrepencies between the value updates inbetween day changes and day change...
the files themselves sync up (though i patched a very minor difference, nothing to create the difference really thusfar).
hmm. -goes to pour through hourly script-
Quote from: "Air Elbonia"It could also be the time of month effect.
:shock: :shock: :shock: