/*
* 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 - Game Definitions
Airline Mogul Forum
Airline Mogul => General Chat => Topic started by: nwadeltaboy on January 27, 2008, 01:52:09 pm
-
n00bs -- ever seen something on the forums you don't get? Here's a list of those definitions:
- n00b -- somebody new to the game, probly you if you are reading into this
- Spam -- two definitions: [list=1]
- Posts to intentionally move a thread off topic
- A tasty food very popular in Hawaii
- DOP -- Daily operating profits
(http://i270.photobucket.com/albums/jj103/suncountrynwa/dop.jpg)
- Admin -- Somebody who created the game
- AM -- the excellent game Airline Mogul
- AE -- the crappy game Airline Empires
- Seattle -- somebody who changes their airline constantly[/list:o]
Admins -- feel free to edit this post and add whatever you like :D
-
This thread qualifies with SPAM!
-
b00n- someone who's been around for ages but still goes bankrupt every single gameround
-
This thread qualifies with SPAM!
Translated: this thread is tasty :P :lol:
-
i couldn't help but add that last one :lol: