Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Badword filter

New Here ,
Feb 01, 2007 Feb 01, 2007
What is the easiest way to make sure that nobody puts bad words in my form and submits them to my server. Am using DW MX2004 and MS Access. Am VERY new at this - so please use layman terms. Thanks for any help and tips!
TOPICS
Server side applications
298
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Feb 01, 2007 Feb 01, 2007
>I won't have time to moderate each submission - any other way?

Well, you can install a dictionary filter. It'll basically be a list of
words. Each time you submit the text, you'll search through the text (likely
using regular expressions) looping through each word looking for a match on
the 'naughy list'.

HOWEVER, most anyone that wants to get around these filters figure out how
to do it via clever spelling/puncuation/leetspeak, etc. so it can often be a
futile effort.

-Darrel



Translate
LEGEND ,
Feb 01, 2007 Feb 01, 2007
> What is the easiest way to make sure that nobody puts bad words in my form
> and
> submits them to my server.

Moderate them and read each one before it gets posted.

-Darrel


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 01, 2007 Feb 01, 2007
I won't have time to moderate each submission - any other way?
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Feb 01, 2007 Feb 01, 2007
LATEST
>I won't have time to moderate each submission - any other way?

Well, you can install a dictionary filter. It'll basically be a list of
words. Each time you submit the text, you'll search through the text (likely
using regular expressions) looping through each word looking for a match on
the 'naughy list'.

HOWEVER, most anyone that wants to get around these filters figure out how
to do it via clever spelling/puncuation/leetspeak, etc. so it can often be a
futile effort.

-Darrel



Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Feb 01, 2007 Feb 01, 2007
There are scripts that will help you do this. Do a google search using the
server language used.

--
Paul Whitham
Certified Dreamweaver MX2004 Professional
Adobe Community Expert - Dreamweaver

Valleybiz Internet Design
www.valleybiz.net

"Jeney" <webforumsuser@macromedia.com> wrote in message
news:eptdgn$rb8$1@forums.macromedia.com...
> What is the easiest way to make sure that nobody puts bad words in my form
> and
> submits them to my server. Am using DW MX2004 and MS Access. Am VERY new
> at
> this - so please use layman terms. Thanks for any help and tips!
>


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines