Does vBulletin 5 have api to receive new user from external and insert into db itself? Or should inject new user directly into db myself?
Announcement
Collapse
No announcement yet.
new user api
Collapse
X
-
The API for users is located in /core/vb/api/user.php
You might also want to look at the controller for the registration process located at /includes/vb5/frontend/controller/registration.php
We don't recommend inserting data into the database directly. To get additional help, you will have to associate your user account on the forums with a customer account.Translations provided by Google.
Wayne Luke
The Rabid Badger - a vBulletin Cloud demonstration site.
vBulletin 5 API - Full / Mobile
Vote for your favorite feature requests and the bugs you want to see fixed.
-
There is no documentation, you just need to look at the code to see how it works.
Comment
-
You will find that our by looking at the code after you purchase a license and download the software.My Mods also available at OzzModz.com
New vBulletin Spider Definitions, vBulletin Spiders List Hits 1000 Spiders!
Stop Spam Now The era of Big Spam is over.
Vote to bring back hooks in vB5, http://tracker.vbulletin.com/browse/VBV-10333
Comment
-
Originally posted by nimasdj View PostOk. But could you simply say how to connect to api externally? Which data should I send to which api script with curl and how is api cponection authentication?
Comment
-
That wouldn't be recommended, multiple tables/areas are updated when users are added.
Comment
-
-
Comment
Related Topics
Collapse
-
by delicjousHi,
I don't find the field where I could set the timezone for every user in phpmyadmin. Didn't find anything in user table.
And by the way: is this friendcount and friendreqcount...-
Channel: Support Issues & Questions
Tue 1st Apr '14, 12:27pm -
Comment