Change Log

version 1.31
1) makecheckbox function was missing variable to work correctly.

version 1.32
2) adminlisting was showing image with wrong size.
3) deletion of user in admin left the users photos. Also had a ghost user floating around.
4) image on front page (latest) was too large, made adjustments to func.php

version 1.33
5) image were not being resize appropriately in func.php
6) invalid link in info.php
7) once closed out a phot, deactivated it, you could not activate it again in photos.php
8) popup for pending photo was to small in templates/admin/pending_item.html
9) invalid link in large_picture.php

version 1.34
10) when uploading photo with photos.php in adminpanel, it wasn't showing up on site.
11) Uploading 2 files at once causes the script to name them the same name so it only showed one.

version 1.35
12) Missing admin images
13) func.php had a mysql error
14) change.php member disable was not functioning properly. edited adminpanel/change.php

version 1.36
15) Image show wrong size in latest.php. was overwritting thumbnail.php. edited latest.php

version 1.37
16) parse error in refer.php for 2A, 2B, 2C: edited refer.php
17) unable to aprove pending image, edited  templates/admin/pendingphoto.html
18) invalid text in lookup.php, edited loopkup.php
19) invalid text position in contact.php, edited contact.php
20) no message on deletion of message in memers pages. edited message.php
21) unable to edit category, edited templates/admin/category_form.php, adminpanel/list_admin.php, func.php, add_cat.php
22) photopreview wasn't showing scrollbars. edited - templates/admin/photo_item.html, adminpanel/photos.php
23) editting photo lost userid # and category was invalid. edited - adminpanel/photos.php
24) invalid url on pagenation, edited style.css and adminpanel/func.php
25) mis-spelling in latest header. edited templates/latest_header.html.php
26) changed link in footer to match header link of the same. edited templates/footer.html.php
27) when single quote is used the slash is also dispalyed, edited comments.php and lastest_comment.php

version 1.38
28) Not all thumbnails would downgrade respectfully. edited config.php, toprated.php and adminpanel/func.php
29) Added age verification and phone number verification on contact.php page. edited, contact.php, eng.php and templates/contact.html.php
30) latest.php was getting gender from user instead of picture that was uploaded. edited latest.php
31) Added select box for new photo in admin. Lets the admin pick a user based on there id. less confusion this way. edited adminpanel/photos.php
    and templates/admin/_new_item.html
32) image upload time when approved/added was not down to the second. also sort order was not correct order. edited adminpanel/photos.php, photopending.php

version 1.39
33) hits total was mising in admin on al photos view. edited adminpnael/photos.php
34) uploading a image would still upload if no category was selected. edited /templates/upld_form.html.php and upload.php
35) main image missing from members section, edited templates/member_summary.html.php

version 1.4
36) added content-type variable in config file for easier changing of language. edited config.php, temlates/main.html.php,
    templates/admin/admin_login_new.html.php, admin_login.html.php, admin_index.html.php, adminheader.html.php,
    adminpnael/func.php
37) after voting it doesn't reload a new image. edited vote.php, vote_form.php, eng.php
38) missing variables in email on register. edited register.php, templates/regform.html.php only in 2A,2B,2C
39) incorrect date when adding from adminpanel. edited photos.php

version 1.41
40) breadcrumb changes when any pagenation has taken place. edited adminpanel/func.php

version 1.42
41) deleting user in admin generated mysql error, edited adminpanel/change.php
42) user status was not set on registration, edited register.php

version 1.43
43) Security issue, File Inclusion Vulnerability. Edited most root files, adminpanel/func.pgp, settings.php,template.php

version 1.44
44) Now shows the image you voted on in the left column after you vote. Edited ranking.php
45) Invalid path in function file. Edited adminpanel/func.php
46) More invalids paths. Edited adminpanel/photos.php, photopending.php, getphotos.php and adminlisting.php

version 1.45
47) Changed the way it looked at photos the user already voted. Now it will not show the photo they voted. Once they hit
    the end of all photos it will stop and let them know it is the end. Edited eng.php, vote.php and vote_form.php
48) Added photo thumbnail to admin pending photo. Edited adminpanel/photopending.php and templates/admin/pending_item.html

version 1.45.1
49)  Fix array error when voting. Edited vote.php and vote_form.php