Bad Word Filtering In Forum

currently i building a forum, that why i need to filter some bad word that input by the user. i don want that bad word to come out in my forum.

View Replies


ADVERTISEMENT

Filtering:

I've seen alot of boring forms where a vbscript window will popup if the user submits a bad word in the form. Does anyone know of a tutorial or how to make a bad word filter written in asp that basically goes through an array of bad words and if detected the output would be something like:

<%response.write("Profanity is not allowed.")%>

View Replies View Related

Asp Form Filtering

I'm looking for an asp page to detect if there are any characters in my
contact form that shouldn't be there. For example, if there is a "<"
character, then this may mean there is html in my contact form, which
is not good. I want to build a string that has all the values of my
textboxes in my contact form. Its not working? Code:

View Replies View Related

Null Value Filtering

I have set up a database, myDB, in MS Access. one of my Table, myTable, has columns Col1, Col2, ..., Col10. Depending on some scenarios, I insert some values in some (but not all) of the columns. Now I want to delete those records that their col3 is null or nothing is set.

I used col3= '' and col3=NULL in the below statement
objRS.Open "SELECT * FROM myTable WHERE col3 = '' ", myDB, , , adCmdText

but none of them works.How to delete a record based on Null value filtering?

View Replies View Related

Filtering Results

First, thanks to all who have helped me over the last few weeks !!
I have a form that allows the user to select multiple options.
These are user names:

Fred S
Bob D
Paul G
Dave O

When the form is submitted, I'm getting the details using

user = request.form("user")

this is returning the mutliple options.
What I would like to do is pass all the options to 'user' but at one
point on the results page only show the first user selected, not the
multiple selection

View Replies View Related

Filtering Records

I need to build an ASP query to search a property size that is between minimum and maximum values (in two text boxes in a form). Here is the SQL statement I use:

mysql="select Center_name, Store_name, Address, Phone, Size, Type, APN
from delamo where size >= '"&min& "'"

But when running the code I got an error message "Data type mismatch in criteria expression."Do I need to dim both min and mas as numbers?

View Replies View Related

Filtering Content

I have very look strings which are o be stored into Textarea. The field in a memo.upto 3kin lemgth. What I woul like o do is format the text before it jits the testarea; eliminating thing like a single !,.:# which cause errors and then return it on the way back out to be placed back into htr textarea.

View Replies View Related

SQL For Filtering Database In Asp

I transfer two search filters as defined from dropdown list on first page. The details are passed to my search page where i try to query the database to display the records which meet the conditions of passed variables. Code:

View Replies View Related

Filtering From Database

i have a database with person's data: lastname, language (these two columns used for filtering).

i've created a search page with a list menu with "language"s and text box for last name. how can i filter based on last name OR language OR both. how do perfomr a filter if one is missing (let's say "lastname")?

View Replies View Related

Filtering Search Results

anyone have any tips on creating a search results filter to provide the best
matches first? we're using an access database as part of a very small custom
CMS, and we need to site search function that doesnt just output any base
matches for a given term.

View Replies View Related

CrystalReportViewer Filtering Problem

I have a Crystal Report 9 that gets its info from a SQL database. I
installed the RAS in a Win2K server. The report lists from the
database all the invoices. What I'm trying to do and I'm unable it's
to filter the results and only show the one that I want.

I have de following code:

View Replies View Related

Filtering Data By Date.

I am making a small ASP application that retrieves data from a MS access file and what I'd like the application to do is to retrive only data about items that expire in the current month. I have been trying to figure it out for a while now and have not been able to find the right tools yet.

If I try to explane a little better then the problem is that I need this to work automaticly. I have already made the application retrieve the right data but I have to change the filter conditions every time a new month starts. What I need is to have these changes made automatic.

View Replies View Related

Filtering Weekdays From A Range

I am trying (with Classic ASP) to pass from a form multiple selected check boxes. These are the days of the week. On the receiving page I need to check for the selected days between a date range (eg. 1/12/07 - 24/12/07) and write those dats to a database.

eg. all mondays and thursdays in the date range. I can wite the thing in vba no problem but into a web page and no satisfaction.

View Replies View Related

Filtering Records After Pulling

I have a set of db results that I cannot filter completely in my query and I'm trying to figure out how to eliminate the "duplicate entries" after the fact.

My problem is I'm pulling columns for lot number and transaction time, but some (not all) lot numbers have two transaction times so I can't filter out these double entries with a "DISTINCT" statement in my query since the transaction times are distinct, but I only care about the first one. I'm looping through pulling my results as such: Code:

View Replies View Related

Multi Drop Down Filtering Selection Issues

I was trying to set up 3 menue drop downs for filtered relational selections of 1st-(Buildings), 2nd (Departments) followed by (Projects). I foillowed all the links and can not see how to get a onchange to work as relational menue. This would have been best. But 3 days later I am tight for time so I was attempting to just setup of the time being 3 seperate drop downs with submit. I can only get the departments to work. The building and projects will not filter as the departments. Code:

