Advertisement
Guest User

Untitled

a guest
Jul 29th, 2016
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <?php
  2. //--Powered by DarkCoreCMS
  3. //--Website: http://mmltools.com
  4. //--Author: Marco aka (Darksoke)
  5.  
  6. $title = "MangosBots"; //Your Website Title
  7. $description = ""; //Your Website Description
  8. $keywords = ""; //Your Website Keywords
  9. $realmlist = "wowserver.zapto.org"; //Your Realmlist
  10.  
  11. //Database Connection
  12.  
  13. $db_server = "localhost";
  14. $db_username = "root";
  15. $db_password = "123456";
  16. $db_auth = "realmd";
  17.  
  18. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement