/*
* 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 - Funny - Dilbert Comics
Airline Mogul Forum
Non-Airline Mogul => General Chat => Topic started by: blue25 on March 09, 2009, 03:43:53 pm
-
Here's one for Will:
(http://www.dilbert.com/dyn/str_strip/000000000/00000000/0000000/000000/40000/3000/500/43545/43545.strip.sunday.gif)
If you find any Dilbert comics that are funny, please post them here! ;)
-
You should search for some cyanide and happiness comics, they can be so funny. Some can be abit dirty so I wouldn't put them up on this forum.
But here's a not so diry one:
(http://www.explosm.net/db/files/Comics/Rob/goatee.png)
:lol: :lol:
-
One for TTA...
(http://dilbert.com/dyn/str_strip/000000000/00000000/0000000/000000/20000/8000/700/28709/28709.strip.gif)
-
One for Danzilla:
(http://i261.photobucket.com/albums/ii59/shannamartens/CoffeeMug-FarSideDamnedifYouDoDont.jpg)
-
It says "Dilbert" comics - stay on topic. :P
-
Nate, aka Dilbert :P
(http://i61.photobucket.com/albums/h47/dktchan/dilbert6755.gif)