Hi i own a rpg game site but i have problems with spamming from other competitors and they mail users there url to there sites and so on i can easyly block ips but then they can access thou proxy and spam that way is there away to replace like www. and http ect. and some sites and replace them with other words and so on hope ya can help would really appreciate this thank you.....
Use php str_replace: echo str_replace(array('http://www.','http://','.com'),'',$message); PHP: Peace,