Sonntag, 05. Februar 2012



































Microsoft Outlook 2010






asptoken Logo



ActiveX-Component aspsms.dll
SOAP Webservice
XML
XML
HTTP-Post
HTTP-Post


global two-way sms
get a new number
my mobile numbers
inbox and statistic













 


Hier einige ASP VB-Script Beispiele, welche für den IIS (Internet Information Server) von Microsoft oder jede andere Application die ActiveX/COM-Objekte unterstützt, gedacht sind. Sie können den Code nach belieben ändern, sofern Sie die Definitionen in der Dokumentation einhalten.

Simple Text SMS | Multiple SMS | Flashing SMS | Blinking SMS | Operator Logos | Ringtones | Alphanumeric Originator | SMS with delivery notification | SMS with error validation | WAP-Push |



 


Optional you may set a transaction number and transmit it together with the SMS to our aspsms servers. This enables you to track the delivery of each message. Just add a unique transaction number to the method SMS.AddRecipient separated with a comma.

<html>
<body>

<%

  '------------------------------------------------------------
  ' aspsms.com(ponent) (c) 2001 by VADIAN.NET AG
  '------------------------------------------------------------
  ' with delivery notification
  '------------------------------------------------

  Set SMS = Server.CreateObject("ASPSMS.Booster")
  SMS.Userkey = "I3QHMYKEY6E"
  SMS.Password = "mypassword"
  SMS.Originator = "0041763255533"
  SMS.MessageData = "hello dad, call me in an hour! love, cathy"
  SMS.FlashingSMS = False
  SMS.URLDeliveryNotification = "http://mysite.com/sms/delivered.asp?ID="
  SMS.URLBufferedMessageNotification = "http://mysite.com/sms/buffered.asp?ID="
  SMS.URLNonDeliveryNotification = "http://mysite.com/sms/notdelivered.asp?ID="
  SMS.AddRecipient "0044734255533", "0001"
  SMS.SendTextSMS
  lResult = SMS.ErrorCode
  SMS.DeleteAllRecipients
  Set SMS = Nothing

%>

done.

</body>
</html>


 

Additional comments:

In this example we will execute an HTTP GET Request to http://mysite.com/sms/delivered.asp?ID=0001 if the SMS has been delivered succesfully to the recipients mobile phone.

If the SMS has been buffered first, we will first execute an HTTP GET Request to your webserver like http://mysite.com/sms/buffered.asp?ID=0001

If the SMS couldn't be delivered, we will execute an HTTP GET Request to your webserver like http://mysite.com/sms/notdelivered.asp?ID=0001

Naming of the URLs and Querystring parameters:

Your completely free how you want to name the URLs and the querystring parameters. We will just add the transaction number behind the URL that you specified within the methods.



 

Weitere ASP VB-Script Beispiele:

Simple Text SMS | Multiple SMS | Flashing SMS | Blinking SMS | Operator Logos | Ringtones | Alphanumeric Originator | SMS with delivery notification | SMS with error validation | WAP-Push |


SMS Tools und Interfaces für ASPSMS

SMS Tools für Endanwender
NamePreis
NEW: Microsoft Office Outlook 2010 Mobile Servicegratis
Microsoft Office Outlook 2007 Mobile Servicegratis
SMS Blaster Web Editiongratis
SMS Blaster Windows Editiongratis
SMS touch for iPhone and iPod touchShareware
ECO-SMS - Ökologische SMS!Shareware
@SMS Outlook PluginShareware
Cybersystems mscrmSMSsiehe Preisliste
swissjabber for End Usersgratis (open source)
Jabber-Client Chatopus for Palm OSkleine Gebühr
delight Software GmbHsiehe Preisliste
ASPSMS Widget for Macgratis
SKyPRO eSMS: SMS Gateway for mail serverkleine Gebühr
SMS Scripts und Schnittstellen für Entwickler
NamePreis
aspsms.dll (Active-X)gratis
SOAP Web Servicegratis
XML-Interfacegratis
ASPSMS SMTP Interfacegratis
VBscript Class (ASP)gratis
HTTPgratis
PHP - Python - C# - Javagratis
Jabber to SMS for Server Adminsgratis (open source)
SMS Blaster Visual Basic Source Codegratis
NEW: ASPTOKENgratis
Premium SMS GatewayDetails