使用ASP傳送飛信的免費簡訊

2021-04-27 19:12:27 字數 1370 閱讀 6284

要實現在asp**上傳送飛信,要求是中國移動的手機使用者,並且開通移動飛信功能。

使用以下asp**,修改引數為你的手機號及飛信密碼,就可以實現在**發免費簡訊功能。

fsend.asp檔案源**如下:

<%

else

dim returnstring

dim msg

msg=request("msg")

returnstring=sendf(fno,fp,tofno,msg)

if rurl="" then

response.write returnstring&"

返回"else

response.redirect rurl

end if

end if

%>

<%

function sendf(fno,fp,tofno,msg)

'函式引數說明:fno=登入手機號,fp=登入密碼,tofno=目標手機號,msg=要傳送的資訊

C 實現飛信簡訊傳送

第一篇部落格,無聊地嘗試了一下利用c 來傳送飛信。2012.09.29 現在這種方式由於加了驗證碼,所以要想方法繞過。所以,蛋疼。1 public static string login string mstr,string pwdstr 2 1 public static string sendm...

C 通過飛信WebService傳送免費簡訊

在上一編文章 c 非同步呼叫飛信webservice實時接收簡訊 的基礎上,再在視窗新增三個控制項如下 加textbox控制項用於輸入目標好友號 命名 tofno。加textbox控制項用於輸入簡訊內容 命名 msgtxt,設此控制項multiline true,使能輸入多行,並拖大些 加一butt...

PHP免費發簡訊飛信類實現

index.php require phpfetion.php fetion new phpfetion 18801628027 手機號 飛信密碼 fetion send 18801628027 hello 接收人手機號 飛信內容 phpfetion.php php飛信傳送類 author quan...