Instant Command List

From Net2MAX

Jump to: navigation, search
More Information

1. Instant Command Features
2. Instant Command Usage
3. Instant Command List
4. Instant Command Charges
5. Instant Command Help
6. Instant Command Enhancements
7. Instant Command Forum

Contents


[edit] 1 Introduction

Instant Command has a large number of access points on different text messaging networks.

Anyone (members and non-members) can send text messages and text commands to the members using the world's largest text messaging networks.

Members of course can also send text messages and text commands using the world's largest text messaging networks.


[edit] 2 SMS Numbers

Australia: +61 410 311 070
China: +86 132 6695 5280
Hong Kong: +852 6610 2093
Taiwan: +886 936 483 109


[edit] 3 Instant Messaging

Note these instant message accounts on different networks (like net2max0 below) are trail messaging accounts to help you test the functionality and interoperability of a specific network. If you like a network, please get an account of yourown on that network.

AIM: net2max0
Google: net2max0@gmail.com
ICQ: 424351725
Jabber: net2max0@net2max.com
MSN: net2max0@hotmail.com
QQ: 670607112
Skype: net2max0
Yahoo: net2max0


[edit] 4 Email

net2max0@net2max.com

tested with the following and they worked OK


to net2max0@net2max.com

subject oznumber ozpassword

body

(E*myemail@domain.com*)Test


to net2max0@net2max.com

subject oznumber ozpassword

body

(S*61404123456*)Test

NOTE use the dialing code you have setup as your preference. eg, if you use international dialing, use 61403xxxxx, if you have a dial plan that is standard for australia, us 0403xxxxxx especially for the phone. example below using normal australian dialing code.

to net2max0@net2max.com

subject oznumber ozpassword

body

(P*0404123456*)Test

[edit] 5 Web

[edit] 5.1 Text in URL

https://net2max.com/message.php?body=(E61290112121)hello

The text message is a string after body= in the URL above. It must be URL ENCODED in order for special characters (like spaces) to be submitted.

For example:

https://net2max.com/message.php?body=(E61290112121)hello
https://net2max.com/message.php?body=(E61290112121)hello%20there

It will return 1 if the text message submission process is ok and it will return -1 if the text message submission process is failed. The 1 and -1 only indicates the status of the submission process, it does not indicate whether the submitted message has been delivered or not.


The format to include your oztel number and password is as follows This should send an SMS "test" to phone number 0403123456 or in Australia 61403123456

https://net2max.com/message.php?body=(Axxxx%20yyyy)(S*0403123456*)test

where xxxx is your oznumber and yyyy is your password.

NOTE : I found I had to use the international dialing to make this work. ie 61403xxxx for Australia. it might be worth trying both if you cannot get it to work.

https://net2max.com/message.php?body=(Axxxx%20yyyy)(S*61403123456*)test

[edit] 5.2 No text in URL

Going to https://net2max.com/message.php directly (without the body=) will work but is not recommended. It will result in an input box which will automatically URL encode any text typed into it.

[edit] 5.3 URL Encoding

URL Encoding must be used for special characters in the text message after "body=", to avoid them being confused with the URL itself. For example "%20" should be use instead of a "space".

Below is a table of special characters and their corresponding representation using URL encoding.

Note, you can also use URL encode to handle non-english characters. For example, "中文" using UTF-8 URL encoding is "%E4%B8%AD%E6%96%87".


æ







backspace
tab
linefeed


c return


















space
!
"
#
$
%
&
'

(
)
*
+
,
-
.
/

%00
%01
%02
%03
%04
%05
%06
%07
%08
%09
%0a
%0b
%0c
%0d
%0e
%0f
%10
%11
%12
%13
%14
%15
%16
%17
%18
%19
%1a
%1b
%1c
%1d
%1e
%1f
%20
%21
%22
%23
%24
%25
%26
%27

%28
%29
%2a
%2b
%2c
%2d
%2e
%2f

0
1
2
3
4
5
6
7
8
9
:
;
<
=
>
?
@
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
[
\
]
^
_

%30
%31
%32
%33
%34
%35
%36
%37
%38
%39
%3a
%3b
%3c
%3d
%3e
%3f
%40
%41
%42
%43
%44
%45
%46
%47
%48
%49
%4a
%4b
%4c
%4d
%4e
%4f
%50
%51
%52
%53
%54
%55
%56
%57
%58
%59
%5a
%5b
%5c
%5d
%5e
%5f

`
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
{
|
}
~

%60
%61
%62
%63
%64
%65
%66
%67
%68
%69
%6a
%6b
%6c
%6d
%6e
%6f
%70
%71
%72
%73
%74
%75
%76
%77
%78
%79
%7a
%7b
%7c
%7d
%7e
%7f

Personal tools