WebTrack History - Version: 3.5.8 (09-12-07) Author: Snille
2007-12-09 – 14:12
Version 3.5.8

Update information:

Added the posibility to use a .nfo file when adding a new movie.
Fixed some parsing problems when adding moves from IMDB.
And some other smaller things that i cant remember now...

Updated files:
webtrack\common.php
webtrack\mailform.php
webtrack\managetitles.php
webtrack\search.php

Profile files updated:
webtrack\profiles\airpolgas\add_template.htm - Added the .nfo option.
webtrack\profiles\dvd-profiler\add_template.htm - Added the .nfo option.
webtrack\profiles\lightgrey\add_template.htm - Added the .nfo option.
webtrack\profiles\movietrack1\add_template.htm - Added the .nfo option.
webtrack\profiles\movietrack2\add_template.htm - Added the .nfo option.
webtrack\profiles\pink\add_template.htm - Added the .nfo option.
webtrack\profiles\sagspan\add_template.htm - Added the .nfo option.
webtrack\profiles\sidetrack\add_template.htm - Added the .nfo option.
webtrack\profiles\snille\add_template.htm - Added the .nfo option.
webtrack\profiles\tv-track\add_template.htm - Added the .nfo option.

Updated version number and dates in all files in the mt root, webtrack\update, webtrack\loaders and webtrack\docs folders.

2006-12-01– 17:00
Version 3.5.7

Update information:

Added a new view (cover view) you select it when you search (Added 3 new templates).
Changed the “link” functions to "pick up" the settings from the show result selector (Full/List/Cover) when clicking the link.
Some code cleaning and code documentation / small bug fixing
Fixed parsing of episodes when adding TV-series, IMDb had changed the code (again).
Fixed the "page" function to "list all". That way you can actually list all by just keep clicking the "list all" link until all titles has been listed.

Updated files:
webtrack\auth.php – Some bug fixing and some documentation.
webtrack\common.php – Some documentation.
webtrack\defaultconfig.php – Added some variables to support the "cover view".
webtrack\layout.php – Added the new "cover view" selection.
webtrack\loadroutine.php – Added support for the "cover view".
webtrack\managetitles.php – Fixed episode parsing.
webtrack\search.php – Added support for the "cover view" and fixed the pages function.
webtrack\docs\How-to-create-your-own-style-profile.htm – Added 3 new templates.
webtrack\docs\Readme.htm – Updated with new information about pages.
webtrack\language\english.php – Updated some variables to fit the new "covers view" selection.
webtrack\loaders\antload.php – Updated documentation in code.

Updated files in the profiles:
webtrack\profiles\airpolgas\search.php – Added some javaScript to support the "auto" show selection.
webtrack\profiles\dvd-profiler\search.php – Added some javaScript to support the "auto" show selection.
webtrack\profiles\lightgrey\search.php – Added some javaScript to support the "auto" show selection.
webtrack\profiles\movietrack1\search.php – Added some javaScript to support the "auto" show selection.
webtrack\profiles\movietrack2\index.htm – Changed the "frame" size.
webtrack\profiles\movietrack2\search.php – Added some javaScript to support the "auto" show selection.
webtrack\profiles\pink\search.php – Added some javaScript to support the "auto" show selection.
webtrack\profiles\sagspan\search.php – Added some javaScript to support the "auto" show selection.
webtrack\profiles\sidetrack\search.php – Added some javaScript to support the "auto" show selection.
webtrack\profiles\snille\search.php – Added some javaScript to support the "auto" show selection.

Added files in the profiles:
webtrack\profiles\airpolgas\coverlisthead_template.htm
webtrack\profiles\airpolgas\coverlistbody_template.htm
webtrack\profiles\airpolgas\coverlistfoot_template.htm
webtrack\profiles\dvd-profiler\coverlisthead_template.htm
webtrack\profiles\dvd-profiler\coverlistbody_template.htm
webtrack\profiles\dvd-profiler\coverlistfoot_template.htm
webtrack\profiles\light\coverlisthead_template.htm
webtrack\profiles\light\coverlistbody_template.htm
webtrack\profiles\light\coverlistfoot_template.htm
webtrack\profiles\lightgrey\coverlisthead_template.htm
webtrack\profiles\lightgrey\coverlistbody_template.htm
webtrack\profiles\lightgrey\coverlistfoot_template.htm
webtrack\profiles\movietrack1\coverlisthead_template.htm
webtrack\profiles\movietrack1\coverlistbody_template.htm
webtrack\profiles\movietrack1\coverlistfoot_template.htm
webtrack\profiles\movietrack2\coverlisthead_template.htm
webtrack\profiles\movietrack2\coverlistbody_template.htm
webtrack\profiles\movietrack2\coverlistfoot_template.htm
webtrack\profiles\pink\coverlisthead_template.htm
webtrack\profiles\pink\coverlistbody_template.htm
webtrack\profiles\pink\coverlistfoot_template.htm
webtrack\profiles\sagspan\coverlisthead_template.htm
webtrack\profiles\sagspan\coverlistbody_template.htm
webtrack\profiles\sagspan\coverlistfoot_template.htm
webtrack\profiles\sidetrack\coverlisthead_template.htm
webtrack\profiles\sidetrack\coverlistbody_template.htm
webtrack\profiles\sidetrack\coverlistfoot_template.htm
webtrack\profiles\snille\coverlisthead_template.htm
webtrack\profiles\snille\coverlistbody_template.htm
webtrack\profiles\snille\coverlistfoot_template.htm

Updated version number and dates in all files in the webtrack root, webtrack\docs, webtrack\language, webtrack\loaders, webtrack\savers, and webtrack\update folders.

2006-11-03– 13:00
Version 3.5.6
Update information:

Added "focus" to the login box then logging in to WebTrack, you don't have to click the field any more.
Added "focus" to the "Title" text box when adding new titles to WebTrack online.
Added "focus" to the "Search" text box when loading WebTrack.
Added a "logout" function and link.
Added the possibility to just paste the IMDB link to a title in the "title search" field when adding titles to direct add that title.
Added "date" preferences in the update page. If using any other database except MovieTrack the used database date format may now be set.
Added a "export" function. This can be used to export the database to other formats. This is just a "preview" so far. I will add the possibility to set field selections later on.
Added a "result hit limit" to avoid a time out when the search is too wide. If the limit is hit, just push "search" again and the next number of max results will be displayed and so on.
Fixed rating column to be displayed correctly in when using AMC.
Finally figured out why some got PHP warnings when starting WebTrack.
Fixed some really nasty bugs in the AMC saving routine. If you have previously saved your database using WebTrack. I suggest you recopy your database XML file form AMC again to WebTrack. I had forgotten the "add date" post in the save routine.
Updated the "actors parse" routine, when parsing TV-series you did not get any actors.
Fixed a cookie bug, when trying to update the language file the wrong profile was used and therefore the wrong language file where updated.
Changed some text in the "language" file. Use webtrack/language to update your current profile. Remember to go thru all profiles you use to update all language files.
Big speed improvements when using AMC database.

Added files:
webtrack/export.php - Added the export function.

Updated files:
webtrack/auth.php - Added a logout function and some more.
webtrack/common.php - Added a decode function for special characters and some other smaller changes.
webtrack/layout.php - Fixed the annoying warning bug!
webtrack/loadroutine.php - Some smaller changes.
wabtrack/mailform.php - Fixed a small bug (typo).
webtrack/managetitles.php - Fixed the parsing of actors.
webtrack/docs/History.htm - This file!
webtrack/loaders/antload.php - Fixed the loading of the database, the "checked" value added.
webtrack/savers/antsaver.php - Allot of changes and bug fixes.

Profile files updated:
webtrack\profiles\airpolgas\add_template.htm - Changed to set the focus to the title field.
webtrack\profiles\airpolgas\export_template.htm - Added, used when exporting the database.
webtrack\profiles\airpolgas\login_template.htm - Changed to set the focus to the username field.
webtrack\profiles\airpolgas\search.php - Added a "logout" button (link).
webtrack\profiles\airpolgas\lang\alltext.php - Changed some text.
webtrack\profiles\dvd-profiler\add_template.htm - Changed to set the focus to the title field.
webtrack\profiles\dvd-profiler\export_template.htm - Added, used when exporting the database.
webtrack\profiles\dvd-profiler\login_template.htm - Changed to set the focus to the username field.
webtrack\profiles\dvd-profiler\search.php - Added a "logout" button (link).
webtrack\profiles\dvd-profiler\lang\alltext.php - Changed some text.
webtrack\profiles\light\export_template.htm - Added, used when exporting the database.
webtrack\profiles\light\login_template.htm - Changed to set the focus to the username field.
webtrack\profiles\light\search.php - Added a "logout" button (link).
webtrack\profiles\light\lang\alltext.php - Changed some text.
webtrack\profiles\lightgrey\add_template.htm - Changed to set the focus to the title field.
webtrack\profiles\lightgrey\export_template.htm - Added, used when exporting the database.
webtrack\profiles\lightgrey\login_template.htm - Changed to set the focus to the username field.
webtrack\profiles\lightgrey\search.php - Added a "logout" button (link).
webtrack\profiles\lightgrey\lang\alltext.php - Changed some text.
webtrack\profiles\movietrack1\add_template.htm - Changed to set the focus to the title field.
webtrack\profiles\movietrack1\export_template.htm - Added, used when exporting the database.
webtrack\profiles\movietrack1\login_template.htm - Changed to set the focus to the username field.
webtrack\profiles\movietrack1\search.php - Added a "logout" button (link).
webtrack\profiles\movietrack1\lang\alltext.php - Changed some text.
webtrack\profiles\movietrack2\add_template.htm - Changed to set the focus to the title field.
webtrack\profiles\movietrack2\export_template.htm - Added, used when exporting the database.
webtrack\profiles\movietrack2\login_template.htm - Changed to set the focus to the username field.
webtrack\profiles\movietrack2\search.php - Added a "logout" button (link).
webtrack\profiles\movietrack2\lang\alltext.php - Changed some text.
webtrack\profiles\movietrack2\pics\movietrack2.gif - Updated the picture.
webtrack\profiles\pink\add_template.htm - Changed to set the focus to the title field.
webtrack\profiles\pink\export_template.htm - Added, used when exporting the database.
webtrack\profiles\pink\login_template.htm - Changed to set the focus to the username field.
webtrack\profiles\pink\search.php - Added a "logout" button (link).
webtrack\profiles\pink\lang\alltext.php - Changed some text.
webtrack\profiles\sagspan\add_template.htm - Changed to set the focus to the title field.
webtrack\profiles\sagspan\export_template.htm - Added, used when exporting the database.
webtrack\profiles\sagspan\login_template.htm - Changed to set the focus to the username field.
webtrack\profiles\sagspan\search.php - Added a "logout" button (link).
webtrack\profiles\sagspan\lang\alltext.php - Changed some text.
webtrack\profiles\sidetrack\add_template.htm - Changed to set the focus to the title field.
webtrack\profiles\sidetrack\export_template.htm - Added, used when exporting the database.
webtrack\profiles\sidetrack\login_template.htm - Changed to set the focus to the username field.
webtrack\profiles\sidetrack\search.php - Added a "logout" button (link).
webtrack\profiles\sidetrack\lang\alltext.php - Changed some text.
webtrack\profiles\snille\add_template.htm - Changed to set the focus to the title field.
webtrack\profiles\snille\export_template.htm - Added, used when exporting the database.
webtrack\profiles\snille\login_template.htm - Changed to set the focus to the username field.
webtrack\profiles\snille\search.php - Added a "logout" button (link).
webtrack\profiles\snille\lang\alltext.php - Changed some text.
webtrack\profiles\tv-track\add_template.htm - Changed to set the focus to the title field.
webtrack\profiles\tv-track\export_template.htm - Added, used when exporting the database.
webtrack\profiles\tv-track\login_template.htm - Changed to set the focus to the username field.
webtrack\profiles\tv-track\topframe.htm - Added a "logout" button (link).
webtrack\profiles\tv-track\lang\alltext.php - Changed some text.

Updated version number and dates in all files in the webtrack root, webtrack\docs, webtrack\language, webtrack\loaders, webtrack\savers, and webtrack\update folders.

2006-09-23 – 16:00
Version 3.5.5

Update information:

Allot has been updated. And also some have had problems with previous updates.
That's why I now recommend you to just delete your old WebTrack installation and install this one instead. Remember to backup your "users.php", "config.php" and the database (with covers) before you delete everything. Hopefully with a fresh start it will work.

Fixed prefix movement in the title. When using AMC the prefix was not moved correctly. This resulted in a correct sorting when listing the titles.
Fixed language loading routine, it used the wrong version number for checking the language file.
Added a new tag in the body {EXPORT_MOVIENAMEVERTPRE} for vertical title with the "prefix" behind the title. This is mostly used when printing covers, requested by ...
Added prefix selection in the update page. You can now enter in the prefixes separated with a comma.

Updated files:
webtrack/auth.php - Fixed language loading routine.
webtrack/common.php - Rewrote the name fix function.
webtrack/index.php - Fixed language loading routine.
webtrack/layout.php - Fixed language loading routine.
webtrack/mailform.php - Fixed language loading routine.
webtrack/managetitles.php - Fixed language loading routine.
webtrack/manageusers.php - Fixed language loading routine.
webtrack/profiles.php - Fixed language loading routine.
webtrack/search.php - Added new tag and fixed language loading routine.
webtrack/select.php - Fixed language loading routine.
webtrack/docs/History.htm - This file!
webtrack/docs/How-to-create-your-own-style-profile.htm - Updated with the latest changes.
webtrack/loaders/antload.php - Fixed titles to be loaded with the prefix behind the title.
webtrack/update/index.php - Fixed language loading routine.

Updated version number and dates in all files in the webtrack root, webtrack\docs, webtrack\language, webtrack\loaders, webtrack\savers, and webtrack\update folders.

2006-07-21 – 15:00
Version 3.5.4

Update information:

Changed the default root dir to "webtrack" instead of "mt".
Added a language php file in profiles/styleprofilename/lang. That way you can have profiles in different languages. The "webtrack/language" page create/updates the language php file in the current selected style profile. Remember to add the new lang folder to your style profile. Then copy your old language file in to that folder. Rename the file to alltext.php and go to the update page and change the name of your default language file in there. Now go to the webtrack/language page and update your language file with the added texts.
Rewrote the "update" page to be more dynamic if adding new variables, less work have to be done (learning the hard way).
Moved the "Present" and "Absent" text to the language file to be able to translate it as all other text.
Added a path to the "users.php" file. If you run multiple WebTrack systems you can now use the same users in all of them.
Fixed IMDB parsing, The IMDB site just changed a bit in their actors layout (added pictures), so my parsing no longer worked. But now it dos. :)

Updated files:
webtrack/auth.php - Added style profile language support and common users support.
webtrack/common.php - Added style profile language support and some other smaller changes.
webtrack/defaultconfig.php - Added comments to all variables, used for creating the update page dynamically.
webtrack/index.php - Added style profile language support.
webtrack/layout.php - Added style profile language support.
webtrack/mailform.php - Added style profile language support.
webtrack/managetitles.php - Added style profile language support.
webtrack/manageusers.php - Added style profile language support and common users support.
webtrack/profiles.php - Added style profile language support.
webtrack/search.php - Added style profile language support and more.
webtrack/select.php - Added style profile language support.
webtrack/docs/History.htm - This file!
webtrack/docs/How-to-create-your-own-style-profile.htm - Updated with the latest changes.
webtrack/docs/How-to-install.htm - Updated with the latest changes.
webtrack/docs/How-to-install-a-local-web-server-and-WebTrack.htm - Updated with the latest changes.
webtrack/docs/Manage-titles.htm - Updated with the latest changes.
webtrack/docs/Manage-users.htm - Updated with the latest changes.
webtrack/docs/Readme.htm - Updated with the latest changes.
webtrack/language/english.php  - The default language file, if all the others are missing, added "Present" and "Absent".
webtrack/language/index.php - Rewrote some of the code to support language files in the style profiles.
webtrack/loaders/antload.php - Removed "Present" and "Absent" from the loader.
webtrack/loaders/mtload32.php - Removed "Present" and "Absent" text from the loader.
webtrack/loaders/mtload33x.php - Removed "Present" and "Absent" text from the loader.
webtrack/savers/mtsaver.php - Changed the code for "Present" and "Absent".
webtrack/update/index.php - Rewrote it completely to be more dynamic.

Added files:
webtrack/profiles/lang/alltext.php - Added in all style profiles. This is the language file for the current profile.

Removed files:
webtrack/update/updatecfg.php - Not needed any more.

Updated version number and dates in all files in the webtrack root, webtrack\docs, webtrack\language, webtrack\loaders, webtrack\savers, and webtrack\update folders.

2006-05-07 – 01:40
Version 3.5.3

Update information:

Added language support. Now you can change all text in WebTrack from one place. And create your own style profile on your own language to get a completely localized WebTrack.
Added the "Trailer" dir to the database array. The trailer files shall reside in a directory with the name as the number of the title they are for. And the "common" directory with trailer "directories" is specified on the update page. All trailers (or any files actually) inside each folder for the specific title will be listed under the trailers "category" in the template.
Fixed some smaller things in the loader routine. 
Added "header information" when requesting information from IMDB. They recently changed there servers not to accept connections not providing "header information". This resulted in that the updating and adding of titles where impossible form WebTrack.
Added the "Plot" field for searching.
Added different cover picture sizes for DVD back, DVD front, CD back and CD front. (added 8 new "Tags" for this and removed 4 old ones).
Added a "listnr mtnumber-mtnumber" function.
Corrected the "title parsing" when add / edit movies in the manage titles page. IMDB changed there code.
Corrected the "delete title" function.

Updated files:
All files in the mt, mt\loaders, mt\docs, mt\savers and the mt\update folder where updated due to language support added.

Added folder:
mt/language - All language files shall be saved in here.

Added files:
mt\english.php - File with ALL english text in WebTrack not found in the profile.
mt\index.php - The update / create language file page.

Profile files updated:
mt\profiles\airpolgas\cd_template.htm - Changed the picture tags to the new ones.
mt\profiles\airpolgas\dvd_template.htm - Changed the picture tags to the new ones.
mt\profiles\dvd-profiler\cd_template.htm - Changed the picture tags to the new ones.
mt\profiles\dvd-profiler\dvd_template.htm - Changed the picture tags to the new ones.
mt\profiles\lightgrey\cd_template.htm - Changed the picture tags to the new ones.
mt\profiles\lightgrey\dvd_template.htm - Changed the picture tags to the new ones.
mt\profiles\movietrack1\cd_template.htm - Changed the picture tags to the new ones.
mt\profiles\movietrack1\dvd_template.htm - Changed the picture tags to the new ones.
mt\profiles\movietrack2\cd_template.htm - Changed the picture tags to the new ones.
mt\profiles\movietrack2\dvd_template.htm - Changed the picture tags to the new ones.
mt\profiles\pink\cd_template.htm - Changed the picture tags to the new ones.
mt\profiles\pink\dvd_template.htm - Changed the picture tags to the new ones.
mt\profiles\sagspan\cd_template.htm - Changed the picture tags to the new ones.
mt\profiles\sagspan\dvd_template.htm - Changed the picture tags to the new ones.
mt\profiles\sidetrack\cd_template.htm - Changed the picture tags to the new ones.
mt\profiles\sidetrack\dvd_template.htm - Changed the picture tags to the new ones.
mt\profiles\snille\cd_template.htm - Changed the picture tags to the new ones.
mt\profiles\snille\dvd_template.htm - Changed the picture tags to the new ones.
mt\profiles\tv-track\cd_template.htm - Changed the picture tags to the new ones.
mt\profiles\tv-track\dvd_template.htm - Changed the picture tags to the new ones.

Updated version number and dates in all files in the mt root, mt\update, mt\loaders and mt\docs folders.

2006-04-25 – 20:31
Version 3.5.2

Update information:

Added sorting of the results when searching includes a "AND" or an "OR". I had forgotten about that. :)
Added a replace routine for the print list layout. You can now replace the default $none (n/a) with anything (selected from the update page under the $printnone). (request from pollewops).
Added sizes for the DVD and CD cover printout. When the picture is inserted 4 new tags can be used to set the size of the picture in the same way as for the popup, list, normal view and in the Add/Edit page.
Added adding, editing and saving of titles online in AMC databases.
Added a "Search & Replace" function to be able to add HTML commands in a filed.
Changed the number links (1 2 3 4) to a number sign (#) instead (thank you xyncro for the idea).
Removed borders around pictures in list and nirmal view (thank you namruuh for the idea).
Fixed the loading of the MT database to be correct again after changing the HTML special characters function.

Updated files:
mt\search.php - Added sorting for AND or OR searches, fixed problem with special characters and more.
mt\common.php - Added sorting for AND or OR searches, added a new special characters decoding function and more.
mt\defaultconfig.php - Added new default variables.
mt\loadroutine.php - Some smaller but important changes only.
mt\managetitles.php - Changed variables to use to special characters decoding function and more.
mt\mailform.php - Some smaller but important changes only.
mt\loaders\antload.php - Changed the decoding routine to an "older" version to support older PHP versions and more.
mt\loaders\mtload32.php - Changed the decoding routine to an "older" version to support older PHP versions and more.
mt\loaders\mtload33x.php - Changed the decoding routine to an "older" version to support older PHP versions and more.
mt\docs\How-to-install.htm - Added CHMOD info.
mt\docs\How-to-install-a-local-web-server-and-WebTrack.htm - Added CHMOD info and more.
mt\update\index.php - Updated with new variables.
mt\update\updatecfg.php - Updated with new variables.

Added files:
mt\savers\antsaver.php - Saves the AMC database.
mt\savers\mtsaver.php - Saves the MT database.

Profile files updated:
mt\profiles\airpolgas\search.php - Changed the number links to a #.
mt\profiles\airpolgas\listhead_template.htm - Removed picture border.
mt\profiles\airpolgas\listbody_template.htm - Removed picture border.
mt\profiles\airpolgas\body_template.htm - Removed picture border.
mt\profiles\airpolgas\cd_template.htm - Updated with the new size tags.
mt\profiles\airpolgas\dvd_template.htm - Updated with the new size tags.
mt\profiles\airpolgas\addedit_template.htm - Added cover image sizes.
mt\profiles\dvd-profiler\search.php - Changed the number links to a #.
mt\profiles\dvd-profiler\listhead_template.htm - Removed picture border.
mt\profiles\dvd-profiler\listbody_template.htm - Removed picture border.
mt\profiles\dvd-profiler\body_template.htm - Removed picture border.
mt\profiles\dvd-profiler\cd_template.htm - Updated with the new size tags.
mt\profiles\dvd-profiler\dvd_template.htm - Updated with the new size tags.
mt\profiles\dvd-profiler\addedit_template.htm - Added cover image sizes.
mt\profiles\lightgrey\search.php - Changed the number links to a #.
mt\profiles\lightgrey\listhead_template.htm - Removed picture border.
mt\profiles\lightgrey\listbody_template.htm - Removed picture border.
mt\profiles\lightgrey\body_template.htm - Removed picture border.
mt\profiles\lightgrey\cd_template.htm - Updated with the new size tags.
mt\profiles\lightgrey\dvd_template.htm - Updated with the new size tags.
mt\profiles\lightgrey\addedit_template.htm - Added cover image sizes.
mt\profiles\movietrack1\search.php - Changed the number links to a #.
mt\profiles\movietrack1\listhead_template.htm - Removed picture border.
mt\profiles\movietrack1\listbody_template.htm - Removed picture border.
mt\profiles\movietrack1\body_template.htm - Removed picture border.
mt\profiles\movietrack1\cd_template.htm - Updated with the new size tags.
mt\profiles\movietrack1\dvd_template.htm - Updated with the new size tags.
mt\profiles\movietrack1\addedit_template.htm - Added cover image sizes.
mt\profiles\movietrack2\search.php - Changed the number links to a #.
mt\profiles\movietrack2\listhead_template.htm - Removed picture border.
mt\profiles\movietrack2\listbody_template.htm - Removed picture border.
mt\profiles\movietrack2\body_template.htm - Removed picture border.
mt\profiles\movietrack2\cd_template.htm - Updated with the new size tags.
mt\profiles\movietrack2\dvd_template.htm - Updated with the new size tags.
mt\profiles\movietrack2\addedit_template.htm - Added cover image sizes.
mt\profiles\pink\search.php - Changed the number links to a #.
mt\profiles\pink\listhead_template.htm - Removed picture border.
mt\profiles\pink\listbody_template.htm - Removed picture border.
mt\profiles\pink\body_template.htm - Removed picture border.
mt\profiles\pink\cd_template.htm - Updated with the new size tags.
mt\profiles\pink\dvd_template.htm - Updated with the new size tags.
mt\profiles\pink\addedit_template.htm - Added cover image sizes.
mt\profiles\sagspan\search.php - Changed the number links to a #.
mt\profiles\sagspan\listhead_template.htm - Removed picture border.
mt\profiles\sagspan\listbody_template.htm - Removed picture border.
mt\profiles\sagspan\body_template.htm - Removed picture border.
mt\profiles\sagspan\cd_template.htm - Updated with the new size tags.
mt\profiles\sagspan\dvd_template.htm - Updated with the new size tags.
mt\profiles\sagspan\addedit_template.htm - Added cover image sizes.
mt\profiles\sidetrack\search.php - Changed the number links to a #.
mt\profiles\sidetrack\listhead_template.htm - Removed picture border.
mt\profiles\sidetrack\body_template.htm - Removed picture border.
mt\profiles\sidetrack\body_template.htm - Removed picture border.
mt\profiles\sidetrack\cd_template.htm - Updated with the new size tags.
mt\profiles\sidetrack\dvd_template.htm - Updated with the new size tags.
mt\profiles\sidetrack\addedit_template.htm - Added cover image sizes.
mt\profiles\snille\search.php - Changed the number links to a #.
mt\profiles\snille\listhead_template.htm - Removed picture border.
mt\profiles\snille\listbody_template.htm - Removed picture border.
mt\profiles\snille\body_template.htm - Removed picture border.
mt\profiles\snille\cd_template.htm - Updated with the new size tags.
mt\profiles\snille\dvd_template.htm - Updated with the new size tags.
mt\profiles\snille\addedit_template.htm - Added cover image sizes.
mt\profiles\tv-track\search.php - Changed the number links to a #.
mt\profiles\tv-track\cd_template.htm - Updated with the new size tags.
mt\profiles\tv-track\body_template.htm - Removed picture border.
mt\profiles\tv-track\dvd_template.htm - Updated with the new size tags.
mt\profiles\tv-track\addedit_template.htm - Added cover image sizes.

Updated version number and dates in all files in the mt root, mt\update, mt\loaders and mt\docs folders
2006-04-12 – 22:13
Version 3.5.1

Update information:

Added sizing of pictures in 2 templates of all profiles, and a function that calculates the aspect to the maximum configured size (it is only the visual size that changes). The size is set on the update page. There are 3 different sizes, List picture size, Popup picture size and Normal picture size. The sizes are used in different places as you can understand of the names. :)
Added a " loanmail_template.htm" to be used when sending loan mails if you use the mailform.
Added "AMC" in the database format display in the header when database type is AMC.
Added "MT" in the database format display in the header when database type is MT.
Added a "multi mail" function, if you have a login based WebTrack and use the "mailform". You can now if you are logged in as an administrator mail a "News mail" directly from the WebTrack listing. You just list the titles you want to "show" to any or all of your users and press the "Mail listed titles to users" link at the bottom of the list.
Added 6 new "tags" in the body for the 3 different picture sizes ant popup.
{EXPORT_IMAGELISTHEIGHT} = Height of image for the list view.
{EXPORT_IMAGELISTWIDTH} = Width of image for the list view.
{EXPORT_IMAGENORMALHEIGHT} = Height of image for the normal view.
{EXPORT_IMAGENORMALWIDTH} = Width of image for the normal view.
{EXPORT_IMAGEPOPHEIGHT} = Height of image for the popup.
{EXPORT_IMAGEPOPWIDTH} = Width of image for the popup.
Added a new tag in head for the popup behaviour.
{EXPORT_POPUPCONFIG} = How the popup shall behave.
Added 3 new settings for the popup behaviour in the update page.
Fixed a small bug with the naming correction function.
Fixed forgotten </HEAD> in all profiles "loan_template.htm" and "login_template.htm".

