Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2014
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. $Hoste = '198.100.154.23,1433';
  2.  
  3. $GamePass = 'xxxx';
  4. $AccountPass = 'xxxx';
  5. $auctionpass = 'xxxx';
  6. $config['db']['game'] = array( 'host' => $Hoste,
  7. 'db' => 'xxxx',
  8. 'user' => 'xxxx',
  9. 'pass' => $GamePass );
  10.  
  11. $config['db']['account'] = array( 'host' => $Hoste,
  12. 'db' => 'xxxx',
  13. 'user' => 'xxxx',
  14. 'pass' => $AccountPass );
  15.  
  16. $config['db']['Auction'] = array( 'host' => $Hoste,
  17. 'db' => 'xxxx',
  18. 'user' => 'xxxx',
  19. 'pass' => $auctionpass );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement