Welcome![Sign In][Sign Up]
Location:
Search - php webqq

Search list

[PHPphp写的webqq

Description:

    很多人都希望能够有一种在网页上使用的QQ。我也希望如此。
但是在网上找了很多资料,都不令人满意。于是决定自己来开发一
套这样的程序。
    WebQQ 的第一个版本开发了两个星期,实现了基本的聊天等功能
。以后的版本都是在此基础上慢慢完善的。WebQQ 发布以后,有很多
网友说资源占用的特别厉害。于是我决定重新开发WebQQ 以解决这个
问题。新版的WebQQ的通讯原理几乎没变,只是利用了微软的
Microsoft.XMLHTTP 组件减少了数据的流量。虽然客户端的效果比较
不错,但是我觉得服务端频繁读写数据库仍然是资源消耗的隐患。
但是没办法,只能如此。因为我还没有想出更好的解决方法。WebQQ
能够承载百人在线已经是很吃力了,但是刷新客户端的好友列表必须
要频繁的读取数据库。而MSSQL 就成了负载最佳的数据库。但是局限
性比较大。因为WebQQ 如果要针对论坛的话,那么估计没有多少人可
以买的起MSSQL空间。所以,必须要解决WebQQ频繁读写数据库的这一
问题。但是用PHP来开发WebQQ,几乎是无法解决这一问题的。除非客
户端可以跟其他IP进行TCP/UDP通讯。可能的话,用VB或VC封装成OCX
安装到客户端可以实现TCP/UDP通讯功能。这样就跟QQ类似了 ,但是
我想生成的OCX文件一定会很大。我们还可以利用客户端的FSO在本地
创建临时文件来缓存服务器的数据。可是客户端的杀毒工具又会认为
JS脚本是病毒。这一问题已经困扰了我很长时间。我希望有更多的高
手可以将WebQQ的这个问题解决,将WebQQ完善的更好!


Platform: | Size: 1679274 | Author: aaron86 | Hits:

[ICQ-IM-ChatVisualWebQQv1.0

Description: · 拥有腾迅QQ最基本的聊天功能。 · 使用了QQ的IP数据库,聊天时可以察看对方IP。 · 聊天信息全部以加密方式进行交换! · 推荐局域网使用性能最佳! · 兼容Discuz!/PHPWind论坛-have QQ basic chat. The use of IP database QQ, chat can see the other side IP. Chat with all the information exchange encryption methods! Suggest LAN performance best! Compatible BBS!/PHPWind Forum
Platform: | Size: 1688576 | Author: 毛嘉 | Hits:

[Internet-Networkv5821_webqq

Description: 基于php的webQQ聊天程序,可以直接登陆腾讯的-WebQQ the php-based chat program,Direct the landing Tencent QQ
Platform: | Size: 1107968 | Author: konganjie | Hits:

[ICQ-IM-Chatwebqq

Description: WebQQ是国内领先的网站在线客服软件,基于PHP+MYSQL开发,采用最新ajax技术.-a webqq program with php
Platform: | Size: 3825664 | Author: yang | Hits:

[ICQ-IM-Chatendtalk

Description: webQQ聊天软件,配置在里面安装即可,安装好后注册使用-webQQ chat software, the configuration can be installed inside
Platform: | Size: 93184 | Author: yao | Hits:

[WEB Codewebqqcurl_v1.0

Description: PHP自动登录WEBQQ是测试版本,真在进行长期登录测试不知道多久会自动断开,PHP自动登录WEBQQ有个优点,回复永远不会出现 此用户使用web.qq.com 登录。 PHP自动登录WEBQQ注意事项 没有添加防止重复运行 重复运行后果自负你懂的.... 使用本程序需要支持Curl 和set_time_limit 时间修改 比如godaddy 的空间虽然支持Curl 但是set_time_limit修改执行时间无效 能够登录但是60超过执行时间会自动结束脚本 如果登录地点不需要验证码会自动登录 需要返回html 输入验证码 测试挂一晚上成功 建议把本文件改名放到子目录去 名称越复杂越好.... 聊天记录放到cache/QQ号码____加密md5.txt 暂时不支持图片等 错误记录放到cache/error_________加密md5.txt 基本:请吧cache 目录设置可写-PHP automatically log WEBQQ a test version, I really do not know during the long-term how long the test will be logged automatically disconnected, PHP automatically log WEBQQ have Advantages, namely, replies will never be used web.qq.com user login. Note that PHP automatically log WEBQQ Add to prevent repeat no repeat run to run at your peril you know .... Use this program needs to support Curl and set_time_limit time to change Such as godaddy space, while supporting the execution time of Curl but set_time_limit modify invalid login but can perform more than 60 Time is automatically end script If the site does not require login verification code will be automatically logged html input verification code need to return to test the success of a night hanging Proposed to rename the file name of a subdirectory to the more complex the better .... Chat into the cache/QQ number ____ temporarily does not support encryption md5.txt pictures Error logging into the cache/error_____
Platform: | Size: 9216 | Author: wang | Hits:

[Web ServerWebQQ

Description: WEBQQ登录,PHP版,无数据库,机器人专用-WEBQQ login, PHP version, no database, robots dedicated
Platform: | Size: 5120 | Author: Ozawa | Hits:

[CSharptemp

Description: 1. webqq实现的方式方式很多可以用PHP也可以用C#甚至别的语言,webqq的后台(服务端)才是关键,他可以在linux上运行即使是使用C#写的 2.是的,因为C#是个托管语言,简单点说,C#对于CPU是不可见的,C#需要转换为IL后然后有IL在转为本机代码才能让CPU所执行 3.如果你用过mono来开发软件的话,就知道的,C#也可以在linux上执行,当然不需要win版的net framework,因为mono根据windows提供的标准实现了个跨平台的framwork-1. Webqq implementation way are many ways can use PHP can also use the c# or any other languages, webqq background (server) is the key, he can run on Linux even if is written using c# 2. Yes, because a managed c# language, in short, c# for the CPU is not visible, c# need to convert IL after then IL are converted to native code can let the CPU performs 3. If you used mono to develop software, you know, they can also be done on Linux, c#, of course, don t need a Windows version of the.net framework, because mono according to Windows provides standard implementation of a cross-platform framwork
Platform: | Size: 10525696 | Author: 陈俊光 | Hits:

[WEB CodePHPWind_GBK_4

Description: 可生成 html 页面的全新且完善的强大系统,除了具备多重子版块.和后台用户组权限可以自由组合外, 还具备分版块控制生成html页面、可选用的所见即所得编辑器、防止图片和附件防盗链、多附件上传下载、输入图片URL直接显示图片、版块主题分类、版块积分控制与版块内的用户组权限控制、主题与回复审核功能、自定义积分与自定义等级提升系统、论坛用户宣传接口、帖子加密隐藏出售等一些特色功能,从而减轻了大部分论坛程序中都必须要借助开发hack才能实现的诸多工作-Based on PHP+ MySQL development, using the latest technology, AJAX, use webqq online customer service system, online customer service can immediately know website have visitors to enter, understanding the visitors which area, source of search engines, or directly enter the URL, ever been to, visited the page which, currently accessed pages, chat history records and other information, to analyze the visitor is valuable, and to initiate invitation online discussion, the visitors were invited, no need to install any plug-in can and online customer service personnel to establish online discussion, consult the product or service. In support of the English, German, German, Greek, Italy, Poland,, Portugal, Sweden, Holland, Spain, 12 languages of the language version.
Platform: | Size: 1887232 | Author: jmpudn82 | Hits:

[Web Serverwebqqcurl_v1.0

Description: 目前,PHP自动登录WEBQQ还是测试版本,正在进行长期登录测试,可能有时候会自动断开,PHP自动登录WEBQQ有个优点,回复永远不会出现:此用户使用web.qq.com 登录。-Currently, PHP automatically log WEBQQ or test version, ongoing long-term login test, may sometimes be automatically disconnected, PHP automatically log WEBQQ has a merit, the reply will never appear: This user logs on using web.qq.com.
Platform: | Size: 10240 | Author: mv | Hits:

CodeBus www.codebus.net