/*
* 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 - Anyone else having trouble with the site loading....
Airline Mogul Forum
Airline Mogul => Bugs => Topic started by: myefre on November 24, 2007, 05:07:22 pm
-
The past 24 hours or so the site won't load at times. My connection is fine as I am looking at other sites waiting on it to load.
-
Are you using Firefox?
-
Are you using Firefox?
Yes
-
Are other sites loading quickly?
-
How "slow" is your internet connection?
-
Maitland Air told me that he had the same problem last week, he was using Fire Fox. But I use Fire Fox too but it loads pretty quick.
-
Same :D
-
I use internet explorer and it works 3x (than firefox) faster. :D
-
I use Opera, no problem here...
-
'cept for the spare parts flying at your paxs...
-
I use internet explorer and it works 3x (than firefox) faster. :D
And i use Firefox. It's 30 times faster than using Internet Explorer :twisted: :P
btw it happens to me too earlier today. I guess it was a maintenance or something. It's so slow i can even help my mom brushed her teeth :roll:
-
By the way, with an old Version of Opera I have at school AM shows the IE navigation bar??? :?
-
By the way, with an old Version of Opera I have at school AM shows the IE navigation bar??? :?
Thats a strange one... As long as that nav bar works thats all thats important. :)