45IT multi-user message system is developed using ASP+ACCESS. It is completely open and free, easy to install and easy to use.
45IT.COM multi-user message system version 2.1 update:
This version update has basically improved the basic content of the guestbook.
1. Fixed the problem that the guestbook call after the welcome on the home page is invalid. (index.asp can be overwritten)
2. Fixed the database confirmation problem after deleting the guestbook account. (Admdel.asp can be overwritten)
3. Open the demo address account and management password (for security reasons, the demo program address has been set to read-only permission, so deleting and modifying will result in a 500 error), account number: jinjunhe, password: 123456, website: http://www.45it. com/mianfeiliuyanban/index.asp?user=jinjunhe
System environment
1. Available httpd servers (such as Apache, IIS, Nginx, etc.)
2. Support ASP
3. Use ACCESS database
Installation method
Please refer to the following steps to install the integration package:
1. Upload all files through the ftp tool. No modification is required, it can be used by default
2. Access in the browser: http://This program accesses the URL/.
3. Administrator account admin password 123456
4. The configuration file dbpath.asp can modify the database path and data access method, such as asp or mdb, etc.
5. Management file admin.asp, management method http://this program access URL/dmin.asp
6. For filtering settings, see the addsave45itcom.asp file
7. Database file book.asp, if you need to modify the AC database, just change the file extension to mdb. By default, there are more than 20,000 computer questions and answers
I wish you a happy use!
PS: Regarding the filtering file addsave45itcom.asp, please refer to:
if ly="" or Len(Trim(ly)) > 500 then
errmsg=errmsg & "▲ The online Q&A column has been revised, please go to sos.45it.com to ask questionsn"
end if
response.cookies("ly")=ly
if errmsg<>"" then
Conn.Close
Set conn = nothing
Set rsc = nothing
response.write("")
response.end
end if
It means the content is larger than 500 bytes, prompt ▲ The online Q&A column has been revised, please go to sos.45it.com to ask questions. Return to the message submission page, please write in a similar format, or cancel