Advertisement
Sayshal

Untitled

Aug 2nd, 2011
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. <?php
  2. // This file should be updated with your Database Configuration
  3. // as well as other optional data
  4.  
  5. define ('DB_SERVER' , 'localhost');
  6. define ('DB_USER' , 'my username');
  7. define ('DB_PASSWORD' , 'my password');
  8. define ('DB_NAME' , 'minecraft');
  9. define ('DB_PORT' , 3306);
  10.  
  11. define ('SERVER_NAME', 'meaStats');
  12. define ('DATE_FORMAT', 'M jS Y\, \a\t g:i:s a');
  13.  
  14. define ('USE_MEGAMETERS', true);
  15. define ('USE_SKINVIEWER', true);
  16.  
  17. // Set your localization (language)
  18. define ('LOCALE', 'en');
  19.  
  20. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement