/*
* 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 - Scary internet people gathering 2009
Airline Mogul Forum
Non-Airline Mogul => General Chat => Topic started by: StephenM on April 04, 2009, 04:35:22 pm
Twice a year Scary internet people, otherwise known as flight simulator enthusiasts, come to Ireland's capital to share their thoughts and feelings about Flight Simulator, and related software/hardware. The event was a huge success, with a total of 37 coming within one room. Spectacular. Of course there was a few Airline Mogul representatives, including Killian Raynor, other addicts and Myself. (http://i241.photobucket.com/albums/ff36/killian320/IMG_0038.jpg) (http://i241.photobucket.com/albums/ff36/killian320/IMG_0037.jpg) (http://i241.photobucket.com/albums/ff36/killian320/IMG_0035.jpg) (http://i241.photobucket.com/albums/ff36/killian320/IMG_0031.jpg) (http://i241.photobucket.com/albums/ff36/killian320/IMG_0032.jpg)
That seemed to be fun! And at least one was using the stick I use: the Logitech one. Although I just received my second one a few days ago :roll:
I have one of those Logitech sticks too. The one in the 4th photo. It's quite good. Looks like you had a lot of fun there.
Killian320 posted that first one off my laptop. Here's a few more... What €15 will get you in Dublin Airport (Killian managed to put salt in his Coke!) (http://i665.photobucket.com/albums/vv20/StephenM_IT/IMG_0024.jpg) (http://i665.photobucket.com/albums/vv20/StephenM_IT/IMG_0033.jpg) (http://i665.photobucket.com/albums/vv20/StephenM_IT/IMG_0036.jpg) And a few of the new terminal at Dublin Airport. (http://i665.photobucket.com/albums/vv20/StephenM_IT/IMG_0027.jpg) (http://i665.photobucket.com/albums/vv20/StephenM_IT/IMG_0026.jpg)
Killian320 posted that first one off my laptop. Here's a few more... What €15 will get you in Dublin Airport (Killian managed to put salt in his Coke!) (http://i665.photobucket.com/albums/vv20/StephenM_IT/IMG_0024.jpg) I'd like to point out that those chips cost 43c each!
What €15 will get you in Dublin Airport Including that white cell phone (or whatever it is :roll:)? :lol:
What €15 will get you in Dublin Airport Including that white cell phone (or whatever it is :roll:)? :lol: Unfortunately not... thats mine :P If you were to go to stephens college, you would have to pay a bundle for that ketchup though! :lol: :lol: :lol: