ECShop 网上商店系统支持论坛's Archiver

mylive 发表于 2008-10-6 10:19

http://bbs.mylive.cc/shop/instal ... cn&step=uccheck

[url=http://bbs.mylive.cc/shop/install/index.php?lang=zh_cn&step=uccheck][color=#800080]http://bbs.mylive.cc/shop/instal ... cn&step=uccheck[/color][/url]
错误提示是:验证码错误!

而且使用UC\UCH\DZ一体的显示连接有问题![url=http://bbs.mylive.cc/ucenter/][color=#0000ff]http://bbs.mylive.cc/ucenter/[/color][/url]  密码:1111



[img]http://www.discuz.net/images/default/attachimg.gif[/img] [url=http://www.discuz.net/viewthread.php?tid=1067943&pid=8417313&page=1&extra=page%3D1###zoom][img]http://www.discuz.net/attachments/month_0810/20081006_8c1e96e3b071519534644hqZYMxwtsaz.jpg.thumb.jpg[/img][/url]

Goda 发表于 2008-10-6 10:50

请确认fsocketopen这个方法是否可使用
使用后是否有错误

mylive 发表于 2008-10-6 10:55

怎样确认fsocketopen这个方法是否可使用?

冒昧的问一下怎样确认"fsocketopen这个方法是否可使用,以及使用后是否有错误" 万分感谢!

fsocketopen这个文件在何处可以找到啊?
我是个人的服务器!

mylive 发表于 2008-10-6 11:38

顶一下,寻求回复!!!!

顶一下,寻求回复!!!!

怎样确认"fsocketopen这个方法是否可使用,以及使用后是否有错误" 万分感谢!

dain_sun 发表于 2008-10-6 15:32

可以通过执行 function_exists('fsockopen') 判断,新建个php文件,将下面代码贴过去,执行后就知道是否支持。
[code]
<?php
        if(function_exists('fsockopen')) {
     echo "支持fsockopen";
}else{
   echo "不支持";
}
?>
[/code]

[[i] 本帖最后由 dain_sun 于 2008-10-6 15:38 编辑 [/i]]

页: [1]

Powered by Discuz! Archiver 6.1.0  © 2001-2007 Comsenz Inc.