Upgrade TS v.1.3.3 to TS v.1.3.4: ---------------------------------------------------------------------------------------------------------------------- Run SQL: ---------------------------------------------------------------------------------------------------------------------- ALTER TABLE `messages` CHANGE `location` `location` SMALLINT( 6 ) DEFAULT '1' NOT NULL; ALTER TABLE `messages` ADD `subject` VARCHAR( 30 ) DEFAULT 'No Subject' NOT NULL AFTER `added`; ALTER TABLE `messages` ADD `saved` ENUM( 'no', 'yes' ) DEFAULT 'no' NOT NULL; CREATE TABLE `pmboxes` ( `id` INT NOT NULL AUTO_INCREMENT, `userid` INT NOT NULL , `boxnumber` TINYINT DEFAULT '2' NOT NULL , `name` VARCHAR( 15 ) NOT NULL , PRIMARY KEY ( `id` ) ); ---------------------------------------------------------------------------------------------------------------------- END of Run SQL ---------------------------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------------------------- Removed Tables ---------------------------------------------------------------------------------------------------------------------- warnday DROP TABLE `warnday` ; ---------------------------------------------------------------------------------------------------------------------- END of Removed Tables ---------------------------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------------------------- Changed/Added Files ---------------------------------------------------------------------------------------------------------------------- You need to upload (replace) following files on your server: include/globalfuntions.php, include/functions.php, includes/core.php, include/cleanup.php include/config.php, include/bittorent.php install/functions.php config/TWEAK messages.php, sendmessage.php, takemessage.php, upload.php, maxlogin.php, forums.php, announce.php, download.php userdetails.php, settings.php, takelogin.php, takeupload.php, usercp.php styles/large.css, styles/default.css pic/unreadpm.gif, pic/readpm.gif, pic/list.gif Note: After u upload new functions.php, dont forget to change line 144 and 154 in include/functions.php ---------------------------------------------------------------------------------------------------------------------- END of Changed/Added Files ---------------------------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------------------------- Removed Files ---------------------------------------------------------------------------------------------------------------------- takedelpms.php and takedelpm.php include/warnmail.php ---------------------------------------------------------------------------------------------------------------------- END Removed Files ----------------------------------------------------------------------------------------------------------------------