📄 version history.txt
字号:
Post
Reply_posts
Edit_posts
Delete_posts
Priority_posts
Poll_create
Vote
Attachments
Image_upload
Moderator
Hide - true/false
Show_topics - interger
10. tblAuthor - added the following fields
Salt - text 30
Group_ID - interger datatype
MSN - text 75
Yahoo - text 75
ICQ - text 20
AIM - text 75
Occupation - text 60
Interests - text 160
DOB - Date
Attach_signature - True/false (bit)
Last_visit - date datatype - default Now() (GetDate() - sql server)
Time_offset - text 1
Time_offset_hours - interger
Date_format - text 10
Rich_editor - True/false (bit)
Reply_notify - True/false (bit)
PM_notify - True/false (bit)
11. tblTopic - added Poll_ID field - long interger datatype - default value 0
12. tblPolls - added new table to hold the poll details
13. tblPollChoice - added new table to hold the choices and vote count for a poll
14. tblThread - remove email notify field
15. tblBanList - table added for banning members
16. tblConfiguration - add the following fileds
Vote_choices - interger datatype - value assigned - 7
Email_sys - True/false (bit)
Upload_img_path - Text 50 - value assigned - upload_images
Upload_img_types - Text 50 - value assigned - jpg;jpeg;gif;png
Upload_img_size - integer - value set at 35
Upload_files_path - text 50 - value assigned - upload_files
Upload_files_type - Text 50 - value assigned - zip;rar
Upload_files_size - integer - value set at 500
Upload_component - text 10
Active_users - True/false (bit)
Forums_closed - True/false (bit)
Show_edit - True/false (bit)
Process_time - True/false (bit)
17. Access database renamed to WebWizForum.mdb
Changes from version 7 beta 1 to version 7 beta 2
-------------------------------------------------
1. active_topics.asp - fixed object required bug
2. IE_message_form_inc.asp - fixed table layout problem for pm's
3. message_form_inc.asp - same as above
4. upload_configure.asp - fixed some spelling and grammer errors
5. delete_post.asp - fixed recordset closing bug
6. register.asp - changed so that the admin and guest accounts can be edited, but not deleted or change groups
7. header.asp - fixed background colour and image bug
8. forum_topics.asp - fixed bug where if the user can vote in polls was incorrectly shown
9. forum_topics.asp - tidyed up code and improved performance
10. upload_files.asp - now displays a msg that the file is being uploaded
11. upload_images.asp - same as above
12. langauge_file_inc.asp - support for new upload msg's
13. pm_check_inc.asp - tidied up code
14. defualt.asp - cleaned up table formatting
15. poll_form_inc.asp - fixed poll question bug
16. post_message.asp - same as above
17. poll_create_form.asp - same as above
18. default_style.css - added more CSS styles
19. forum_posts.asp - changed to support new CSS styles
20. functions_upload.asp - changed to be compatible with aspUpload version 2.1
21. members.asp - fixed bug where if you tried to register after doing a search the forum would crash
22. forum_configure.asp - added the ability to select the number of poll choices in forum polls
23. forum_posts.asp - changed so that users can edit there posts any time if they have permission to do so, deleting a post still requires that a reply has not been posted.
24. register.asp - fixed bug where the username in the activation email always said the username is Guests
25. moved access database to it's own folder called database
26. functions_upload.asp - fixed file size checking bug
27. select_members.asp - fixed overflow error if the user has made more than 32,000 posts
28. members.asp - fixed overflow error if the user has made more than 32,000 posts
29. pop_up_forum_admin.asp - new page to edit and control forums
30. default.asp - changed to link to the new pop up forum admin page
31. forum_posts.asp - cleaned up code
32. forum_posts.asp - fixed bug where you can still reply to a poll only topic if you hit quote
33. poll_vast_vote.asp - fixed bug where if the user doesn't select a poll choice they can still vote
34. IE_emoticon_smilies.asp - fixed font formatting bug
35. emoticon_smilies.asp - fixed font formatting bug
36. forum_topics.asp - now displays links to the last two pages in multiple page topics
37. search.asp - same as above
38. active_topics.asp - same as above
39. active_topics.asp - displays if the active topic is a poll or not
40. email_messager.asp - fixed table formatting bug in Netscape 4.7
41. forum_configure.asp - changed to add path to users homepage
42. common.asp - changed to support homepage link
43. navigation_buttons_inc.asp - same as above
44. functions_format_post.asp - fixed quote formatting bug
45. member_mailier.asp - new file to allow the sending of mass email to forum members
46. member_mailier_send.asp - new file to allow the sending of mass email to forum members
47. admin_menu.asp - changed to link to the new mass mail page
48. navigation_menu.asp - same as above
The following files are changed to add support for Flash files
1. functions_format_post.asp - added function to format flash files from forum codes
2. forum_posts.asp - now calls new flash function
3. post_preveiw.asp - same as above
4. signature_preview.asp - same as above
5. forum_configure.asp - changed to allow the enabling of Flash file support in the forum
6. forum_codes.asp - changed to show how to add flash files to your posts
7. common.asp - changed to add support for flash files.
The following files are changed for new improved security filters
1. functions_filter.asp
2. functions_format_post.asp
3. functions_edit_post.asp
4. register.asp
5. post_preview.asp
6. signature_preview.asp
7. post_message.asp
8. pm_post_message.asp
9. search.asp
10. forum_posts.asp
11. pop_up_profile.asp
Datbase Changes
1. tblConfiguration - add the following fileds
website_path - text filed size 70
Mass_mailier - true/false datatype
Changes from version 7 beta 2 to version 7 beta 3
-------------------------------------------------
1. SQL_server_connection.asp - updated for new db connection
2. forum_details.asp - fixed link to new category page bug
3. forum_configure.asp - fixed javascript bug
4. functions_format_post.asp - fixed quote formatting bug
5. functions_edit_post.asp - edited for backward compatiblity
6. functions_filters.asp - improved filters
7. upload_files.asp - fixed file link formatting bug that effects a few versions of IE
8. poll_display_inc.asp - changed the CCS style on the table header
9. functions_upload.asp - changed to replace spaces in file names with underscores
10. group_perm_forum.asp - now places the forums in a better order
11. create_group_permissions.asp - fixed bug where images and file upload enabling was around the wrong way
12. edit_group_permissions.asp - same as above
13. email_notify.asp - fixed bug where person wasn't unsubscribed from a forum when clicking on the unsubscribe link in an email notification.
14. default_dtyle.css - changed so it correctly displayes ordered lists.
15. resync_post_count.asp - updates post counts in the forum
16. pop_up_forum_admin.asp - updated to add link to the post count update page
17. admin_language_file_inc.asp - updated to add new wording
18. pop_up_topic_admin.asp - now updates post and topic count for forum when moving a topic to a new forum
19. functions_common.asp - fixed bug where you could upload images if file upload was enabled for some user groups
20. upload_files.asp - fixed bug whereby you couldn't upload files unless the user also had permission to upload images
The folowing files are updated for compatibility with SQL server
1. active_topics.asp
2. view_forums.asp
3. view_groups.asp
4. delete_group.asp
5. register.asp
6. email_notify.asp
The folowing files are updated for option to show moderators on main page
1. common.asp
2. default.asp
3. forum_configure.asp
Datbase Changes
1. tblConfiguration - add the following fileds
Show_mod - true/false datatype
Changes from version 7 beta 3 to version 7 beta 4
-------------------------------------------------
1. forum_codes.asp - fixed javascript bug on smilies
2. register.asp - improved security to prevent hackers from sending multiple signups from remote sites
3. registration_rules.asp - improved security - same as above
4. language_file_inc.asp - changed to include session ID auth error message
5. functions_common.asp - new function added to check session ID
6. post_message.asp - improved security
7. IE_message_form_inc.asp - same as above
8. message_form_inc.asp - same as above
9. email_messenger.asp - same as above
10. email_topic.asp - same as above
11. login_user.asp - same as above
12. message_form_inc.asp - fixed post preview bug that effects Opera 7
13. register.asp - fixed signature preview bug that effects Opera 7
14. pop_up_topic_admin.asp - fixed bug where the page would crash if you selected a category as the forum to move the topic to
15. move_post.asp - fixed bug when moving a post to a new topic
16. forum_posts.asp - changed the cookie settings as IE was having problems handling to many cookies
17. forum_topics.asp - same as above
18. search.asp - same as above
19. active_topics.asp - same as above
20. default.asp - moved the wording Moderators to the language file
21. language_file_inc.asp - placed the wroding from above in the language file.
22. functions_upload.asp - changed to make it compatible with SA FileUp version 3
23. forgotten_password.asp - changed to also ask for an email address comparison for extra security
24. login_user.asp - changed the size of the forgotten password pop up form
25. batch_delete_members.asp - new file to batch delete members
26. batch_delete_members_form.asp - same as above
27. admin_menu.asp - changed to link to the new batch delete members page
28. navigation_menu.asp - changed to link to the new batch delete members page
29. functions_filters.asp - fixed bug where by images would show if they have capitals in the extension
30. emoticons_inc.asp - added new emoticons
31. forum_posts.asp - new link added to report dodgy posts to moderators and forum admin
32. forum_posts.asp - fixed bug where the return page was wrong if quoting on a page higher than page 1
33. skin_file_inc.asp - changed to add more colours
34. forum_posts.asp - changed to supprt new colours above
35. pm_show_message.asp - same as above
36. register.asp - now supports member title
37. forum_posts.asp - same as above
38. pop_up_profile.asp - same as above
39. report_post.asp - new file to allow users to report bad posts to the forum admin and moderators
40. active_users.asp - changed file so it doesn't cache the page
41. pm_outbox.asp - fixed bug that was showing the wrong profile when clicking on members name
42. poll_display_inc.asp - changed to include the last author ID
43. poll_cast_vote.asp - same as above
44. functions_upload.asp - added support for AspSimpleUpload and changed AspUpload to use virtual save method for hosts that disable the memory save and save properties
45. upload_configure.asp - changed to support AspSimpleUpload
46. search.asp - fixed search bug on usernames that have an underscore in them
47. register_confirm.asp - fixed bug with text display
48. pop_up_profile.asp - fixed bug where it can show an incorrect Date of Birth
The following files are changed to allow guests to enter there name in posts if guest posting is enabled
1. message_form_inc.asp
2. IE_message_form_inc.asp
3. post_message.asp
4. post_message_form.asp
5. IE_textbox.asp
6. delete_post.asp
7. delete_topic.asp
8. batch_delete_posts.asp
The following files are changed to allow emoticons to be di
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -