/*
* 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 - This or this?
Airline Mogul Forum
Non-Airline Mogul => General Chat => Topic started by: iranair777 on April 20, 2008, 10:17:46 pm
-
which logo is better?
(http://www.airlinemogul.com/rens_logos/10.png)
or
(http://airlinemogul.com/airlinelogos/679.png)
this is going to be on my airline page so its your choice!
forgot to mention, 5 days remaining on the votes!
-
first one is way better
-
First one.
-
First one: The sun rising above the orange coloured clouds- perfect.
The second one isn't that great, the hidden sun signifies something dark (bankrupt airlines :lol: )
-
The second.. I've seen the first too many times
-
The second.. I've seen the first too many times
stop visiting my airlines page on the test game :lol: seems like your too jelous seeing that I have 1760 planes and a worldwide influence :lol:
I've decided to go with the first one as soon as I am able to access AM
-
btw: The first one really kicks ass!
-
1st
-
Whats the difference?
-
They were different before, for some reason they have become the same now.... I am not sure why.