-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.ini.tmp
98 lines (85 loc) · 1.83 KB
/
config.ini.tmp
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
[globals]
DEBUG = 0
CACHE = TRUE
LOGS = storage/logs/
;Database Config
db_server = localhost
db_user = username
db_password = password
db_database = mytcg-f3
db_port = 3306
;MyTCG Admin Users
admin_users[0] = admin
;Email Config
tcgemail = [email protected]
noreplyemail = [email protected]
emailtransport = mail
;SMTP Settings
;only if you've set 'emailtransport' to 'smtp'
smtpserver = smtp.mailgun.org
smtpport = 587
smtpuser = [email protected]
smtppass = password
;Website Config
tcgname = Demo TCG
tcgowner = Foo
tcguri = /
tcgurl = http://tcg.yourdomain.com/
tcgcardurl = http://tcg.yourdomain.com/assets/img/cards/
adminuri = /mytcg/
adminurl = http://tcg.yourdomain.com/mytcg/
width = 50px
height = 75px
ext = gif
;Static CSS Files
;ASSETS.css[0] = assets/css/style.css
;Static JS Files
;ASSETS.js[0] = assets/js/scripts.js
;Theme Settings
theme = default
admintheme = default
;TCG Level Config
level[1] = Level 1
level[2] = Level 2
level[3] = Level 3
level[4] = Level 4
level[5] = Level 5
level[6] = Level 6
level[7] = Level 7
level[8] = Level 8
level[9] = Level 9
level[10] = Level 10
levelcount[1] = 001-100
levelcount[2] = 101-200
levelcount[3] = 201-300
levelcount[4] = 301-400
levelcount[5] = 401-500
levelcount[6] = 501-600
levelcount[7] = 601-700
levelcount[8] = 701-800
levelcount[9] = 801-900
levelcount[10] = 901-1000
;CARD VARIABLES
category[1] = Regular
category[2] = Special
category[3] = Event
;GAME INFORMATION
gamecat[1] = Weekly
gamecat[2] = Biweekly
gamecat[3] = Monthly
;AFFILIATE INFORMATION
buttonsize = 88x31
buttonurl = http://tcg.you.com/affiliates/
affiliates_status[1] = Pending
affiliates_status[2] = Active
affiliates_status[3] = Hiatus
;FORM INFORMATION
num_startreg = 5
num_startspc = 1
num_startchoice = 2
num_lvlchoice = 2
num_lvlreg = 2
num_lvlspc = 1
num_maschoice = 2
num_masreg = 3
num_masspc = 1