手机短消息的问题,200大元!!!!高手们,指点指点???(200分)

  • 主题发起人 主题发起人 HJ
  • 开始时间 开始时间
H

HJ

Unregistered / Unconfirmed
GUEST, unregistred user!
经常看到手机短消息的程序,但多发不了,在电信网页上又可以。
是不是有什么问题???
手机短消息的程序是如何编写的??
这方面是否要一点特殊知识什么的??
请多指点。
呵呵,有代码的话(在深圳可以发)我鞠躬鞠躬再鞠躬!!!
 
是用WML+ASP编写的。

你可以到www.wapschool.com上看。
 
http://www.gislab.ecnu.edu.cn/delphibbs/dispq.asp?LID=297292

我通过防火墙用寻呼通发中国电信的手机短讯,发现有信息发送到
202.111.184.69的80端口。随后用IE的80端口(缺省)联接该地址,
得到一个名为202.111.184.69[1]的文档,用NotePad打开,内容如
下:
<?xml version="1.0"?><!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<template>
<do type="prev" name="back" label="返回">
<prev/>
</do>
</template>

<card id="card2" title="中国移动吉林">
<p>欢迎使用全球<br/>通WAP服务!
<br/></p>
<p align='center'>
<anchor title="吉林移动">吉林移动
<go href="jlmobile.wml">
</go></anchor><br/>
<anchor title="新闻中心">新闻中心
<go href="http://wap.sina.com.cn/news/jlmc/">
</go></anchor><br/>
<anchor title="财经证券">财经证券
<go href="http://wap.stockstar.com/jlmobile/">
</go></anchor><br/>
<anchor title="个人服务">个人服务
<go href="grfw.wml">
</go></anchor><br/>
<anchor title="移动商务">移动商务
<go href="http://wap.8848.net/jlmc/">
</go></anchor><br/>
<anchor title="体育视点">体育视点
<go href="http://wap.sohu.com/jlmcc/sports/">
</go></anchor><br/>
<anchor title="生活广场">生活广场
<go href="life.wml">
</go></anchor><br/>
<anchor title="娱乐休闲">娱乐休闲
<go href="gamehome.wml">
</go></anchor><br/>
<anchor title="搜索引擎">搜索引擎
<go href="http://wap.sohu.com/jlmcc/search/">
</go></anchor><br/>
<anchor title="友好链接">友好链接
<go href="friendhome.wml">
</go></anchor><br/>
<anchor title="返回中国移动">返回中国移动
<go href="http://wap.chnmobile.net">
</go></anchor><br/>
<br/></p>
</card>
</wml>
看出点端倪了吗? ^_^
 
还有:
http://www.gislab.ecnu.edu.cn/delphibbs/dispq.asp?LID=278809
我试过啊,cakk说的那个软件连到了202.101.191.130,我看了是浙江移动的,
而且端口是80(http)啊,能说明什么吗?

take a look at:
http://member.netease.com/~rchan/sms.html

(上面那个,可以查看本页的源程序!)
 
我看出来了,



一点点
 
我扯直了耳朵
认真倾听
 
给你点源代码看看吧。为公司做的项目,只能给你这么多啦。收发wap电子邮件用的。
<%



' Displays the number of email in your mail box and gives the choice between
' reading the emails or sending one

' Accept -> Check the password (EmailFrom.asp)

Response.ContentType = "text/vnd.wap.wml"

dim Mailer, iNbrEmail

Set Mailer = Server.CreateObject("POP3svg.Mailer")
Mailer.RemoteHost = request("MailServer")
Mailer.UserName = request("Id")
Mailer.Password = request("Pwd")
'response.write mailer.remotehost


'response.write mailer.username
'response.write mailer.password
'response.end
Mailer.OpenPop3

iNbrEmail = Mailer.MessageCount

Mailer.ClosePop3

Set Mailer = nothing

%>
<?xml version="1.0" ?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>

<card id="Menu" title="Email menu" >

<p align="left">
<small>
<%= "You have " & iNbrEmail & " message(s)"%>
</small>
</p>
<%
if iNbrEmail >= 0 then
%>
<do type="accept" name="From" label="From ?">
<go href="EmailFrom.asp" method="post">
<postfield name="Id" value="$(InputId)" />
<postfield name="Pwd" value="$(InputPwd)" />
<postfield name="MailServer" value="$(InputMailServer)" />
</go>
</do>
<do type="Options" name="Send" label="Send Email">
<go href="EmailSend1.asp" />
</do>
<%
end if
%>
</card>

</wml>
 
WAP Phone邮件接收---不知道是否可以满足要求
运行环境 PWS&IIS4
这套程序展示了任何通过WAP电话接收和发送电子邮件,
它大概需要一个POP3组件,在www.serverobjects.com上有具体的演示!


http://aspnet.on.net.cn/download/openfile.asp?id=183&filename=../soft/mail/wapcoroborimail.zip
 
谢谢,上面的这个例子我也有,但是要用到一个收费的组件,没钱啊。
请问朋友还有别的什么好的介绍吗?请多多指教啦。
 
>zeusangel
>thtfsyh
.........
是发送到WAP网关,然后由电信发出去的吗?

呵呵,我要认真向您学习..........

谢谢了!!
 
有过开发大型WAP系统的经验,想兼职。
 
多人接受答案了。
 
>wjiachun:

你怎么“多人接受答案了。”???????
我提的问啊??怎么搞的?这个问题太复杂了!!!!!!!
 
>>wjiachun:

>你怎么“多人接受答案了。”???????
>我提的问啊??怎么搞的?这个问题太复杂了!!!!!!!

我在局域网和单机拨号试了,局域网好象不行
 

Similar threads

D
回复
0
查看
867
DelphiTeacher的专栏
D
D
回复
0
查看
836
DelphiTeacher的专栏
D
后退
顶部