File: extel-gsm.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 (21 lines) | stat: -rw-r--r-- 591 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
## Extel-gsm provider file - www.extel-gsm.com ##
# Version 0.99
# by Vadim Yablochnikov <root@viosplus.baltnet.ru>
# Error codes :
#  1 -> Bad input phone number

NbParams 2
%Tel : The number should be seven-digital with prefix 7011 (For example 7011xxxxxxx)
%Message Size=160 Convert : Your message

# Sending message
GetURL http://www.extel-gsm.com/sms/sms.html
GO
GetURL http://www.extel-gsm.com/cgi-bin/ssl/sms.pl
Params MSISDN=\%Tel%&TEXT=\%Message%

Search function Translate
PrintMsg Message successfully sent
ElseSearch javascript:history.back
ErrorMsg 1 Bad input phone number!
GO