Using HTTP_POST to post a new topic.. - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Using HTTP_POST to post a new topic.. (
/showthread.php?tid=293280)
Using HTTP_POST to post a new topic.. -
Luis- - 27.10.2011
On SMF. I am wanting to use HTTP to post a new topic on a board on my forums with the information;
Welcome
USERNAME to our server!
I have no idea how to do it though. Thanks.
Re: Using HTTP_POST to post a new topic.. -
Vince - 27.10.2011
I don't even know if that's possible. You'd have to find out what variables are sent in the first place. Maybe you can find using FireBug or WebDeveloper toolbar to switch POST to GET, so you can see the vars.
Re: Using HTTP_POST to post a new topic.. -
Luis- - 27.10.2011
It is possible, if you look
here (no advertising intended.) you'll see it has been done. AndreT has helped me a little,
here but I don't really understand what he's saying.