/*
* 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 - First Attempt
Airline Mogul Forum
Airline Mogul => Airline Branding Center => Topic started by: Provost32 on January 28, 2013, 09:40:53 pm
-
Here is my first attempt at a Livery for my next airline.
I used the GIMP tutorial on this forum. Very helpful.
Have to play with the colours a bit to get them right, but it is a first stab at it.
(https://dl-web.dropbox.com/get/MLE%20DASH%208.jpg?w=AAA6olmkhnduikHZm-9vuhSZ5tleBEVi0F1jXxS-dFvxDA)
-
Here is my first attempt at a Livery for my next airline.
Hello Provost,
The syntax of your image is not good. We can't see the picture ???
-
Okay, did that work?
-
Nope. Can't seem to link to the photo from DropBox.
Hmmmmm
-
Hi,
Try those sites: imageshack.us (5 GB/free) or casimages.com (250 Mo/free)
-
You could also try this, on the Dropbox help site:
https://www.dropbox.com/help/167/en
-
Okay. Another try. This is actually my second shot at the scheme.
(http://imageshack.us/a/img24/501/mledash82.jpg)
As a side note, I have figured out how to go from the set 99 colour palate to full RGB, so another version will be coming soon.
-
Figured out how to do some shading.
This is my final livery for the Dash 8.
(http://imageshack.us/a/img59/8118/mledash83.jpg)
-
Looks great! If you could make the lines on the aircraft less noticeable, it will improve even more :)
-
Ahhh
Good tip.
Question. When doing the shading on the to, to get the light reflection..... What two colours are you using? White and ?
I know for the bottom shadow it is white and a grey.... But I have not figured out the top yet.
-
I don't usually do light reflection. But when using GIMP just try to play around with various shading options ;)
-
Hi Provost,
Nice livery ;)
Are you doing some liveries for other people ?