/*
* 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 - Is the game trying to tell me something?
Airline Mogul Forum
Airline Mogul => General Chat => Topic started by: Shawa on March 03, 2009, 06:53:48 am
-
(http://img18.imageshack.us/img18/2014/cfail.jpg)
-
lol, good one!
-
je suis confuse
and anyway, The game is trying to tell you to buy more tokens (read in a spooky way :p )
-
Iranair, check the plane's registration you'll understand
-
Iranair, check the plane's registration you'll understand
didnt scroll to the right :lol: :lol: thats a good one!
/me advises to maintain the plane better than the others :p
-
can anyone tell me what going on here??
???
-
I just reduced the image in size a little, see the part with a red ring around it.
(http://www.stephenm.org/StephenM/cfail.PNG)
-
:lol: good one
-
Haha nice find
-
Look at this one, interesting coincidence:
(http://i496.photobucket.com/albums/rr330/dskluz/Untitled.png)
-
Haha, interesting find.
-
they are becoming drier every time :p
-
they are becoming drier every time :p
Well, that's not very nice. :P
-
they are becoming drier every time :p
Well, that's not very nice. :P
Truth hurts.
Anyway, 20,000 players and only 2 funny things?
-
Show us how funny you can be then, maybe we will be inspired by your awesome sense of humor ;)