[pmwiki-users] Blocklist Continued

Patrick R. Michaud pmichaud at pobox.com
Fri Sep 5 21:47:36 CDT 2008


On Thu, Sep 04, 2008 at 05:32:20PM -0600, Allyen Wilson wrote:
> Thanks for the help on my idiot move on adding my own ip address to  
> the blocklist page.
> 
> Now a new question.
> 
> I have been trying to enable the automatic blocklists since the  
> spamming started. I am not getting a refreshed blocklist from pmWiki,  
> Moinmaster, or Chongged.
> 
> Here is the blocklist code from my cofig file, see any problems?
> 
> $EnableBlocklist = 10;
>   $BlocklistPages = array('SiteAdmin.Blocklist', 'siteadmin.blocklist- 
> moinmaster', 'siteadmin.blocklist-pmwiki', 'siteadmin.blocklist- 
> chongqed');
>   $BlocklistDownload["$SiteAdminGroup.Blocklist-PmWiki"] =  
> array('format' => 'pmwiki');
>   $BlocklistDownloadRefresh = 86400;

It may be that "allow_url_fopen" is disabled for your PHP installation --
if so, then the Blocklist code will be unable to automatically
download the blocklists.

Pm



More information about the pmwiki-users mailing list