Fixed an issue with crawling records.
How to use the 58-day website spider crawling log plug-in The program has 3 files in total:
botdb.mdb database file, botconn.asp crawl record call file, botlog.asp crawl log view file.
Normally, place 3 files in the root directory of your website. Then add it to the bottom of the source code of the page you want to monitor and crawl on your ASP website to monitor the spider crawling situation of the page. The monitoring program must be in the same directory as the page you are monitoring. Or someone who knows the program can change the program path by himself.
If you want to monitor the whole site page, you can usually add it at the bottom of conn.asp in the root directory of your website system. If there is no conn.asp, it means that the file your website calls the database is not conn.asp. Please consult the system developer of your main site system to ask which file the database calls.
Then access it through your URL such as: http://www.xxx.com/botlog.asp to view the spider crawling log.