-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.php-dist
32 lines (30 loc) · 1.27 KB
/
config.php-dist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?php
$iid = "1"; //Instance ID
$serverip = "127.0.0.1"; //game-server host
$rconpassword = "123456"; //rcon password
$serverport = 2302; //server port
$hostname = "127.0.0.1"; //Database host
$username = "dayz"; //database user
$password = "dayz"; //database password
$dbName = "dayz"; //database name
$sitename = "DayZ Administration"; //Admin panel name
$map = "chernarus"; // chernarus or lingor
$world = "1"; // 1= cherno, 2= lingor, 3= utes, 4= takistan, 5= panthera2
//Social Media
$EnableSocialMedia = 1; //Enable social media section (1 yes, 0 no)
$socialheader = "Infecting Your Social Media"; // Social Media Header
$emailenabled = 1; //Enable media button (1 yes, 0 no)
$email = ""; //Contact email
$callenabled = 0; //Enable media button (1 yes, 0 no)
$call = ""; //Contact us
$facebookenabled = 0; //Enable media button (1 yes, 0 no)
$facebook = "www.facebook.com"; //Facebook Page
$flickrenabled = 0; //Enable media button (1 yes, 0 no)
$flickr = ""; //Flickr Page
$twitterenabled = 0; //Enable media button (1 yes, 0 no)
$twitter = ""; //Twitter Page
$vimeoenabled = 0; //Enable media button (1 yes, 0 no)
$vimeo = ""; //Vimeo Page
$youtubeenabled = 0; //Enable media button (1 yes, 0 no)
$youtube = ""; //YouTube
?>