Updated files:
mt\common.php - Added the size calculate function and slash function.
mt\defaultconfig.php - Added the new default size values, popup values and more.
mt\managetitles.php - Removed the size calculate code and used the new calculate function instead.
mt\search.php - Added support for all new different size tags and the multi mail function.
mt\docs\History.htm - Complete history of webtrack (This file).
mt\docs\How-to-create-your-own-style-profile.htm - Updated with new templates.
mt\docs\How-to-install.htm - Updated with new database support info.
mt\docs\How-to-install-a-local-web-server-and-WebTrack.htm - Updated with new database support info.
mt\docs\Manage-titles.htm - Minor updates about database support.
mt\docs\Manage-users.htm - Updated some links.
mt\docs\Readme.htm - Updated with new database support info.
mt\loaders\antload.php - Small update to show the database type.
mt\loaders\mtload32.php- Small update to show the database type.
mt\loaders\mtload33x.php - Small update to show the database type.
mt\update\index.php - Added the new max size values, popup values and more.
mt\update\updatecfg.php - Added the new max size values, popup values and more.

Added files:
mt\update\main15.js - The java script handling the "popups".

Profile files updated:
mt\profiles\airpolgas\body_template.htm - Added the new size tags.
mt\profiles\airpolgas\listbody_template.htm - Added the new size tags.
mt\profiles\airpolgas\loan_template.htm - Added missing </HEAD> tag.
mt\profiles\airpolgas\login_template.htm - Added missing </HEAD> tag.
mt\profiles\airpolgas\head_template.htm - Added {EXPORT_POPUPCONFIG} tag for the popup behavior.
mt\profiles\airpolgas\listhead_template.htm - Added {EXPORT_POPUPCONFIG} tag for the popup behavior.
mt\profiles\dvd-profiler\body_template.htm - Added the new size tags.
mt\profiles\dvd-profiler\listbody_template.htm - Added the new size tags.
mt\profiles\dvd-profiler\loan_template.htm - Added missing </HEAD> tag.
mt\profiles\dvd-profiler\login_template.htm - Added missing </HEAD> tag.
mt\profiles\dvd-profiler\head_template.htm - Added {EXPORT_POPUPCONFIG} tag for the popup behavior.
mt\profiles\dvd-profiler\listhead_template.htm - Added {EXPORT_POPUPCONFIG} tag for the popup behavior.
mt\profiles\lightgrey\body_template.htm - Added the new size tags.
mt\profiles\lightgrey\listbody_template.htm - Added the new size tags.
mt\profiles\lightgrey\loan_template.htm - Added missing </HEAD> tag.
mt\profiles\lightgrey\login_template.htm - Added missing </HEAD> tag.
mt\profiles\lightgrey\head_template.htm - Added {EXPORT_POPUPCONFIG} tag for the popup behavior.
mt\profiles\lightgrey\listhead_template.htm - Added {EXPORT_POPUPCONFIG} tag for the popup behavior.
mt\profiles\movietrack1\body_template.htm - Added the new size tags.
mt\profiles\movietrack1\listbody_template.htm - Added the new size tags.
mt\profiles\movietrack1\loan_template.htm - Added missing </HEAD> tag.
mt\profiles\movietrack1\login_template.htm - Added missing </HEAD> tag.
mt\profiles\movietrack1\head_template.htm - Added {EXPORT_POPUPCONFIG} tag for the popup behavior.
mt\profiles\movietrack1\listhead_template.htm - Added {EXPORT_POPUPCONFIG} tag for the popup behavior.
mt\profiles\movietrack2\body_template.htm - Added the new size tags.
mt\profiles\movietrack2\listbody_template.htm - Added the new size tags.
mt\profiles\movietrack2\loan_template.htm - Added missing </HEAD> tag.
mt\profiles\movietrack2\login_template.htm - Added missing </HEAD> tag.
mt\profiles\movietrack2\head_template.htm - Added {EXPORT_POPUPCONFIG} tag for the popup behavior.
mt\profiles\movietrack2\listhead_template.htm - Added {EXPORT_POPUPCONFIG} tag for the popup behavior.
mt\profiles\pink\body_template.htm - Added the new size tags.
mt\profiles\pink\listbody_template.htm - Added the new size tags.
mt\profiles\pink\loan_template.htm - Added missing </HEAD> tag.
mt\profiles\pink\login_template.htm - Added missing </HEAD> tag.
mt\profiles\pink\head_template.htm - Added {EXPORT_POPUPCONFIG} tag for the popup behavior.
mt\profiles\pink\listhead_template.htm - Added {EXPORT_POPUPCONFIG} tag for the popup behavior.
mt\profiles\sagspan\body_template.htm - Added the new size tags.
mt\profiles\sagspan\listbody_template.htm - Added the new size tags.
mt\profiles\sagspan\loan_template.htm - Added missing </HEAD> tag.
mt\profiles\sagspan\login_template.htm - Added missing </HEAD> tag.
mt\profiles\sagspan\head_template.htm - Added {EXPORT_POPUPCONFIG} tag for the popup behavior.
mt\profiles\sagspan\listhead_template.htm - Added {EXPORT_POPUPCONFIG} tag for the popup behavior.
mt\profiles\sidetrack\body_template.htm - Added the new size tags.
mt\profiles\sidetrack\listbody_template.htm - Added the new size tags.
mt\profiles\sidetrack\loan_template.htm - Added missing </HEAD> tag.
mt\profiles\sidetrack\login_template.htm - Added missing </HEAD> tag.
mt\profiles\sidetrack\head_template.htm - Added {EXPORT_POPUPCONFIG} tag for the popup behavior.
mt\profiles\sidetrack\listhead_template.htm - Added {EXPORT_POPUPCONFIG} tag for the popup behavior.
mt\profiles\snille\body_template.htm - Added the new size tags.
mt\profiles\snille\listbody_template.htm - Added the new size tags.
mt\profiles\snille\loan_template.htm - Added missing </HEAD> tag.
mt\profiles\snille\login_template.htm - Added missing </HEAD> tag.
mt\profiles\snille\head_template.htm - Added {EXPORT_POPUPCONFIG} tag for the popup behavior.
mt\profiles\snille\listhead_template.htm - Added {EXPORT_POPUPCONFIG} tag for the popup behavior.
mt\profiles\tv-track\body_template.htm - Added the new size tags.
mt\profiles\tv-track\loan_template.htm - Added missing </HEAD> tag.
mt\profiles\tv-track\login_template.htm - Added missing </HEAD> tag.

Added profile files:
mt\profiles\airpolgas\loanmail_template.htm - Used for mailing loan mails.
mt\profiles\airpolgas\multimail_template.htm - Used for multimaling.
mt\profiles\dvd-profiler\loanmail_template.htm - Used for mailing loan mails.
mt\profiles\dvd-profiler\multimail_template.htm - Used for multimaling.
mt\profiles\lightgrey\loanmail_template.htm - Used for mailing loan mails.
mt\profiles\lightgrey\multimail_template.htm - Used for multimaling.
mt\profiles\movietrack1\loanmail_template.htm - Used for mailing loan mails.
mt\profiles\movietrack1\multimail_template.htm - Used for multimaling.
mt\profiles\movietrack2\loanmail_template.htm - Used for mailing loan mails.
mt\profiles\movietrack2\multimail_template.htm - Used for multimaling.
mt\profiles\pink\loanmail_template.htm - Used for mailing loan mails.
mt\profiles\pink\multimail_template.htm - Used for multimaling.
mt\profiles\sagspan\loanmail_template.htm - Used for mailing loan mails.
mt\profiles\sagspan\multimail_template.htm - Used for multimaling.
mt\profiles\sidetrack\loanmail_template.htm - Used for mailing loan mails.
mt\profiles\sidetrack\multimail_template.htm - Used for multimaling.
mt\profiles\snille\loanmail_template.htm - Used for mailing loan mails.
mt\profiles\snille\multimail_template.htm - Used for multimaling.
mt\profiles\tv-track\loanmail_template.htm - Used for mailing loan mails.
mt\profiles\tv-track\multimail_template.htm - Used for multimaling.

Updated version number and dates in all files in the mt root, mt\update, mt\loaders and mt\docs folders.
2006-04-08 – 22:56
Version 3.5.1

Update information:

Added support for Ant Movie Catalog XML files - Change settings in config.php (using the update page).

Added a border and border color on the "select" element in the style sheet on the MovieTrack2 profile.
Fixed a bug when updating all the IMDB information in an existing title, some information non IMDB related was not preserved. 
Added some new tags (if using Ant Movie Catalog) Tags added in normal boy and list body: {EXPORT_SUBTITLES}, {EXPORT_COUNTRY} and {EXPORT_PRODUCER}. I think the meanings of the tags are pretty obvious. :)
Added a new search field (if using Ant Movie Catalog) you can search for Producer as well.
Created a new folder called "loaders" and moved all the loader files in to that folder. (load32.php renamed it to mtload32.php  and load33x.php renamed it to mtload33x.php)
Created a new loader file for the Ant Catalog program calles andload.php, located in the loaders folder.

Updated files:
mt\search.php - Updated for support of more databases.
mt\loadroutine.php - Updated to support the Ant Movies Catalog
mt\defaultconfig.php - Updated to support the Ant Movies Catalog
mt\manageusers.php - Some bugfixing.
mt\managetitles.php - Some bugfixing.
mt\manageusers.php - Bug fix when updating all IMDB info.
mt\loaders\mtload32.php - Some changes when adding more information to the movie array.
mt\loaders\mtload33x.php - Some changes when adding more information to the movie array.
mt\layout.php - Added new search category.

Added files:
mt\loaders\antload.php - The Ant Movie Catalog loader.

Moved files:
mt\load32.php - Moved and renamed to mt\loaders\mtload32.php
mt\load33x.php - Moved and renamed to mt\loaders\mtload33x.php

Profile files updated:
mt\profiles\movietrack2\style\normal.css - Select field color update.
mt\profiles\movietrack2\pics\header.jpg - New logo
mt\profiles\movietrack2\search.php - Change the logo and the logo link

Updated version number and dates in all files in the mt root, mt\update, mt\loaders and mt\docs folders.

2006-03-18 – 22:56
Version 3.4.4

Update information:

First of all, I have decided to removed the "demo" database files and cover pictures from the release from now on. This means that you can just copy everything in the archive over your old installation without loosing your own database. It also means that new user HAVE to have there own database. :)

Bug fix, when authentication where set to 2 (only login when doing anything but search), if you clicked a "add movie to loan list" number you got the login but when you had lagged in your movie that you clicked was not added, and the same problem was appearing with editing of titles.
Bug fix, when loading titles that did not have any IMDB information entered there where errors in the title displayed.
Bug fix, when adding titles and the MT Genre field were empty, the value saved in the MovieTrack.dat file made MovieTrack to crash.
Corrected some more HTML errors in the listbody_template.htm and body_template.htm templates in almost all profiles.
Added two new templates, one for the user management system and one for the user access request.
Added an "Add/edit users" link in all profiles (except TV-Track).
Rewritten the "User management system" completely and therefore removed 2 files from the system and updated the login_template.htm files in all profiles and also updated the . When you have upgraded to this version you can delete addedituser.php and userrequest.php files from your web server. These tow files are not used anymore.

Updated files:
mt\auth.php - Bug fix, when logging in.
mt\managetitles.php - Bug fix, when adding title and if the MT Genre was empty, login bug.
mt\manageusers.php - Added a "template" for the user management system.
mt\select.php - Bug fix, when logging in.
mt\loadroutine.php - Bug fix.

Updated doc files:
mt\docs\History.htm - Complete revision history of WebTrack.
mt\docs\How-to-create-your-own-style-profile.htm - Updated with new templates and tags.

Profile files updated:
mt\airpolgas\listbody_template.htm
mt\airpolgas\login_template.htm
mt\airpolgas\search.php
mt\dvd-profiler\add_template.htm
mt\dvd-profiler\addedit_template.htm
mt\dvd-profiler\addlistbody_template.htm
mt\dvd-profiler\addlistfoot_template.htm
mt\dvd-profiler\addlisthead_template.htm
mt\dvd-profiler\body_template.htm
mt\dvd-profiler\listbody_template.htm
mt\dvd-profiler\login_template.htm
mt\dvd-profiler\search.php
mt\lightgrey\body_template.htm
mt\lightgrey\listbody_template.htm
mt\lightgrey\login_template.htm
mt\lightgrey\search.php
mt\gray\normal.css
mt\movietrack1\body_template.htm
mt\movietrack1\listbody_template.htm
mt\movietrack1\login_template.htm
mt\movietrack1\search.php
mt\movietrack2\body_template.htm
mt\movietrack2\listbody_template.htm
mt\movietrack2\login_template.htm
mt\pink\body_template.htm
mt\pink\listbody_template.htm
mt\pink\login_template.htm
mt\pink\search.php
mt\pink\normal.css
mt\sagspan\add_template.htm
mt\sagspan\addedit_template.htm
mt\sagspan\addlistbody_template.htm
mt\sagspan\addlistfoot_template.htm
mt\sagspan\addlisthead_template.htm
mt\sagspan\body_template.htm
mt\sagspan\listbody_template.htm
mt\sagspan\login_template.htm
mt\sagspan\search.php
mt\sidetrack\body_template.htm
mt\sidetrack\listbody_template.htm
mt\sidetrack\login_template.htm
mt\sidetrack\search.php
mt\snille\body_template.htm
mt\snille\listbody_template.htm
mt\snille\login_template.htm
mt\snille\search.php
mt\tv-track\login_template.htm

Profiles added files:
mt\airpolgas\userreq_template.htm - New template
mt\airpolgas\userreq_template.htm - New template
mt\dvd-profiler\useredit_template.htm - New template
mt\dvd-profiler\userreq_template.htm - New template
mt\lightgrey\useredit_template.htm - New template
mt\lightgrey\userreq_template.htm - New template
mt\movietrack1\useredit_template.htm - New template
mt\movietrack1\userreq_template.htm - New template
mt\movietrack2\useredit_template.htm - New template
mt\movietrack2\userreq_template.htm - New template
mt\pink\useredit_template.htm - New template
mt\pink\userreq_template.htm - New template
mt\sagspan\useredit_template.htm - New template
mt\sagspan\userreq_template.htm - New template
mt\sidetrack\useredit_template.htm - New template
mt\sidetrack\userreq_template.htm - New template
mt\snille\useredit_template.htm - New template
mt\snille\userreq_template.htm - New template
mt\tv-track\useredit_template.htm - New template
mt\tv-track\userreq_template.htm - New template

Removed files:
mt\addedituser.php - Removed due to the rewritten user management system.
mt\userrequest.php - Removed due to the rewritten user management system.

Updated version number and dates in all files in the mt root, mt/update and mt/docs folders.

2006-03-11 – 20:50
Version 3.4.3

Update information:

Warning! Heavy updates in this release. I would recommend you to delete your old installation except your config.php (and your users.php if you have been using a login based WebTrack, how ever some editing will have to be done in the user.php).
Also make sure you have your databases, covers and trailers backed up of course. :)

Added a function in the loan list window to be able to "get sizes" of selected titles.
This can be very useful when you are selecting movies for backup to an external hard drive. The total amount of data required for selected titles will be shown (A bug in PHP makes files over 4Gb presented in very strange sizes. So, if you are using for example DVD image files, do not trust the sizes).
Added a "Latest added" link on all profiles search page.
Added a "start" page in each profile instead of an empty search.
Added an "Add/Edit" function for adding and editing titles. Now you don’t have to use MovieTrack to just add a new title or edit some information in a title (and yes, the cover is downloaded from IMDB as well). However you still need MovieTrack to add "Media" information and/or do add/update multiple titles at once. You can download the database files in to MovieTrack again after updating information using WebTrack. I have taken the liberty to parse the characters name as well as the actor's name. Both will be presented in the actor's field like this: Actors name as Characters name, Actors name as Characters name... and so on if you want. This feature is selected from the update page (it's default off). The databases will still work in MovieTrack, even with the character present. It just doesn't know what are actors and what are characters. :)
Also, if you are still using the 3.2 version of MovieTrack, you can not use the manage title feature. This is due to differentials in the database files, and you should REALLY think about updating MovieTrack to the latest version. :)
Added more levels to the rights system, a users can now have rights to 1 = only search, 2 = search and use the loan list, 3 = search, use the loan list and add/remove/edit movies, 4 = search, use loan list, add/remove/edit movies and add/remove/edit users. The "admin" user in the config.php (mt/update) has been removed and replaced with a user in the user management system default called "admin" with password "1234". This can of course be changed from the user management system.
OBS: If you have used the "user management system", you will have to add the "admin" user manually the first time in the "users.php" file to be able to continue to use the system (see how to below). This is due to changes in the config.php file. If you have not used the user management system just delete your users.php file and it will be recreated with the necessary changes when you save your config.php file from the mt/update page.
Added a new set of templates in all profiles, see the profiles update list. And also with that a new set of "{EXPORT_TAGS}" were added, see the "How-to-create-your-own-style-profile.htm" file for more information.
Changed the Backup-Script routine allot. First of all it has to be named as it is when "downloaded". This is due to that I will run the script from itself to be able to create a "log-file" of the backup procedure. When the script is finished a file called Bakuplog.txt has been created showing step by step what has been done.
Bug fix in the email address checking system, all email addresses where discarded as not a real email address.
Some other minor updates in functions and the html coding. And probably some other things that I have forgotten about. :)

Instructions how to add a "admin" user to your users.php file:
Edit your users.php file in any text editor (notepad) look up the last entered users email address (it's almost at the end of the line. Directly after the last users email address (before the " character) enter the following: "|admin,1234,4,admin@email.com" (with out the " characters). Save the file and you are done. You have now added a "admin" user with password "1234". Use that user to enter the user management system. You can add a new user with the same credentials and then delete the default "admin" user. The changes will become active when you restart your browser (when the cookie is deleted).

Updated files:
mt\addedituser.php - Added the new security groups.
mt\auth.php - Added the new security groups.
mt\common.php - Added a human byte size function (kb, Mb, Gb…), Updated email validation function and more.
mt\defaultconfig.php - Added new default variables, removed "admin" user and password.
mt\index.php - Changed some information text.
mt\load32.php - Changed some in the loading to be able to use it from other scripts.
mt\load33x.php - Changed some in the loading to be able to use it from other scripts.
mt\mailform.php - Fixed bug, no mail addresses entered where "valid" according to the script.
mt\manageusers.php - Added the new security groups.
mt\search.php - Added size check and changed backup scrip creation, added new security groups and other things.
mt\select.php - Added size check link and some other minor changes.
mt\userrequest.php - Used for user request of an account in WebTrack.

Added files:
mt\loadroutine.php - Created this to be able to load the data files from other files, instead of only from the search.php file.
mt\managetitles.php - Used for adding/removing/editing titles.

Moved and updated files:
mt\docs\History.htm - Complete revision history of WebTrack. - Moved from mt to mt\docs.
mt\docs\How-to-create-your-own-style-profile.htm - Updated and moved from mt\ to mt\docs.
mt\docs\How-to-Install.htm - Updated and moved from mt\ to mt\docs.
mt\docs\How-to-install-a-local-web-server-and-WebTrack.htm - Updated and moved from mt\ to mt\docs.
mt\docs\Readme.htm - Updated and moved from mt\ to mt\docs.

Added doc files:
mt\docs\Manage-titles.htm - How to manage titles in WebTrack
mt\docs\Manage-users.htm - How to manage users in WebTrack

Profile files updated:
mt\airpolgas\body_template.htm
mt\airpolgas\index.htm
mt\airpolgas\listbody_template.htm
mt\airpolgas\listhead_template.htm
mt\airpolgas\login_template.htm
mt\airpolgas\search.php
mt\dvd-profiler\body_template.htm
mt\dvd-profiler\index.htm
mt\dvd-profiler\listbody_template.htm
mt\dvd-profiler\listhead_template.htm
mt\dvd-profiler\login_template.htm
mt\dvd-profiler\search.php
mt\lightgrey\body_template.htm
mt\lightgrey\index.htm
mt\lightgrey\listbody_template.htm
mt\lightgrey\listhead_template.htm
mt\lightgrey\login_template.htm
mt\lightgrey\search.php
mt\movietrack1\body_template.htm
mt\movietrack1\index.htm
mt\movietrack1\listbody_template.htm
mt\movietrack1\listhead_template.htm
mt\movietrack1\login_template.htm
mt\movietrack1\search.php
mt\movietrack2\body_template.htm
mt\movietrack2\index.htm
mt\movietrack2\listbody_template.htm
mt\movietrack2\listhead_template.htm
mt\movietrack2\login_template.htm
mt\movietrack2\search.php
mt\pink\body_template.htm
mt\pink\index.htm
mt\pink\listbody_template.htm
mt\pink\listhead_template.htm
mt\pink\login_template.htm
mt\pink\search.php
mt\sagspan\body_template.htm
mt\sagspan\index.htm
mt\sagspan\listbody_template.htm
mt\sagspan\listhead_template.htm
mt\sagspan\login_template.htm
mt\sagspan\search.php
mt\sidetrack\body_template.htm
mt\sidetrack\index.htm
mt\sidetrack\listbody_template.htm
mt\sidetrack\listhead_template.htm
mt\sidetrack\login_template.htm
mt\sidetrack\search.php
mt\snille\body_template.htm
mt\snille\index.htm
mt\snille\listbody_template.htm
mt\snille\listhead_template.htm
mt\snille\login_template.htm
mt\snille\search.php
mt\tv-track\body_template.htm
mt\tv-track\index.htm
mt\tv-track\listbody_template.htm
mt\tv-track\listhead_template.htm
mt\tv-track\login_template.htm
mt\tv-track\search.php

Profiles added files:
mt\airpolgas\add_template.htm
mt\airpolgas\addedit_template.htm
mt\airpolgas\addlisthead_template.htm
mt\airpolgas\addlistfoot_template.htm
mt\airpolgas\addlistbody_template.htm
mt\airpolgas\mainframe.htm
mt\dvd-profiler\add_template.htm
mt\dvd-profiler\addedit_template.htm
mt\dvd-profiler\addlisthead_template.htm
mt\dvd-profiler\addlistfoot_template.htm
mt\dvd-profiler\addlistbody_template.htm
mt\dvd-profiler\mainframe.htm
mt\lightgrey\add_template.htm
mt\lightgrey\addedit_template.htm
mt\lightgrey\addlisthead_template.htm
mt\lightgrey\addlistfoot_template.htm
mt\lightgrey\addlistbody_template.htm
mt\lightgrey\mainframe.htm
mt\movietrack1\add_template.htm
mt\movietrack1\addedit_template.htm
mt\movietrack1\addlisthead_template.htm
mt\movietrack1\addlistfoot_template.htm
mt\movietrack1\addlistbody_template.htm
mt\movietrack1\mainframe.htm
mt\movietrack2\add_template.htm
mt\movietrack2\addedit_template.htm
mt\movietrack2\addlisthead_template.htm
mt\movietrack2\addlistfoot_template.htm
mt\movietrack2\addlistbody_template.htm
mt\movietrack2\mainframe.htm
mt\pink\add_template.htm
mt\pink\addedit_template.htm
mt\pink\addlisthead_template.htm
mt\pink\addlistfoot_template.htm
mt\pink\addlistbody_template.htm
mt\pink\mainframe.htm
mt\sagspan\add_template.htm
mt\sagspan\addedit_template.htm
mt\sagspan\addlisthead_template.htm
mt\sagspan\addlistfoot_template.htm
mt\sagspan\addlistbody_template.htm
mt\sagspan\mainframe.htm
mt\sidetrack\add_template.htm
mt\sidetrack\addedit_template.htm
mt\sidetrack\addlisthead_template.htm
mt\sidetrack\addlistfoot_template.htm
mt\sidetrack\addlistbody_template.htm
mt\sidetrack\mainframe.htm
mt\sidetrack\add_template.htm
mt\sidetrack\addedit_template.htm
mt\sidetrack\addlisthead_template.htm
mt\sidetrack\addlistfoot_template.htm
mt\sidetrack\addlistbody_template.htm
mt\sidetrack\mainframe.htm
mt\tv-track\add_template.htm
mt\tv-track\addedit_template.htm
mt\tv-track\addlisthead_template.htm
mt\tv-track\addlistfoot_template.htm
mt\tv-track\addlistbody_template.htm

Updated version number and dates in all files in the mt root, mt/update and mt/docs folders.

2005-10-24 – 23:48
Version 3.4.2

Update information:
Corrected allot of HTML code errors in almost all files. Both in the profiles and PHP files.
A word of advice, don't ever install the HTML validation (TIDY) plug in for Firefox, it will only give you TREMENDOUS amounts of work. You will just realize that your HTML skills suck! (Or at least I did. :)

Added "random" shortcut. Type "random" and a title will be randomized, type "random 10" and 10 titles will be randomized.
Added a "Help" link at the main search page in all profiles.
Added the "profile" look to the mt/update page.
Added a link for "membership requests" at the login page in all profiles.
Added "Achannels" in the popup over the title name when listing in "List mode".
Removed "Status" from the popup over the title when listing in "List mode" (it's already presented in the list).
Changed mt/update to save the file directly on the server or optional download the config.php file.
Separated the "users" from the config.php to a new file called users.php.

Added a "user admin" page. http://yoursite/mt/manageusers.php
When you use WebTrack with a login. This is a "User management system".
At the login page people can now request membership. When someone requests a membership you will get a mail telling that someone have requested a membership for your WebTrack system and he's username. Go to the manage user's page, login with the username and password that you have selected in the mt/update page (default is username: admin Password: 1234). Then give that user the desired access and send a "reply" by tagging the "send reply mail to user" inside the manage users page. After this the user can login normally. In the "manage users page" you can change password, add new users, change a user's access, delete a user, and change email addresses to users. To add a new user, simply type in a new user name, password, select the users access, enter the email for the user and press "Update / Save". If the username don't exist already a new user will be created. If the username exists, that user will be updated with the new information. All information about the users is stored in the "users.php" file.

Cleaned up and documented the PHP code some more.

Added files:
mt\addedituser.php - A part of the "manage users" system.
mt\manageusers.php - A part of the "manage users" system.
mt\userrequest.php - This is where new users send there regestrations from.

Updated files:
Almost all files updated.
The list would be too big to include.

Files NOT updated:
mt\profiles\(all profiles)\main15.js - The Java file for the "tip messages" has not been updated.

Updated version number and dates in all files in the mt root and mt/update folders

2005-08-24 – 16:32
Version 3.4.2
Update information:
Changed loading routine to work with the new version (3.4.2) of MovieTrack.
Added the new "Votes" value to all body templates.

Updated files:
mt\History.htm - Complete revision history of WebTrack.
mt\search.php – Added number of votes value handling.
mt\load33x.php – Added number of votes value handling.
mt\How-to-create-your-own-style-profile.htm – Added tag {EXPORT_VOTES} in template body's.

Profile file updates:
mt\airpolgas\listbody_template.htm – Added tip message with number of votes when mouse over grade.
mt\airpolgas\body_template.htm – Added number of votes after the IMDb grade.
mt\dvd-profiler\listbody_template.htm – Added tip message with number of votes when mouse over grade.
mt\dvd-profiler\body_template.htm – Added number of votes after the IMDb grade.
mt\lightgrey\listbody_template.htm – Added tip message with number of votes when mouse over grade.
mt\lightgrey\body_template.htm – Added number of votes after the IMDb grade.
mt\movietrack1\listbody_template.htm – Added tip message with number of votes when mouse over grade.
mt\movietrack1\body_template.htm – Added number of votes after the IMDb grade.
mt\movietrack2\listbody_template.htm – Added tip message with number of votes when mouse over grade.
mt\movietrack2\body_template.htm – Added number of votes after the IMDb grade.
mt\pink\listbody_template.htm – Added tip message with number of votes when mouse over grade.
mt\pink\body_template.htm – Added number of votes after the IMDb grade.
mt\sagspan\listbody_template.htm – Added tip message with number of votes when mouse over grade.
mt\sagspan\body_template.htm – Added number of votes after the IMDb grade.
mt\sidetrack\listbody_template.htm – Added tip message with number of votes when mouse over grade.
mt\sidetrack\body_template.htm – Added number of votes after the IMDb grade.
mt\snille\listbody_template.htm – Added tip message with number of votes when mouse over grade.
mt\snille\body_template.htm – Added number of votes after the IMDb grade.

Updated version number and dates in all files in the mt root and mt/update folders.

2005-07-13 – 23:57
Version 3.3.10.8
Update information:
Added a "colouring" of grades and absent movies, colouring can be disabled in the config.php file.
Added 102 style colours in the style sheet in each profile to support the colouring function. Each grade have it's own colour, the "n/a" have it's own and "absent" movies have it's own.
Changed the "loan list" and "search result" function, this function was limited by the "cookie" I used to store information in. Replaced it with the $_SESSION variable instead that is "limitless". Now you can select more then 500 movies if you want. The limit where around 500 titles in IE and around 400 titles in Firefox before. :)
Changed the location to show the result in from the "Show selected titles – In list view or In normal view" when using the "loan list" from a separate window to the current open "main" window. It was a bit annoying when a new window were opened all the time when listing the selected titles.

Updated files:
mt\defaultconfig.php - Added 2 new variables ($absentcol and $gradecol).
mt\History.htm - Complete revision history of WebTrack.
mt\Readme.htm – Moved irrelevant information to the How-to-create-your-own-style-profile.htm.
mt\How-to-create-your-own-style-profile.htm - Added the information from Readme.html and some more.
mt\search.php – Added the colouring function and changed to the new $_SESSION function.
mt\select.php – Changed to the new $_SESSION function.
mt\update\index.php - Added 2 new variables ($absentcol and $gradecol).
mt\update\updatecfg.php - Added 2 new variables ($absentcol and $gradecol).

Profile file updates:
mt\airpolgas\style\normal.css – Added 102 style colours for the grades and absent movies.
mt\dvd-profiler\style\normal.css – Added 102 style colours for the grades and absent movies.
mt\lightgrey\style\normal.css – Added 102 style colours for the grades and absent movies.
mt\movietrack1\style\normal.css – Added 102 style colours for the grades and absent movies.
mt\movietrack2\style\normal.css – Added 102 style colours for the grades and absent movies.
mt\pink\style\normal.css – Added 102 style colours for the grades and absent movies.
mt\sagspan\style\normal.css – Added 102 style colours for the grades and absent movies.
mt\sidetrack\style\normal.css – Added 102 style colours for the grades and absent movies.
mt\snille\style\normal.css – Added 102 style colours for the grades and absent movies.
mt\tv-track\style\normal.css – Added 102 style colours for the grades and absent movies.

Extra:
A tool for making grade colour ranges can be found here: gradecolours.zip
Use this tool to create a style colour range for your own style profile. You just have to cut´n´paste in to your style sheet when done! Look in my style profiles style sheets to get the idea. :) Try it here!

Updated version number and dates in all files in the mt root and mt/update folders.

2005-06-27 – 00:14
Version 3.3.10.7

