Private World Discussion & Invitation / Re: New world to be created - Air Empires: The REAL World
« on: November 12, 2009, 05:27:48 pm »
/* * 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; } } } } }
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
dk,you have no right to post my forum addresses to invite attacks on me.
*edit*
Those links are actually my website addresses...not my forum addresses.
so its all good.besides,being the owner,I can do many things,including tracking IP's that just open one of my website pages.
So,DK,if you or any of your cronies have malicious thoughts of doing anything to my sites,it will back fire on you,and the only thing it will get you is owned.
And as far as bad mouthing you....prove me wrong and I'll retract my statement about associating you with the cheat gang.
'Nuff said.