![]() |
|
spam on the demo site ... - 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 on the demo site ... (/thread-1649.html) |
spam on the demo site ... - mumuri - 2007-09-15 Hello You should add a captcha to your site because there is some spam on it http://www.zenphoto.org/zenphoto/impressionists/Monet+-+sunrise.jpg.php spam on the demo site ... - thinkdreams - 2007-09-15 Good point. But I'd rather not go the captcha route. Tris, could I have the admin information for the demo gallery, I'll be glad to help clean it up? And I've implemented the Akismet Hack with some success in my previous SVN builds. I would like to submit Gamedudex's hack to the trac for further development. spam on the demo site ... - trisweb - 2007-09-17 I clear it every so often, but it doesn't stop (of course ;-). I'll put something in there to stop it for now. spam on the demo site ... - trisweb - 2007-09-17 I've switched some fields around that should confuse the bots, and added some to confuse the humans. It should stop for a while. Eventually we'll need Akismet with moderation of course. spam on the demo site ... - thinkdreams - 2007-09-17 I already have a thread about that in the development google group. I also already have someone that is up for the task of taking a peek at it. I've got to put GameDudeX's hack into the SVN so we can get it into the core, and then we can work on developing it further for moderation capability. I'm envisioning something similar to Wordpress's mod stuff. Might take some database changes, but I'm not altogther certain yet. spam on the demo site ... - TheBLIONCorp - 2007-09-17 It could be nice if the way ackismet is implemented allows anybody to use another plugin to filter comments. spam on the demo site ... - thinkdreams - 2007-09-18 You will be able to turn off the akismet filtering in the admin (which is what is being proposed when it is included in the core of zenphoto). So you will be able to use whatever you wish. spam on the demo site ... - trisweb - 2007-09-18 Yeah, all this needs to be in plugin form. A Plugin framework is slated for 1.2, which shouldn't be too far off now that development is back on track. spam on the demo site ... - TheBLIONCorp - 2007-09-19 trisweb: exactly what I meant I will look on the wiki if I find some interesting data pieces about plugin framework. thinkdreams: disabling ackismet is one thing. enabling my module is another one. If the way Ackismet is implemented can allow me to change only few lines of code to work, it's far better Did you have the time to look at my spamassassin module? spam on the demo site ... - dudex - 2007-09-25 Maybe you could add the following method too. Simply cheat with the spam-bots: add a bogus email input field (or something different) and hide it with CSS (rather than setting the field itself to
` Don't need to add your email, it's used for SPAM protection ` spam on the demo site ... - aitf311 - 2007-09-26 Two other methods to consider:
spam on the demo site ... - aitf311 - 2007-09-29 Just a quick note about the community build... There is now a simple spam filter that has been implemented by sbillard. It looks like it should get about 90%+ of the spam sent through the site. It is also customizable through the admin interface. So grab the latest SVN if you want to check it out. spam on the demo site ... - centeredeffect - 2007-11-14 sNews has a simple Math Captcha function: // MATH CAPTCHA function mathCaptcha($input='', $sum='') {
';
} ` |