/*
* 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 - Account Reset (for Napol Airlines Eksclusiv)
Airline Mogul Forum
Airline Mogul => Bugs => Topic started by: Jps on October 12, 2007, 08:14:36 am
-
Not me.. please do not reset my account i'd be mad..
Reset Napol Airlines Eksclusiv's account.. ID 5070
-
uh yeah :| sorry!
-
Stephen will reset when he comes.. he is sleeping right now, correct?
-
I guess. Is he Air Something? I think I was conversin with him thru PM earlier.
-
he's Aer Solas... StephenM
-
Oh, uh, the person who reset for me was Air Elbonia o_O
-
Oh william.. did you start yet? DONT IF YOU DID and Pm me..
-
Oh, uh, the person who reset for me was Air Elbonia o_O
There are a number of admins running the game. He is one, I am another.
-
Uh hello Admin.
Can I have my account reset please?
-
Uh hello Admin.
Can I have my account reset please?
I'm afraid you need to give me atleast your ID, so we know what account to reset.
-
A possible danger is some newb coming up on the forum and asking an admin to reset a competitor. An example is below
"Hi, I'm 5ky3ur0pa with an ID 7015. I want to change my base because I messed up my gates.".
(He's a competitor of mine, name and ID modified slightly so an admin won't make a mistake. :lol: )
-
A possible danger is some newb coming up on the forum and asking an admin to reset a competitor. An example is below
"Hi, I'm 5ky3ur0pa with an ID 7015. I want to change my base because I messed up my gates.".
(He's a competitor of mine, name and ID modified slightly so an admin won't make a mistake. :lol: )
Probably you should reconfirm resets over ingame communication before acting in the future... could save someone a lot of trouble...
-
Well, Jps (threadstarter) posted for me, and I replied yes to it..
ID: 5070. Written above actually. But it's okay.
Thanks in advance!