/*
* 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 - Airline Video Ads
Airline Mogul Forum
Non-Airline Mogul => General Chat => Topic started by: pck on December 25, 2007, 07:45:36 am
-
http://youtube.com/watch?v=HSOjeTkgx0M
watch this ad, it's very good. loads of people like it
-
and add other airlines too!
-
sweet commercial!
ive heard mh is like the best airline out there (good enough to compete with Qantas :o). Cool ad! :D
-
I liked it. I was watching the weather channel while I was watching this. They said SNOW for today! Its like my dream coming true! :)
-
Here are some Air New Zealand adds.
http://youtube.com/watch?v=i4fSIYJjgBk&feature=related
http://youtube.com/watch?v=nFQGogEFWGE&feature=related
http://youtube.com/watch?v=4aLF3cTkZXw&feature=related
-
ON A.net, I saw this cool video of a TWA Lockheed 1011. :D
-
I remember seeing a few BA commercials on youtube that date back to the early 90's, sadly can't find them now :(
-
Some CX commercials
http://www.youtube.com/watch?v=GjmpEBoLC70
http://www.youtube.com/watch?v=jv86B1HirQE&feature=related
http://www.youtube.com/watch?v=fbKmdGUXRDA&feature=related
Btw i like the NZ one where he tries to propose
-
I do too.