/*
* 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 - CAn any1 help me out on my logo
Airline Mogul Forum
Airline Mogul => General Chat => Topic started by: nickairline@hotmail.com on October 12, 2007, 02:25:19 am
-
i cant do i and it sucks can sum1 do one 4 me and ill remember u in the future for things i need buying frm thankx and it must say Maddan Air
-
yeah make me one as well
-
I can do that :)
-
Edit:
Here it is:
http://img401.imageshack.us/my.php?image=10450153ur8.jpg
-
ur a legend thanx
-
i cant do i and it sucks can sum1 do one 4 me and ill remember u in the future for things i need buying frm thankx and it must say Maddan Air
do you even know how to spell?
-
oi it wont let me upload it wats wrong??
-
^ cause it is already uploaded fit to a regular forum..
-
oi ur doi doo ne 4 u
-
y not i dnt get it
-
I don't even get yours either...
-
ok so how do u do the logo thing then?
-
Spell it right and ill tell you.. :lol: (because you wouldn't even get it without spelling)
-
oi be doi be doo be dee:
(http://img401.imageshack.us/my.php?image=10450153ur8.jpg)
-
lol.. ! he meant you need to put (http:// and )
-
can anyone do me a new logo the other one didnt work?
-
ok so how do u do the logo thing then?
As I found out, upload it while in Firefox rather than IE.