[pLog-svn] r3817 - plugins/trunk/badbehavior

mark at devel.lifetype.net mark at devel.lifetype.net
Thu Jul 27 12:50:53 GMT 2006


Author: mark
Date: 2006-07-27 12:50:52 +0000 (Thu, 27 Jul 2006)
New Revision: 3817

Modified:
   plugins/trunk/badbehavior/readme.txt
Log:
Forgot ask user include the bad-behavior-lifetype.php into thier index.php.

Modified: plugins/trunk/badbehavior/readme.txt
===================================================================
--- plugins/trunk/badbehavior/readme.txt	2006-07-26 18:42:56 UTC (rev 3816)
+++ plugins/trunk/badbehavior/readme.txt	2006-07-27 12:50:52 UTC (rev 3817)
@@ -6,13 +6,20 @@
 This plugin offers anti-spam protection powerd by bad behavior http://error.wordpress.com/
 
 1. Put the bad-behavior-lifetype.php in your lifetype root folder, and put the ./badbehavior in to your ./plugins folders
-2. Refresh the plugin center until you see the badbehavior plugin appers.
-3. Add the following scripts to header.template between <head></head>
+2. Add the following scripts to index.php:
+
+    // Bad Behavior Check, hope this can stop most spam comments and trackbacks
+    include_once( PLOG_CLASS_PATH."bad-behavior-lifetype.php" );
+
+3. Refresh the plugin center until you see the badbehavior plugin appers.
+4. Add the following scripts to header.template between <head></head>
+
     {if !empty($badbehavior)}
       {$badbehavior->showBB2JavaScript()}
     {/if}
-4. That's All
 
+5. That's All
+
 You also can use the followings method to get some useful information:
 1. Use {$badbehavior->showBB2Timer()} to get the badbehavior timer
 2. Use {$badbehavior->showBB2Status()} to get the badbehavior status
\ No newline at end of file



More information about the pLog-svn mailing list