General Chat / How to pull a leased aircraft?
« on: January 03, 2008, 09:25:06 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.
i think i know what's going on... i'll look into it very shortly. your airline name and uid are the same as your forum sig? [goes under the assumption of "yes" until proven otherwise]. -edit- my idea was wrong, apparently.
Just curious, how much cash do you have?
maybe we should have compensation for those who are affected......let's say a million or two
I say they should get there airplane back and get 1,000,000.
stephen can always give a compensation payment out to airlines affected. people who want the game to go on, who have worked hard to think about aircraft to buy and how much money to gather and how long it will take, dont want to pause. I for one will be happy if people are compensated.
Anyone can access any account, allthough it is assigned randomly. I closed IE, started it up again and just clicked a couple of times on staff, login, register and about. Eventually you will be forwarded to any random account. So you dont even have to log in at all, which means anyone on this planet (that has internet access ofc :wink: ) can mess up everything :? .
I have closed Login due to this issue while I try to investigate.
i have experienced get directed into your account but i didn't change anything
i think it is a kind of criminal?
and whoever has been in my account has closed all my flights and sold my plane...I hope whoever it was has the same done to them...
I just realized the Hawk Commander is on order. I have no aircraft as my Beech has disappeared.
My account is Silkair 4126.
Oh, and while going through the screens, I'm now in VirginAustralia's account.