Advertisement
Guest User

Untitled

a guest
May 17th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <?php
  2. $mysql_host = "localhost"; // Mysql Host (Can be localhost:3307 if you uses another port for Mysql)
  3. $mysql_user = "root"; // Mysql Username
  4. $mysql_pass = ""; // Mysql Password
  5. $mysql_db = "logon"; // Logon/Realmd Database
  6. $message = "your content here"; // the bottom msg here!
  7.  
  8.  
  9. $core = "1"; // 2 = Arcemu || 1 = Mangos
  10. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement