tuxsoul / cpg-badbehavior

Plugin for Coppermine Gallery to use Bad-Behavior, block spammer's and email harvest.

tuxsoul (author)
Sat Jun 13 17:48:20 -0700 2009
commit  9bc3c34ee10be87414fcb86cd90df670aa0ef5ad
tree    1ab85e6017a33b85b7381e3a286613b24df15853
parent  a86d3c5c20097ecdfaee6f783455492811660dfd
cpg-badbehavior / codebase.php
0cbeeb1a » tuxsoul 2008-08-01 Primera version de cpg-badb... 1 <?php
2 /*
3 ******************************************************************************
4 CPG-BadBehavior Plugin
5 ******************************************************************************
6 Author: Mario Oyorzabal Salgado
7 Blog: http://blog.tuxsoul.com/
8 E-mail: <tuxsoul@tuxsoul.com>
9 Web: http://code.google.com/p/cpg-dnsbl/
efbff172 » tuxsoul 2008-10-02 [!] Update Bad-Behavior (v2... 10 Donate: http://pledgie.org/campaigns/1537
0cbeeb1a » tuxsoul 2008-08-01 Primera version de cpg-badb... 11 ******************************************************************************
12 This program is free software; you can redistribute it and/or modify
13 it under the terms of the GNU General Public License as published by
14 the Free Software Foundation; either version 2 of the License, or
15 (at your option) any later version.
16 ******************************************************************************
17 */
18
19 if (!defined('IN_COPPERMINE')) die('Not in Coppermine...');
20
21 define ('CPG_BADBEHAVIOR_CWD', dirname(__FILE__));
22
efbff172 » tuxsoul 2008-10-02 [!] Update Bad-Behavior (v2... 23 // load bad-behavior core
24 include (CPG_BADBEHAVIOR_CWD . '/bad-behavior/bad-behavior-generic.php');
0cbeeb1a » tuxsoul 2008-08-01 Primera version de cpg-badb... 25
26 ?>