Instant Command List
From Net2MAX
| More Information | |
|---|---|
|
1. Instant Command Features | |
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
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
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.
[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".
|
æ ) * + , - . / |
%00 %29 %2a %2b %2c %2d %2e %2f |
0 |
%30 |
` |
%60 |

