There are many online "add a comment" scripts but i have found that they get spamed worse then a old man on a train ! So i have found a website with a filter on thier comment box. http://www.extremefunnypictures.com/funnypic338.htm Does anyone know the script for this or a similar script ?
soz i forgot to mention, I will like to have an individual shoutbox on all 300 of my pages. Does anyone know where i can find a script like this ?
Try the following scripts: http://www.tutorialselect.com/distancelearning/howtocreatephpshoutboxscriptlessontutorials_tuto.php http://www.j-fx.ws/tagbox/ http://www.teencoderz.com/filemgmt/viewcat.php?cid=2 Dunno if they can add different boxes on all pages. As for profanity filtering, try this: $curses = Array('word1','word2'); // You know what goes here... $msg = str_replace($curses,'*****',$msg); PHP: $msg is of course the variable that holds the message from the shoutbox. Thomas