短消息,sms

shmily_nnx 2002-05-31 11:06:35
大家知道怎么样进行短消息编程吗?
...全文
148 11 打赏 收藏 转发到动态 举报
写回复
用AI写文章
11 条回复
切换为时间正序
请发表友善的回复…
发表回复
zhangjun 2002-06-14
  • 打赏
  • 举报
回复
去www.zzmc.com.cn看看或www.03710.net看看别人是怎么做的?
BrightEye 2002-06-14
  • 打赏
  • 举报
回复
关注!
mountainfrank 2002-06-13
  • 打赏
  • 举报
回复
得用 VC++做,需要一个网关(比如说是联通的网关),还需要了解各个型号手机的 格式,可去相关手机品牌的网站查看,(包括文字,图片,铃声的格式不一样),另外还有协议,不同网关不同协议,我曾经做过一个,是和联通合作的,用的是它们的网关
julyclyde 2002-06-13
  • 打赏
  • 举报
回复
都有专题了又来问
shmily_nnx 2002-06-13
  • 打赏
  • 举报
回复
我要的就是这些send.php3之类的核心代码:(
xxjmz_78 2002-06-02
  • 打赏
  • 举报
回复
短信发送程序

<html>
<head>
<title>短消息发送</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<Script Language="JavaScript">
var temp="";
function check()
{
if (temp==form1.message.value)
{
alert("您不能输入重复的语句");
temp=form1.message.value;
return false;
}
else
{
temp=form1.message.value;
return true;
}
}
</Script>
</head>

<body bgcolor="#0803C7" topmargin="0">
<table width="97%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<center>
<img src="http://mail.amcc.com.cn/smsc/img/top1.jpg" width="768" height="58">
</center>
</td>
</tr>
<tr>
<td height="2">
</td>
</tr>
<tr>
<td height="6">
<center>
<img src="http://mail.amcc.com.cn/smsc/img/top_1.jpg" width="768" height="8">
</center>
</td>
</tr>
<tr>
<td height="323">
<form name="form1" mothed="post" enctype="multipart/form-data" action="http://mail.amcc.com.cn/smsc/send.php3" onsubmit="return(check())">
<p align="center"><font color="#FF0000"><a href="http://www.yearcon.com/vbb/index.php"><font size="+4" color="#FFFF00">欢迎使用短消息中心</font></a></font></p>
<table width="46%" border="1" align="center" bordercolorlight="#FFFFFF" bordercolordark="#000000" cellpadding="0" cellspacing="0" height="120">
<tr>
<td height="379">
<table width="95%" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td height="38">
<center>
<b><font color="#FFFFFF">中国移动--短消息发送<br>
</font></b>
</center>
<hr>
<b><font color="#FFFFFF"> </font></b></td>
</tr>
<tr>
<td height="15"><font color="#FFFFFF"><span class="9p">手 机
号 码</span> :
<input type="text" name="phone" size="15">
</font></td>
</tr>
<tr>
<td height="35"><font color="#FFFFFF" class="9p">您的号码(或姓名) :</font><font color="#FFFFFF">
<input type="text" name="name" size="15">
</font></td>
</tr>
<tr>
<td height="37"><span class="9p"><font color="#FFFFFF">选 择 发
送 字 符 集:</font></span>
<select name="charset">
<option value="0">中文</option>
<option value="1">英文</option>
</select>
</td>
</tr>
<tr>
<td height="143">
<p><br>
<font color="#FFFFFF"><span class="9p">短消息内容(限50个字符):</span></font></p>
<p>
<textarea cols=36 name=message rows=6></textarea>
</p>
</td>
</tr>
<tr>
<td height="30">
<div align="center">
<hr>
<input type="image" name="imageField" src="http://mail.amcc.com.cn/smsc/img/fasong.jpg" width="105" height="84">
<input type="hidden" name="ownerphone" value="让爱作主">
</div></td>
</tr>
</table>
</td>
</tr>
</table>
<center>
<script>
var tc_user="ahnw";
</script>
<script src="http://stat.t2t2.com/stat.js"></script>
<br>
<img src="http://mail.amcc.com.cn/smsc/img/top_1.jpg" width="768" height="8">
</center>
</form>
</td>
</tr>
</table>
</body>
</html>
把上面的代码保存为 htm 格式就可以用了

MeXP 2002-06-01
  • 打赏
  • 举报
回复
不知专题中有没有你要的
http://www.csdn.net/Subject/69/index.shtm
去看看
freezwy 2002-06-01
  • 打赏
  • 举报
回复
短消息是通过移动的网关进行发送的,要使用专用的协议。
因为短信息要收费,所以,你应该知道盗用的难度。
funboy88 2002-06-01
  • 打赏
  • 举报
回复
听说可以在网易注册一个帐号,然后可以通过这个帐号,用网易的那段发短消息的代码进行发短消息,
没有试过,我想网易那些网站可以网上发短消息,我们应该也可以哟
freezwy 2002-06-01
  • 打赏
  • 举报
回复
你应该先到“移动梦网”下载一个技术白皮书和协议相关的东西。
xxjmz_78 2002-05-31
  • 打赏
  • 举报
回复
购买一套诺基亚手机的数据通讯套件,国内有仿制的:一根手机到电脑的连接线,一张光盘。最简单的就是安装了诺基亚手机的驱动程序后使用诺基亚的扩展AT命令集收发短消息。

heroxn的意见:
使用SMPP短消息点对点协议通过Internet向SMSC短消息服务中心发送命令,可实现发送短消息。
可参考:
《GSM 03.39(Version 5.0.0)》:European digital cellular telecommunications system(Phase 2);Interface protocols for the connection of Short Message Service Centres(SMSCs)to Short Message Entities(SMEs);
《GSM 03.40(Version 4.8.1):European digital cellular telecommunications system(Phase 2);Technical realization of the Short Message Service Point to Point》
《GSM 03.38(Version 5.2.0):Digital cellular telecommunications system(Phase 2+);Alphabets and language_specific information》
《GSM 03.47(Version 5.0.0):Digital cellular telecommunications system;Example protocol stacks for interconnecting Service Center(SC) and Mobile_services Switching Center(s)(MSC)》

28,390

社区成员

发帖
与我相关
我的任务
社区描述
ASP即Active Server Pages,是Microsoft公司开发的服务器端脚本环境。
社区管理员
  • ASP
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