473,806 Members | 2,321 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ContactMe tool ... Big thank you ... Bad words


I want to thank the person that sent the nasty messages to my
contact.asp test page ... you have inspired me !!!

I have now added a bad_words filter both to my JSValidation script
(going up on my site soon) and my contact.asp tool.

I would have forgotten about it if it were not for you. I TRULY
appreciate your help ... and hope that you helping me eats you up
inside ... ROFL.

ANYWAY GUYS -- READ ON ----

I am requesting that you guys on this group have fun and submit me
messages containing bad words in them. Any that aren't blocked I will
look at, and consider adding to my bad_words list in my JS and ASP
validations.

Just so you don't think this is someone posing as me posting this ...
I put the words ... BAD WORDS TEST as the default value of the message
textarea.

Thanks for the bad words in advance guys ... please be offensive with
the bad words as possible ... let out some frustration and have some
fun trying to get some bad words through the filter.

http://test.coolpier.com/

Brynn

P.S. this has also inspired adding to my code, a way to set the
default values of the form fields =) ... code will be available on my
site within a week.
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!
Jul 19 '05 #1
31 2977
It got them all :o( lol

I'm not exactly awake yet, so there was only 5 (in a nice little paragraph
too, lol).. and it caught them all :o)

I'll have another go when I'm more awake ;o)

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

Disclaimer:
I know I'm probably wrong, I just like taking part ;o)
Brynn <z@z.com> wrote in message
news:40******** *******@news.co mcast.giganews. com...

I want to thank the person that sent the nasty messages to my
contact.asp test page ... you have inspired me !!!

I have now added a bad_words filter both to my JSValidation script
(going up on my site soon) and my contact.asp tool.

I would have forgotten about it if it were not for you. I TRULY
appreciate your help ... and hope that you helping me eats you up
inside ... ROFL.

ANYWAY GUYS -- READ ON ----

I am requesting that you guys on this group have fun and submit me
messages containing bad words in them. Any that aren't blocked I will
look at, and consider adding to my bad_words list in my JS and ASP
validations.

Just so you don't think this is someone posing as me posting this ...
I put the words ... BAD WORDS TEST as the default value of the message
textarea.

Thanks for the bad words in advance guys ... please be offensive with
the bad words as possible ... let out some frustration and have some
fun trying to get some bad words through the filter.

http://test.coolpier.com/

Brynn

P.S. this has also inspired adding to my code, a way to set the
default values of the form fields =) ... code will be available on my
site within a week.
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!

Jul 19 '05 #2
Thanks for playing Steven ... hehe.

I am also going to be updating it with an exceptions list ... like

brass

I have a 174000 word database table english words list that I am going
to compare each word I enter into the filer ... i.e. I will type in
the word, and get brass and all the other words with it returned.

I am writing that program now, to write me a a list like

word@@@excption 1#exception2#ex eception3

We will see if this is too big to implement soon enough ... hehe

Brynn
www.coolpier.com

On Wed, 21 Jan 2004 13:47:16 -0000, "Steven Burn"
<nobody@PVT_i t-mate.co.uk> wrote:
It got them all :o( lol

I'm not exactly awake yet, so there was only 5 (in a nice little paragraph
too, lol).. and it caught them all :o)

I'll have another go when I'm more awake ;o)

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

Disclaimer:
I know I'm probably wrong, I just like taking part ;o)
Brynn <z@z.com> wrote in message
news:40******* ********@news.c omcast.giganews .com...

I want to thank the person that sent the nasty messages to my
contact.asp test page ... you have inspired me !!!

I have now added a bad_words filter both to my JSValidation script
(going up on my site soon) and my contact.asp tool.

I would have forgotten about it if it were not for you. I TRULY
appreciate your help ... and hope that you helping me eats you up
inside ... ROFL.

ANYWAY GUYS -- READ ON ----

I am requesting that you guys on this group have fun and submit me
messages containing bad words in them. Any that aren't blocked I will
look at, and consider adding to my bad_words list in my JS and ASP
validations.

Just so you don't think this is someone posing as me posting this ...
I put the words ... BAD WORDS TEST as the default value of the message
textarea.

Thanks for the bad words in advance guys ... please be offensive with
the bad words as possible ... let out some frustration and have some
fun trying to get some bad words through the filter.

http://test.coolpier.com/

Brynn

P.S. this has also inspired adding to my code, a way to set the
default values of the form fields =) ... code will be available on my
site within a week.
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!



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!
Jul 19 '05 #3
Some variations of words seem to get through (for example, adding "ty" or
"s" to the end of a word). In Addition, mixed case values seem to get
through as well.

Hope this is helpful.
Regards,
Peter Foti
Jul 19 '05 #4

oh yeah ... thanks ... I forgot to change the value to lower case
before checking ... all words in upper case are probably getting
through ...

There ... case issue fixed ... thanks ... any more suggestions feel
free to add.

right now ' ass' is there ... I have a space in front of it so it can
accept brass but not br ass

I will be correcting this with the exceptions list I talk about in the
other reply to this post

Keep pickin at it =) ... I am going to have this open to the group
when done.

Brynn
www.coolpier.com

On Wed, 21 Jan 2004 10:23:05 -0500, "Peter Foti"
<pe***@Idontwan tnostinkingemai lfromyou.com> wrote:
Some variations of words seem to get through (for example, adding "ty" or
"s" to the end of a word). In Addition, mixed case values seem to get
through as well.

