Bugs / Profit going down !
« on: March 01, 2009, 02:09:03 pm »i am Avianca privateworld 169 airline id 9163
my profit has been going down with no justification at all my loads r always the same still profit keeps going down everymonth
thank u
/* * 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.
Quote from: "beirut785"http://www.youtube.com/watch?v=C-NSQXo390k
*4 hours be4 the terrorists closed Beirut International Airport, an unscheduled flight from Teheran (Iranair B747) arrived beirut with 300 soldiers
But what has iran got to do with lebanon. Anyway im really speechless. Im sorry for the Lebanese ppol that need to injure another yr of sufferings.
Crap, I think it's too small... Do I need to subscribe to imageshack in order to use bigger images? It looks like all I can do is use thumbnail images, which are, in this case, rediculously small...