Computing.Net > Forums > Web Development > forum for my site

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.

forum for my site

Reply to Message Icon

Name: ehab
Date: June 13, 2004 at 14:45:15 Pacific
OS: win98 se
CPU/Ram: 1000 / 382
Comment:

Hi all ..
i had a forum i made in frontpage but lots of bad posts were done ... so i had to delete it.
is there any free forum , where i can set some world's and not to allow posting any message with any of these words ?!
if yes , or any relative idea plz share it with me .
thank you so much for your time

ehab



Sponsored Link
Ads by Google

Response Number 1
Name: chaud
Date: June 13, 2004 at 15:19:15 Pacific
Reply:

http://invisionboard.com
Too lazy to make a link

Excell Hosting for all your hosting needs.


0

Response Number 2
Name: FBI Agent
Date: June 13, 2004 at 16:16:41 Pacific
Reply:

"not to allow posting any message with any of these words ?!"

we'll just store the post in the variable $contents

<?php

$contents = $_POST['submit']; //something like that

$words = array("badword_1", "badword_2", "badword_3", "badword_4"); //your bad words

foreach($words as $word) {
$contents = eregi_replace($word, "censored", $contents);

}

echo $contents;

?>

if you wanna check it out, go here

FBI_Agent



0

Response Number 3
Name: safeTsurfa
Date: June 14, 2004 at 05:54:54 Pacific
Reply:

Could take a look at phpBB.com, very versatile and can give you as much tight control over posting as you need.


0

Response Number 4
Name: fallenint
Date: June 15, 2004 at 07:54:47 Pacific
Reply:

http://free.excellhosting.net


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


help with .htaccess/ .htp... what code



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Web Development Forum Home


Sponsored links

Ads by Google


Results for: forum for my site

Instant Messege For My Site? www.computing.net/answers/webdevel/instant-messege-for-my-site/596.html

How do I bring customers to my site www.computing.net/answers/webdevel/how-do-i-bring-customers-to-my-site/445.html

My site needs some color... www.computing.net/answers/webdevel/my-site-needs-some-color/2632.html