PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Installation & Upgrades (http://www.photopost.com/forum/photopost-pro-installation-upgrades/)
-   -   PhotoPost 5.11 Update Available (http://www.photopost.com/forum/photopost-pro-installation-upgrades/114351-photopost-5-11-update-available.html)

Michael P June 7th, 2005 02:32 PM

PhotoPost 5.11 Update Available
 
Since releasing 5.1, we've identified several variables that did not get filtered on systems which had registered globals turned off. The vast majority of issues reported to date were resolved by making sure these variables were filtered properly. We added code to de-register global variables on systems with register globals on - this will provided an added level of protection against malicious URL formations.

We recommend anyone running the 5.1 release (especially early builds), upgrade to the 5.11 release.

The upgrade is simple, there is only one query being added (a new setting) and one updated (version number).

Files changed:

/*.php (except config-inc.php, config-int.php, inc_features.php, inc_photopost.php)

/templates/alb-addalb.tmpl
/templates/categories.tmpl
/templates/filmstrip-hor.tmpl (new file)
/templates/filmstrip-ver.tmpl (new file)
/templates/membhead.tmpl
/templates/searchmem.tmp
/templates/showgallery.tmpl
/templates/showmgall.tmpl
/templates/showphoto.tmpl

/templates/vb3enhanced/alb-addalb.tmpl
/templates/vb3enhanced/categories.tmpl
/templates/vb3enhanced/filmstrip-hor.tmpl (new file)
/templates/vb3enhanced/filmstrip-ver.tmpl (new file)
/templates/vb3enhanced/membhead.tmpl
/templates/vb3enhanced/searchmem.tmp
/templates/vb3enhanced/showgallery.tmpl
/templates/vb3enhanced/showmgall.tmpl
/templates/vb3enhanced/showphoto.tmpl

/languages/*.php
/forums/smf.php

UPGRADES
=======

To upgrade your 5.1 version, simply upload the changed files and upgrade.php - run upgrade.php and select the 5.1 -> 5.11 upgrade and proceed as instructed.

Changes:

. New option to select where you want filmstrip previews to appear on the showphoto page (top, bottom, left, right)
. Reduced queries in showmembers.php by 1 and optomized another query
. Fixed Recent Addition links on showmembers page
. Optimized Scan DB to cache username to reduce number of queries for each photo scanned
. Added code to de-register global variables prior to initializing our own variables
. Many scripts updates with variable initializations
. Dutch language file updated with current string translations
. Group By Member fixed for Recent Photo links
. Added filesize and disk space limit checks to uploadphoto for single photo uploads
. smf.php gets avatar and signature support


All times are GMT -5. The time now is 03:34 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97