File: freesmsau.sms

package info (click to toggle)
smssend 2.9-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,104 kB
  • ctags: 367
  • sloc: sh: 7,792; ansic: 5,538; perl: 96; makefile: 70
file content (47 lines) | stat: -rw-r--r-- 1,131 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
## freesms.com.au provider file ##
# Version 0.02
# by Mike Stalenberg <mkstalen@go.com>
#
# This works for Australian gsm numbers.
# I don't know about international
#

NbParams 4
%Login : your login for freesms.com.au 
%Password Hidden : your password for freesms.com.au	
%Recipient : number of recipient
%Message Size=125 Convert : Your message

# Logging on FreeSMS 

GetURL http://www.freesms.com.au/contents.asp
GO

PostURL http://www.freesms.com.au/_routines_contents.asp
Referer http://www.freesms.com.au/contents.asp
PostData username=\%Login%&password=\%Password%
Search Send A Message
PrintMsg Login OK!
GO

GetURL http://www.freesms.com.au/send_msg.asp
GO

# Sending message

PrintMsg Preparing to send Message...
PostURL http://www.freesms.com.au/_routines_send_msg.asp
#Params previous=send_msg.asp
Referer http://www.freesms.com/send_msg.asp

PostData recipient=\%Recipient%&message=\%Message%

Search Your message has been lodged.
PrintMsg Message successfully sent

# Add In Error messages in here if you can be bothered.
#ElseSearch 
#ErrorMsg Daily message quota exceeded
Else
ErrorMsg Error sending message.
GO