siteownerdata.asp
来自「This program is ICQ SMS Receiver. You ha」· ASP 代码 · 共 13 行
ASP
13 行
<%
'If you want to place ICQ SMS Receiver on your web site
'so guests of your web site will be able to send you sms messages
'you must provide your ICQ id,ICQ password as much as your country
'code and mobile telephone number
'You must also check whether your mobile service provider supported
'by ICQ (check here: http://web.icq.com/sms/smsnetworks/ )
'This is my example below but you must provide your own!!!
Const ICQ_ID_Of_Site_Owner = "336149767"
Const ICQ_Password_Of_Site_Owner = "sendme"
Const Mobile_Of_Site_Owner = "999999999"
Const Country_Code_Of_Site_Owner = "+972"
%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?