The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
what do vb pages call the following information with
database name database username database password i was making something and changed mine but think it's the route of a slowed page as it now connects to the database twice. |
#2
|
||||
|
||||
![]()
I'm not totally sure what you're asking, but take a look at admin/config.php
|
#3
|
||||
|
||||
![]()
Eh? You mean.. what values, or by what method?
It's called by the mysql_connect() function in the DB_site class. |
#4
|
||||
|
||||
![]()
i mean like these
$host = "localhost"; //DB-Servername $user= "XXXXX"; //DB-Username $password= "XXXXXX"; //DB-Password $database="XXXX"; //vbulletin database name but they're wrong |
#5
|
||||
|
||||
![]()
found em
// hostname or ip of server $servername="localhost"; // username and password to log onto db server $dbusername="XXXXX"; $dbpassword="XXXXX"; almost forgot, thanks assassin ![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|