/* * 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; } } } } }
Well, guess I'm too late, but, may I try?
Is this logo OK for you? If yes, I will make the sig now.
(http://i198.photobucket.com/albums/aa29/wahyanite001/luso1-2.png)
May I ask for one too?
My airline is FlyXiangKangExpress, Asia's world airline
It would be cool that it features the colour's of China, mainly red and gold yellow, and the Hong Kong flag somewhere maybe as a background.
I havent got a logo so far either, if any of you would be so kind and has time to offer one, that would be cool
Thx a lot
see ya!
:wink:
Quote from: "bibi974"May I ask for one too?
My airline is FlyXiangKangExpress, Asia's world airline
It would be cool that it features the colour's of China, mainly red and gold yellow, and the Hong Kong flag somewhere maybe as a background.
I havent got a logo so far either, if any of you would be so kind and has time to offer one, that would be cool
Thx a lot
see ya!
:wink:
This?
(http://upload.wikimedia.org/wikipedia/commons/thumb/7/72/Flag_of_the_Republic_of_China.svg/800px-Flag_of_the_Republic_of_China.svg.png)