BP Forums
MySQL Help - Printable Version

+- BP Forums (https://bpforums.info)
+-- Forum: Archived Forums (https://bpforums.info/forumdisplay.php?fid=55)
+--- Forum: Archived Forums (https://bpforums.info/forumdisplay.php?fid=56)
+---- Forum: VB.NET (Visual Basic 2010/2008) (https://bpforums.info/forumdisplay.php?fid=8)
+----- Forum: Programming Help (https://bpforums.info/forumdisplay.php?fid=9)
+----- Thread: MySQL Help (/showthread.php?tid=459)



MySQL Help - -Kid- - 02-15-2012

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.


Re: MySQL Help - brandonio21 - 02-15-2012

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.


Re: MySQL Help - -Kid- - 02-15-2012

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!


Re: MySQL Help - brandonio21 - 02-15-2012

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!


Re: MySQL Help - Aaron Rogers118 - 02-16-2012

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?


Re: MySQL Help - zmanalpha - 02-19-2012

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


Re: MySQL Help - brandonio21 - 02-20-2012

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