Update information:
Added a statistics function. Now you can select any field except "Movie title", "AKA Title" or "MTDB Number" (theses fields are unique for each movie and there by on meaning of generating statistics by) then type "stats" in the search field and hit search. For example, select "genre". A statistic list (by percent) will be displayed with how many titles containing different types of genres. Very nice.
Added a "go to file"-link in all the "body_template.html" templates (except TV-Trak's, because it already has one.)

Updated files:
mt\defaultconfig.php - Added 2 new variables ($maxstatslenth and $statsheadtext).
mt\History.htm - Complete revision history of WebTrack.
mt\How-to-create-your-own-style-profile.htm – Added the 3 new templates.
mt\Readme.htm – Added information about the 3 new templates.
mt\search.php – Added the statistics function.
mt\update\index.php - Added 2 new variables ($maxstatslenth and $statsheadtext).
mt\update\updatecfg.php - Added 2 new variables ($maxstatslenth and $statsheadtext).

Profile file updates:
mt\airpolgas\body_template.htm – Added a "go to file"-link.
mt\dvd-profiler\body_template.htm – Added a "go to file"-link.
mt\lightgrey\body_template.htm – Added a "go to file"-link.
mt\movietrack1\body_template.htm – Added a "go to file"-link.
mt\movietrack2\body_template.htm – Added a "go to file"-link.
mt\pink\body_template.htm – Added a "go to file"-link.
mt\sagspan\body_template.htm – Added a "go to file"-link.
mt\sidetrack\body_template.htm – Added a "go to file"-link.
mt\snille\body_template.htm – Added a "go to file"-link.

Added files:
mt\profiles\airpolgas\statshead_template.htm – Statistics head template.
mt\profiles\airpolgas\statsbody_template.htm – Statistics body template.
mt\profiles\airpolgas\statsfoot_template.htm – Statistics foot template.
mt\profiles\dvd-profiler\statshead_template.htm – Statistics head template.
mt\profiles\dvd-profiler\statsbody_template.htm – Statistics body template.
mt\profiles\dvd-profiler\statsfoot_template.htm – Statistics foot template.
mt\profiles\lightgrey\statshead_template.htm – Statistics head template.
mt\profiles\lightgrey\statsbody_template.htm – Statistics body template.
mt\profiles\lightgrey\statsfoot_template.htm – Statistics foot template.
mt\profiles\movietrack1\statshead_template.htm – Statistics head template.
mt\profiles\movietrack1\statsbody_template.htm – Statistics body template.
mt\profiles\movietrack1\statsfoot_template.htm – Statistics foot template.
mt\profiles\movietrack2\statshead_template.htm – Statistics head template.
mt\profiles\movietrack2\statsbody_template.htm – Statistics body template.
mt\profiles\movietrack2\statsfoot_template.htm – Statistics foot template.
mt\profiles\pink\statshead_template.htm – Statistics head template.
mt\profiles\pink\statsbody_template.htm – Statistics body template.
mt\profiles\pink\statsfoot_template.htm – Statistics foot template.
mt\profiles\sagspan\statshead_template.htm – Statistics head template.
mt\profiles\sagspan\statsbody_template.htm – Statistics body template.
mt\profiles\sagspan\statsfoot_template.htm – Statistics foot template.
mt\profiles\sidetrack\statshead_template.htm – Statistics head template.
mt\profiles\sidetrack\statsbody_template.htm – Statistics body template.
mt\profiles\sidetrack\statsfoot_template.htm – Statistics foot template.
mt\profiles\snille\statshead_template.htm – Statistics head template.
mt\profiles\snille\statsbody_template.htm – Statistics body template.
mt\profiles\snille\statsfoot_template.htm – Statistics foot template.

Updated version number and dates in all files in the mt root and mt/update folders.

2005-06-19– 13:02
Version 3.3.10.6

Update information:
Corrected the date order from Month-Day-Year to Day-Month-Year in all files.
Added a "reset" of the sorting event when a new search takes place. This way after a search the "order" it sorts in is always the order that’s defined in the sorting link (asc=ascending or desc=descending) but if a sorting link is clicked again it "switches" depending of last sort.
Moved and renamed the configadded.php file to the root (mt) with the new name of defaultconfig.php.
Added a config.php check routine, now Webtrack will tell you if you have to update your config.php file when updating WebTrack. You don't have to update your config.php every time you update WebTrack, unless WebTrack tells you to. :)
Added tip messages for all categories in the list templates in all profiles.
Added automatic instructions functionality about how to start WebTrack for the firs time. WebTrack will tell you what to do if the config.php file is missing.
Documented all PHP code in all scripts. That's why the size went up a bit. I hope it clarifies how things work... :)

Updated files:
mt\auth.php - Documented code...
mt\History.htm - Complete revision history of WebTrack.
mt\index.php - Documented code...
mt\layout.php - Documented code...
mt\load32.php - Documented code...
mt\load33x.php - Documented code...
mt\mailform.php - Documented code...
mt\profiles.php - Documented code...
mt\search.php - Modifications for the sorting function to work correctly and ALLOT of documenting.
mt\index.php - Added config.php version checking routine and documenting code.
mt\update\index.php - Added config.php version checking routine and documenting code.
mt\How-to-Install.htm - Changed the instructions a bit.
mt\How-to-install-a-local-web-server-and-WebTrack.htm - Changed the instructions a bit.

Profile file updates:
mt\airpolgas\listhead_template.htm – Updated the "sort by" links with a small tip message.
mt\dvd-profiler\listhead_template.htm – Updated the "sort by" links with a small tip message.
mt\lightgrey\listhead_template.htm – Updated the "sort by" links with a small tip message.
mt\movietrack1\listhead_template.htm – Updated the "sort by" links with a small tip message.
mt\movietrack2\listhead_template.htm – Updated the "sort by" links with a small tip message.
mt\pink\listhead_template.htm – Updated the "sort by" links with a small tip message.
mt\sagspan\listhead_template.htm – Updated the "sort by" links with a small tip message.
mt\sidetrack\listhead_template.htm – Updated the "sort by" links with a small tip message.
mt\snille\listhead_template.htm – Updated the "sort by" links with a small tip message.

Removed file:
mt\update\configadded.php - No longer needed. (replaced by mt\defaultconfig.php).

Added file:
mt\defaultconfig.php - Containing all the default settings for creation of the first config.php file.

Updated version number and dates in all files in the mt root and mt/update folders.

2005-06-13– 21:21
Version 3.3.10.5
Update information:
Added "history" keyword in search to display the history file.
Added the "sort by column" functionality and added it to all list head templates.

Updated files:
mt\History.htm - Complete revision history of WebTrack - This file.
mt\Readme.htm - Added history show information.
mt\search.php - Added history keyword in search to display the history file.
mt\update\configadded.php - Added history path variable.
mt\update\index.php - Added the ignore quote option.
mt\update\updatecfg.php - Added the ignore quote option.
Updated files in profiles:
mt\profiles\airpolgas\listhead_template.htm - Added "sort by" links.
mt\profiles\dvd-profiler\listhead_template.htm - Added "sort by" links.
mt\profiles\lightgrey\listhead_template.htm - Added "sort by" links.
mt\profiles\movietrack1\listhead_template.htm - Added "sort by" links.
mt\profiles\movietrack2\listhead_template.htm - Added "sort by" links.
mt\profiles\pink\listhead_template.htm - Added "sort by" links.
mt\profiles\sagspan\listhead_template.htm - Added "sort by" links.
mt\profiles\sidetrack\listhead_template.htm - Added "sort by" links.
mt\profiles\snille\listhead_template.htm - Added "sort by" links.

Updated version number and dates in all files in the mt root and mt/update folders.

2005-06-12– 21:34
Version 3.3.10.4
Update information:
Corrected a spelling error in the "update" page.
Fixed the bug in the "update" page, it is now possible to select among all available skins as default skin for WebTrack.
Fixed a command, by mistake I used a PHP 5 command for a simple function, changed it to a PHP 4 command instead.
Added the possibility to use a "mail form" instead of only use local computer email program for sending loan requests.
Added a function to be able to display all versions of all files. Just type "version" in search field.

Updated files:
mt\update\configadded.php - Added the mail form function selection.
mt\update\index.php - Added the mail form function selection.
mt\update\updatecfg.php - Added the mail form function selection.
mt\History.htm - Complete revision history of WebTrack - This file.
mt\Readme.htm - Added version show information.
mt\load32.php - Some changes done for the version function to work.
mt\load33x.php - Some changes done for the version function to work.
mt\search.php - Added version show function.

Added file:
mt\mailform.php – Mail form function.

Updated version number and dates in all files in the mt root and mt/update folders.

2005-04-22– 16:30
Version 3.3.10.3

Update information:
Added an option in the config.php to "remove" the quotes from the database when searching. The problem is that when TV-Series are added IMDb feeds the name with quotes and MT save the name with quotes as well. So, this option "removes" the quotes before the search is done. This option can be enabled in the config.php update section (mt/update).
Added "file:///" to the "open file" path tag ({EXPORT_OPENPATH}). This is due to problems with FireFox. However the "open folder" issue is not really solved yet. There may be changes on this in the future.

Updated files:
mt\search.php - Added the ignore quote option and the open file path tag change.
mt\update\configadded.php - Added the ignore quote option.
mt\update\index.php - Added the ignore quote option.
mt\update\index.php - Added the ignore quote option.
mt\load32.php - Added the ignore quote option.
mt\load33x.php - Added the ignore quote option.
mt\History.htm - Complete revision history of WebTrack - This file.

Updated version number and dates in all files in the mt root and mt/update folders.

2005-04-13– 16:30
Version 3.3.10.2

Update information:
Added the ability select "Audio Channels" when searching.
Some cosmetic changes in the TV-Track skin.

Updated files:
mt\layout.php - Added the new search for "Audio Channels".
mt\update\configadded.php - Added the new search for "Audio Channels".
mt\update\index.php - Added the new search for "Audio Channels".
mt\update\updatecfg.php - Added the new search for "Audio Channels".
mt\profiles\tv-track\body_template.htm - Added information about Audio and Video in tool tip.

mt\Readme.htm – Updated documentation.

Added file:
mt\History.htm - Complete revision history of WebTrack - This file.

2005-04-06 – 16:30
Version 3.3.10.1
Update information:
Added a "URL-Icon" to all skin profiles. If you want to use your own icon just save it in the pics folder with the name "webtrack.ico".
Corrected the problem with different casing when typing "latest". Now the casing is ignored ccompletely.
Added the tag {EXPORT_SEARCHTEXT} in both header and footer templates, this tag displays current "search word".

Updated files:
Updated ALL files including all profiles with the new {EXPORT_ WHATEVER} tag (as in the templates for 3.3.8) instead of the old {HTMLWHATEVER} tag.
Also updated...
mt/profiles.php - Updated file to use the URL-Icon.
mt/profiels/airpolgas/index.htm - Updated file to use the URL-Icon.
mt/profiels/airpolgas/head_template.htm - Added {EXPORT_SEARCHTEXT} tag in the template
mt/profiels/airpolgas/listhead_template.htm - Added {EXPORT_SEARCHTEXT} tag in the template
mt/profiels/dvd-profiler/index.htm - Updated file to use the URL-Icon.
mt/profiels/dvd-profiler/head_template.htm - Added {EXPORT_SEARCHTEXT} tag in the template
mt/profiels/dvd-profiler/listhead_template.htm - Added {EXPORT_SEARCHTEXT} tag in the template
mt/profiels/lightgrey/index.htm - Updated file to use the URL-Icon.
mt/profiels/lightgrey/head_template.htm - Added {EXPORT_SEARCHTEXT} tag in the template
mt/profiels/lightgrey/listhead_template.htm - Added {EXPORT_SEARCHTEXT} tag in the template
mt/profiels/movietrack1/index.htm - Updated file to use the URL-Icon.
mt/profiels/movietrack1/head_template.htm - Added {EXPORT_SEARCHTEXT} tag in the template
mt/profiels/movietrack1/listhead_template.htm - Added {EXPORT_SEARCHTEXT} tag in the template
mt/profiels/movietrack2/index.htm - Updated file to use the URL-Icon.
mt/profiels/movietrack2/head_template.htm - Added {EXPORT_SEARCHTEXT} tag in the template
mt/profiels/movietrack2/listhead_template.htm - Added {EXPORT_SEARCHTEXT} tag in the template
mt/profiels/pink/index.htm - Updated file to use the URL-Icon.
mt/profiels/pink/head_template.htm - Added {EXPORT_SEARCHTEXT} tag in the template
mt/profiels/pink/listhead_template.htm - Added {EXPORT_SEARCHTEXT} tag in the template
mt/profiels/sagspan/index.htm - Updated file to use the URL-Icon.
mt/profiels/sagspan/head_template.htm - Added {EXPORT_SEARCHTEXT} tag in the template
mt/profiels/sagspan/listhead_template.htm - Added {EXPORT_SEARCHTEXT} tag in the template
mt/profiels/sidetrack/index.htm - Updated file to use the URL-Icon.
mt/profiels/sidetrack/head_template.htm - Added {EXPORT_SEARCHTEXT} tag in the template
mt/profiels/sidetrack/listhead_template.htm - Added {EXPORT_SEARCHTEXT} tag in the template
mt/profiels/snille/index.htm - Updated file to use the URL-Icon.
mt/profiels/snille/head_template.htm - Added {EXPORT_SEARCHTEXT} tag in the template
mt/profiels/snille/listhead_template.htm - Added {EXPORT_SEARCHTEXT} tag in the template

mt/profiels/tv-track/index.htm - Updated file to use the URL-Icon.

mt/Readme.htm – Updated documentation.

Updated version number and dates in all files in the mt root and mt/update folders.

2005-03-03 – 21:36
Version 3.3.7.2

Update information:
Added a number option to the "latest" shortcut. You can now enter "latest 50" for example and then you will get the latest 50 added titles listed. The number can be any number of titles you want to see.
Added support for a "layoutcfg.php" file in the skin profiles. If the file layoutcfg.php is present in the skin profile folder it will be loaded when the "search layout" is displayed. This way you can make skin specific changes to the layout that is otherwise defined in the config.php file.
Added a new skin called SideTrack - A different view of WebTrack.

Updated files:
mt/search.php - Updated with a new function.
mt/layout.php - Updated with a new function.

mt/Readme.htm – Updated documentation.

Added skin
mt/profiles/sidetrack - A different view of WebTrack.

Updated version number and dates in all files in the mt root and mt/update folders.

2005-03-01 – 23:36
Version 3.3.7.1

Update information:
Added 2 new skins. Lightgrey and Sågspån.
Lightgrey – A wish for a brighter skin from one of the users of WebTrack.
Sågspån – A tribute to my brothers site Sågspån. The skin follows some of he's design.

Updated files:
mt/profiles/airpolgas/styles/normal.css - Updated some...
mt/profiles/airpolgas/search.php - Updates for correct display in both IE and FF.

mt/profiles/dvd-profiler/style/normal.css - Updated some...
mt/profiles/dvd-profiler/index.htm - Updates for correct display in both IE and FF.
mt/profiles/dvd-profiler/search.php - Updates for correct display in both IE and FF.

mt/profiles/movietrack1/style/normal.css - Updated some...
mt/profiles/movietrack1/search.php - Updates for correct display in both IE and FF.

mt/profiles/movietrack2/style/normal.css - Updated some...
mt/profiles/movietrack2/login_template.htm - Updates for correct display in both IE and FF.
mt/profiles/movietrack2/index.htm - Updates for correct display in both IE and FF.
mt/profiles/movietrack2/search.php - Updates for correct display in both IE and FF.
mt/profiles/movietrack2/pics/space.jpg - File added.

mt/profiles/snille/style/normal.css - Updated some...
mt/profiles/snille/loan_template.htm - Some bug fixes and changes for IE and FF.
mt/profiles/snille/info_template.htm - Some bug fixes and changes for IE and FF.
mt/profiles/snille/head_template.htm - Some bug fixes and changes for IE and FF.
mt/profiles/snille/listbody_template.htm - Some bug fixes and changes for IE and FF.
mt/profiles/snille/search.php - Some bug fixes and changes for IE and FF.
mt/profiles/snille/listhead_template.htm - Some bug fixes and changes for IE and FF.
mt/profiles/snille/body_template.htm - Some bug fixes and changes for IE and FF.

mt/profiles/tv-track/style/normal.css - Updated some...
mt/profiles/TV-Track/body_template.htm - Fixed a small "error" in layout.
mt/profiles/TV-Track/displayhead_template.htm - Fixed a small "error" in layout.
mt/profiles/TV-Track/listbody_template.htm - Fixed a small "error" in layout.
mt/profiles/TV-Track/head_template.htm - Fixed a small "error" in layout.
mt/profiles/TV-Track/body_template.htm - Fixed a small "error" in layout.

Added skins
mt/profiles/lightgrey - A brighter skin.
mt/profiles/sagspan - A tribute...

Deleted files:
mt/profiles/airpolgas/pics/airpolgas.jpg - No longer needed (never where actually).
mt/profiles/airpolgas/pics/airpolgas-small.jpg - No longer needed (never where actually).

mt/profiles/movietrack1/pics/movietrack1.jpg - No longer needed (never where actually).
mt/profiles/movietrack1/pics/movietrack1-small.jpg - No longer needed (never where actually).

mt/profiles/movietrack2/pics/movietrack2.jpg - No longer needed (never where actually).
mt/profiles/movietrack2/pics/movietrack2-small.jpg - No longer needed (never where actually).

mt/profiles/snille/pics/snille.jpg - No longer needed (never where actually).
mt/profiles/snille/pics/snille-small.jpg - No longer needed (never where actually).

Updated version number and dates in all files in the mt root and mt/update folders.

2005-02-20 – 02:36
Version 3.3.4.23

Update information:
Changed the current displaybody_template.htm to displaybody_template1.htm and added a new template called displaybody_template2.htm. This is due to the functionality to be able to search in results when using the "display" template system (in the TV-Track skin).

Added a small JavaScript that "hides" the actors and "plot" until you click the link to show it in the mt/profiles/TV-Track/body_template.htm

Updated files:
mt/profiles/airpolgas/index.php - Layout changes to fix both Firefox and IE
mt/profiles/airpolgas/search.php - Layout changes to fix both Firefox and IE

mt/profiles/dvd-profiler/index.php - Layout changes to fix both Firefox and IE
mt/profiles/dvd-profiler/search.php - Layout changes to fix both Firefox and IE

mt/profiles/movietrack1/index.php - Layout changes to fix both Firefox and IE
mt/profiles/movietrack1/search.php - Layout changes to fix both Firefox and IE
mt/profiles/movietrack1/listhead_template.htm - Layout changes to fix both Firefox and IE
mt/profiles/movietrack1/listbody_template.htm - Layout changes to fix both Firefox and IE

mt/profiles/movietrack2/index.php - Layout changes to fix both Firefox and IE
mt/profiles/movietrack2/search.php - Layout changes to fix both Firefox and IE

mt/profiles/pink/listhead_template.htm - Layout changes to fix both Firefox and IE
mt/profiles/pink/listbody_template.htm - Layout changes to fix both Firefox and IE

mt/profiles/snille/index.php - Layout changes to fix both Firefox and IE
mt/profiles/snille/search.php - Layout changes to fix both Firefox and IE
mt/profiles/snille/body_template.htm - Layout changes to fix both Firefox and IE
mt/profiles/snille/head_template.htm - Layout changes to fix both Firefox and IE
mt/profiles/snille/listhead_template.htm - Layout changes to fix both Firefox and IE
mt/profiles/snille/listbody_template.htm - Layout changes to fix both Firefox and IE

mt/profiles/tv-track/body_template.htm - Some layout changes...

mt/search.php - Lots of changing as usual...

mt/update/configadded.php - Added the new $numberoflatest variable.
mt/update/index.php - Added the new $numberoflatest variable.
mt/update/updatecfg.php - Added the new $numberoflatest variable.

mt/Readme.htm – Updated documentation.

Removed: mt/profiles/snille/pics/dot.gif - Not needed anymore.
Removed: mt/profiles/tv-track/displaybody_template.htm - Not needed anymore.

Updated version number and dates in all files in the mt root and mt/update.

2005-02-06 – 15:55
Version 3.3.4.22
Update information:
Added a new type of templates (displayhead_template.htm, displaybody_template and displayfoot_template.htm). With this new sort you can display all non equal values in a category. Let me explain. If you want to know what genres you have in your complete collection of titles you can use this template system. I have added a new skin profile called TV-Track that uses this feature. This new skin profile is made to be used on a TV. You can navigate it all with the mouse and also you can "start" the movie from the list (this last feature of course requires that your (server preferably and) client have access to the actual files). The layout is made with big fonts and only the most important information is displayed when listing titles.
Added a new "shortcut" called "latest" – If you type it in the search field you will se the latest added movies. The amount of movies to show (default is 20) is set in the config.php file using the mt/update function.

The displayhead_template.htm can use all the other "head" tags (but some are meaningless due to the nature of the listing type of course).
The displaybody_template.htm has only 2 tags. {HTMLDATA} - The actual data. And {HTMLFIELD} the selected "category" the data is colleced from.
The displayfoot_template.htm can use all the other "foot" tags (but some are meaningless due to the nature of the listing type of course).

Added a tag in body: {HTMLOPENPATH} - This one is used when I "open" a folder that contains the file(s) for the title (If you have specified a path in the database of course). It only displays the actual "path" minus the filename if there is one present.

Added a new skin profile called TV-Track, this one is optimized for TV use (resolution 800x600). Also containing the new "display" feature. Check it out! If you still use MovieTrack 3.2 you have to do some changes in this skin. It is based on many things only existing in the 3.3.x or newer database of MovieTrack.

Updated files:
mt/update/configadded.php - Added the new $numberoflatest variable.
mt/update/index.php - Added the new $numberoflatest variable.
mt/update/updatecfg.php - Added the new $numberoflatest variable.

mt/auth.php – Added some functionality to be able to only display information.
mt/search.php - Lots of changing and adding of stuff.

mt/Readme.htm – Updated documentation.

mt/profiles/tv-track - Style profile added.

Updated version number and dates in all files in the mt root and mt/update.

2004-02-02 – 23:07
Version 3.3.4.20
Update information:
Found a SERIOUS bug in the login routine. When using whatever username that exists in the config and using any or no password. You got in with that users access. This was caused by me mixing variables. I don’t know when this happen. But it's fixed now.

Added {HTMLPROFILE} and {HTMLLOGINBUTTONNAME} tags in login_template.htm
Added {HTMLROWSTYLE} tag for use in the body templates. This is a "switching-tag". With this tag you can set for example a "style" in 2 ways. One row in one style and the next in another style, then the next in same style as the first one and the next in the same style as the second one... This way you can colorize rows when listing in list view for example.

Added a new very pink skin profile.
Added a DVD-Profiler "look-a-like" skin profile. - DVD-Profiler is a similar program to MovieTrack. But in that one you have to pay money to be able to use the program fully, and when you do you can publish your list on the web. This profile "copy" the look of DVD-Profilers web list.

Added shortcuts to the "dock HTML files". In the search field you can now type the following:
Readme = To display the Readme.htm file.
Install = To display the How-to-Install.htm file.
Localinstall = To display the How-to-install-a-local-web-server-and-WebTrack.htm file.
Skinhelp = To display the How-to-create-your-own-style-profile.htm file.

Some other minior bugfixes...

Updated files:
mt/update/configadded.php - Added 6 new variables when updating config.php and some bugfixing.
mt/update/index.php - Added 6 new variables when updating config.php and some bugfixing.
mt/update/updatecfg.php - Added 6 new variables when updating config.php and some bugfixing.

mt/index.php - Added support for {HTMLPROFILE} and {HTMLLOGINBUTTONNAME} tags.
mt/auth.php – Major bugfix...
mt/search.php - Added shortcuts, tags and some minior bugfixing.
mt/select.php - Added support for {HTMLPROFILE} and {HTMLLOGINBUTTONNAME} tags.

mt/Readme.htm – Updated documentation.
mt/How-to-install.htm – Minior cosmetic update...
mt/How-to-install-a-local-web-server-and-WebTrack.htm – Minior cosmetic update...
mt/How-to-create-your-own-style-profile.htm – Minior cosmetic update...

mt/profiles/airpolgas/login_template.htm - Added the {HTMLLOGINBUTTONNAME} tag.
mt/profiles/movietrack1/login_template.htm - Added the {HTMLLOGINBUTTONNAME} tag.
mt/profiles/movietrack2/login_template.htm - Added the {HTMLLOGINBUTTONNAME} tag.
mt/profiles/snille/login_template.htm - Added the {HTMLLOGINBUTTONNAME} tag.
mt/profiles/pink - Style profile added.
mt/profiles/dvd-profiler - Style profile added.

Updated version number and dates in all files in the mt root and mt/update.

2004-01-27 – 00:37
Version 3.3.4.28
Renamed all tags to the new MT standard (HTMLTAG). Read the Readme.html for available tags.
Added a new "list number" tag. This only displays a number for each post in the result list.
Added a "tutorial" for how to make your own style profile.

Update information:
Updated all templates in all skin folders to the new tag standard.
Updated files:
mt/profiles/airpolgas/body_template.htm
mt/profiles/airpolgas/cd_template.htm
mt/profiles/airpolgas/dvd_template.htm
mt/profiles/airpolgas/foot_template.htm
mt/profiles/airpolgas/head_template.htm
mt/profiles/airpolgas/info_template.htm
mt/profiles/airpolgas/listbody_template.htm - Also added the new "list #" tag.
mt/profiles/airpolgas/listfoot_template.htm
mt/profiles/airpolgas/listhead_template.htm
mt/profiles/airpolgas/loan_template.htm
mt/profiles/airpolgas/login_template.htm
mt/profiles/airpolgas/printbody_template.htm
mt/profiles/airpolgas/printfoot_template.htm

mt/profiles/movietrack1/body_template.htm - Also added the new "list #" tag.
mt/profiles/movietrack1/cd_template.htm
mt/profiles/movietrack1/dvd_template.htm
mt/profiles/movietrack1/foot_template.htm
mt/profiles/movietrack1/head_template.htm
mt/profiles/movietrack1/info_template.htm
mt/profiles/movietrack1/listbody_template.htm - Also added the new "list #" tag.
mt/profiles/movietrack1/listfoot_template.htm
mt/profiles/movietrack1/listhead_template.htm
mt/profiles/movietrack1/loan_template.htm
mt/profiles/movietrack1/login_template.htm
mt/profiles/movietrack1/printbody_template.htm
mt/profiles/movietrack1/printfoot_template.htm

mt/profiles/movietrack2/body_template.htm - Also added the new "list #" tag.
mt/profiles/movietrack2/cd_template.htm
mt/profiles/movietrack2/dvd_template.htm
mt/profiles/movietrack2/foot_template.htm
mt/profiles/movietrack2/head_template.htm
mt/profiles/movietrack2/info_template.htm
mt/profiles/movietrack2/listbody_template.htm - Also added the new "list #" tag.
mt/profiles/movietrack2/listfoot_template.htm
mt/profiles/movietrack2/listhead_template.htm
mt/profiles/movietrack2/loan_template.htm
mt/profiles/movietrack2/login_template.htm
mt/profiles/movietrack2/printbody_template.htm
mt/profiles/movietrack2/printfoot_template.htm
Removed mt/profiles/movietrack2/deny_template.htm - This one is not used, just delet it!

mt/profiles/snille/body_template.htm - Also added the new "list #" tag.
mt/profiles/snille/cd_template.htm
mt/profiles/snille/dvd_template.htm
mt/profiles/snille/foot_template.htm
mt/profiles/snille/head_template.htm
mt/profiles/snille/info_template.htm
mt/profiles/snille/listbody_template.htm - Also added the new "list #" tag.
mt/profiles/snille/listfoot_template.htm
mt/profiles/snille/listhead_template.htm
mt/profiles/snille/loan_template.htm
mt/profiles/snille/login_template.htm
mt/profiles/snille/printbody_template.htm
mt/profiles/snille/printfoot_template.htm

mt/search.php – Lot’s of changing for the new tag standard and added tag.
mt/Readme.htm – Updated documentation.
mt/How-to-install.htm – Updated documentation.
mt/How-to-install-a-local-web-server-and-WebTrack.htm – Updated documentation.
mt/How-to-create-your-own-style-profile.htm – Added to archive.

Updated version number and dates in all files in the mt root and mt/update.

2004-01-24 – 23:07
Version 3.3.4.24
Added “File path” as a new search category, added the tag “{FILEPATH}” in body template and a small bug fix.

Update information:
mt/update/configadded.php - Updated to add new variables when creating config.php file.
mt/update/index.php - Updated to add new variables when creating config.php file.
mt/update/updatecfg.php - Updated to add new variables when creating config.php file.

mt/profiles/airpolgas/body_template.htm – Added the new {FILEPATH} field.
mt/profiles/movietrack1/body_template.htm – Added the new {FILEPATH} field.
mt/profiles/movietrack2/body_template.htm – Added the new {FILEPATH} field.
mt/profiles/snille/body_template.htm – Added the new {FILEPATH} field.

mt/layout.php – Fixed a bug when the search from left only where unchecked.
mt/search.php – Lot’s of changing, adding {FILEPATH} tag and search field.
mt/Readme.htm – Updated documentation.
mt/How-to-install.htm – Updated documentation.
mt/How-to-install-a-local-web-server-and-WebTrack.htm – Added to archive.

Updated version number and dates in all files in the mt root and mt\update.

2004-01-15 – 20:14
Version 3.3.4.22
Added a "update" config.php function. With this function you can update your config.php via a web interface. No more “hacking” in the code. Also, when I am releasing new versions, you no longer have to “re enter” all the things you have changed in the config.php file. Just type mt/update and the update tool read your old config.php file, adds the things I have added to your file and lets you save a “new” version of the file with your old settings. Then just replace your old config.php and you are all done. However, this update tool only handles the config.php file so far. All other changes have to be done as before. But hopefully you will have to do some less work now when updating. I will continue to inform about what files I have updated when posting a new version.

Update information:
Added a “update” folder and 3 files in there:
configadded.php – The default config.php if none exists, this one will also contain updates in the config.php file in the future.
index.php – Web interface for creating the config.php file.
updatecfg.php – Action script for actual “making” of the config.php file.

Updated version number and dates in all files in the mt root.
Other updates:
mt/search.php – Found a “name” bug and fixed it.
mt/Readme.htm – Updated documentation.
mt/How-to-install.htm – Updated documentation.
mt/config.php – Removed from archive. This file will be created from the mt/update tool. Remember to KEEP your own config.php until you have run the update tool and “saved” your new version of the file then upload it and replace your old config.php with the new one.

2004-01-11 – 23:57
Version 3.3.4.20
Added a "print" template function. A link will appear at the bottom of the list that will open a new window showing the title list in a printer friendly format.

The templates used for this are named:
printhead_template.htm, printbody_template.htm and printfoot_template.htm
All tags that can be used in the other main head, body and foot templates can be used in these to.

Update information:
Updated version number and dates in all files in the mt root.
Other updates:
mt/search.php – A lot of updates.
mt/select.php – Minior updates.
mt/Readme.htm – Updated documentation.
mt/config.php – Added a variable. Located at row 199 and 200.

Added files:
mt/profiles/airpolgas/printbody_template.htm
mt/profiles/airpolgas/printfoot_template.htm
mt/profiles/airpolgas/printhead_template.htm

mt/profiles/movietrack1/printbody_template.htm
mt/profiles/movietrack1/printfoot_template.htm
mt/profiles/movietrack1/printhead_template.htm

mt/profiles/movietrack2/printbody_template.htm
mt/profiles/movietrack2/printfoot_template.htm
mt/profiles/movietrack2/printhead_template.htm

mt/profiles/snille/printbody_template.htm
mt/profiles/snille/printfoot_template.htm
mt/profiles/snille/printhead_template.htm
Thats it...

2004-01-07 – 18:52
Version 3.3.4.8
From now on the new name of the search engine will be: WebTrack
Enyaw was the one who came up with the new name, Thank you!

Bugs where fixed. Thank you Jenn for finding it!

I have now developed this tool over 10 moths and it has become pretty complex when it comes to the PHP code.

I started developing this tool because the HTML template functionality where much less developed then.
And because I still think it is a pain in the a*s to always have to "export" the new list for every little change I make in the database.

Also, as in my case my list are pretty big, a bit over 1000 titles.
That makes the HTML template system pretty clumsy to work with. Also I missed the “search” for cretin criteria’s as you can do in MovieTrack itself.

Name change from PHP Search Engine to WebTrack!
2004-12-29 – 19:48
Update to: v3.3.4.7

Script works with BOTH 3.3.4 and 3.2 versions of the MT databases.

Added the ability to use "AND" or "OR" in search field.
For example search for actor Pitt AND Norton and you will get all titles containing both the actors. If you use the OR option instead you get all titles containing one or both actors.
You can add as many ANDs in each search as you want.
Same goes for ORs of course.
You have to type the operands in CAPITAL letters for it to work. I made it that way because titles and other things may contain the words.
Note: It is NOT possible to use both operands in the same search.

Added the ability to search in last search result.

Updated the "Read me" and "How-to-install" files.

2004-12-26 – 21:51
Update to: v3.3.4.5
Script works with BOTH 3.3.4 and 3.2 versions of the MT databases.

Changed the “Make Backup Script” to a download link instead of displaying the script in text.

Changed the "covert illegal characters function" to a built in function instead of my own. There where some problems with Apaches quote handling. (Thank you Enyaw for finding it)
This resulted in that I removed the user defined word replace alternatives.

Updated the "Read me" and "How-to-install" files some more.

2004-12-25 – 02:51
Update to: v3.3.4.2
Script works with BOTH 3.3.b2 (3.3.2) and 3.2 versions of the MT databases.

Added DOS-backup script function.
This is for all of you that have your titles on Harddisk.
When adding movies you can also add the “Path” in to MT.
With this function you can select titles and then use the “Make DOS-script function” to “display” a DOS-script that if you create a .bat file will copy all your selected titles if the path is correct to the folder you created the .bat file.
It creates it depending of how you have configure your settings in config.php

Note: When adding movies, ALWAYS use UNC paths for this function to work well. If your web server doesn’t have access to your files the script may not be as reliable as if it would have been if the server can “check” the actual existents of a file or folder. I can also recommend using one folder for each title. This way the script can copy the complete content of the folder instead of only the file defined in the path. As we all know titles sometimes contains multiple files and sometimes subtitle files and info files.

Rewrote a function that didn’t work on Apache (Thank you Enyaw for finding it)

Changed some in the templates.

Updated the "Read me" and "How-to-install" files some more.

2004-12-18 – 21:55
Update to: v3.3.3.5
Script works with BOTH 3.3.b2 (3.3.2) and 3.2 versions of the MT databases.

Added a "login" feature.
From now on you can "protect" your search engine with a password.
You can add your own users and decide who shall have access to what.
This is done in the config.php file. Everything is explained in there.

Updated templates some and added 2 new ones: “login_template.htm” and “info_template.htm”. Read about available tags in Read me.

Updated the "Read me" and "How-to-install" files some more

2004-12-25 – 02:51
Update to: v3.3.4.2
Script works with BOTH 3.3.b2 (3.3.2) and 3.2 versions of the MT databases.

Added DOS-backup script function.
This is for all of you that have your titles on Harddisk.
When adding movies you can also add the “Path” in to MT.
With this function you can select titles and then use the “Make DOS-script function” to “display” a DOS-script that if you create a .bat file will copy all your selected titles if the path is correct to the folder you created the .bat file.
It creates it depending of how you have configure your settings in config.php

Note: When adding movies, ALWAYS use UNC paths for this function to work well. If your web server doesn’t have access to your files the script may not be as reliable as if it would have been if the server can “check” the actual existents of a file or folder. I can also recommend using one folder for each title. This way the script can copy the complete content of the folder instead of only the file defined in the path. As we all know titles sometimes contains multiple files and sometimes subtitle files and info files.

Rewrote a function that didn’t work on Apache (Thank you Enyaw for finding it)

Changed some in the templates.

Updated the "Read me" and "How-to-install" files some more.

2004-12-18 – 21:55
Update to: v3.3.3.5
Script works with BOTH 3.3.b2 (3.3.2) and 3.2 versions of the MT databases.

Added a "login" feature.
From now on you can "protect" your search engine with a password.
You can add your own users and decide who shall have access to what.
This is done in the config.php file. Everything is explained in there.

Updated templates some and added 2 new ones: “login_template.htm” and “info_template.htm”. Read about available tags in Read me.

Updated the "Read me" and "How-to-install" files some more

2004-12-09 – 20:15
Update to: v3.3.b2.18
Script works with BOTH 3.3.b2 (3.3.2) and 3.2 versions of the MT databases.

Added a new template for the “loan” feature. For available “tags” see the “Read Me” file.

Added a “Add all listed titles above to loan list.” feature. When searching for something you can with one click add all titles shown from your search.

Updated the “foot” templates with the new “Add all listed...” feature and allot of other cosmetic changes in the other templates, one of them being centring of all skins.

Some code optimization.

When installing this update it’s a good idea to delete the complete mt folder first and then copy everything back again from this update and of course your data (Covers, Trailers, and .dat files). I have removed and renamed some files that will be unused and that will only use up space and may cause problems in the future to if you just leave them there.

Note: The “skin” that looks very much like Airpolgas template are now named “airpolgas”.

Updated the “Read me” and “How-to-install” files some more.

2004-12-03 – 18:39
Update to: v3.3.b2.15
Script works with BOTH 3.3.b2 (3.3.2) and 3.2 versions of the MT databases.

Added a new “loan” feature.
Now it is possible to “select” titles and add them to a loan list and then send a auto generated email containing a URL that displays the selected titles. This way it is possible to “request” titles for borrowing from the owner of the database.

Updated the “Read me” and “How-to-install” files some.

Updated the templates to fit the new “loan” feature.

2004-11-22 – 22:55
Update to: v3.3.b2.10
Script still works with BOTH versions of the MT databases!!
But only with 3.3.b2 (3.3.2) if you have updated from 3.2

Added search timing (new tags in head and foot templates).

Updated the “Readme” and “How-to-install” files to HTML format.
Added the ability to type “readme” in the search field to display the Readme file directly in the search engine.

Most importantly, added the option to select “skin” from the search engine itself. Now you can select your skin and it stays that way until you select a new skin (this is done by cookies).

Updated the templates some to fit the new “select skin” feature and some more minor changes.

And some bug fixes...

2004-11-02 – 07:50
Update to: v3.3.b2.1
Script still works with BOTH versions of the MT databases!!
But only with 3.3.b2 (3.3.2) if you have updated from 3.2

Fixed a bug in “listing” view.

Added a function to remove “illegal” characters from the data in all files and replace them with “legal” once before presenting the data. For example the character “ sometimes caused problems in the java scripts.

2004-10-24 – 02:08
Update to: v3.3.b2
Update and a change in version numbers!! I will now use the same version number as in the MT program to be able to keep up with the updates more easily.

Script still works with BOTH versions of the MT databases!!
But only with 3.3.b2 (3.3.2) if you have updated from 3.2

Added a new profile based on airpolgas template.

Changed some in current profile templates layout.

2004-10-16 – 23:58
Update to: v2.0.13 – Beta
Script still works with BOTH versions of the MT databases!!
But only with 3.3.12 & 3.3.13 if you have updated from 3.2

Added tag in templates:
{INFOIMAGE} = A small “info” image.

Added a new style of listing the movies. Just click the “Result in list view checkbox” to use the new listing style.

Added “Tool tip” information to list view and over the “cover” picture.

Added a new set of templates for the “list” view.

Changed ALLOT in current templates to be able to use the “tool tip” in the layout.

2004-09-29 – 12:15
Update to: v2.0.12 – Beta
Script still works with BOTH versions of the MT databases!!
But only with the NEW 3.3.12 if you have updated from 3.2

Added tags in body templates:
{LOADERVERSION} = Version of "loading rutine"
{AKA} = AKA names of movie.
{IMDBRATING} = IMDB User Rating.

Added tag in head and foot templates:
{LOADERVERSION} = Version of "loading rutine"

Added some fields in templates and changed the layout some to fit more information.

2004-09-04 – 02:26
Update to: v2.0.0
Major (under the hood) update!

Script now works with BOTH versions of the MT databases!!
You no longer need to change script!

Added a tag in head, body and foot templates:
{MTDBVERSION} = Version of database (3.2 or 3.3x)

Added some fields in templates and changed the layout some to fit more information.

2004-08-30 – 12:25
Update to: v1.5.5 & 1.2.5
Added new tags in body
{IMDBURL} = A link used to "search" IMDB for current movie title.
{MOVIENAMEFIXMAX} = Correct title of cut depending of max body length from config file.
{MOVIENAMEMAX} = Cut title of the movie depending of max body length from config file.

More:
Some changes in the templates and layout files in all profiles. Now the “image” become a “search link” to IMDB. Also changed the “max length” of title to fit in “movietrack2” profile. Sometimes the title of a movie stretched the table outside the limit.
The text a bow the search and select box are now configurable from the config.php file to.
Same with the “default” search URL to IMDB and max length of movie names.

2004-08-22 – 04:07
Update to: v1.5.4 & 1.2.4
Version: 1.2.4 - 2004-08-22 – 04:07 (old database file format - MOVIETRACK 3.2)
Version: 1.5.4 - 2004-08-22 – 04:08 (new database files format - MOVIETRACK 3.3B)
Changes are:
1. It’s now possible to select what fields to do display in search dropdown box
2. Default selected field in search dropdown box.
3. If the checkbox should be checked or not by default.
4. What text that should be displayed on the “search” button and in front of the checkbox.

This is configured in config.php file.

2004-07-10 – 23:32
Update to: v1.5.0 – Beta
Major (under the hood) update!
This version only works with the new MT 3.3b file versions.
I have rewritten the “loading” parts to work with the new database format.
If you are still using the OLD dat files. DO NOT INSTALL THIS UPDATE!

I have also added some tags in the template body and some more “search” categories.

2004-05-18 – 07:23
Update to: v1.2.2
Bugfix only.
When one of the database files where present but empty an error message appeared...
Thanks Needhamm for finding this bug.
2004-05-12 – 20:08
Update to: v1.2
Made it GNU licensed. http://www.gnu.org/licenses/gpl.txt
Added external Trailer-link-file support.
Save a file in the trailer dir of each movie containing URL(s) to any trailer(s) or whatever you want. Every link in the file will then show up as a link in the "trailer list". Default filename for the url file is "externurl.txt"
2004-05-02 – 17:50
Update to: v1.1
Added a function for printing covers. Both DVD and/or CD.
2 new templates is used for this. “cd_template.htm” and “dvd_template.htm”
To see, it try the demo version and press “List all” then click the 2 new links to the right bottom of the “movie” page.

Added some useful tags for this in the “body”:
{DVDCOVERLINK}
{CDCOVERLINK}
{MOVIENAMEFRONT}
{MOVIENAMEVERT}
And as usual made some minor HTML layout changes in style profiles again...

2004-04-30 – 07:15
Update to: v1.0
I now have support for all HTML tags in MT and some more. In this version I have made some major changes to paths. They are now all configurable from the config.php file as all other things. Added some error handling (if missing files), {LOANHISTORY} tag, version number tags in all three templates and made some minor HTML layout changes in style profiles again...

If you are updating to THIS version from any older. You HAVE to change the path to the Covers in the config.php file OR move the Covers folder form the “pics” folder to the root. The “pics” folder is no longer used from now on.

2004-04-25 - 17:53
Update to beta: v0.99
Added {TRAILERS} tag in body template.
Now you get “links” to each trailer to each movie in the listing.
Just click the link and open whatever you have put in there. Trailers or other files.
Also made some minor HTML layout changes in style profiles again...
2004-04-04 - 13:54
Update to beta: v0.98
Added {ENTERYDATE} and {VIEWNUMBER} in body template.
Added ability to search for entry date.
Also made some minor HTML layout changes in style profiles..
2004-04-01 - 18:16
Update to beta: v0.97
I have just updated the search engine with the “new” MovieTrack website style.
2004-03-15 - 21:16
Update to beta: v0.95
Major update in my search engine and I now have added ability to make your own “Style profiles”.
2004-03-08 - 23:56
Update to beta: v0.8
Made some minor last minute updates…
Added 2 more tags… {SIZE} = Aspect ratio and {FPS} = Frames / second.
2004-03-08 - 21:59
Update to beta: v0.7
Now supporting more tags in body file.
2004-03-07 - 16:58
Initial beta release: v0.4
Description: PHP script for searching thru MovieTrack databases and
list the results nice and neat.
Mail me at: master_snille@hotmail.com
WWW: www.snille.net
The forum: WebTrack support forum
License: GNU General Public License