Preventing spamming on forum

Is message board greying out your hair (at least what's left of it)? Let us help you here
Locked
Guest

Preventing spamming on forum

Post by Guest »

Script URL: http://clubsouthampton.port5.com/mboard/mboard.php
Version of script:
Version of PHP: 4
Hosting company: portland
Have you searched THIS FORUM for your problem:
(if not please do before posting)
If so, what terms did you try: all

Write your message below:

Can you tell me how l can prevent spamming to the forum, as l am getting unwanted posts from spammers.

Justin.
PHP junkyard regular user

Post by PHP junkyard regular user »

Hmmmm was searching for something and figured why not try to help being that this site is assume.


Not sure if it has any built in security for it like the guestbooks anti-spam check where user has to add numbers before post. "I would check that"

Also do you have a robots.txt "for search engines and spammers"

I use a text file named robot.txt to keep bots from searching certain directories.

example open your favorite text editor "notepad"

format "looks like this"


user-agent: *
Disallow: /mboard


save as "robot.txt"
upload to root directory.


PS: This helps a bit to keep bots away.

Hope this helps !
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Good info.

If you have any PHP knowledge you can setup the same check that is in GBook, I will probably add it myself someday but I can't seem to find any time to work on these scripts :(

Regards
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Locked