Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

13
LINES

< > BotCompany Repo | #1026133 // lox24_sendSMS

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (3788L/25K).

// returns XML
sS lox24_sendSMS(S konto, S password, int service, S from, S to, S text, bool unicode) {
  ret postPage("https://www.lox24.eu/API/httpsms.php",
    +konto,
    password := md5(password),
    +service,
    +text,
    +from,
    +to,
    return := "xml",
    httphead := 0,
    encoding := unicode ? 1 : 0);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1026133
Snippet name: lox24_sendSMS
Eternal ID of this version: #1026133/1
Text MD5: 543fe6b9e5a79a38ecc33bfcc7a156cb
Transpilation MD5: 5e7a0b72703626883988fc3a98a5a85c
Author: stefan
Category: javax / sms
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-11-26 14:45:27
Source code size: 334 bytes / 13 lines
Pitched / IR pitched: No / No
Views / Downloads: 150 / 243
Referenced in: [show references]