VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Send SMS message via Http for free

Klemens Schmid  (9 Submissions)   Internet/HTML   Visual Basic 3.0   Beginner   Wed 3rd February 2021

Sends an SMS message to a cell phone for free. It makes use of the ServerXMLHTTP object contained in msxml3.dll. Uses the free German Web service www.billiger-telefonieren.de. The cookie checks of the site are circumvented by doing the cookie
handling explicitely. Therefore this code should work even server-side!
Please note that the site still puts some requirement on the send message. For example messages with subjects like "test" are rejected.
And: you can't send more than a certain number of messages to the the same number.
For the most recent updates please visit my homepage.
New information (30-Oct-02): I uploaded my third generation of SMS code under "SMS via HTTP - third generation".

Inputs
1. Message text (up to 160 chars) 2. Phone number (e.g. +49171xxxxxx)

Assumes
I used it with Microsoft msxml3.dll (the released version). Download it from http://msdn.microsoft.com/xml/default.asp.

Returns
Comes back with a success or a failure message depending on the HTML that the site returns.

Rate Send SMS message via Http for free (10(10 Vote))
Send SMS message via Http for free.bas

Send SMS message via Http for free Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters