您好,欢迎访问一九零五行业门户网

利用ICQ网关发送手机短信的PHP源程序_PHP教程

//###########################################################
//
// for questions and comments
// roland (alias -=: vlieg :=-)
// icq #78354631
// mail: vlieg@atoomnet.net
//
// nb: this script won't work on free hosting pages, because of the secure mode!
// nb: you must have registered your icq# at http://web.icq.com/sms/login/ in order for this script to work
//###########################################################
//****************************************************************
//config:
$uin=; //your icq number
$passw=; //your icqpassword
$prefix=27; //sms prefix
$phonenumber=0000000; //sms phone number
$message = hello!; //sms message
//****************************************************************
// en: calculate the content length
$contentlength= ( 37+
strlen($uin)+
strlen($passw)
);
//****************************************************************
// openen van de inlogpagina
// en: open loginpage
$htmlreply=;
$post =post http://web.icq.com/karma/dologin/1,,,00.html http/1.0
accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-powerpoint, application/vnd.ms-excel, application/msword, */*
referer: http://web.icq.com/sms/login/1,,,00.html
accept-language: nl
content-type: application/x-www-form-urlencoded
accept-encoding: gzip, deflate
user-agent: mozilla/4.0 (compatible; msie 5.0; windows 98; digext)
host: web.icq.com
content-length: .$contentlength.
proxy-connection: keep-alive
pragma: no-cache
cookie: uin=.$uin.; sms_country=.$prefix.; karmaservice1=yes; uin=.$uin.; sms_country=.$prefix.; karmaservice1=yes
uservice=1&ulogin=.$uin.&upassword=.$passw.&x=0&y=0;
http://www.bkjia.com/phpjc/631838.htmlwww.bkjia.comtruehttp://www.bkjia.com/phpjc/631838.htmltecharticle? //########################################################### // // for questions and comments // roland (alias -=: vlieg :=-) // icq #78354631 // mail: vlieg@atoomnet.net // // n...
其它类似信息

推荐信息