Ah Gui Guestbook is a simple online guestbook website system: you can set the user's message interval (the number of seconds between the same IP address before leaving another message), and automatically send user messages to the designated mailbox. View user messages (you need to log in to the management and set messages to be displayed before users can see them, and they can also reply to messages) and search for messages. There is only one management account, and the management account and password can be modified by yourself. Login failure lockout procedure (default: if the same IP address fails to log in 10 times within 2 minutes, the system automatically limits the IP address for 60 minutes.). Automatically record logs of login success/failure, exit, setting message display/hide, deletion of messages, etc.
Set the corresponding option parameters: Use Notepad to open Index.asp from line 33 to line 60, and refer to the comments for modification. The database file name must be modified after official use. Captcha.asp: verification code; Guestbook.mdb: Access database; Guestbook.png: button image; (4 files in total)
There may be the following reasons why the specified mailbox cannot receive emails from users: to send emails online, the website server must support JMail, and the parameters for sending emails are set incorrectly; the mailbox for sending emails does not support it; the receiving mailbox has received similar emails multiple times, and it will It was rejected as spam by the mailbox server.
Operating environment: IIS (ASP, Access), database version: Microsoft Access2003
Browsing system: http://domain name (or IP address)/Index.asp Message management login account/password: admin
Ah guess screenshot of guestbook