I'm running zenphoto 1.0.1 (I know.. I know..). I need to do whichever of the two things is quicker:
Upgrade or Remove ability to comment
zenphoto is sending massive numbers of emails via the comment form. I couldn't find an upgrade path from 1.0.1, but I don't use comments anyway so just removing that ability would be fine. Thanks for your help.
Comments
We have not tried upgrades on such old versions (oldest I tried successfully was 1.0.8.2) but since Zenphoto is file system based at least the album structure should stay intact. Other things of course may cause issues.
So you will be in limbo while upgrading as you will first have to activate PHP 5 (and maybe MySQL 5 if you are not runnig that version.) Then run the setup for the current Zenphoto.
Removing the comments from the theme may not solve your problem. Depends on if it is from people actually posting comments or from some hack. The reason for this is that the `POST` handling of comments in these old versions is present even if the theme does not present a comment form. Thus hackers can just submit the post request and send the comment.
I've removed the HTML from the themes that allow posting comments, but I'm not convinced that will work. I was hoping you could point me towards where I would find the php code that does the emailing. I could just remove that.