The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I have something I'm trying to integrate into the forums. It has an option to link with a currently configured database.
Code:
// Database link: $config['dbConnection']['link'] = $vbulletin->db; |
#2
|
|||
|
|||
![]()
Is that AJAX Chat by any chance? According to the instructions here: http://sourceforge.net/apps/mediawik...ase_Connection
if you want to use an existing database you should comment out a line: Quote:
Code:
$config['dbConnection']['host'] = 'your_database_hostname'; $config['dbConnection']['user'] = 'your_database_username'; $config['dbConnection']['pass'] = 'your_database_password'; $config['dbConnection']['name'] = 'your_database_name'; Hope this helps. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|