Recent Changes · Search:

Photos

Informatique

Bases de données

Système d’information géographique

PmWiki

edit SideBar

 

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

This is a talk page for improving PmWiki.Blocklist.

Edit · History · Print · Recent Changes · Search · Links
Page last modified on March 04, 2009, at 04:38 AM EST