/*
* 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 - My first attempts on a logo. What do you think?
Airline Mogul Forum
Airline Mogul => Airline Branding Center => Topic started by: christianz on April 21, 2013, 01:39:14 pm
-
Hi,
I just started playing Airline Mogul for a month ago and decided to make my own logo for my airline.
What do you think guys? Give me some feedback.
Thanks :)
1.
(http://i35.tinypic.com/smu35u.jpg)
2.
(http://i37.tinypic.com/fwn5ls.png)
3.
(http://i38.tinypic.com/2igkpbt.png)
-
I like the second one the most.
I think Montreal Air is more marketable.
still a cool paint scheme would ramp it up!!
-
The second looks good, try to move the leaf out of the flag though :)
-
Thank you for answering ! :)
Personally I liked the second logo too.
-
Soo.. I decided to change name to AirMontréal instead..
Here is my new logo.
(http://www.airlinemogul.com/airlinelogos/44147_2584.png)
-
I really like that logo. :D Good job on that one.