⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 version history.txt

📁 简单的asp论坛源码系统,很适用于初学者!界面简洁,功能齐全
💻 TXT
📖 第 1 页 / 共 5 页
字号:
Web Wiz Forums Version History Changes
===========================================================================================


Changes from 5.21 to 5.22
-------------------------
1. date_time_functions.inc - fix db connection closing bug
2. display_forum_topics.asp - fix db connection closing bug and reply anchor
3. forum_members.asp - replace the ADO filter with a SQL query
4. search.asp - moved creating rsTopic recordset
5. post_message.asp  - added the ability to send e-mail notification so users can be notified of any replies to there replies
6. message_form.inc - same as above
7. IE_message_form.inc - same as above
8. registration_rules.asp - Fixed bug where the page to return in the forum after registering is not remembered.




Changes from 5.22 to 6 beta 1
-----------------------------
The entire admin section has been re-written from the ground up and you will need to delete the old admin directory and replace it with the new one.

Nearly all files in the entire forum changed to support the new skin file

1. default.asp - decresed server load by less opening and closing objects
2. common.asp - change some of the db connections and added script timeout and added ability to get the moderator for an individual forum
3. delete_topic.asp - removed script timeout
4. amend_forum_details.asp - fixed bug when entering a password for a forum
5. admin_menu.asp - reformated the page so it is simpler to use
6. SQL_server_setup.asp - all new database configuartion details added
7. login_user.asp - added auto login at login page
8. pofile_edit.asp - removed the db reference to the login_cookie field
9. register_new_user.asp - removed the db reference to the login_cookie field
10. change_admin_username.asp - same as above
12. display_forum_topics.asp - changed to add ability to lock topics
13. display_forum_topics.asp - same as above
14. lock_topic.asp - added page to lock and un-lock topics
15. post_message.asp - altered to get moderators for each individual forum
16. default.asp - changed to allow forum categories
17. display_forum_topics.asp - changed to allow categories
18. search.asp - changed to allow categoires
19. search_form.asp changed to allow categories
20. forum_jump.inc - file added to move the forum jump code to one location
21. profile.inc - file added to move the profile code to one location
22. pop_up_profile.asp - changed to allow admin and moderators to change the status of members
23. profile.asp - same as above
24. profile_edit.asp - more security added
25. display_topic_threads.asp - changed to use the new forum jump include
26. New star images added
27. New no entry icon image added
28. New un-lock pad lock image added
29. default.asp - page altered to add link to forum lock and un-lock page for admin
30. lock_forum.asp - page added to allow the forums to be locked and un-locked from main page
31. display_topic_threads.asp - changed layout of threads
32. register_form.asp - changed to allow e-mail activation of forum membership
33. register_new_user.asp - same as above
34. actvation.asp - added to allow users to activate there accounts via e-mail
35. register_mail_confirm.asp - added to notify user they are being sent an e-mail to activate membership
36. select_countries_list.inc - added to move the drop down list of countires used in the regiter_form.asp page and the profile_edit.asp pages to this file for simpler translation to other langauges
37. login_user.asp - changed to allow the user to set auto login when logging in
39. register_new_user.asp - changed to allow better use of ADO objects
40. display_topic_threads.asp - changed to add icons for topics eg. hot topic
41. search.asp - changed to add icons for topics eg. hot topic
42. added new post icons
43. common.asp - changed to support the icons for the topics
44. post_message.asp - improved performance, mail preview of post, set priority of post
45. message_form.asp - changed to add more formating options and for post priority
46. IE_message_form.asp - same as above
47. edit_post.asp - changed so you can now edit the topic title
48. format_post.inc - changed the way forum codes are formatted into HTML
49. edit_post.inc - changed the way HTML is formatted back into HTML
50. post_message.asp - changed the way IE posts are formatted
51. display_printer_threads.asp - changed the way threads are converted into printable text versions
52. display_topic_threads.asp - changed so you edit topic details when editing first post
53. IE_textbox.asp - changed to support changing the topic details
54. convert_post_to_text.inc - file added to convert post back to text so that it can be used on multiple pages
55. send_mail_functions.inc - changed to send mail in HTML format as well as text
56. e-mail_topic.asp - changed to support change above
57. forum_password_form.asp - same as above
58. register_new_user.asp - same as above
59. forum_codes.asp - new page added to display the forum codes
60. delete_topic.asp - improved performance
61. delete_member.asp - added to delete a member from the forum


The following pages are added or changed for the private messenger
1. pm_inbox.asp - added to show private message inbox
2. pm_show_message.asp - added to show a private message
3. pm_new_message_form.asp - added to be able to write a private message
4. IE_message_form.inc - file changed to add support for private messages
5. message_form.inc - same as above
6. IE_textbox.asp - changed to support private message
7. post_message_form.asp - changed to add new veriables
8. edit_post.asp - same as above
9. pm_post_message.asp - added to check and send private message
10. pm_buddy_list.asp - added to hold the users buddy list
11. pm_delete_buddy.asp - added to delete buddy from buddy list
12. pm_add_buddy.asp - added to add a new buddy to the buddy list
13. pm_welcome.asp - added to welcome and explain the private message system to users
14. pm_delete_message.asp - added to delete private message
15. pm_check.inc - file added to check for new private msg
16. display_forum_topics.asp - changed to link to private messenger
17. display_forum_threads.asp - same as above
18. default.asp - same as above


The following pages are changed for the new layout
1. New buttons and images added or swapped over
2. default.asp
3. display_topic_threads.asp
4. display_forum_topics.asp
5. search.asp
6. skin_file.inc - added for the new skin


The following pages and images have been added to allow avatars
1. avatars folder created containing avatar images
2. register_form.asp - changed to allow user to select avatar
3. register_new_user.asp - changed to save new avatar to database
4. profile_edit.asp - changed to allow user to change avatar and save new avatar to db
5. select_avatar.inc - file added containing a selction list of avatars (placed in 1 file so it's easier for someone to change if they would like to use different avatars)


The following changes and pages have been changed to allow Guests to post in the forum

1. common.asp - added login for guest account identification
2. forum_members.asp - changed to not accidently modify guest account
3. delete_forum_members.asp - changed to not accidently delete guest account
4. default.asp - changed so can't change the profile for the guest account
5. display_forum_topics.asp - same as above
6. display_topic_threads.asp - same as above
7. edit_post.asp - stop guest account being able to edit post
8. delete_post.asp - stop guest account deleting posts


The following changes and pages have been added to allow different user levels within the forum

1. common.asp - gets the member level of the user from the database
2. forum_permissions.inc - added file to get what permissions the user has on the forum
3. insufficient_pemission.asp - added page to display if the user doesn't have permission level to use the forum they are trying to enter
4. default.asp - displays the forum as locked or no entry sign if user can't use forum
5. display_forum_topics.asp - locks forum if the user only has read permissions
6. display_topic_threads.asp - same as above
7. edit_post.asp - same as above
8. delete_post.asp - same as above
9. search_form.asp - remove choice to search forums that the user can't use
10. saerch.asp - changed so the member only searches forums they have access to
11. forum_members.asp - changed to show member status in the forum
12. display_topic_threads.asp - changed to show member status
13. default.asp - letest forum posts only show those forums the user can use


The following pages and files have been changed and added to allow threads to be split over multiple pages
1. display_topic_threads.asp - changed to support thread pages
2. delete_post.asp - same as above
3. forum_members.asp - same as above
4. edit_post.asp - same as above
5. post_message_form.asp - same as above
6. serach_form.asp - same as above
7. log_off_user.asp - same as above
8. login_user.asp - same as above
9. edit_profile.asp - same as above
10. profile.asp - same as above
11. register_form.asp - same as above
12. register_new_user.asp - same as above
13. IE_message_form.inc - same as above
14. message_form.inc - same as above
15. post_message.asp - same as above
16. display_topic_threads.asp - same as above
17. defualt.asp - same as above


The following files have been changed to fix a bug in the date_time_functions.inc where by the access driver reports the following error - Too many client tasks.

1. date_time_functions.inc
2. default.asp
3. display_forum_topics.asp
4. display_topic_threads.asp
5. post_preview.asp
6. forum_members.asp
7. profile.asp
8. pop_up_profile.asp
9. search.asp
10. display_printer_threads.asp
11. IE_textbox.asp
12. post_message_form.asp

Changes to the database
1. tblConfiguration - added Guest_post, true/false datatype
2. tblAuthor at position 2 has had a Guest account created
3. tblModrator - New table added to the database
4. tblAuthor - removed moderator field
5. tblAuthor - removed login_cookie field
6. tblTopic - added Locked field, true/false datatype
7. tblAuthor - added Status field, interger datatype, default value 1
8. tblForum - added Guest field, integer datatype, default value 1
9. tblForum - added Standard field, integer datatype, default value 1
10. tblForum - added Super field, integer datatype, default value 1
11. tblForum - added Power field, integer datatype, default value 1
12. tblCategory - added table to the database
13. tblForum - added Cat_ID field, inetger, foreign key to tblCategory primary key
14. tblAuthor - added a text field called Avatar
15. tblConfiguration - added Avatar, true/false datatype
16. tblConfiguration - added Email_activate, true/false datatype
17. tblTopic - added Priority field, integer datatype, default value 0
18. tblConfiguration - added Hot_replies field, inetger datatype
19. tblConfiguration - added Hot_replies field, integer datatype
20. tblConfiguration - added Email_post field, true/false datatype
21. tblPMMessage - table added to hold private messages
22. tblBuddyList - table added to hold address book for private messages




Changes from version 6 beta 1 to version 6 beta 2
-------------------------------------------------
1. forum_details.asp - fixed bug with setting permissions for Gold members




Changes from version 6 beta 2 to version 6 beta 3
-------------------------------------------------
1. activate.asp - fixed bug that stoped the page from being displayed.
2. delete_forum.asp - fixed to make compatible with the cheap nasty accounts you get on Brinkster
3. delete_category.asp - same as above
4. pm_delete_message.asp - changed to fix bug with the delete button on the page you read private messages on.
5. skin_file.inc - add way to change colour of IE Text box
6. IE_textbox.asp - changed to support above skin modification
7. defualt.asp - fixed out of place dot when new visitors comes to the site.
8. pm_welcome.asp - fixed the forum jump bug
9. default.asp - improved the security gropus so that guests still have optiunity to login
10. display_topic_threads.asp - same as above
11. display_forum_topics.asp - same as above
12. edit_post.asp - same as above
13. post_message_form.asp - same as above
14. login_user.asp - table background was displaying the wrong colour
15. forum_codes.asp - fixed error with displaying blue as blue
16. display_topic_threads.asp - fixed bug that shown other members as forum moderators in topics where the forum modrator had posted a msg
17. search_form.asp - fixed bug of forums not being in correct order


The following pages have been changed to allow the setting of a moderator on all forums
1. default.asp
2. common.asp
3. profile.inc

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -