本程序可以帮助你批量添加域名到百度站长工具实现自动添加网站到百度站长平台,若果你也像我一样手里的域名比较多,不妨试试这个工具,像我这种懒人必备,省时省力。
程序截图
使用说明
域名样式表格处理后导入
日志文件用表格出处理 批量替换 |
完成验证域名.log 添加完成的域名,| 分割
网站没实现自动验证的
需要上传21.php
并且设置伪静态
nginx 路由 21.php 文件名自定义
rewrite /baidu_verify_(.*?).html /21.php break;
Apache 伪静态设置
RewriteRule ^baidu_verify_(.*?).html$ /21.php [L]
例子
Options +FollowSymlinks -Multiviews RewriteEngine On RewriteRule ^baidu_verify_(.*?).html$ 21.php [L] RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php?/$1 [QSA,PT,L]
或者把21.php 内容放到首页 ,index.php 的顶部。
完成后 验证是否成功了
1 域名/21.php?type=add&bd=4234242okop
显示 {“status”:0,”msg”:”保存成功”} 即可
2 域名/baidu_verify_code-gdWhbjPaWQ.html
显示 4234242okop
说明配置成功
没有显示图片 可能拨号没连
下载链接
百度域名添加下载链接:https://mega.nz/file/j9ZXGLRY
密码:JVJ0hMJ5PUjab_fagFLDf9OmlMPpqAhuHBMqa5LjsGM