Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
MySQL Help
#1
OK, so here is what I would like to do.

I want to link my application, with my VBulletin forum. But I want to make it so only certain groups can see certain content on my application.

For example: A registered user on my forum can't see certain content on my application, but a premium member on my forum can see that content.
#2
Hm, well, I have never worked with vBulliten before. However, I am assuming that they have some sort of API so forums can be accessed via clients. Search around their website and see if they have anything that may be of use. Directly viewing the forum via a MySQL Script may not work properly, and could cause some sort of problems with the Forum.
My Blog | My Setup | My Videos | Have a wonderful day.
#3
Wow, just as I was about to give up I noticed at the bottom on the admin panel "Vbulletin API" haha.

So yes, vbulletin does have an API system!
#4
Fantastic! I don't know what language this API is written for, but it is usually written for the most popular languages, and can normally be adapted into any language in the world.

So, good luck with the API! From experience, APIs take a little bit of work to master, so remember to mess around in order to learn!
My Blog | My Setup | My Videos | Have a wonderful day.
#5
So if API can be adapted into any language in the world , dus that mene that you can chang computor code into the code they use for stuf like TV's?
#6
Possibly although not likely, APIs are generally code written in a particular language therefore they only work in that language or spin offs of that language. So, you would need to take the source code of that project and compile it into a different language. From what I Can Gather from some minor research
#7
zmanalpha is correct. The APIs are generally designed for use with only a certain amount of languages. For example, the API for Dropbox supports development with iOS, Android, Python, Ruby, and Java. Of course, you could build a VB.NET program that somehow compiles into Java and then you would be able to execute the commands of this API.

I have used a few APIs, but I am by far not an expert on them, so I may be wrong in whatever I am saying. <!-- sTongue --><img src="{SMILIES_PATH}/icon_razz.gif" alt="Tongue" title="Razz" /><!-- sTongue -->
My Blog | My Setup | My Videos | Have a wonderful day.


Possibly Related Threads…
Thread Author Replies Views Last Post
  How can I read a link from mysql databse??? mnxford 9 32,852 04-12-2013, 06:27 PM
Last Post: brandonio21
  How do I use Listview to delete MySQL DB records kismetgerald 10 33,756 11-28-2012, 05:19 PM
Last Post: brandonio21
  [SOLVED] MySQL Update Query - What am I doing wrong? kismetgerald 11 43,010 10-18-2012, 07:16 PM
Last Post: brandonio21
  How do I fill my form with MySQL data based on Combobox? kismetgerald 8 26,574 10-14-2012, 09:05 PM
Last Post: brandonio21
  Help with creating an INSERT statement using MySQL kismetgerald 4 16,695 08-30-2012, 03:03 PM
Last Post: brandonio21
  MySQL Database Issue Moldraxian 7 28,948 08-13-2012, 08:58 PM
Last Post: brandonio21
  MySql Database Queries in VB.Net Moldraxian 6 22,250 07-26-2012, 03:44 PM
Last Post: Moldraxian
  How to Package MySql Connector and MySql Program? Moldraxian 3 14,702 07-20-2012, 12:23 PM
Last Post: brandonio21
  MySql Help Blackrobot 3 14,547 04-06-2012, 03:49 AM
Last Post: xolara
  VB and MySQL help please Chad1020 2 12,191 03-21-2012, 04:10 PM
Last Post: brandonio21

Forum Jump:


Users browsing this thread: 1 Guest(s)