Advertisement
Guest User

ceva

a guest
Jul 6th, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. <?php
  2. /* Database Settings */
  3.  
  4. $host = '188.240.3.94'; /* EXAMPLE: $host = '123.123.123.123'; */
  5. $user = 'speedcra_reports'; /* EXAMPLE: $user = 'andrei1058'; */
  6. $pass = 'report123'; /* EXAMPLE: $pass = 'myp4ss'; */
  7. $database = 'speedcra_reports'; /* EXAMPLE: $database = 'reports'; */
  8. $port = '3306'; /* EXAMPLE: $port = '3306'; */
  9. $table = 'reports_server'; /* EXAMPLE: $table = 'reports_server'; */
  10.  
  11. /*Theme Settings */
  12.  
  13. //THEMES: AQUA-ORES, BROWN-ORES, GREEN-ORES, YELLOW-ORES, BLUE-GRASS
  14. //THEMES: DARK-BLUE-GRASS, GREEN-GRASS, ORANGE-GRASS, PINK-GRASS, PURPLE-GRASS
  15. $theme = 'GREEN-ORES';
  16.  
  17. //Page's Title
  18. $page_title = 'Reporting1058';
  19.  
  20. //Title shown on page
  21. $header_title = 'SkyPvP Reports';
  22.  
  23. //Translations
  24. $Id = 'ID';
  25. $Reported = 'Reported';
  26. $Reporter = 'Reporter';
  27. $Reason = 'Reason';
  28. $Date = 'Date';
  29.  
  30. //Options true/false
  31. $Show_Reporter = true;
  32. $Show_ID = true;
  33. $Show_Date = true;
  34. $Center_Reason = true;
  35.  
  36. //Plugin & Templates by andrei1058
  37. //Background images credits to PinkyMoneyBay & miliqn
  38. //Plugin page: https://www.spigotmc.org/resources/19751/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement