"Brynn" wrote:
: LOL ... yeah, I think the bad words filter is going to be the first
: project I have ever scrapped ... LOL I could only do words with a
: space before and after the word ...
Looks like you need a synonyms check also. Perhaps just accepting audio and
then convert it to text and then test. Wonder what kind latency and
processing utilization is involved in that?
: I can't do an exceptions list, in case someone puts assumme when
: assume is in the exceptions list and assumme is not ... etc, etc...
You'd have to add a spelling checker. Is that overkill for a contact form?
: So the idea is dead. However, I am going to still be putting the
: contact me form (class) up, with the code to easily implement it into
: peoples own sites ... it includes the CSS to change colors and font so
: it can be matched up with anyones site
:
: Also instructions on how to use it with ....
:
: messages stored in a text file ...
:
: or ...
:
: messages sent to you with ASPEmail, CDONTS, or ASPMail components ...
: it is INCREDIBLY easy to set this up ... just a couple lines of code
: .. it uses my Email_Handler script I am posting in 2 seconds =)
Nothing wrong with that.
I took a different approach on a contact form. I create a random generated
hex code, based on date and time, etc. and then email you a message with a
link that passes that code. That code has been stored in a database and if
you don't click on the link and finish the process within a certain time
frame, the code and your message are removed from the database. If you do
process it, then the message is then emailed to me, your name is stored in
the database with other identifying information and you do not have to go
through this process anymore if you're sending from the same computer.
You also cannot run the form offsite nor can you inject SQL code into it.
I wrote it as a spam catch so I wouldn't get constant BS in my inbox because
I get enough already. So, if anyone wants to bitch me out, at least through
that interface, I know a little bit about them. They are not completely
anonymous.
--
Roland
This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose.
-Technet Knowledge Base-
http://support.microsoft.com/default...&ln=EN-US&FR=0
-Technet Script Center-
http://www.microsoft.com/technet/tre...er/default.asp
-WSH 5.6 documentation download-
http://www.microsoft.com/downloads/d...displaylang=en
-MSDN Library-
http://msdn.microsoft.com/library/default.asp