The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Accessing vBulletin Membership Data
I have an independent database application, within a custom vBulletin page, which accesses a separate database table. Yet I am trying to integrate the vBulletin membership names to this custom table. When I, as the administrator, attempt to work with this data table, while logged into vBulletin, I get the following error message:
It is trying to use the vBulletin Member ID as a foreign key. How do I access this data? What is the datatype? This data must be stored in the session somehow, since vBulletin knows persistently when the active user is logged in or not, etc. Any help in how to access and integrate this information into my custom data table would be much appreciated. Jack |
#2
|
|||
|
|||
That message appears when you post data to a vb script without including the security token value in your form. If the page with the form is a vb page made from a template you could use this:
Code:
<input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" /> Or if you're including global.php in your page you can get the value from $vbulletin->userinfo['securitytoken']. If you need any more help you'll have to explain what you're doing in more detail. |
#3
|
|||
|
|||
Thank you very much for your time and info. I will show this to my brother (who is doing the coding/programming), and if any further issues pop up, I will post.
Thanks again! |
#4
|
|||
|
|||
Okay, sir, this is the feedback my brother was hoping you'd be kind enough to clarify:
Is this the php code I need to use in order to access the primary index that identifies which user is currently logged in?: Thank you very much for your time! Jack |
#5
|
|||
|
|||
Quote:
Yes, that code should give you what is called the userid (a positive integer, or 0 for a guest). I believe you want to look at the "user" table. Hopefully that's what he wants to know - sounds like your brother knows a lot more about databases than I do. |
#6
|
|||
|
|||
Quote:
Yes, that did the trick, good sir, thank you My brother is a top financial software developer, implementing solutions for huge banks/corporations and whatnot, but with only a so-so background on HTML/php, but an expert understanding of programming language in general. Thanks once again for your guidance! Cheers, |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|