Monday, May 12, 2008



























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

















WAP-Push Example

Due to a lot of MMS information requests we released an example for a popular technical workaround.
WAP-Push example based on a ASP/IIS VB-Script.

Permission Marketing

We do also high volume targeted SMS deliveries, time and volume independent.

For further information please contact our Key Account Management.

 


Here some ASP VB-Script examples, intended to be used on a IIS (Internet Information Server) from Microsoft or any other application that supports ActiveX/COM-Objects.
You may change the code according to the documentation.

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



 


With this feature you have the possibility to change the default ringtone of your mobile phone. aspsms supports the realtime import of ringtones from the harddisk of the webserver or from any URL.

We currently support the following ringtone formats:
Nokia PC-Composer (*.ott) and Nokring (*.txt)

First example:

The ringtone (happybirthday.txt) will be loaded from the local disk of the webserver or any computer where the aspsms component is installed.

<html>
<body>

<%

  '---------------------------------------------------------------
  ' aspsms.com(ponent) (c) 2001 by VADIAN.NET AG
  '---------------------------------------------------------------
  ' send specific ringtone from the local hard disk
  '---------------------------------------------------------------

  Set SMS = Server.CreateObject("ASPSMS.Booster")
  SMS.Userkey = "I3QHMYKEY6E"
  SMS.Password = "mypassword"
  SMS.Originator = "0041763255533"
  SMS.BinaryFileLocation = "c:/files/ringtones/birthday.txt"
  SMS.AddRecipient "0016598478615"
  SMS.SendRingtone
  lResult = SMS.ErrorCode
  SMS.DeleteAllRecipients
  Set SMS = Nothing

%>

done.

</body>
</html>


 

Second example:

In this example the ringtone (birthday.txt) will be loaded from an URL located anywhere on the internet.

<html>
<body>

<%

  '---------------------------------------------------------------
  ' aspsms.com(ponent) (c) 2001 by VADIAN.NET AG
  '---------------------------------------------------------------
  ' send specific ringtone from an URL
  '---------------------------------------------------------------

  Set SMS = Server.CreateObject("ASPSMS.Booster")
  SMS.Userkey = "I3QHMYKEY6E"
  SMS.Password = "mypassword"
  SMS.Originator = "0041763255533"
  SMS.BinaryFileLocation = "http://www.anyserver.com/ringtones/birthday.txt"
  SMS.AddRecipient "0016598478615"
  SMS.SendRingtone
  lResult = SMS.ErrorCode
  SMS.DeleteAllRecipients
  Set SMS = Nothing

%>

done.

</body>
</html>


 

More ASP VB-Script examples:

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


Available SMS tools and interfaces for ASPSMS

SMS tools for End Users
NamePricing
SMS Blaster Web Editionfree
SMS Blaster Windows Editionfree
@SMS Outlook PluginShareware
Jabber to SMS for End Usersfree (open source)
Jabber-Client Chatopus for Palm OSsmall one-time payment
ASPSMS Widget for Macfree
SKyPRO eSMS: SMS Gateway for mail serversmall one-time payment
Testingpoint Hosting Monitoring Softwaresmall one-time payment
SMS scripts and interfaces for developers
NamePricing
aspsms.dll (Active-X)free
SOAP Web Servicefree
XML-Interfacefree
ASPSMS SMTP Interfacefree
VBscript Class (ASP)free
HTTPfree
PHP - Python - C# - Javafree
Jabber to SMS for Server Adminsfree (open source)
SMS Blaster Visual Basic Source Codefree