November 19, 2000
	- FIxed a bug with the search page not showing all forums.
	- Fixed a bug with the second page of search results being blank.
	- Fixed a problem with the send_message function in main.inc.php
	- Added the wordwrap function on posts with 
 in them.  Only
   	  works on PHP Version 4.0.2 or greater.

November 18, 2000
	- Fixed a bug with the user listing.
	- Finished porting 2 forgettin admin scripts:
		admin/movethreads.pl
		admin/domovethreads.pl

November 17, 2000
	- Added an option in the config file to use persistant connections.
	- Ported 2 admin scripts that were forgotten:
		- admin/stickpost.pl
		- admin/unstickpost.pl
	- Finished adding the finish_sth function to all queries when done with
	  the retrieved data.  In mysql this points to mysql_free_result.

November 16, 2000
	- Put in the checks for a valid picture type in profiles.
	- Put in the markup checks to prevent exploiting markup code.
	- Added the admin and moderator markers.
	- Modified showprofile.php so if viewing a profile from a non
	  default location (ie. an addon, or html page), it will return
	  you to the main wwwthreads listing when clicking on "return to forum"


November 15, 2000
	- Fixed a bug with new user signups.
	- Made changes to all php scripts to allow for postgres support.
	- Made a createtable.php script for creating the initial database.

November 14, 2000
	- Finished porting the last of the perl functions over to PHP.

November 13, 2000
	- Ported the following files over to php:
		admin/banuser.pl
		admin/dobanuser.pl
		admin/unbanuser.pl
		admin/dounbanuser.pl
		admin/grantadmin.pl
		admin/dograntadmin.pl
		admin/revokeadmin.pl
		admin/dorevokeadmin.pl
		admin/sendemail.pl
		admin/dosendemail.pl
		admin/createboard.pl
		admin/docreate.pl
		admin/editboard.pl
		admin/viewboard.pl
		admin/doeditboard.pl
		admin/deleteboard.pl
		admin/changeorder.pl
		admin/vieworder.pl
		admin/dochangeorder.pl
		admin/createcat.pl
		admin/docreatecat.pl
		admin/editcat.pl
		admin/viewcat.pl
		admin/doeditcat.pl
		admin/deletecat.pl
		admin/changecatorder.pl
		admin/dochangecatorder.pl
		admin/approveposts.pl
		admin/viewunapproved.pl
		admin/doapproveposts.pl
		admin/expirethreads.pl
		admin/viewexpthreads.pl
		admin/doexpirethreads.pl
		admin/closethread.pl
		admin/viewothreads.pl
		admin/doclosethreads.pl
		admin/openthreads.pl
		admin/viewcthreads.pl
		admin/doopenthreads.pl
		admin/keepthreads.pl
		admin/dokeepthreads.pl
		admin/unkeepthreads.pl
		admin/viewkeptthreads.pl
		admin/dounkeepthreads.pl
		admin/showstats.pl
		admin/creategroup.pl
		admin/docreategroup.pl
		admin/showgroups.pl
		admin/viewgroup.pl
		admin/doeditgroup.pl
		admin/selectusergroups.pl
		admin/showusersgroup.pl	
		admin/showugroup.pl
		admin/dochangeugroup.pl
		admin/editrboard.pl
		admin/viewrboard.pl
		admin/dochangerboard.pl
		admin/editwboard.pl
		admin/viewwboard.pl
		admin/dochangewboard.pl

November 9, 2000
	- Finished with the file uploading feature along with proper file
	  validation.
	- Added a path variable to main.inc.php so scripts in the admin
	  directory will be able to find all necessary files.
	- Ported the following files over to php:
		admin/login.pl
		admin/selectusers.pl
		admin/showusers.pl
		admin/showoneuser.pl
		admin/dochangeuser.pl
		admin/dodeleteuser.pl
		admin/purgeusers.pl
		admin/confirmpurgeusers.pl
		admin/dopurgeusers.pl
		admin/purgemessages.pl
		admin/dopurgemessges.pl
		admin/assignmod.pl
		admin/viewmod.pl
		admin/doassignmod.pl
		admin/removemod.pl
		admin/removemod2.pl
		admin/doremovemod.pl
	- Added a config option to choose what type of database you are
	  running.  Current options being mysql, sybase and postgres.
	  Thanks to Doug Goldstein for the sybase and postgres libraries.

November 8, 2000
	- Fixed a bug with modifying a post.
	- Fixed a bug with viewing a user's profile from a private message.
	- Fixed a bug with sending a private message and not previewing it.
	- Fixed a bug with posts being cut off.

November 7, 2000
	- Prefaced all session/cookie variables with a w3t_.  This will keep
	  the variables of wwwthreads from trampling over or being trampled on
	  by other variables of a site.

November 6, 2000
        - Fixed a bug with time offsets and threaded mode.
        - Fixed a bug with the User list not showing the last page. 
	- Copied the cron directory of perl scripts over to the PHP port site.
	  Moved Mailer.pm into the cron dir and created a small version of
	  w3tvars.pm and w3t.pm that can be used to run the automated perl
	  scripts for subscriptions and thread pruning.
        - Moved the "View Poll Results" up to right underneath the button
          for submitting a vote.
        - Fixed a language bug with the polls. 
	- Fixed several bugs with modifying a post.  One with ' not being
	  escaped properly.  And one with \n's not being converted to 
's. November 2, 2000 - Made changes to necessary scripts so they will also run under PHP3. October 31, 2000 - Patched the hole in modifypost.php - Finished converting the censoring regexs. - Finished debugging several problems with tracking which messages have and have not been read. October 30, 2000 - Finished porting the undo_markup and check_ban functions. October 29, 2000 - Finished porting a majority of the functions except for undo_markup. - Began debugging several scripts. October 28, 2000 - Ported the following files over to php: addpost.pl (File attachments and markup not done yet) approvepost.pl deletepost.pl modifypost.pl previewedit.pl October 26, 2000 - Ported the following files over to php: dopoll.pl delete.pl changeemail.pl changedisplay.pl changebasic.pl categories.pl addaddress.pl editpost.pl adduser.pl October 24, 2000 - Ported the following files over to php: foruminfo.pl faq_spanish.pl faq_russian.pl faq_romanian.pl faq_portuguese.pl faq_polish.pl faq_norwegian.pl faq_italian.pl faq_hungarian.pl faq_german.pl faq_french.pl faq_english.pl faq_danish.pl faq_chinese.pl faq_big5.pl editprofile.pl editemail.pl editdisplay.pl editbasic.pl dosearch.pl October 23, 2000 - Ported the following files over to php: sendmessage.pl search.pl newuser.pl newreply.pl newpost.pl mess_handler.pl mess_reply.pl jumper.pl October 20, 2000 - Ported the following files over to php: showprofile.pl showmembers.pl showicons.pl sendprivate.pl October 19, 2000 - Made a config option of using sessions or using cookies. - Ported the following files over to php: viewmessage.pl viewpoll.pl October 18, 2000 - Ported the following files over to php: showthreaded.pl online.pl - Created a new script called imagesizes.php that grabs the width and height tags of all the images and stuffs them into an array. Can be changed to static sizes to reduce function calls October 17, 2000 - Ported the following files over to php: postlist.pl showflat.pl (sorry Eileen :) ) October 16, 2000 - Ported the following files over to php: login.pl logout.pl start_page.pl wwwthreads.pl w3t.pm w3tvars.pm w3ttheme.pm all language files