The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
![]() Quote:
Code:
$Header $header include $navbar _________________ mysql_connect("2nduser", "2ndpass", "remotehost") or die('Error connecting to mysql'); mysql_select_db("remoteDB"); $second_database mysql_connect("vbuser", "vbpass", "localhost") or die('Error connecting to mysql'); mysql_select_db("vbDB"); ______________ $footer Another idea: what kind of connection do you have in your config.php? try using mysqli, I believe you can have a mysqli connection open for VB and a regular legacy mysql connection with the remote server. Another one: you can download remote db contents to a textfile and parse it to fill a local table using your VB cron let's say twice a day. Last one: log into your VB host phpmyadmin and run the SQL sentence: Code:
show engines; |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|