· 8 years ago · May 24, 2017, 05:30 PM
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