Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. <?php
  2.  
  3. /*
  4. -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-**-*-*-**-*-*-*
  5. NAVBAR LINKS CAN BE EDITED ON navbar.php
  6.  
  7. 1 = YES
  8. 0 = NO
  9.  
  10. You may EDIT it but not REPUBLISH it.
  11. Copyrighted by Mukri(PlanetBn.com) C 2017
  12. -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-**-*-*-**-*-*-*
  13. */
  14.  
  15. /* INFORMATION CONFIGURATIONS */
  16. $servername = "luckygames";
  17. $serverip = "ms18.hicoria.com:30080";
  18. $topplayers = 24;
  19. $playerheadsize = 25;
  20. $showuuid = 0;
  21.  
  22. /*
  23. default = BootStrap Themed
  24. blue = Blue Themed
  25. */
  26. $style = "blue";
  27.  
  28. /* THIS IS FOR DEBUGGING MODE, IF THERE IS SOMETHING WRONG WITH THE TABLE, MAKE SURE TO ENABLE THIS */
  29. $debugmode = 1;
  30.  
  31. /* MYSQL CONFIGURATIONS */
  32. $ip = "89.203.248.6";
  33. $user = "mysql_9649";
  34. $password = "Bw82oAud";
  35. $table = "kitbattle_";
  36. $database = "mysql_9649";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement