· 6 years ago · Oct 06, 2019, 01:53 PM
1<?php
2
3//Please enter your Database details in below
4$hostname = 'localhost';
5$port = '3306';
6$username = 'root';
7$password = 'fffffffff';
8$database = 'gban';
9
10//Enter your Steam API key here
11$apikey = '41CCBE273B57134619A50AC96BE2C0B0';
12
13//Enter your directory name of Files
14//If you are using a subdomain e.g bans.example.com
15//Then enter '' as the directory
16$directory = 'gban';
17
18//Set to true to see PHP errors to report on a ticket
19//You should only enable this if you have been told to
20$debug = false;
21
22?>