There is really no way. After the release of PJBlog's spam reference prevention and control patch and the correction patch that failed to send new logs, they come to ask every day due to modification errors. In order to simplify everyone's upgrade steps and reduce the errors caused by upgrades. After referring to some of the programs of the seniors, I made the automatic installation program for the first two patches, code replacement, and database upgrades were all done in one step. Yes. Say less nonsense and download it. Remember to backup before upgrading, especially the database must be backed up once.
Although this program was successfully tested on the new PJBlog in my local environment, it cannot be ruled out that there will be no problems with blogs that have installed other plug-ins. If you have an error in upgrading, please go to: http://www.myyu.net/2006/12/11/pjblog-anti-spam.html to explain. It mainly talks about whether the installation program prompts an error in installation, or an error after installation.
Since PJBlog's static logs do not have the ability to update data, please do not use static log mode. Unless you can diligently regenerate the log file in the background, in static log mode, the log will be referenced and the KEY value update will cause the static log to be not updated to the new KEY value, causing others to be unable to reference your old log.
Buy one get one free, teach you how to test it. Write a new log and fill in the quoted links for other logs in your blog in the quote box. If the sending is successful, it means that the patch for sending the referenced new log is successfully installed, if the reference is successfully accepted, the KEY of the reference address is automatically replaced (currently, only the dynamic log mode can be automatically, and the static log mode must be regenerated in the background to be updated due to mechanism problems), it means that the patch for spam reference prevention and control is successfully installed.
Attachment: Manual installation tutorial address
http://bbs.pjhome.net/viewthread.php?tid=9491&extra=page%3D1
http://bbs.pjhome.net/viewthread.php?tid=9617&extra=page%3D6
The code copy is as follows:
<!--#includefile="const.asp"-->
<!--#includefile="conn.asp"-->
<!--#includefile="common/function.asp"-->
<!--#includefile="common/library.asp"-->
<!--#includefile="common/cache.asp"-->
<!--#includefile="common/checkUser.asp"-->
<!--#includefile="class/cls_logAction.asp"-->
<!--#includefile="common/ubbcode.asp"-->
<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<htmlxmlns="http://www.w3.org/1999/xhtml"lang="UTF-8">
<head>
<metahttp-equiv="Content-Type"content="text/html;charset=UTF-8"/>
<metahttp-equiv="Content-Language"content="UTF-8"/>
<title>Installing PJBLOG spam reference to prevent plug-in and fixing patches that fail to send references by writing new logs</title>
</head>
<body>
<divid="main"style="text-align:center">