View Replies View Related

Problem Filtering Recordset By Values Held In Array

I am trying to filter a table of users to select only those records
whose roleID matches a value in an array. There could be any number of
IDs held in the array from one to a few hundred. The array is
generated by splitting a comma delimited memo field from a second
table in an Access DB. I can split the memo field OK, I can
response.write its values, but what I now want to do is add a value
from another table to my reponse write loop. Code:

View Replies View Related

Forum In ASP

I know that the great majority of the Forums is developed in PHP. Question: Does anybody know some Forum developed in ASP?

View Replies View Related

ASP.NET Forum

Would someone please direct me to the appropriate forum to ask general
ASP.NET/Web development programming questions?

View Replies View Related

A Forum

I dont want code, I just want a few links and ideas
I want to create a forum. I have noticed alot of the posts here are very long
Yet access only allows for 256 characters max.
Can you use ASP to create a forum?
If so, what type of database is used to store the information?

View Replies View Related

Forum...?

how to make forum on my webpage using ASP...

View Replies View Related

Asp Forum

i want to add a forum to my website, i don't have time to built one and i found a free php forum that call PHP-NUKE, i'm sure that some of you heard about it. unfurtunatly i can't use this system cause my windows server does not support it. does anyone know of a similar system in asp that i can use?

View Replies View Related

Forum

I am in the process of writing my own forum. It is gone fairly well so far. I been searching different forum scripts, both asp and php, and I can't find this answer.

How is it scripted to only show a forum post that hasn't been read by the current user?
I feel it has something to do with the last visit, and or the date of the
post.

But I am not sure how this is done. On my phpbb forum, I can go in and read something, go back to index, refresh, and that post is now marked as read. how is this done?

View Replies View Related

Forum Solution

my client wants a forum integrated in his website. Ive found some existing forum solutions (snitz, carbon communities etc...). These are great, but my client wants the forum working whereby when a user posts, the post is sent to the clients who then confirms or denies the post. The forum is for a school, hence the very tight regulation of posts.

Does anybody know of an existing forum which allows this functionality (preferably a free forum).

View Replies View Related

ASP Forum Management

if anyone has a bead on an installable forum besides SNITZ. Im not totally concerned aboutit being free or not

View Replies View Related

Asp Forum Program

if its using access for db its even better.recommend a free one.

View Replies View Related

Modification Of Asp Forum

I am looking for a ASP Forum which can be easily modified. This Forum also has to have very little "hard-coded" templates and styles, as I am making a ASP Forum for a Browser that supports HTML v3.1 and very little of all that fancy graphical styles out there.
So the forums should be quite basic and in plain HTML. So in a way I am only looking for the "ASP Forum Engine".

View Replies View Related

ASP Forum Tutorial

Can anyone direct me to good tutorial site on how to build an online Forum with ASP.

View Replies View Related

Where Is The ASP And JavaScript Forum?

Why does everyone assume that ASP is in VBS???

View Replies View Related

ASP-Based Forum

I have been mostly frequenting the PHP forums but now my job makes it necessary to get my hands dirty with ASP.
I am trying to find a Forum Software (Open Source or Commercial, doesn't matter) that has all the bells and the whistles. The following are some of the major requirements:Integration with existing Site and DB (including migration of data from current forum)
Ability to apply the look and feel of the site (if various parts of the Forum can be broken down to components/panes/boxes/windows that can be included in other site pages as well as customisable through CSS)
If anyone knows of any software that meets these requirements, please do let me know. Additionally, if you have experience in using that software, your opinions on it will be much appreciated. Currently I am going through some forum's that I managed to find through searching in SitePoint (ASPPlayground, Snitz, Web Wiz Guide, IdealBB). If are experienced with these

View Replies View Related

Discussion Forum

I am running an Access database driven website using ASP in IIS 6.
Lately I noticed people can enter their messages into the Access thread table without login. And the web page couldn't display this particular post. The user name field suppose filled automatically once the user logged in. But the field is empty while the content of post is already in the table.
I can see people has been trying funny things to my discussion forum. The forum works perfectly fine if people don't try anything funny. I've post and reply message in the forum, I've never had any problems.
How can I fully test my website? People call it script testing and Quality Assurance?

View Replies View Related

Free Forum ASP

Is there any free ASP script for a forum?

View Replies View Related

ASP Forum Question

I wonder how to detect the URL of a post in the forum. detect "http://" ? but some URLs do not appear as this type.

View Replies View Related

New Forum Feature?

I've noticed changes to the forum, for instance... the addition of a "time spent on forums" and user-post "bar" thingiemabob

...And on the front-page I'm presented with a link to "View my warnings"

Which is obsolete, considering that I don't have any warnings (oh, I'm such a little angel!)

Any news or admin care to comment on this?

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved