/*
* 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 - New Year Thread
Airline Mogul Forum
Non-Airline Mogul => General Chat => Topic started by: Hampo on January 01, 2008, 12:28:28 am
-
Hello all.
Well its 30mins past new year in the UK and i'd like to wish you all a happy new year and all the best for 2008!
Thanks to Stephen and all the admin for the excellent work they do! Keep it up!
Heres a quick picture i took as it turned 12.
30 second exposure with the Mancuinian sky lit up!
(http://img263.imageshack.us/img263/4936/picture004800ip6.jpg)
Click here for the full 1600px size version! Try spot the tallest building outside London in the distance ;)
http://img201.imageshack.us/img201/9928/picture0041600vc9.jpg
-
Do all of the homes look the same or similar in your neighborhood?
-
Yup
-
Yup
It must be hard to figure out which house is which.
-
:lol:
-
Most houses in the UK are like that :D
-
Most houses in the UK are like that :D
Nice house then [even though we can't see it]
-
Housing estates tend to be built together so all the houses look the same as they are built by the same company.
Anyway, back on topic :D
-
Happy New Years. Can you keep me up for the next 5hrs :lol:
-
It isn't the new year in Kansas for 5 more hours.
-
Housing estates tend to be built together so all the houses look the same as they are built by the same company.
Anyway, back on topic :D
Its called tract housing in the States..... Not all that uncommon.
3 hours to go here in Illinois(arrgh snowing again)
-
Had a 12 houer party (from 6pm to 6am). After the first party went a little wild at 2am we changed to another one...
-
Had a 12 houer party (from 6pm to 6am). After the first party went a little wild at 2am we changed to another one...
:? ..
You lost me....
-
Had a 12 houer party (from 6pm to 6am). After the first party went a little wild at 2am we changed to another one...
:? ..
You lost me....
???
er, what?
-
You guys need to get out more. ;)