File: nwgsm.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 (27 lines) | stat: -rw-r--r-- 800 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
## nwgsm provider file - technical.nwgsm.ru ##
# Version 1.02
# by Pavel Biryukov <gsm@svegapro.ru>
# Error codes :
#  1 -> Bad input phone number
#  2 -> Error sending message

NbParams 2
%Tel : The number begin with 7812 or 7902,11 digits (nwgsm only)
%Message Size=160 Convert : Your message

# Sending message
# 	GetURL http://technical.nwgsm.ru/
# GetURL http://www.nwgsm.com/cgi-bin/sms/smsgate
#GO
# 	PostURL http://technical.nwgsm.ru/cgi-bin/sms-gw/
PostURL http://www.nwgsm.com/cgi-bin/sms/smsgate
Referer http://www.nwgsm.ru:8100/sendsms.htm
PostData tll=%2B\%Tel%&txt=\%Message%&send=send&co=on

Search will be delivered soon
PrintMsg Message successfully sent
ElseSearch bad phone number
ErrorMsg 1 Bad input phone number!
Else
ErrorMsg 2 Error sending message
GO