STRING: my_post_key: <p>
STRING: threadprefix: 0
STRING: subject: active until <active until>
STRING: message: [hide][code]<USER>:<PASS>[/code][/hide]
STRING: threadpostlimit: 3
STRING: postoptions[disablesmilies]: 1
STRING: numpolloptions: 2
STRING: submit: Napisz wątek
STRING: action: do_newthread
STRING: posthash: <p>
STRING: attachmentaid:
STRING: attachmentact:
STRING: quoted_ids:
STRING: tid: 0
1 Like
Try this. the code is for Native.
CONTENT:STRING "my_post_key" @p "text/plain"
CONTENT:STRING "threadprefix" "0" "text/plain"
CONTENT:STRING "subject" @activeuntil "text/plain"
CONTENT:STRING "message" @input.USER:@input.PASS "text/plain"
CONTENT:STRING "threadpostlimit" "3" "text/plain"
CONTENT:STRING "postoptions" "1" "text/plain"
CONTENT:STRING "numpolloptions" "2" "text/plain"
CONTENT:STRING "submit" "Napisz wątek" "text/plain"
CONTENT:STRING "action" "do_newthread" "text/plain"
CONTENT:STRING "posthash" @p "text/plain"
CONTENT:STRING "attachmentaid" " " "text/plain"
CONTENT:STRING "attachmentact" " " "text/plain"
CONTENT:STRING "quoted_ids" " " "text/plain"
CONTENT:STRING "tid" "0" "text/plain"
1 Like
like this? Screenshot by Lightshot
not need change to var, and select var p
1 Like
It works thank you very much
1 Like