Jump to content
MakeWebGames

[v2] Preventing bad words and advertsing


Recommended Posts

Guest Sniko`
Posted

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
Posted

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.

Guest Sniko`
Posted

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
Posted

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.

Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...