General Chat / Re: Bit of help...
« on: November 24, 2008, 12:10:58 pm »Also remember that fixed expenses are payed on the first of each month. If the month changed since you last logged in it is natural to have a low bank balance.
/* * 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.
Once a world (game) ends after so many years does the top players win tokens?
If not can the players join another game once this one is done/completed?
Do you have to be active online for your airline to recieve the daily profits or takings. In other words, when you log off your airline is paused?
Mind you Lusitana Oriente i am chasing U
Private World Admins can't edit player money, AFAIK.
But now I cant find Pontianak Supadio airport in the list...
anyways, stephen, that's the most recent version (all i did was make it display the detail of the error).Sorry for the confusion but my last comment was about the "Quick stat" panel (which I assume is an include). Somewhat unrelated to the mass removal bug.