搜索

[本站功能修改] 让百度瞬间收录的修改方法

[复制链接]
admin 发表于 2012-4-11 16:56:19|来自:湖南长沙 | 显示全部楼层 |阅读模式 来自 湖南长沙
根目录建了一个 ping.php 文件中间放了以下代码;
  1. <?php
  2. if(isset($_GET['action']))
  3. {
  4. $canshu=$_GET['action'];
  5. }


  6. function postUrl($url, $postvar)
  7. {
  8. $ch = curl_init();
  9. $headers = array(
  10. "POST ".$url." HTTP/1.0",
  11. "Content-type: text/xml; charset="utf-8"",
  12. "Accept: text/xml",
  13. "Content-length: ".strlen($postvar)
  14. );
  15. curl_setopt($ch, CURLOPT_URL, $url);
  16. curl_setopt($ch, CURLOPT_RETURNTRANSFER,1);
  17. curl_setopt($ch, CURLOPT_POST, 1);
  18. curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
  19. curl_setopt($ch, CURLOPT_POSTFIELDS, $postvar);
  20. $res = curl_exec ($ch);
  21. curl_close ($ch);
  22. return $res;
  23. }


  24. $baiduXML = "<?xml version="1.0" encoding="utf-8"?>
  25. <methodCall>
  26. <methodName>weblogUpdates.extendedPing</methodName>
  27. <params>
  28. <param><value><string>维山在线,维山人论坛</string></value></param>
  29. <param><value><string>https://www.417626.com/</string></value></param>
  30. <param><value><string>https://www.417626.com/thread-$canshu-1-1.html</string></value></param>
  31. <param><value><string>https://www.417626.com/forum.php?mod=rss</string></value></param>
  32. </params>
  33. </methodCall>";
  34. $res = postUrl('http://ping.baidu.com/ping/RPC2', $baiduXML);


  35. if ( strpos($res, "<int>0</int>") )
  36. {
  37. header ("Location:https://www.417626.com/thread-$canshu-1-1.html");
  38. }
  39. else
  40. {
  41. header ("Location:https://www.417626.com/thread-$canshu-1-1.html#");
  42. }
  43. ?>
复制代码
修改文件source\include\post\post_newthread.php
找到:
  1. showmessage('post_newthread_succeed', $returnurl, $values, $param);
复制代码
替换为:
  1. showmessage('post_newthread_succeed', "ping文件的文件名称.php?action=$tid", $values, $param);
复制代码
附注:
Tips:

如果PING失败,那么你发新帖后跳转的网址最后面会有一个#号!

测试是否PING成功,也可以访问http://你的DZX网址/ping文件的文件名称.php?action=任意新帖子ID,不成功的话,网址后面会有#号。

记得顺手在这里提交一下你的BBS的RSS!
http://ping.baidu.com/ping.html
RSS地址是 http://你的DZX网址/forum.php?mod=rss



维山在线:www.417626.com
全部回复1 显示全部楼层

快速回帖

您需要登录后才可以回帖 登录 | 注册

本版积分规则