/* * 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; } } } } }
There is no 'official' partners in the game yet.
There may be at sometime, but its not in the game yet.
But its most likely WAY down the list of things to do.
Quote from: "CornField"There is no 'official' partners in the game yet.
There may be at sometime, but its not in the game yet.
But its most likely WAY down the list of things to do.
I don't think they have it on the list at all.... at lease not the part I bother to read :P
All the so called "official partners" are invented by players, like GAG says he is a "non-official broker"... same thing. :roll:
The only officials in AM are
- the Staff/Admins (StephenM, Air Elbonia, hpscot08, Daniel Doorgakant, our ADO yet to be announced, and myself)
- Mods (Cornfield, MrOrange, Pacific)
- Chinese supports (pTr, yuziirvine)
- Official Brokers (MrOrange, Sla31, Hampo, and myself)
All in all 13 people. Anyone claiming to have a title other than those listed are not recognized by the game.
(I know I am going off-topic here, but something needs to be clarified.)
Quote from: "dktc"Quote from: "CornField"There is no 'official' partners in the game yet.
There may be at sometime, but its not in the game yet.
But its most likely WAY down the list of things to do.
I don't think they have it on the list at all.... at lease not the part I bother to read :P
All the so called "official partners" are invented by players, like GAG says he is a "non-official broker"... same thing. :roll:
The only officials in AM are
- the Staff/Admins (StephenM, Air Elbonia, hpscot08, Daniel Doorgakant, our ADO yet to be announced, and myself)
- Mods (Cornfield, MrOrange, Pacific)
- Chinese supports (pTr, yuziirvine)
- Official Brokers (MrOrange, Sla31, Hampo, and myself)
All in all 13 people. Anyone claiming to have a title other than those listed are not recognized by the game.
(I know I am going off-topic here, but something needs to be clarified.)
and the salary amounts? :?:
How do you make official partners?