[pmwiki-users] Spam on wiki

H. Fox haganfox at users.sourceforge.net
Wed Jan 25 21:37:02 CST 2006


On 1/25/06, DaveG <pmwiki at solidgone.com> wrote:
> Yeah, pretty daft. Haven't slept for a few days, so I missed it. ;)
>
> In the meantime, unless there's a built in way, I';; activate a logging
> Cookbook to track IPs.

I think this is what you want:

   http://www.pmwiki.org/wiki?n=Cookbook.Blocklist2

It looks like it needs a bit of updating, e.g. look for

$EnablePost = 0; unset($_POST['post']); unset($_POST['postattr']);

and change it to

$EnablePost = 0; unset(@$_POST['post']); unset($_POST['postattr']);
unset(@$_POST['postedit']);

Hagan

> H. Fox wrote:
> > Think about what you just did.
> >
> > On 1/25/06, DaveG <pmwiki at solidgone.com> wrote:
> >> Some keeps posting:
> >>      %style="display:none%[[http://REDACTED  | Electric
> >> Scooters ]]
> >>
> >> at the end of my home page. How can I find the IP of this poster, to ban
> >> them?
> >>
> >> _______________________________________________
> >> pmwiki-users mailing list
> >> pmwiki-users at pmichaud.com
> >> http://host.pmichaud.com/mailman/listinfo/pmwiki-users
> >>
> >
>




More information about the pmwiki-users mailing list