bbAntiSpam
Discuss how to stop web spam
FAQ
Search
Memberlist
Usergroups
Register
Profile
Log in to check your private messages
Log in
bbAntiSpam Forum Index
->
Advanced Textual Confirmation
Post a reply
Username
Subject
Message body
Emoticons
View more Emoticons
Font colour:
Default
Dark Red
Red
Orange
Brown
Yellow
Green
Olive
Cyan
Blue
Dark Blue
Indigo
Violet
White
Black
Font size:
Tiny
Small
Normal
Large
Huge
Close Tags
Options
HTML is
OFF
BBCode
is
ON
Smilies are
ON
Disable BBCode in this post
Disable Smilies in this post
All times are GMT
Jump to:
Select a forum
General discussions
----------------
phpBB spam
Links Rejector
Textual Confirmation
Advanced Textual Confirmation
Announces
Topic review
Author
Message
admin
Posted: Wed Mar 21, 2007 4:14 am
Post subject: How to stop WordPress spam
WordPress
is a popular blog software. To attach Advanced Textual Confirmation to WordPress, do the following:
1.
Download Advanced Textual Confirmation
.
2. Unpack the files "bbantispam.php" and "bbas_config.php".
3. Upload the files on the server, into the WordPress installation directory.
4. Open the file "wp-config.php" (located in the WordPress installation directory) in a text editor.
5. After the first string, "<?php", add the string
Code:
if (FALSE === strpos($_SERVER['SCRIPT_NAME'], 'wp-admin')) {
require_once(dirname(__FILE__) . '/bbantispam.php');
}
6. Save the changes.
Unfortunately, due to ATC protection, you'll never get trackbacks anymore. But for many blogs it's not a big loss.
Powered by
phpBB
© 2001, 2005 phpBB Group