View Single Post
Old 02-25-2004, 12:19 AM   #6
JoNtE
Green Mole
 
Join Date: Feb 2004
Posts: 1
Use config.php constant?

Found this in the config.php file:

PHP Code:
// regular expression to ban useless external links in index
define('BANNED','^ad\.|banner|doubleclick'); 
change it to:
PHP Code:
define('BANNED','^ad\.|banner|doubleclick|print=y'); 
I guess this could be used to exclude the urls with strings matching the reg-exp

Have the same problem... but not tested this possible solution yet... will be back with the result.

// JoNtE
JoNtE is offline   Reply With Quote