十一
28
2010

Wp2sohublog插件中如何获得搜狐的登录密码(请填写32位小写MD5值)



方法如下:

方法一,使用在线加密网站在线获得。

打开网站 http://www.xmd5.org/md5/Encrypt.asp 输入你的搜狐密码(就是登陆搜狐博客的密码)然后点击MD5加密,得到常规加密md5 32位小写处就是应该填写到插件中的搜狐登录密码。如下图黄色圈出部分。

md5

方法二,使用PHP脚本获得

<?php

md5("wp2sohublog");

?>

打开记事本在文件里写入如上代码,把wp2sohublog换成你的搜狐登录密码,把文件保存为test.php,然后上传文件到你的服务器,用浏览器访问这个文件。页面中得到的字符串就是应该填入插件中的搜狐的登录密码。





回复(4)

订阅评论 RSS

  1. 折扣导航网 2010-12-01 19:19
    阅读评论

    提示有错误,老大看看。

    Warning: iconv() expects parameter 3 to be string, object given in /www/users/myuniversity.com.cn/wp/wp-content/plugins/wp2sohublog/wp2sohublog.php on line 284

    Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /www/users/myuniversity.com.cn/wp/wp-content/plugins/wp2sohublog/wp2sohublog.php on line 54

    Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /www/users/myuniversity.com.cn/wp/wp-content/plugins/wp2sohublog/wp2sohublog.php on line 99

    Warning: Cannot modify header information – headers already sent by (output started at /www/users/myuniversity.com.cn/wp/wp-content/plugins/wp2sohublog/wp2sohublog.php:284) in /www/users/myuniversity.com.cn/wp/wp-includes/pluggable.php on line 890

  2. 星海 2010-12-04 20:20
    阅读评论

    第一个问题,这是一个BUG,新版本中修复该问题,请更新插件。
    第二,三个问题,编辑插件,试着把 curl_setopt($ch, CURLOPT_FOLLOWLOCATION, TRUE); 这句删除,看能否同步发表。
    第四个问题,修改下php.ini 文件。

  3. 菜鸟桦仔 2011-09-24 19:19
    阅读评论

    你好,非常感谢你提供WP2HiBaidu,使用中有些不愉快的地方,你的同步到博客美中不足的是定时发布不能同步到博客!请问有什么办法能让定时发布也同到到博客中吗?跪求解答。

订阅评论 RSS

发表评论