Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

■■54alin新作:UCHome飞信插件091031【导弹之父悼念版】■■

  [复制链接]
philicks 发表于 2009-10-23 14:18:22 | 显示全部楼层
本帖最后由 philicks 于 2009-10-23 14:35 编辑

230# 54alin


    谢谢回复,请问php4支持吗?组件方面没问题,除了soap都支持了,但是打开空白,所以问问是不是不支持php4?
回复

使用道具 举报

heeguo 发表于 2009-10-23 14:27:35 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

heeguo 发表于 2009-10-23 14:27:56 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

 楼主| 54alin 发表于 2009-10-23 14:54:26 | 显示全部楼层
231# philicks


没有环境测试!应该可以的!
回复

使用道具 举报

asdwsxzxc 发表于 2009-10-23 15:00:31 | 显示全部楼层
支持,好帖。
回复

使用道具 举报

zesov 发表于 2009-10-23 15:45:11 | 显示全部楼层
11111111111111
回复

使用道具 举报

yunli5 发表于 2009-10-23 17:42:27 | 显示全部楼层
看看。貌似是个好东西
回复

使用道具 举报

philicks 发表于 2009-10-23 21:24:16 | 显示全部楼层
本帖最后由 philicks 于 2009-10-23 21:30 编辑

用的linux主机,虽然socket组件已经安装
但是 PHP was not built with --with-socket, rebuild PHP to use the socket class.
郁闷了,明天找主机商谈谈

测试代码:
  1. <?php
  2. /*
  3. ssl、curl、sockets、soap、xmlrpc组件检测
  4. http://www.hialin.com
  5. */

  6. if(function_exists('curl_version')){
  7.     echo '<br>Curl组件已经安装<br>';
  8. }else{
  9.     echo '<br>Curl组件未安装<br>';
  10. }

  11. if(function_exists('xmlrpc_decode')){
  12.     echo '<br>xmlrpc组件已经安装<br>';
  13. }else{
  14.     echo '<br>xmlrpc组件未安装<br>';
  15. }

  16. if(function_exists('socket_connect')){
  17.     echo '<br>socket组件已经安装<br>';
  18. }else{
  19.     echo '<br>socket组件未安装<br>';
  20. }
  21. if (!function_exists("socket_create")) die("PHP was not built with --with-socket, rebuild PHP to use the socket class.");

  22. if(function_exists('openssl_sign')){
  23.     echo '<br>SSL组件已经安装<br>';
  24. }else{
  25.     echo '<br>SSL组件未安装<br>';
  26. }

  27. if(function_exists('is_soap_fault')){
  28.     echo '<br>soap组件已经安装<br>';
  29. }else{
  30.     echo '<br>soap组件未安装<br>';
  31. }
  32. error_reporting(E_ALL);
  33. ?>
复制代码
回复

使用道具 举报

heziwen 发表于 2009-10-23 21:41:46 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

philicks 发表于 2009-10-24 03:10:57 | 显示全部楼层
深更半夜安装成功,特意跑来顶楼主

正在看看怎么把站内飞信的好友列表显示实名
回复

使用道具 举报

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

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-17 00:48 , Processed in 0.030278 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表