Would You like

I am modifying zenphoto greatly and was wondering if when I was done if people would like a copy of it. Here are my current plans for it. (also this is all up to Mr. T if he allows me to release my modified version here.

Plans
Multi User Upload (explore the current login code, make a login page set those variables along with $_SESSION['notAllowed'] which would allow them to only see the upload script.

Store Many Config Settings in db (already done, all you need to do is set the database settings in dbdetal.php)

Captcha on comments (allow it or no, more settings)

See IP of comment Poster (if not already integrated)

If you can think of anything else, please tell me. I know this might give Mr. T some ideas on what he may want to implement in future releases but only time will tell.

Comments

  • trisweb Administrator
    It's always allowed, Zenphoto is under the GPL, so the only requirement is that you license any released code under the GPL as well.

    However, I don't like the idea of different hacked versions of zenphoto floating around, as it makes support harder and is more inconsistent all around. I'd much rather you send the code to me and I'll do my best to integrate it. Of course, since you have it done already, and these are features people might want, I wouldn't be totally against it. :-)
  • ok, I was just wonder what your main opinion was on it. I can send the code that I used to make the majority of the settings that are in the zp-config. Well I guess I can explain all it really does is store the variables in the database, and then inside of zp-config do a fetch_array and set them that way. So really setting the variables in the database was just making it so they are easy to edit as there is currently a web interface that allows you to make the changes.
Sign In or Register to comment.