new user api

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nimasdj
    New Member
    • Jan 2008
    • 19

    new user api

    Hello,
    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?
  • Wayne Luke
    vBulletin Technical Support Lead
    • Aug 2000
    • 74123

    #2
    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

    Comment

    • nimasdj
      New Member
      • Jan 2008
      • 19

      #3
      Thanks, where is api usage documentation?

      Comment

      • BirdOPrey5
        Senior Member
        • Jul 2008
        • 9613
        • 5.6.3

        #4
        There is no documentation, you just need to look at the code to see how it works.

        Comment

        • nimasdj
          New Member
          • Jan 2008
          • 19

          #5
          Ok. 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

          • ozzy47
            Senior Member
            • Oct 2009
            • 215

            #6
            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

            • BirdOPrey5
              Senior Member
              • Jul 2008
              • 9613
              • 5.6.3

              #7
              Originally posted by nimasdj
              Ok. 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?
              As a support rep I really don't know the answer to any of those questions- they are beyond the scope of the support we provide. If I knew I'd tell you.

              Comment

              • desi900
                New Member
                • Jan 2015
                • 1
                • 1.1.x

                #8
                maybe should inject new user directly into db myself

                Comment

                • Zachery
                  Former vBulletin Support
                  • Jul 2002
                  • 59097

                  #9
                  That wouldn't be recommended, multiple tables/areas are updated when users are added.

                  Comment

                  • rnedelkow
                    Senior Member
                    • May 2014
                    • 214
                    • 5.1.x

                    #10
                    Check out this doc - http://onemanstudio.pl/tutorial/vbul...-api-tutorial/

                    Comment

                    • BirdOPrey5
                      Senior Member
                      • Jul 2008
                      • 9613
                      • 5.6.3

                      #11
                      There is now API documentation here: http://vbulletin.wayneluke.com/api/ - but it is unofficial.

                      Comment

                      Related Topics

                      Collapse

                      Working...