CCTsing / phpsocks5

Automatically exported from code.google.com/p/phpsocks5
0 stars 0 forks source link

出错的log #17

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. awardspace.com 空间,用部署工具配置
2. 访问sock5.php地址,第一次正常,第二次creat table error
3. 用run_with_polipo.bat,设置代理访问Twitter.com

What is the expected output? What do you see instead?
未能得到页面,显示空白页

What version of the product are you using? On what operating system?
V0.5,Windows XP with SUNJAVA

Please provide any additional information below.

Original issue reported on code.google.com by yixiang....@gmail.com on 28 Mar 2011 at 8:21

Attachments:

GoogleCodeExporter commented 9 years ago
缺少客户端log,也放上来吧?

Original comment by lehui99 on 28 Mar 2011 at 9:11

GoogleCodeExporter commented 9 years ago
attached

Original comment by yixiang....@gmail.com on 29 Mar 2011 at 3:22

Attachments:

GoogleCodeExporter commented 9 years ago
你的PHP服务器做过特殊的配置吗?一般PHP的session都会使用PHPS
ESSID这个cookie,但看你的好像使用了sid这个Cookie,导致了不能
用。

Original comment by lehui99 on 29 Mar 2011 at 3:30

GoogleCodeExporter commented 9 years ago
没有设置过。虚拟主机默认的配置。只是想拿来翻翻墙。如��
�配置没有问题的话,那我只好换一个虚拟主机再试验一下了�
��谢谢。

Original comment by yixiang....@gmail.com on 29 Mar 2011 at 4:08

GoogleCodeExporter commented 9 years ago
你可以把php中的所有PHPSESSID的地方改成sid试试看?

Original comment by lehui99 on 29 Mar 2011 at 4:09

GoogleCodeExporter commented 9 years ago
意思是把$phpsid = 
mysql_escape_string($_COOKIE['PHPSESSID']);改成具体在log内看到的sid?

Original comment by yixiang....@gmail.com on 29 Mar 2011 at 4:23

GoogleCodeExporter commented 9 years ago
把$phpsid = mysql_escape_string($_COOKIE['PHPSESSID']);改成$phpsid = 
mysql_escape_string($_COOKIE['sid']);

Original comment by lehui99 on 29 Mar 2011 at 4:30

GoogleCodeExporter commented 9 years ago
这样改之后应该好了吧。

Original comment by lehui99 on 5 May 2011 at 10:48

GoogleCodeExporter commented 9 years ago
改了,还是不行。所以只好放弃了。由于自己从来没干过编��
�的活。搞不懂了。打算以后在新版本上再试验了。暂时用wall
proxy了。如果万恶的GFW实施白名单,估计都用不了。一切都是
徒劳了。FK

Original comment by yixiang....@gmail.com on 16 May 2011 at 3:16

GoogleCodeExporter commented 9 years ago
可以贴一下log?客户端和服务器端的都贴一下?

Original comment by lehui99 on 17 May 2011 at 2:30