/*
* 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 - Something I want to ask about the santa
Airline Mogul Forum
Airline Mogul => General Chat => Topic started by: kin113 on December 28, 2007, 10:06:16 am
-
What is the use of the santa, just for us to look??
-
It's Santa's sleigh. not santa himself
-
That's about it. Some people asked for it so they got it.
-
...... Now I know :roll: , Is kind of weird haha!!
-
It has come to my attention that certain forum members have begun routinely hijacking threads and going off topic. This is also known as spamming.
Please stay ON TOPIC and take your little banter elsewhere.[/color]
You know who you are.
The following programs are specifically designed for and suited for such banter.
Windows Live Messenger: http://get.live.com/messenger
ICQ: http://www.icq.com
AOL Instant Messenger: http://www.aim.com/
Yahoo Messenger: http://messenger.yahoo.com/
Google talk: http://www.google.com/talk/
-
Are we able to fly it anywhere? :?
-
i don't think so, its got 0 mph. but once cargo is implemented, it could be a huge moneymaker with even 4 mph. :)
P.S. 600th Post :D:D:D:D:D:D:D:D:D:D:D:D
-
It has come to my attention that certain forum members have begun routinely hijacking threads and going off topic. This is also known as spamming.
Please stay ON TOPIC and take your little banter elsewhere.[/color]
You know who you are.
The following programs are specifically designed for and suited for such banter.
Windows Live Messenger: http://get.live.com/messenger
ICQ: http://www.icq.com
AOL Instant Messenger: http://www.aim.com/
Yahoo Messenger: http://messenger.yahoo.com/
Google talk: http://www.google.com/talk/
-
It has come to my attention that certain forum members have begun routinely hijacking threads and going off topic. This is also known as spamming.
Please stay ON TOPIC and take your little banter elsewhere.[/color]
You know who you are.
The following programs are specifically designed for and suited for such banter.
Windows Live Messenger: http://get.live.com/messenger
ICQ: http://www.icq.com
AOL Instant Messenger: http://www.aim.com/
Yahoo Messenger: http://messenger.yahoo.com/
Google talk: http://www.google.com/talk/
-
im catching up, now at 602. :twisted:
Are you sure that most of it is not spam?
-
most of it is not spam (some of it is, but most of it isn't :lol: )
whether its spam or not, its still posts :P :wink: i mean Jps is the 3rd top poster, and 90% of his posts are spam :P
-
Thread locked.