Well,
I think it could be helpful for a lot of members if somebody have the answer to this question.
I have a script in a forum1 which can edit automatically a post in forum2. The post is not in the same forum than the post.
When I'm loggued to the forum2 where I want to edit the post, the script works.
What I want to do : put the script in cron jobs in forum1. So it will be run on a regular basis. The problem : as the script is ran by nobody, only by a computer process, it needs to login to the forum2. The question, how to do that ?
I can't modify forum2 as I'm not the owner. Maybe I can do that by passing my login details through the form I use to modify the post. I precise, it's not a way to hack a forum
application : modify a code in a post on this forum on a regular basis, to avoid piracy.