I'm wondering if vBulletin will automatically post a thread whenever a new topic is submitted on my website.
However, my website does not have RSS Feeds, and I have been reading up about RSS Feeds and I have come to the conclusion that implementing an RSS Feed into my website will not be easy.
So, I'm wondering, instead if whenever I create a new topic on my website is there a way to make vBulletin post a thread.
Another way I was going to do this was via cURL (PHP), using $_POST in the same way the $_GET is used, but I wanted to see if there was an easier way because remote SQL isn't enabled on the server my forums is hosted on therefore I cannot insert the thread information directly into the database of which my forums are held on.
Thanks,
Aaron
Comment