From a php script, how-to:
- start a new thread...
- ...post some text...
- ...and attach 1-3 jpg images?
- And, if it's possible, set the post date to an older date.
The user is admin.
SMF 2.0.17
(If the answer is right under my nose somewhere in this forum then you can call me ugly names :)
update:
found a very old file (on my old hard drive),
that had been used to post text (not attachments).
It's using functions (like createPost()) in
SSI.php and Subs-Post.php
Maybe this is fixable without too much hassle, we'll see.
Yes you can do with the createPost function. Attachments are possible as well.
I have some examples of that function my RSS Feed Poster mod.