[pmwiki-users] Spam on wiki

DaveG pmwiki at solidgone.com
Wed Jan 25 21:44:12 CST 2006


Looks good. I'll need to use that in conjunction with a logger to find 
the posters IP, unless there's a switch I can set in config to log IP's 
on edit, or possibly track IP's in the History?

H. Fox wrote:
> 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