![]() |
|
Spam in comments with CAPTCHA enabled - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Spam in comments with CAPTCHA enabled (/thread-7713.html) Pages:
1
2
|
Spam in comments with CAPTCHA enabled - stevenew - 16-10-2010 Hi, Been using Zenphoto for a few years now on the same sites and have always kept up to date with the latest release, currently running 1.3.1.2 [5831]. Until this week I have never had a problem with spam in the comments. This week I am suddenly getting lots of spam even though I have the simple spam filter enabled with CAPTCHA as well as name & email enabled. Any thoughts? For now I have disabled comments as the sites are currently quiet regarding real comments. Thanks Steve Spam in comments with CAPTCHA enabled - acrylian - 16-10-2010 Well, captcha and the simple spam filter are quite basic spam filters. I suggest to try Akisment (if that spam filter still works, since it is not officially supported). Spam in comments with CAPTCHA enabled - stevenew - 16-10-2010 Hi, OK thanks for that, I'll look in to Akisment and maybe give it a go, I guess I have just been lucky up till now! Steve Spam in comments with CAPTCHA enabled - stevenew - 17-10-2010 HI, I know this should be obvious to me, but I thought switching comments off on the admin/album page would disable comments for the individual images within that album as well as the album, but it dosen't. Is there another way to bulk disable comments for all the images within an album other than clicking the check box on each individual image? Yes I woke up to more spam this morning! Thanks Steve Spam in comments with CAPTCHA enabled - acrylian - 17-10-2010 No it does not, it disables the comments on the album itself, not its images. You can disable comments on each item type (images, albums, pages, news articles) on the comment_form plugin options. If you disable that plugin you will have no comments at all. Spam in comments with CAPTCHA enabled - stevenew - 17-10-2010 Thanks, I knew it must be somewhere. Steve Spam in comments with CAPTCHA enabled - warriorone - 17-10-2010 Disabling comments almost defeats the purpose of a blog. As far as I know Akismet simply places spam in a spam folder. It is also not 100% .. Of the two I would select Akismet rather than switching off comments Spam in comments with CAPTCHA enabled - stevenew - 19-10-2010 @warriorone, switching off comments is just a temporary measure for now. After 3 years of no spam, finding loads every day is a bit of a shock. I don't log in to the sites everyday, so I don't want it to build up. Regarding Akisment, I am actually at a bit of a loss how to implement it as there is no specific plugin for zenphoto. I am probably just missing the obvious. Maybe I should just make all the users register? Thanks Steve Spam in comments with CAPTCHA enabled - sbillard - 19-10-2010 Your most secure would be to have people who want to post become registered users. Hopefully there are not a lot of them. There is an Akisment plugin on the Zenphoto WEB plugin pages. But it is written by a user so unless he visits here you will be pretty much on your own using it. Also, unfortunately, I have no idea of how to locate it. (I have always had problems with the site serach!) Spam in comments with CAPTCHA enabled - micheall - 20-10-2010 The akismet spamfilter can be found here: http://www.zenphoto.org/2009/11/spamfilter-akismet/ As well there's a few other spam filter plugins for zp here: http://www.zenphoto.org/tag/spam/ I use akismet myself and it seemed to work fine while using the zen comments Spam in comments with CAPTCHA enabled - stevenew - 22-10-2010 @sbillard, would I be right in presuming that if I implement user registration, the gallery would still be visible to the public but to comment registration is required? I have started experimenting but have 3 problems with the registration plugin:
Warning: pack() [function.pack]: Type H: illegal hex digit . in /path/zp-core/zp-extensions/register_user.php on line 150 Warning: Cannot modify header information - headers already sent by (output started at /path/register_user.php:150) in /path/index.php on line 120 Warning: Cannot modify header information - headers already sent by (output started at /path/zp-core/zp-extensions/register_user.php:150) in /path/index.php on line 121 Warning: Cannot modify header information - headers already sent by (output started at /path/zp-core/zp-extensions/register_user.php:150) in /path/index.php on line 122 Warning: Cannot modify header information - headers already sent by (output started at /path/zp-core/zp-extensions/register_user.php:150) in /path/themes/zenpage/register.php on line 3 I am using the zenpage theme Thanks Steve Spam in comments with CAPTCHA enabled - sbillard - 22-10-2010
Spam in comments with CAPTCHA enabled - stevenew - 22-10-2010 @sbillard, thanks for that, any thoughts on the first issue:
Spam in comments with CAPTCHA enabled - sbillard - 22-10-2010 That would be a standard indication of the strength of passwords required. There is actually an option that determines the required password pattern. If you want less strict passwords change the "Password characters" option on the general options tab. Setting it empty means no restrictions, so no message either. Spam in comments with CAPTCHA enabled - stevenew - 22-10-2010 @sbillard, I understand what the message about the password length means but I don't understand why I am seeing the raw HTML code around it on the user registration page, it appears between the re-enter password field and the enter CAPTCHA field. Spam in comments with CAPTCHA enabled - sbillard - 22-10-2010 Right off hand I do not know. Perhaps a link to the site so that we can take a look at the page/html? Spam in comments with CAPTCHA enabled - stevenew - 22-10-2010 @sbillard, http://www.katzentv.net/page/register Spam in comments with CAPTCHA enabled - sbillard - 23-10-2010 Well, the password note is being HTML encoded. That is not done by the standard register user form. Have you made any changes in this area? Look for something like Spam in comments with CAPTCHA enabled - stevenew - 23-10-2010 @sbillard, I haven't changed any code related to the user registration, all I have done at this stage is check the the user registration plugin so its loaded, I haven't even changed any of the default settings yet. I'll look for that code you mention, I presume its in the zp extenstions folder somewhere? User registration I guess? Steve Spam in comments with CAPTCHA enabled - sbillard - 23-10-2010 Looks like this was something fixed in the development stream. Look at the register_user_form.php script circa line 38 and remove the htmlspecialchars() bit. |