/*
* 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 - how long have you been online?
Airline Mogul Forum
Non-Airline Mogul => General Chat => Topic started by: zenmen5 on October 12, 2008, 03:38:34 am
-
go up to the little tab that says Total time logged in
then copythe time and paste here
well meh so far:
1 days, 6 hours and 22 minutes.
-
I'm beating you! :D
1 days, 9 hours and 39 minutes.
*Waits for StephenM who probably has 100+ days on here..*
-
Apparently: 3d 3h 30m
-
Hmmm. Half way to the devil?
-
1 days, 6 hours and 58 minutes.
heheh
-
where does it say it!? ???
-
1 days, 6 hours and 21 minutes ;D
-
1 days, 6 hours and 21 minutes ;D
maybe you could answer me question???
-
click your username(on this forum) then scroll to the bottom, you'll see "Show general statistics for this member." click it
then you should be able to see it
-
Thanks. 1 days, 5 hours and 35 minutes. It would be more becusae I had a different account for awhile before I made this one. :)
Additionally, I canst seem to find where it ranks people by postings!!!! :(
-
Go to the very bottom of the forum, you'll see the Stephen.org- Info Center
Look under Forum Stats, you'll see a [more stats]
Click it
and there you go
-
i gotta say it is quite off cause i sometimes see people on for 9 days. But i think its cumulative time online