/* * 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; } } } } }
but it said I dont have enough money to rent another gate at my hub. And I already rented about 8gates at 8 different airports when I didnt have enough money.
Quote from: "cyon20"but it said I dont have enough money to rent another gate at my hub. And I already rented about 8gates at 8 different airports when I didnt have enough money.
Are you saying you rented 8 gates and your cash never decreased and you were not going to report it?
And I think its 25% btw :P
I thought you can rent gates at airports even if you are in the negatives for money. Then why cant I rent a gate at my hub then?
When you are in negative cash, you cannot rent gate from airports where you already have gates (regardless whether you still have free slots), including but not limited to your base.
Are you saying you rented 8 gates and your cash never decreased and you were not going to report it?
Quote from: "dktc"When you are in negative cash, you cannot rent gate from airports where you already have gates (regardless whether you still have free slots), including but not limited to your base.
ok, so i cant rent gates at an airport that I already have gates at when I'm in the red including my hub? is that what you're saying?
Quote from: "cyon20"Quote from: "dktc"When you are in negative cash, you cannot rent gate from airports where you already have gates (regardless whether you still have free slots), including but not limited to your base.
ok, so i cant rent gates at an airport that I already have gates at when I'm in the red including my hub? is that what you're saying?
yup.