Advertisement
Guest User

Untitled

a guest
Jun 10th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. <?php
  2. $mysql_host = "localhost"; // The MySQL Host. Usualy localhost
  3. $mysql_user = "root"; // Your MySQL Username
  4. $mysql_pass = "ethfuehdfyhduch"; // Your MySQL Password
  5. $mysql_db = "Realmd"; // Your Logon Database. (where your accounts is stored)
  6.  
  7. /*Customize the Look */
  8. $image = "img/background.jpg"; //enter the directory of your background... Include the type. for example png, jpg, gif etc..
  9. $textcolor = "yellow"; //change the color of the text here!
  10. $headercolor = "red"; // The color of the header.
  11. //***************************************************************
  12. //If you message gets to long, then use "<br />"
  13. //This will make it skip to a new line!
  14. //
  15. //
  16. //***************************************************************
  17.  
  18. $core = "1"; // Type 1 to make it for MaNGOS. Type 2 to make it for ArcEmu.
  19. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement