From the Eliovir
How do i configure the blocklist to also check third party cookbook scripts, in my case Cookbook.Guestbook? This scripts posts to pmwiki using the hidden field action=guestbook in the form.
So i have tried putting in tho local config:
$BlocklistActions['guestbook'] = 1;
But that does not get it working. If i try it manually by calling the blocklist from within the guestbook-script
global $Enablepost; Blocklist($pagename,$some_text_string); if ($Enablepost) { WritePage($datapagename,$rcpage); }
the script never gets in the if clause as Enablepost is not set?
Bas May 05, 2008, at 03:52 PM
Copyright © 2005–2025 the Main wiki and its authors
Retrieved from http://eliovir.free.fr/index.php5/PmWiki/Blocklist-Talk
Page last modified on March 04, 2009, at 04:38 AM EST