Hope this is helpful.
Regards,
Peter Foti


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!
Jul 19 '05 #5
> right now ' ass' is there ... I have a space in front of it so it can
accept brass but not br ass


What about " assure"?
Jul 19 '05 #6
I BEAT IT!....lol

Nowt major, but it let "arse" through, hehe

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

Disclaimer:
I know I'm probably wrong, I just like taking part ;o)
Brynn <z@z.com> wrote in message
news:40******** *******@news.co mcast.giganews. com...
Thanks for playing Steven ... hehe.

I am also going to be updating it with an exceptions list ... like

brass

I have a 174000 word database table english words list that I am going
to compare each word I enter into the filer ... i.e. I will type in
the word, and get brass and all the other words with it returned.

I am writing that program now, to write me a a list like

word@@@excption 1#exception2#ex eception3

We will see if this is too big to implement soon enough ... hehe

Brynn
www.coolpier.com

On Wed, 21 Jan 2004 13:47:16 -0000, "Steven Burn"
<nobody@PVT_i t-mate.co.uk> wrote:
It got them all :o( lol

I'm not exactly awake yet, so there was only 5 (in a nice little paragraphtoo, lol).. and it caught them all :o)

I'll have another go when I'm more awake ;o)

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

Disclaimer:
I know I'm probably wrong, I just like taking part ;o)
Brynn <z@z.com> wrote in message
news:40******* ********@news.c omcast.giganews .com...

I want to thank the person that sent the nasty messages to my
contact.asp test page ... you have inspired me !!!

I have now added a bad_words filter both to my JSValidation script
(going up on my site soon) and my contact.asp tool.

I would have forgotten about it if it were not for you. I TRULY
appreciate your help ... and hope that you helping me eats you up
inside ... ROFL.

ANYWAY GUYS -- READ ON ----

I am requesting that you guys on this group have fun and submit me
messages containing bad words in them. Any that aren't blocked I will
look at, and consider adding to my bad_words list in my JS and ASP
validations.

Just so you don't think this is someone posing as me posting this ...
I put the words ... BAD WORDS TEST as the default value of the message
textarea.

Thanks for the bad words in advance guys ... please be offensive with
the bad words as possible ... let out some frustration and have some
fun trying to get some bad words through the filter.

http://test.coolpier.com/

Brynn

P.S. this has also inspired adding to my code, a way to set the
default values of the form fields =) ... code will be available on my
site within a week.
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!



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!

Jul 19 '05 #7
or "assume" ;o)

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

Disclaimer:
I know I'm probably wrong, I just like taking part ;o)
Randy Rahbar <rvrahbar@_JUNK _hotmail.com> wrote in message
news:eD******** ******@TK2MSFTN GP09.phx.gbl...
right now ' ass' is there ... I have a space in front of it so it can
accept brass but not br ass


What about " assure"?

Jul 19 '05 #8
Randy Rahbar wrote:
right now ' ass' is there ... I have a space in front of it so it can
accept brass but not br ass


What about " assure"?


Interesting. "Shitake mushrooms are the best" was submitted with no problem
....
Bob
Jul 19 '05 #9
"Bob Barrows" <re******@NOyah oo.SPAMcom> wrote in message
news:%2******** ********@TK2MSF TNGP10.phx.gbl. ..
Randy Rahbar wrote:
right now ' ass' is there ... I have a space in front of it so it can
accept brass but not br ass


What about " assure"?


Interesting. "Shitake mushrooms are the best" was submitted with no

problem

That seems like correct behavior to me (unless mushrooms is a swear where
you live). ;)

None of the words you listed are vulgar, so I would expect that to work.

Regards,
Peter Foti
Jul 19 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
4501
by: Kelvin | last post by:
hi: im looking for a tool that can help me to draw a flowchart... is there such tool? thank you very much... -- { Kelvin@!!! }
0
1186
by: Brynn | last post by:
I thought since I am building my site a 'Contact Me' page ... I may has well include it in my sites scripts (I am doing this with quite a few other tools of my site as well). It isn't perfect yet, but it is good. Currently you have 2 options for the way the message gets to you ... through Persits ASPEmail component or just writing the messages (very cleanly) to a text file. ((Which by the way, I am going to be also including a way to...
3
1421
by: virat leelapattana | last post by:
i want to generate document about API of my program(c++,php) like javadoc can someone suggest me some tool thank
9
1522
by: Jay | last post by:
Where is there a good article/description on why everything is runat=server. I just can't seem to grasp why ALL tags (even table tags) are runat server in dotnet. Thank You
7
2327
by: ab3331 | last post by:
I need a tool that acts like a browser, but instead of actually rendering a page, it explains in English exactly what rules it's interpreting. This would make it simple to see which rules are applied, which are ignored, which are inherited or not, which are superceded, etc. This would be a huge aid in debugging pages. (I currently have a page that is included by another page - it's actually a menu - but it's rendered differently...
2
1891
by: Pasacco | last post by:
Dear Hopefully, I am posting in appropriate place :) I have problem of "linking" in the Microsoft Visual C++ 9.0 Express Edition tool. In Visual C++ 6.0, I linked "alpha.lib and common.lib" with following way: "Project" menu -"Settings" tab -"Link" tab -add "common.lib" and
0
1027
by: DannielHS | last post by:
pls recommend me a good partition bakcup free tool. Thank u all
0
9719
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9597
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10618
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
6877
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5546
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5678
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4329
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3850
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3008
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.