View Single Post
  #6  
Old 05-20-2014, 06:10 AM
Maze_EQ
Demi-God
 
Join Date: Mar 2012
Posts: 1,103
Default

Code:
<!-- Database configuration, replaces db.ini.  Defaults shown -->
	<database>
		<host>127.0.0.1</host>
		<port>3306</port>
		<username>eq</username> !!!PUT USERNAME HERE!!!
		<password>eq</password> !!!PUT PASSWORD HERE!!!
		<db>eq</db>
	</database>

	<qsdatabase>
		<host>127.0.0.1</host>
		<port>3306</port>
		<username>eq</username> !!!PUT USERNAME HERE!!!
		<password>eq</password> !!!PUT PASSWORD HERE!!!
		<db>eq</db>
Common sense is a beautiful thing.
__________________
"No, thanks, man. I don't want you fucking up my life, too."

Skype:
Comerian1
Reply With Quote