Saturday, February 04, 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













 


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 |



 


An operator logo appears permanently on the screen of a mobile phone. It replaces the default picture/text of your network provider. aspsms supports the realtime import and conversion of bitmaps from the harddisk of the webserver or from any URL.

Detailed information about MCC and MNC numbers you will find on the GSM World Website.

First example:

The operator logo (racingcar.bmp) 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 operator logo from the local hard disk
  ' MCC & MNC example for Singapore Telecom GSM 900
  '---------------------------------------------------------------

  Set SMS = Server.CreateObject("ASPSMS.Booster")
  SMS.Userkey = "I3QHMYKEY6E"
  SMS.Password = "mypassword"
  SMS.Originator = "0041763255533"
  SMS.BinaryFileLocation = "c:/files/bitmaps/racingcar.bmp"
  SMS.MCC = 525
  SMS.MNC = 1
  SMS.AddRecipient "0016598478615"
  SMS.SendLogo
  lResult = SMS.ErrorCode
  SMS.DeleteAllRecipients
  Set SMS = Nothing

%>

done.

</body>
</html>


 

Second example:

In this example the operator logo (racingcar.bmp) will be loaded from an URL located anywhere on the internet.

<html>
<body>

<%

  '---------------------------------------------------------------
  ' aspsms.com(ponent) (c) 2001 by VADIAN.NET AG
  '---------------------------------------------------------------
  ' send specific operator logo from an URL
  ' MCC & MNC example for Singapore Telecom GSM 900
  '---------------------------------------------------------------

  Set SMS = Server.CreateObject("ASPSMS.Booster")
  SMS.Userkey = "I3QHMYKEY6E"
  SMS.Password = "mypassword"
  SMS.Originator = "0041763255533"
  SMS.BinaryFileLocation = "http://www.anyserver.com/img/logos/racingcar.bmp"
  SMS.MCC = 525
  SMS.MNC = 1
  SMS.AddRecipient "0016598478615"
  SMS.SendLogo
  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
NEW: Microsoft Office Outlook 2010 Mobile Servicefree
Microsoft Office Outlook 2007 Mobile Servicefree
SMS Blaster Web Editionfree
SMS Blaster Windows Editionfree
SMS touch for iPhone and iPod touchShareware
ECO-SMS - Ökologische SMS!Shareware
@SMS Outlook PluginShareware
Cybersystems mscrmSMSsee price list for details
swissjabber for End Usersfree (open source)
Jabber-Client Chatopus for Palm OSsmall one-time payment
delight Software GmbHsee price list for details
ASPSMS Widget for Macfree
SKyPRO eSMS: SMS Gateway for mail serversmall 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
NEW: ASPTOKENfree
Premium SMS GatewayDetails