Guest Sniko` Posted August 24, 2009 Posted August 24, 2009 Involves 1 File Edit Okay lets go to preferences file in file manager and find the do_name_change function Now once you have found that , find $_POST['newname']=str_replace(array("<", ">", "\\\'"), array("<", ">", "'"), $_POST['newname']); Just above it add You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. You may add others. Also replace llk to change the outcome of the username - such as **** You may use this for forums chats Any other inputs in the game Quote
Dave Posted August 24, 2009 Posted August 24, 2009 Re: [v2] Preventing bad words and advertsing You should really put all the words in an array like You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote
Guest Sniko` Posted August 24, 2009 Posted August 24, 2009 Re: [v2] Preventing bad words and advertsing You should really put all the words in an array like You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. thanks skyfuse Quote
Dave Posted August 24, 2009 Posted August 24, 2009 Re: [v2] Preventing bad words and advertsing You should really put all the words in an array like You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. thanks skyfuse No problemo :) Always happy to help. Quote
CrazyT Posted August 25, 2009 Posted August 25, 2009 Re: [v2] Preventing bad words and advertsing Or.. simple preg_match.. You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote
CrazyT Posted August 25, 2009 Posted August 25, 2009 Re: [v2] Preventing bad words and advertsing For username.. You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. XD Quote
toufail Posted August 25, 2009 Posted August 25, 2009 Re: [v2] Preventing bad words and advertsing Guys how would i put this in registration page so no one makes stupid user name such as """"" or @@@@@ Quote
Pathogen Posted August 25, 2009 Posted August 25, 2009 Re: [v2] Preventing bad words and advertsing Guys how would i put this in registration page so no one makes stupid user name such as """"" or @@@@@ Simply make an includes rule You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.