又无声无息的被百度坑了。装了个baidu link submit插件,这样起码主动提交,
本想在百度懒得爬的情况下也会爬一下吧。
装上几天看提交都是0.
开始怀疑这是个假的插件,根本没有提交,再看插件的log,竟然都是错误,找不到页面Page Not Found的记录
<h1>Page Not Found</h1>
<h2>Unable to resolve the request "/urls".</h2>
<p>
The requested URL was not found on this server.
If you entered the URL manually please check your spelling and try again.
</p>
<p>
If you think this is a server error, please contact the webmaster.
</p>
<div class=”version”>
2021-12-11 19:40:23 </div>
搞了半天,没提交成功。
修复方式:
修改plugins/baidu-links-submit/inc/common.class.php,78行,找到’/urls?site=’,
删除urls前面的“/”即可