Testing My Bad Words Validation ... please help!

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Brynn

    Testing My Bad Words Validation ... please help!


    Looking to get some frustration out ... LOL.

    I am creating a list of bad words ... I have a pretty good list
    started ... but want more.

    Please send some messages to me including bad words in them ... the
    contact form is at



    I would really appreciate it ... to prove that this is not someone
    else posting ... posing as me ... I have made the default value of the
    textarea BAD WORDS TEST.

    Thanks in advance for you vulgarity ... LOL.

    Brynn


    P.S. this contact me tool / code will be available as a easy to use
    class object with sample code on how to use it on my website very
    soon.
    Brynn


    I participate in the group to help give examples of code.
    I do not guarantee the effects of any code posted.
    Test all code before use!
  • Richard Cornford

    #2
    Re: Testing My Bad Words Validation ... please help!

    "Brynn" <z@z.com> wrote in message
    news:400e6e48.1 6337562@news.co mcast.giganews. com...
    <snip>[color=blue]
    >I am creating a list of bad words ...[/color]
    <snip>

    A couple of years ago the residents of the town of Scunthorp in the UK
    (N.E. England) were finding that badly designed obscenity filtering
    software was seriously impairing their ability to use the internet
    (Probably along with their ability to complain about it to those
    responsible).

    Richard.


    Comment

    • Jim Ley

      #3
      Re: Testing My Bad Words Validation ... please help!

      On Wed, 21 Jan 2004 13:22:54 -0000, "Richard Cornford"
      <Richard@litote s.demon.co.uk> wrote:
      [color=blue]
      >"Brynn" <z@z.com> wrote in message
      >news:400e6e48. 16337562@news.c omcast.giganews .com...
      ><snip>[color=green]
      >>I am creating a list of bad words ...[/color]
      ><snip>
      >
      >A couple of years ago the residents of the town of Scunthorp in the UK
      >(N.E. England) were finding that badly designed obscenity filtering
      >software was seriously impairing their ability to use the internet[/color]

      I believe they have now renamed the town do Sc**thorpe to overcome the
      problem... :)

      Jim.

      --
      comp.lang.javas cript FAQ - http://jibbering.com/faq/

      Comment

      • Douglas Crockford

        #4
        Re: Testing My Bad Words Validation ... please help!

        > Looking to get some frustration out ... LOL.[color=blue]
        >
        > I am creating a list of bad words ... I have a pretty good list
        > started ... but want more.
        >
        > Please send some messages to me including bad words in them ... the
        > contact form is at
        >
        > http://test.coolpier.com[/color]

        For many applications, a client-side dirty word filter is not effective. The
        server must do the same checking as well. You can't trust the client.



        Comment

        • Brynn

          #5
          Re: Testing My Bad Words Validation ... please help!


          actually, this will never be perfect validation ... but I didn't want
          to limit it too much ... it is lite bad words ... Scunthorpe actually
          works on mine ... some of the bad words I have put a space in front of
          if they are part of other words ... like ' c*nt'
          I understand that if some puts stupidc*nt it will allow it, but that
          is really the only way to handle it.

          Unless I create an exceptions list for each word ... which I very well
          may.

          Brynn ;)



          On Wed, 21 Jan 2004 13:22:54 -0000, "Richard Cornford"
          <Richard@litote s.demon.co.uk> wrote:
          [color=blue]
          >"Brynn" <z@z.com> wrote in message
          >news:400e6e48. 16337562@news.c omcast.giganews .com...
          ><snip>[color=green]
          >>I am creating a list of bad words ...[/color]
          ><snip>
          >
          >A couple of years ago the residents of the town of Scunthorp in the UK
          >(N.E. England) were finding that badly designed obscenity filtering
          >software was seriously impairing their ability to use the internet
          >(Probably along with their ability to complain about it to those
          >responsible) .
          >
          >Richard.
          >
          >[/color]

          Brynn


          I participate in the group to help give examples of code.
          I do not guarantee the effects of any code posted.
          Test all code before use!

          Comment

          • Brynn

            #6
            Re: Testing My Bad Words Validation ... please help!


            I agree, and have posted the same type of posts on all js validation
            ... my strongest skills lie in VB, ASP, and SQL ... asp/sql kinda guy.

            I have a JSValidation.js and Validation.asp ... they have identicle
            validation rules (scripted differently of course). I use JS to keep
            some of the weight off the server ... with only the obvious final
            check being with server-side ASP.

            Thanks for your input though :) ... this will help others reading this
            post!

            Brynn =)





            On Wed, 21 Jan 2004 05:47:12 -0800, "Douglas Crockford"
            <nospam@covad.n et> wrote:
            [color=blue][color=green]
            >> Looking to get some frustration out ... LOL.
            >>
            >> I am creating a list of bad words ... I have a pretty good list
            >> started ... but want more.
            >>
            >> Please send some messages to me including bad words in them ... the
            >> contact form is at
            >>
            >> http://test.coolpier.com[/color]
            >
            >For many applications, a client-side dirty word filter is not effective. The
            >server must do the same checking as well. You can't trust the client.
            >
            >http://www.crockford.com/#javascript
            >[/color]

            Brynn


            I participate in the group to help give examples of code.
            I do not guarantee the effects of any code posted.
            Test all code before use!

            Comment

            • Brian Genisio

              #7
              Re: Testing My Bad Words Validation ... please help!

              Brynn wrote:[color=blue]
              > actually, this will never be perfect validation ... but I didn't want
              > to limit it too much ... it is lite bad words ... Scunthorpe actually
              > works on mine ... some of the bad words I have put a space in front of
              > if they are part of other words ... like ' c*nt'
              > I understand that if some puts stupidc*nt it will allow it, but that
              > is really the only way to handle it.
              >
              > Unless I create an exceptions list for each word ... which I very well
              > may.
              >
              > Brynn ;)
              >
              >
              >
              > On Wed, 21 Jan 2004 13:22:54 -0000, "Richard Cornford"
              > <Richard@litote s.demon.co.uk> wrote:
              >
              >[color=green]
              >>"Brynn" <z@z.com> wrote in message
              >>news:400e6e48 .16337562@news. comcast.giganew s.com...
              >><snip>
              >>[color=darkred]
              >>>I am creating a list of bad words ...[/color]
              >>
              >><snip>
              >>
              >>A couple of years ago the residents of the town of Scunthorp in the UK
              >>(N.E. England) were finding that badly designed obscenity filtering
              >>software was seriously impairing their ability to use the internet
              >>(Probably along with their ability to complain about it to those
              >>responsible ).
              >>
              >>Richard.
              >>
              >>[/color]
              >
              >
              > Brynn
              > www.coolpier.com
              >
              > I participate in the group to help give examples of code.
              > I do not guarantee the effects of any code posted.
              > Test all code before use![/color]

              I have once met someone with the last name of Crapper, and another with
              the last name of Crap.

              How would that fly?
              Brian

              Comment

              Working...