File: bramka.sms

package info (click to toggle)
smssend 3.4-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,232 kB
  • ctags: 114
  • sloc: sh: 11,314; ansic: 2,368; perl: 104; makefile: 58
file content (33 lines) | stat: -rw-r--r-- 627 bytes parent folder | download
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
## Bramka.org sms script ##
# Version 0.01
# NOLOGIN
# Update January, 09th 2002
# by Monka <monka@live.prv.pl>
#
# Script working for countries : Poland
# 
# Error codes :
#  -> 1 Error sending message

NbParams 2
%Message Size=160 : Your message
%Tel Size=9 : Poland GSM number (ie. 602xxxxxx, 501xxxxxx)

GetURL http://www.bramka.org/sms/
GO

# Sending message
PostURL http://www.bramka.org/sms/send_sms.php
Referer http://www.bramka.org
PostData strPhoneNumber=\%Tel%&strText=\%Message%&smsLength=160

# Search for errors
Search poprawnie
PrintMsg Message successfully sent
Else
ErrorMsg 1 Error sending message
Else
GO