Advertisement
Guest User

Untitled

a guest
May 24th, 2017
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. <?php
  2.  
  3. /* DATABASE INFORMATION */
  4.  
  5. $DB_HOSTNAME = "xxxx";
  6. $DB_USER = "xxxx";
  7. $DB_PASSWORD = "xxxxxxxxx";
  8. $DB_DATABASE = "xxxt";
  9.  
  10. /* WEBSITE INFORMATION */
  11.  
  12. $steam_api_key = "xxxxxx";
  13.  
  14. $website_navtitle = 'LEETGANG';
  15. $website_title = 'LEETGANG';
  16.  
  17. /* CAPTCHA INFORMATION */
  18.  
  19. $secret_key = '';
  20. $website_key = '';
  21.  
  22. /* REPORTBOT INFORMATION */
  23.  
  24. $reportbot_number = '4'; // HOW MANY REPORTBOT DO YOU USE (ex: 1)
  25.  
  26. $report_path = '/var/report-bot/';
  27. $report_log_path = '/var/report-bot/logs/';
  28.  
  29. $commend_path = '/var/report-bot/';
  30. $commend_log_path = '/var/report-bot/logs/';
  31.  
  32. $commend_timer = '12'; // Value in hours
  33. $report_timer = '6'; // Value in hours
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement