google-code-export / wallproxy-plugins

Automatically exported from code.google.com/p/wallproxy-plugins
0 stars 0 forks source link

关于最新php版proxy.conf的sitekey #123

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

版本为wallproxy-plugins-1.0.6.7。
请问最新的php版服务端对应的
本地proxy.conf的key应该怎么填?

最新的php版服务端貌似有
siteKey = '\xcf\x83\xe15~\xef\xb8\xbd\xf1T(P\xd6m\x80\x07\xd6 
\xe4\x05\x0bW\x15\xdc\x83\xf4\xa9!\xd3l\xe9\xce'
不知本地key该怎么填?
用WP老版1.04版的服务端貌似无sitekey,
用它以下设置可以。

我设置为

forold = ['http://xx.com/fetch.php']
plugins['plugins.forold'] = 'forold'
或者
forold = [{
    'url': 'http://xx.com/fetch.php',
    'key': '',
    'crypto':'XOR--0',
    'proxy':''
}]
plugins['plugins.forold'] = 'forold'
都不行。

出现错误为:

Error response

Error code 502.

Message: ['Data format not match(http://xx.com/fetch.php:Hello World!)', 'Data 
format not match(http://xx.com/fetch.php:Hello World!)'].

Error code explanation: 502 = Invalid responses from another server/proxy.. 

挂了vpn测试的,所以应该不是被挡住或过滤,
而是key之类的问题吧。

Original issue reported on code.google.com by zhag...@gmail.com on 7 Jun 2011 at 8:42

GoogleCodeExporter commented 9 years ago
1、注意siteKey的引号是"不是'(郁闷了好久)
2、PHP文件里默认的那串siteKey就是为了使本地端配置时不需要
设置crypto参数和key参数,如果你需要修改siteKey,在修改proxy.c
onf时要加入XOR--0和你设置的key
3、去掉'crypto':'XOR--0',或者改为'crypto':'XOR--32',

提示Hello World就说明密码错误

Original comment by dtma...@163.com on 7 Jun 2011 at 9:52

GoogleCodeExporter commented 9 years ago
不知怎么php的host今天总是Internal Server Error,
页面都打不开,只能明天再测试了。

Original comment by zhag...@gmail.com on 7 Jun 2011 at 2:17

GoogleCodeExporter commented 9 years ago
php-host服务器出了故障,改日测试成功再来汇报。
谢谢大大先。

Original comment by zhag...@gmail.com on 8 Jun 2011 at 5:25

GoogleCodeExporter commented 9 years ago
php-free host终于不抽风了,按大大的方法试验成功,
特来汇报下,在此多谢指教

Original comment by zhag...@gmail.com on 9 Jun 2011 at 3:00