The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#3
|
||||
|
||||
![]() Quote:
ie. if i wanted to insert something into the vbulletin datastore manually from the Vbulletin Query Tool in the Admincp The schema of this table dictates 2 (columns/fields) which are Title and Data INSERT INTO datastore VALUES ('test','whatever') Would insert into the Title field 'test' and 'whatever' into the Data field. In a php file using Vbulletin I would do something like $vbulletin->db->query_write("INSERT INTO datastore VALUES ('test','whatever')"); |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|