Log in

View Full Version : PHP Form to vB Thread


JackThomson120
07-02-2008, 02:53 PM
Is there any way I can have a PHP Form (Different Server to Forum) which submits the information to a Forum Thread?

So it would log into an account with permissions to post in that cat, and post the inflammation submitted as a new thread (With a custom title also).

Does anyone know anyway of doing this?

Thanks in advanced.

Opserty
07-02-2008, 03:27 PM
Use the Data Manager (http://www.vbulletin.com/docs/html/main/data_managers)

(See: https://vborg.vbsupport.ru/showthread.php?t=102418&page=3#39)

JackThomson120
07-03-2008, 09:00 AM
Use the Data Manager (http://www.vbulletin.com/docs/html/main/data_managers)

(See: https://vborg.vbsupport.ru/showthread.php?t=102418&page=3#39)

Looks tricky, thanks anyway.

I just simply made a form which inserts all the information needed into the database instead of connecting to the forums functions.

Had to insert into 2 tables, and then edit another 3.