SITE SIFT LISTINGS VERIONS 1.11 UPDGRADE INSTRUCTIONS
#############################################################
#############################################################
BACKUP YOUR FILES AND DATABASE BEFORE PROCEEDING!!!
#############################################################
#############################################################
This file contains the names of files that have been modified
since the release of Site Sift Listings v. 1.10. If you are
upgrading a version older than 1.10, you will need to follow
the instructions sequentially by version in the *UPGRADE_INFO.txt
files.
If this is your first download of Site Sift Listings, you can
ignore this file.
To upgrade your existing version of Site Sift Listings, copy
these files to the proper location on your server. Note that
any changes you've made to your files will be erased when you
overwrite them.
#############################################################
/add.php
/delete.php
/edit.php
/memberIndex.php
/password_recov.php *DELETE THIS FILE, SECURITY RISK
/register.php
/version_check.php
/admin/members/accounting/add.php
/admin/members/accounting/edit.php
/admin/members/accounting/index.php
/admin/pages/delete.php
/admin/pages/index.php
/admin/settings/index.php
/db/contents.txt
/db/table7.txt
/db/table8.txt
#############################################################
The database also needs to be updated. To do so, run the following
sql on your database. You can use a utility such as phpMyAdmin to
do this.
ALTER TABLE `members` DROP `address`, DROP `city`, DROP `state`, DROP `zip`, DROP `phone`;
ALTER TABLE `pages` ADD `accounting_id` INT( 11 ) DEFAULT '0' NOT NULL AFTER `id` ;
#############################################################
#############################################################
UPGRADE COMPLETE, ENJOY SITE SIFT LISTINGS v1.11
#############################################################
#############################################################
If you do not understand the instructions in this file, please
install a fresh copy of Site Sift Listings included with this
package.
#############################################################
END OF FILE