登录
首页 » 套接字网络编程 » Php version of Fetion reference (http://sourceforge.net/projects/openfetion/) wi...

Php version of Fetion reference (http://sourceforge.net/projects/openfetion/) wi...

于 2023-03-26 发布 文件大小:524.52 kB
0 133
下载积分: 2 下载次数: 1

代码说明:

参考Php版飞信(http://sourceforge.net/projects/openfetion/)用Delphi实现了中国移动飞信2008协议的登录和发短信部分。其它功能并没有实现,不过在此基础上实现起来应该没有难度。 该程序为纯绿色软件,不写注册表,无需Dll文件和配置文件。 程序中用到的SHA1算法源码和TIEHttp控件均来源于网络,感谢二位作者。 使用之前请先注册一个飞信号。 由于很多网友使用的版本是Delphi7+Indy9,因此做了这个Delphi7版的飞信-Php version of Fetion reference (http://sourceforge.net/projects/openfetion/) with Delphi implementation of the 2008 China Mobile Fetion sign the protocol and message part of hair. Other features do not realize, but on this basis should not be difficult to achieve. The program for the pure green software, does not write the registry, without Dll files and configuration files. Procedures used in the SHA1 algorithm and source code control TIEHttp are derived from the network, the authors thank two. Please register before using the signal of a fly. Because a lot of users are using the version of Delphi7+ Indy9, so make this version of Fetion Delphi7

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • JScript 用户指南 JavaScript 语言参考 内容 :JScript 函数 JScript 错误 JScript 方法 JScript 对象 JSc...
    JScript 用户指南 JavaScript 语言参考 内容 :JScript 函数 JScript 错误 JScript 方法 JScript 对象 JScript 语句 Scripting 运行时库参考 正则表达式简介-JScript users JavaScript Language Reference Guide : JScript function JScript JScript wrong way JScript JScript statement Scripting Object Runtime Library Reference is a regular expression profiles
    2023-07-26 20:40:03下载
    积分:1
  • Imitate RealVNC412 compiled to view the contents of the file server of the lette...
    模仿RealVNC412编的,查看服务端的盘符文件内容并且看到感兴趣的可以文件下载下来,同时也可以上传文件到服务端任意位置的通信和文件操作程序,支持单个文件以及一个目录下的所有文件上传或下载。照搬realVnc的网络通信功能,以及支持多客户连接功能。客户端也尽量模仿realvnc的客户端,包括断线重连,属性页对话框,以及主体交互对话框,都是直接用SDK编的,当然也是抄的RealVNC.客户端以及服务端源代码文件夹下的common文件夹是静态库文件,有的是照搬RealVNC412源码,有的是模仿写的。-Imitate RealVNC412 compiled to view the contents of the file server of the letter and see the files of interest can be downloaded, but can also upload files to a server anywhere in the communications and documentation procedures to support a single file and a directory of all file upload or download. Copy realVnc network communications capabilities, and support for multi-client connectivity. Client also try to imitate realvnc clients, including the disconnection re-connected, the property page dialog box, as well as the main interactive dialog box, and are directly compiled with the SDK, of course, is also a copy of RealVNC. Client-side and server-side source code folder under the common folder is a static library file, either copy RealV
    2022-09-28 16:35:09下载
    积分:1
  • 这是微软提供的HTTP服务器例
    这是微软提供的HTTP服务器例程-This is Microsoft"s HTTP server routines
    2022-01-31 14:16:04下载
    积分:1
  • socket_兼容版_通用版
    用于网络通讯,数据流控制的SOCKET, 基于网络CCESocket进行了修改,并派生了一个异步套接字类,通过该类可以实现对MFC库中socket 的替代,该类增加了线程的安全判断,确保了线程安全!
    2022-01-26 07:34:35下载
    积分:1
  • Network sniffer C++ source code to detect data packets through the network card
    网络嗅探器C++源码,侦测经过网卡的数据包-Network sniffer C++ source code to detect data packets through the network card
    2022-03-03 13:52:19下载
    积分:1
  • black Streamer completely soft Guide Directory
    黑软教程流光完全教程-black Streamer completely soft Guide Directory
    2022-01-30 13:32:15下载
    积分:1
  • PhpWiki是sourceforge的一个开源项目,是模仿 WikiWikiWeb 的php版。 Wiki 是现在很流行的一个东西。怎么能够错过,快下载看看吧...
    PhpWiki是sourceforge的一个开源项目,是模仿 WikiWikiWeb 的php版。 Wiki 是现在很流行的一个东西。怎么能够错过,快下载看看吧!-PhpWiki is a sourceforge the open-source project is to imitate the WikiWikiWeb php version. Wiki is now a very popular thing. How can miss quick look at the download!
    2022-10-07 02:15:03下载
    积分:1
  • 一个用c++写的聊天序客户端
    一个用c++编写的聊天程序客户端-a prepared with the client chat program
    2022-05-06 17:24:08下载
    积分:1
  • five jsp source examples include : output, access to the form parameters, access...
    五个jsp源代码示例包括:输出、访问表单参数、访问jsp各种参数、cookies、搜索引擎
    2022-03-23 14:48:08下载
    积分:1
  • 基于Qt的局域聊天系统
    应用背景基于Qt的局域网聊天系统,实现了局域网聊天,文件传输,更改字体,保存聊天记录等功能,对于研究Qt,研究局域网通信具有较强学习价值。关键技术udpSocket = new QUdpSocket(this); port = 45454; udpSocket->bind(port, QUdpSocket::ShareAddress | QUdpSocket::ReuseAddressHint); connect(udpSocket, SIGNAL(readyRead()), this, SLOT(processPendingDatagrams())); sendMessage(NewParticipant); server = new TcpServer(this); connect(server, SIGNAL(sendFileName(QString)), this, SLOT(getFileName(QString))); connect(ui->messageTextEdit, SIGNAL(currentCharFormatChanged(QTextCharFormat)), this, SLOT(currentFormatChanged(const QTextCharFormat)));
    2022-01-25 20:19:41下载
    积分:1
  • 696518资源总数
  • 105685会员总数
  • 30今日下载