The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to use vBulletin 5 API - Log in and add member
the official documentation http://vb5support.com/resources/api/index.html is not clear. I want to do something like an auto login for the forum. An already logged in user to main website can automatically log in to my forum without registration. My website is in .net. Can some1 help? How to use the API? Mainly i only need the login and add member function from the API.
|
#2
|
||||
|
||||
Here's a tutorial on how to login to vB5 from an external site.
http://www.vbulletin.com/forum/blogs...n-your-website |
#3
|
|||
|
|||
but my website is in c#..isnt there a another tutorial?
|
#4
|
||||
|
||||
You can login to the admincp using libcurl and call the user api from your code. You'll have to use the dev tools in the browser while in the admincp to see the required parameters for user.php to setup your curl commands in your code. You'll also have to setup curl to store and use the cookies sent on login to the admincp.
I've used this method to setup multiple users, categories, and forums from a php script using a csv file for input. It's probably not the most efficient or the best way, but I know it works. I've not used C or C# to do it. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|