Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Chris Hartjes' Blog:
Tutorial: How to create a thread in vBulletin with a script
Oct 10, 2006 @ 13:57:00

Chris Hartjes shares a quick, simple script that can be handy for those working with vBulletin:

My day-job requires me to create code that will talk to vBulletin web sites we run. My latest task involves taking data that we get from PA Sportsticker and create posts in one of our forums. Lucky for me, somebody smarter than me figured out how to do this. It's very simple, and I've taken their work and modified it for our needs.

The code itself is only about 30 lines long, and it relies on the vBulletin libraries, but it makes it very simple to take in information (from a POSTed form) and insert it into a new topic on the message board.

tagged: tutorial vbulletin thread create post request tutorial vbulletin thread create post request

Link:


Trending Topics: