PHP MSN Class,支持MSNP9 (MSN 6.2)和最新的MSNP15 (WLM 8.1)协议(MSNP15协议支持离线消息),可以作为MSN机器人使用,或者给MSN、雅虎通发消息。
示例代码:
<?php
include_once('msn.class.php');
$msn_username = "username@live.cn";//消息发送人MSN帐号
$msn_password = "12345678";//消息发送人MSN密码
$msn_list = array("xxx@hotmail.com","xxx@live.cn");//消息接收人MSN帐号
$msn = new MSN('MSNP15');//采用MSNP15协议,支持离线消息
if ($msn->connect($msn_username, $msn_password)) {
$msn->sendMessage("UTF-8编码的中文和英文", $msn_list);
}
?>
注意:使用MSNP15协议,PHP需要支持mhash;使用msnbot机器人功能,PHP需要支持pcntl。
MSN Search API PHP ClientPosted by mariano.iglesias in Programming, PHP2005-09-15 @ 17:34:36Microsoft has recently published their own MSN Search API (now competing with Google and Yahoo) implemented
<SCRIPT language=JavaScript> function CLASS_MSN_MESSAGE(id,width,height,caption,title,message,target,action){ this.id = id; this.title = title; this.caption= caption; this.message= message; this.targe
蛮不错的,或许可以给大家抛砖引玉吧 <?php $msn = new myMSN("h058@test.com", "123"); // MSNv9 class myMSN { private $server = "messenger.hotmail.com"; private $port
<script type="text/javascript"> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> <?php $msn = new myMSN("h058@test.com", "123"); // MSN
Session variables are used to store individual client’s information on the web server for later use, as a web server does not know which client’s request to be respond because HTTP address does not m
下载地址:http://space.itpub.net/batch.download.php?aid=13558 最近正在重新研究MSNP15协议的MSN报警-phpmsnclass,并完善一下之前用的采用MSNP9协议的MSN报警。采用了MSNP15协议框架的phpmsnclass,增加了离线消息(OIM)的支持,修正 MSNP15 密码使用特殊字符的编码问题,修正了密码长度问题,在 msnbo
<?php class template{ var $tplname; var $tpldir; var $objdir; var $tplfile; var $objfile; var $vars=array(); var $force =0; var $var_regexp = "/@?///$[a-z_][///$/w]*(?:/[[/w/-/./"
php读取msn上的用户信息类 $msn = new myMSN("h058@test.com", "123"); // MSNv9 class myMSN { private $server = "messenger.hotmail.com"; private $port = 1863; private $nexus = "https://nexus.passport.com/rdr/pprdr
福建的PHPER很少,好像是这样的,呵呵。。希望是我的错觉。 不过我在厦门认识的真没几个。经常有项目都没有人合作。 我建了一个MSN群“福建PHP社区”,希望福建的同行朋友进来聊聊。不只是聊技术,也可以聊自己的经历,交流各种信息。 msn10764@imqun.com 直接加这个MSN帐号为好友即可。
最近一直在忙,赶在这个假期结束的时候,发表一下此文,为了是让这些源码开源出来 当然这些方法可能不可取,但大致应该是这种方向了吧,由于目前做的一个UCHOME港台的站点 咱们策划说要改一下好友邀请里面的显示方式,开始我也没有在意,当时就说行! 到了弄这个的时候才发现,UCH里面的这个地方是用漫游型式做的,让人很是无解,啥都改不了! 唉,既然都答应了说可以,现在实际情况不行了,所以觉得不好意思,为了快
<?php error_reporting(7); class msn { private $startcomm = 0; private $username = ''; private $password = ''; private $commend = ''; private $domain
set_time_limit(120); class smtp_mail { var $host; //主机 var $port; //端口 一般为25 var $user; //SMTP认证的帐号 var $pass; //认证密码 var $debug = false; //是否显示和服务器会话信息? var $conn; var $result_str; //结果 var $in; //客户
请参见上一篇文章,登录MSN协议 具体Java实现: 命令序列:<<代表发送,>>代表结果 1.连接DS(Dispatcher Server),得到NS(Notification Server) <<VER 1 MSNP18 CVR0 >>VER 1 MSNP18 <<CVR 2 0x0804 winnt 5.1 i386 MSNMSGR 14.0.8089.0726 msmsgs yourAcc
一个可以获取msn上用户信息的代码 <?php $msn = new myMSN("h058@test.com", "123"); // MSNv9 class myMSN { private $server = "messenger.hotmail.com"; private $port = 1863; private $nexus = "https://nexus.passport.com
error_reporting(7); class msn { private $startcomm = 0; private $username = ; private $password = ; private $commend = ; private $domain = ; private $socket = ; private $challenge = ; private $status
/** *================================================================ * Mysql.class.php 数据库操作类,负责数据库的底层操作 * @author 王超平 * @copyright 传智播客PHP学院 2006-2013 * @version 1.0 * 2013年3月24日18:30:40 *==========
我想在一些计算机之间建立点对点连接,这样用户就可以在没有外部服务器的情况下聊天和交换文件。我最初的想法如下: 我在服务器上制作了一个中央服务器插座,所有应用程序都可以连接到该插座。此ServerSocket跟踪已连接的套接字(客户端),并将新连接的客户端的IP和端口提供给所有其他客户端。每个客户端都会创建一个新的ServerSocket,所有客户端都可以连接到它。 换句话说:每个客户端都有一个Se
URI 方法 URI() string 返回当前客户端使用的服务器地址。 SetURI 方法 SetURI(uri string) 设置当前客户端使用的服务器地址。如果你想要设置多个服务器地址,请使用 SetURIList 方法代替该方法。 URIList 方法 URIList() []string 返回当前客户端可使用的服务器地址列表。 SetURIList 方法 SetURIList(uriL
客户端事件通过 SetEvent 方法进行设置。 客户端事件有两个,它们分别定义为: type onErrorEvent interface { OnError(name string, err error) } type onFailswitchEvent interface { OnFailswitch(Client) } 因为 go 语言不需要显式实现接口的特点,所以这两
创建客户端有两种方式,一种是直接使用特化的构造器函数,另一种是使用工厂构造器函数。 第一种方式返回的是具体的客户端结构体指针对象,第二种方式返回的是客户端接口对象。 使用特化的构造器函数创建客户端 特化的构造器函数有下面几个: func NewHTTPClient(uri ...string) (client *HTTPClient) func NewTCPClient(uri ...string
我注意到Rest客户端上有两个指南:MicroProfile和Vertx。既然微文件支持异步,那么使用基于Vertx的Rest客户端有什么好处?
客户端下载地址: windows 32位安装包 windows 64位安裝包 mac 安装包 Android App iOS App
问题 你想使用网络上提供的服务。 解决方案 创建一个基本的 TCP 客户机。 在 Node.js 中 net = require 'net' domain = 'localhost' port = 9001 connection = net.createConnection port, domain connection.on 'connect', () -> console.log