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

📄 gbook.h

📁 用C++语言编写的留言簿CGI程序
💻 H
字号:
/* Full path where you're keeping the guestbook HTML file
Must be chmod'ed 777 and the dir (/gbook/ here) 755*/#define HTML_FILE "/root/httpd/htdocs/gbook/gbook.html"/*Full HTTP path to you GuestBook*/#define FULL_HTTP_PATH "http://fatal.dynip.com/gbook/gbook.html"/* Command that invoke sendmail
Used if you define MAIL_NEW_ENTRIES
*/#define MAIL_CMD "/usr/sbin/sendmail"/*Admin name (probably your)
Used as contact info*/#define ADMIN_NAME "Martin"/*Admin's E-Mail*/#define ADMIN_MAIL "martin@fatal.dynip.com"/*Mail new entries and usefull infos to the AdminSet to 0 to turn off*/#define MAIL_NEW_ENTRIES 1/*Background color of generated HTML files*/#define BG_COLOR "#000000"/*Text color of generated HTML files*/#define TEXT_COLOR "#C0C0C0"/*Links Color of generated HTML files*/#define LINK_COLOR "#FF0000"#define VLINK_COLOR "#FF0000"#define ALINK_COLOR "#FF0000"

⌨️ 快捷键说明

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