/* * 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; } } } } }
Price
hmm... explanation not needed :P
^ Not true...
The prices of the aircrafts in this game will vary. Some will cost more and have BAD value for buying them.. Why buy a DC-4 when you can buy a DC-6 for about the same price.
* Copyrights Green*
Can I edit the wiki?
Quote from: "Jps"Can I edit the wiki?
Fire away. :)
* Copyrights Green*
:lol: I was going to delete that... BUT SOMEONE BANNED ME! :x
Quote from: "Jps":lol: I was going to delete that... BUT SOMEONE BANNED ME! :x
From the Wiki?
By the way i have an dynamic IP :D
Quote from: "Jps"By the way i have an dynamic IP :D
I hate IP Bans, but thats as good as can be done.
Quote from: "Jps"By the way i have an dynamic IP :D
I hate IP Bans, but thats as good as can be done.
Then you would remove it? :lol:
Although sometimes I can change it... but sometimes it's the same IP :roll:
Quote from: "Jps"Then you would remove it? :lol:
Although sometimes I can change it... but sometimes it's the same IP :roll:
Actually, you have used 60 differing IP's here......
Are you IP banned from all of Wiki???? While probably not the worst thing to happen to someone. That would leave everyone that uses that IP banned also. Your IP loggings here look like mostly public access points, possibly internet cafes.