Advertisement
Guest User

Untitled

a guest
May 25th, 2017
507
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.76 KB | None | 0 0
  1. <?php
  2. if( !defined( "IN_GWH" ) ) die ( "File Protected" );
  3. /************************************
  4. *                                   *
  5. *           VortexCMS               *
  6. *         -------------             *
  7. *     Author: Adam N. Viðarsson     *
  8. *     E-mail: contact@adamnv.com    *
  9. *     Phone: (+354)7704299          *
  10. *                                   *
  11. *************************************/
  12. $dbhost = 'logon.wow-con.net';
  13. $dbuser = 'root';
  14. $dbpass = 'ascent';
  15. $dbweb = 'web';
  16. $dbaccs = 'logon';
  17. $dbchars = 'characters';
  18. $dbchars2 = '';
  19. $dbchars3 = '';
  20.  
  21. $realm1 = 'Divine Clarity - PvP';
  22. $realm2 = '';
  23. $realm3 = '';
  24.  
  25. $multi_ip = true;
  26.  
  27. $realmlist = 'logon.wow-con.net';
  28. $themename = 'WoWCon';
  29. $title = 'Welcome to WoWCon's site';
  30.  
  31. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement