WD1D multi-user message system is developed using ASP+ACCESS. It is completely open and free, easy to install and easy to use.
System environment
1. Available httpd servers (such as Apache, IIS, Nginx, etc.)
2. Support ASP
3. Use ACCESS database
Openness: completely open and free
Installation method
Please refer to the following steps to install the integration package.
1. All files are uploaded through the ftp tool. No modification 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!
Update record
2.21 update
Due to the sale of the 45IT domain name, the software copyright has been re-attributed to wd1x.com and no copyright authorization has been obtained. Please indicate the official source code as http://www.wd1x.com
2.2 update
This update mainly fixes an important SQL injection issue. If you have already installed this guestbook system, you can directly download and overwrite the dbpath.asp file in the folder. If you have modified the default database, overwrite the file and change it to your database name path.
2.1 update
This update has basically improved the basic content of the guestbook.
1. Fixed the problem that the guestbook call after the welcome on the homepage 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
PS: Regarding 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 ask.wd1x.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 ask.wd1x.com to ask questions. Return to the message submission page, please write in a similar format, or cancel