/*
* 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;
}
}
}
}
}
Print Page - AirlineMogul Final Rankings 2000-2007
Airline Mogul Forum
Airline Mogul => General Chat => Topic started by: Pacific on October 11, 2007, 12:53:48 am
-
Hello all, I've saved the rankings of the previous round on a Microsoft Excel file.
http://download.yousendit.com/0BD827BD5043F573
The link will expire in 7 days.
-
Nicely done. I was going to do that today as well. I got as far as copying the data into an excel sheet and then got busy.
-
Why download when you can view it on the site!
-
Why post when you have nothing to say?
Especially when people are nice enough to actually offer something useful to us all.
With links to the airline pages and everything! Thanks Pacific!
-
Is it my connection speed slow or it is taking a while to download this thing
Probably mine.. :roll: Oh well good job neways
-
Maybe because it'll get wiped out in the reset?
To others, you're welcome!
-
Any chance to upload it again ?
-
Pacific seems to have disappeared, so I doubt he will be uploading it.
-
All I care is the fact I reached to the top 3 airlines in the Middle east :D
-
i want it, can someone send it me?