/*
* 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 - Been meaning to do this for a long time.
Airline Mogul Forum
StephenM.org Projects => Iarnród Mogal => Topic started by: StephenM on December 23, 2007, 09:16:25 pm
-
Here was the last design concept I came up with. Nice and Green. :)
(http://www.stephenm.org/StephenM/im_1.PNG)
-
Loving it :D Any other designs, possibly need any help?
-
Last thing I did was the 30th of May:
(http://www.stephenm.org/StephenM/im_2.png)
Concept stage really.
-
col!
-
Nice!
Where's the link?
-
Where's the link?
I'm afraid its just running on a sever that I have on the desktop here at home.
-
looks too Jps'-like
therefore its bad :twisted:
JK, i love it! :D
-
LMFAO!
Yes, change it to blue :D
-
LMFAO!
first time I've heard this... :)
-
LOL! Green. Yea looks better than pink :lol:
-
ARIAL IS THE WORLD'S WORST FONT.
Otherwise, it's great :)
-
:shock:
you kidding me? Arial's the best! :)
-
Perhaps you have yet to meet Lucida Grande (http://en.wikipedia.org/wiki/Lucida_Grande), the master of all fonts.
Too bad its only preinstalled on the Mac :(
-
Oh my... it's more ugly than GizGiz
-
it's got to be pretty darn ugly if thats the case :P
-
While I think it looks pretty!
-
so do i -- i was saying if it was uglier than gizgiz. :roll:
-
So first I'm insane, and now I'm ugly.
What's next?
-
You smell. J/K :lol:
-
the admins like changing gizgiz's sig
i would too :twisted:
-
:lol:
-
I changed it to prevent the admins from changing it for me 8)
-
good idea. :D
-
:lol:
-
my favourite color is green so obously i like it :D