Revision 435e715f
Added by unknown over 12 years ago
etc/inc/wizardapp.inc | ||
---|---|---|
31 | 31 |
|
32 | 32 |
$gamesplist = array(); |
33 | 33 |
|
34 |
$gamesplist['arma2'] = array(); |
|
35 |
/* ARMA 2 */ |
|
36 |
$gamesplist['arma2'][] = array('arma2', 'udp', '2302', '2310', 'both'); |
|
37 |
|
|
38 |
$gamesplist['battlenet'] = array(); |
|
39 |
/* Blizzard Publishing games */ |
|
40 |
$gamesplist['battlenet'][] = array('Battle.NET-game1-tcp', 'tcp', '6112', '6119', 'both'); //diablo, diablo2, starcraft, warcraft 2, warcraft 3 |
|
41 |
$gamesplist['battlenet'][] = array('Battle.NET-game1-udp', 'udp', '6112', '6119', 'both'); //diablo, diablo2, starcraft, warcraft 2 |
|
42 |
$gamesplist['battlenet'][] = array('Battle.NET-diablo2', 'tcp', '4000', '4000', 'both'); //diablo2 |
|
43 |
$gamesplist['battlenet'][] = array('Battle.NET-game2', 'tcp', '1119', '1119', 'both'); //diablo3, starcraft 2 |
|
44 |
|
|
45 |
|
|
34 | 46 |
$gamesplist['battlefield2'] = array(); |
35 | 47 |
/* Battlefield 2 */ |
36 | 48 |
$gamesplist['battlefield2'][] = array('BF2-1500-4999', 'udp', '1500', '4999', 'both'); |
... | ... | |
43 | 55 |
$gamesplist['battlefield2'][] = array('BF2-27900', 'udp', '27900', '27900', 'both'); |
44 | 56 |
$gamesplist['battlefield2'][] = array('BF2-55123-55125', 'udp', '55123', '55125', 'both'); |
45 | 57 |
|
58 |
$gamesplist['callofduty'] = array(); |
|
59 |
/* Call Of Duty */ |
|
60 |
$gamesplist['callofduty'][] = array('CallOfDuty1', 'tcp', '28960', '28960', 'both'); |
|
61 |
$gamesplist['callofduty'][] = array('CallOfDuty2', 'udp', '28960', '28960', 'both'); |
|
62 |
|
|
46 | 63 |
$gamesplist['counterstrike'] = array(); |
47 | 64 |
/* counter strike */ |
48 |
$gamesplist['counterstrike'][] = array('Titan', 'udp', '6003', '6003', 'both'); |
|
49 |
$gamesplist['counterstrike'][] = array('Authentication', 'udp', '7002', '7002', 'both'); |
|
50 |
$gamesplist['counterstrike'][] = array('Client', 'udp', '6003', '6003', 'both'); |
|
51 |
$gamesplist['counterstrike'][] = array('Masterserver', 'udp', '27010', '27010', 'both'); |
|
52 |
$gamesplist['counterstrike'][] = array('Mod-Server', 'udp', '27011', '27011', 'both'); |
|
53 |
$gamesplist['counterstrike'][] = array('Chat', 'udp', '27012', '27012', 'both'); |
|
54 |
$gamesplist['counterstrike'][] = array('HL-Serverport1', 'udp', '27013', '27013', 'both'); |
|
55 |
$gamesplist['counterstrike'][] = array('HL-Serverport2', 'udp', '27014', '27014', 'both'); |
|
56 |
$gamesplist['counterstrike'][] = array('HL-Serverport', 'udp', '27015', '27015', 'both'); |
|
65 |
$gamesplist['counterstrike'][] = array('CS-Titan', 'udp', '6003', '6003', 'both'); |
|
66 |
$gamesplist['counterstrike'][] = array('CS-Authentication', 'udp', '7002', '7002', 'both'); |
|
67 |
$gamesplist['counterstrike'][] = array('CS-Client', 'udp', '6003', '6003', 'both'); |
|
68 |
$gamesplist['counterstrike'][] = array('CS-Masterserver', 'udp', '27010', '27010', 'both'); |
|
69 |
$gamesplist['counterstrike'][] = array('CS-Mod-Server', 'udp', '27011', '27011', 'both'); |
|
70 |
$gamesplist['counterstrike'][] = array('CS-Chat', 'udp', '27012', '27012', 'both'); |
|
71 |
$gamesplist['counterstrike'][] = array('CS-HL-Serverport1', 'udp', '27013', '27013', 'both'); |
|
72 |
$gamesplist['counterstrike'][] = array('CS-HL-Serverport2', 'udp', '27014', '27014', 'both'); |
|
73 |
$gamesplist['counterstrike'][] = array('CS-HL-Serverport', 'udp', '27015', '27015', 'both'); |
|
74 |
|
|
75 |
$gamesplist['crysis2'] = array(); |
|
76 |
/* Crysis 2 */ |
|
77 |
$gamesplist['crysis2'][] = array('Crysis2', 'udp', '64100', '64100', 'both'); |
|
57 | 78 |
|
58 | 79 |
$gamesplist['deltaforce'] = array(); |
59 | 80 |
/* delta force */ |
60 | 81 |
$gamesplist['deltaforce'][] = array('Delta1', 'udp', '17478', '17488', 'both'); |
61 | 82 |
|
62 |
$gamesplist['quakeiii'] = array(); |
|
63 |
/* quake3 */ |
|
64 |
$gamesplist['quakeiii'][] = array('quakeiii', 'udp', '27910', '27919', 'both'); |
|
65 |
|
|
66 |
$gamesplist['tigerwoods2004ps2'] = array(); |
|
67 |
/* tiger woods 2004 ps2 */ |
|
68 |
$gamesplist['tigerwoods2004ps2'][] = array('Outbound2Player', 'udp', '3658', '3658', 'both'); |
|
69 |
$gamesplist['tigerwoods2004ps2'][] = array('Outbound2Player2', 'udp', '6000', '6000', 'both'); |
|
70 |
$gamesplist['tigerwoods2004ps2'][] = array('Outbound2EA', 'tcp', '10300', '10301', 'both'); |
|
71 |
|
|
72 |
$gamesplist['callofduty'] = array(); |
|
73 |
$gamesplist['callofduty'][] = array('CallOfDuty1', 'tcp', '28960', '28960', 'both'); |
|
74 |
$gamesplist['callofduty'][] = array('CallOfDuty2', 'udp', '28960', '28960', 'both'); |
|
75 |
|
|
76 |
$gamesplist['planetside'] = array(); |
|
77 |
/* PlanetSide */ |
|
78 |
$gamesplist['planetside'][] = array('PlanetSide', 'tcp', '7000', '7000', 'both'); |
|
79 |
$gamesplist['planetside'][] = array('PlanetSide', 'tcp', '7080', '7080', 'both'); |
|
80 |
$gamesplist['planetside'][] = array('PlanetSide2', 'udp', '3016', '3021', 'both'); |
|
81 |
$gamesplist['planetside'][] = array('PlanetSide2', 'udp', '45000', '45010', 'both'); |
|
82 |
$gamesplist['planetside'][] = array('PlanetSide2', 'udp', '30000', '30500', 'both'); |
|
83 |
|
|
84 |
$gamesplist['halo2'] = array(); |
|
85 |
/* Halo2 + XBOX Live */ |
|
86 |
$gamesplist['halo2'][] = array('Halo2-1', 'udp', '88', '88', 'both'); |
|
87 |
$gamesplist['halo2'][] = array('Halo2-2', 'udp', '3074', '3074', 'both'); |
|
88 |
$gamesplist['halo2'][] = array('Halo2-3', 'tcp', '3074', '3074', 'both'); |
|
89 |
|
|
90 |
$gamesplist['unrealtournament'] = array(); |
|
91 |
/* Unreal Tournament */ |
|
92 |
$gamesplist['unrealtournament'][] = array('ur1', 'udp', '7777', '7787', 'both'); |
|
93 |
$gamesplist['unrealtournament'][] = array('ur2', 'tcp', '7777', '7787', 'both'); |
|
83 |
$gamesplist['dirt3'] = array(); |
|
84 |
/* ARMA 2 */ |
|
85 |
$gamesplist['dirt3'][] = array('Dirt3-1', 'tcp', '2300', '2400', 'both'); |
|
86 |
$gamesplist['dirt3'][] = array('Dirt3-2', 'udp', '2300', '2400', 'both'); |
|
87 |
$gamesplist['dirt3'][] = array('Dirt3-3', 'udp', '6073', '6073', 'both'); |
|
88 |
$gamesplist['dirt3'][] = array('Dirt3-4', 'tcp', '47624', '47624', 'both'); |
|
94 | 89 |
|
95 | 90 |
$gamesplist['doom3'] = array(); |
96 | 91 |
/* doom3 */ |
97 | 92 |
$gamesplist['doom3'][] = array('DOOM3-1', 'udp', '27650', '27650', 'both'); |
98 | 93 |
$gamesplist['doom3'][] = array('DOOM3-2', 'udp', '27666', '27666', 'both'); |
99 | 94 |
|
95 |
$gamesplist['eveonline'] = array(); |
|
96 |
/* EVE Online */ |
|
97 |
$gamesplist['eveonline'][] = array('EVEOnline-tcp', 'tcp', '26000', '26000', 'both'); |
|
98 |
$gamesplist['eveonline'][] = array('EVEOnline-udp', 'udp', '26000', '26000', 'both'); |
|
99 |
$gamesplist['eveonline'][] = array('EVEOnline-alternate-tcp', 'tcp', '3724', '3724', 'both'); |
|
100 |
$gamesplist['eveonline'][] = array('EVEOnline-alternate-udp', 'udp', '3724', '3724', 'both'); |
|
101 |
|
|
100 | 102 |
$gamesplist['empireearth'] = array(); |
101 | 103 |
/* empire earth */ |
102 | 104 |
$gamesplist['empireearth'][] = array('EmpireEarth-1', 'tcp', '33335', '33336', 'both'); |
... | ... | |
122 | 124 |
$gamesplist['farcry'][] = array('FarCry-1', 'tcp', '49001', '49002', 'both'); |
123 | 125 |
$gamesplist['farcry'][] = array('FarCry-2', 'udp', '49001', '49002', 'both'); |
124 | 126 |
|
125 |
$gamesplist['halflife2'] = array(); |
|
126 |
/* halflife 2 */ |
|
127 |
$gamesplist['halflife2'][] = array('HL2-1', 'tcp', '27020', '27050', 'both'); |
|
128 |
$gamesplist['halflife2'][] = array('HL2-2', 'udp', '1200', '1200', 'both'); |
|
129 |
$gamesplist['halflife2'][] = array('HL2-3', 'udp', '27000', '27015', 'both'); |
|
127 |
$gamesplist['farcry2'] = array(); |
|
128 |
/* FarCry 2*/ |
|
129 |
$gamesplist['farcry2'][] = array('FarCry2-tcp', 'tcp', '9000', '9004', 'both'); |
|
130 |
$gamesplist['farcry2'][] = array('FarCry2-udp', 'udp', '9000', '9004', 'both'); |
|
131 |
|
|
132 |
$gamesplist['gunzonline'] = array(); |
|
133 |
/* GunZ Online */ |
|
134 |
$gamesplist['gunzonline'][] = array('GunZOnline', 'udp', '7700', '7700', 'both'); |
|
130 | 135 |
|
131 | 136 |
$gamesplist['halflife'] = array(); |
132 | 137 |
/* halflife */ |
... | ... | |
134 | 139 |
$gamesplist['halflife'][] = array('HL-2', 'udp', '27650', '27650', 'both'); |
135 | 140 |
$gamesplist['halflife'][] = array('HL-3', 'udp', '27666', '27666', 'both'); |
136 | 141 |
|
137 |
$gamesplist['wolfet'] = array(); |
|
138 |
/* wolfenstein enemy territory */ |
|
139 |
$gamesplist['wolfet'][] = array('WolfET-1', 'tcp', '27960', '27960', 'both'); |
|
142 |
$gamesplist['halo2'] = array(); |
|
143 |
/* Halo2 + XBOX Live */ |
|
144 |
$gamesplist['halo2'][] = array('Halo2-1', 'udp', '88', '88', 'both'); |
|
145 |
$gamesplist['halo2'][] = array('Halo2-2', 'udp', '3074', '3074', 'both'); |
|
146 |
$gamesplist['halo2'][] = array('Halo2-3', 'tcp', '3074', '3074', 'both'); |
|
140 | 147 |
|
141 | 148 |
$gamesplist['lineage2'] = array(); |
142 | 149 |
/* Lineage II */ |
... | ... | |
144 | 151 |
$gamesplist['lineage2'][] = array('Lineage2-2106', 'tcp', '2106', '2106', 'both'); |
145 | 152 |
$gamesplist['lineage2'][] = array('Lineage2-7777', 'tcp', '7777', '7777', 'both'); |
146 | 153 |
|
147 |
$gamesplist['battlenet'] = array(); |
|
148 |
/* Blizzard Publishing games */ |
|
149 |
$gamesplist['battlenet'][] = array('Battle.NET', 'tcp', '6112', '6119', 'both'); |
|
150 |
$gamesplist['battlenet'][] = array('Battle.NET-2', 'tcp', '1119', '1119', 'both'); |
|
154 |
$gamesplist['wechwarrioronline'] = array(); |
|
155 |
/* MechWarrior: Online */ |
|
156 |
$gamesplist['wechwarrioronline'][] = array('wechwarrioronline-tcp1', 'tcp', '45461', '45461', 'both'); |
|
157 |
$gamesplist['wechwarrioronline'][] = array('wechwarrioronline-tcp2', 'tcp', '45464', '45464', 'both'); |
|
158 |
$gamesplist['wechwarrioronline'][] = array('wechwarrioronline-game', 'udp', '21000', '30000', 'both'); // 9000 ports |
|
159 |
|
|
160 |
$gamesplist['minecraft'] = array(); |
|
161 |
/* Minecraft */ |
|
162 |
$gamesplist['minecraft'][] = array('minecraft-tcp', 'tcp', '25565', '25565', 'both'); |
|
163 |
$gamesplist['minecraft'][] = array('minecraft-udp', 'udp', '25565', '25565', 'both'); |
|
164 |
|
|
165 |
$gamesplist['operationflashpoint-dr'] = array(); |
|
166 |
/* Operation Flashpoint: Dragon Rising */ |
|
167 |
$gamesplist['operationflashpoint-dr'][] = array('operationflashpoint-dr-game', 'udp', '9105', '9105', 'both'); |
|
168 |
|
|
169 |
$gamesplist['planetside'] = array(); |
|
170 |
/* PlanetSide */ |
|
171 |
$gamesplist['planetside'][] = array('PlanetSide', 'tcp', '7000', '7000', 'both'); |
|
172 |
$gamesplist['planetside'][] = array('PlanetSide', 'tcp', '7080', '7080', 'both'); |
|
173 |
$gamesplist['planetside'][] = array('PlanetSide2', 'udp', '3016', '3021', 'both'); |
|
174 |
$gamesplist['planetside'][] = array('PlanetSide2', 'udp', '45000', '45010', 'both'); |
|
175 |
$gamesplist['planetside'][] = array('PlanetSide2', 'udp', '30000', '30500', 'both'); |
|
176 |
|
|
177 |
$gamesplist['planetside2'] = array(); |
|
178 |
/* PlanetSide 2 */ |
|
179 |
$gamesplist['planetside2'][] = array('PlanetSide2-game', 'udp', '20040', '20199', 'both'); |
|
180 |
$gamesplist['planetside2'][] = array('PlanetSide2-voice', 'udp', '5062', '5062', 'both'); |
|
181 |
|
|
182 |
$gamesplist['playstation3'] = array(); |
|
183 |
/* PlayStation 2 */ |
|
184 |
$gamesplist['playstation3'][] = array('PS3-pshome1', 'tcp', '3478', '3480', 'both'); |
|
185 |
$gamesplist['playstation3'][] = array('PS3-pshome2', 'tcp', '8080', '8080', 'both'); |
|
186 |
$gamesplist['playstation3'][] = array('PS3-tcp1', 'tcp', '5223', '5223', 'both'); |
|
187 |
$gamesplist['playstation3'][] = array('PS3-tcp2', 'tcp', '10070', '10080', 'both'); |
|
188 |
$gamesplist['playstation3'][] = array('PS3-udp1', 'udp', '3478', '3479', 'both'); |
|
189 |
$gamesplist['playstation3'][] = array('PS3-udp2', 'udp', '3658', '3658', 'both'); |
|
190 |
$gamesplist['playstation3'][] = array('PS3-udp3', 'udp', '10070', '10070', 'both'); |
|
191 |
$gamesplist['playstation3'][] = array('PS3-remoteplay', 'tcp', '9293', '9293', 'both'); |
|
192 |
|
|
193 |
$gamesplist['quakeiii'] = array(); |
|
194 |
/* quake3 */ |
|
195 |
$gamesplist['quakeiii'][] = array('quakeiii', 'udp', '27910', '27919', 'both'); |
|
196 |
|
|
197 |
$gamesplist['steam'] = array(); |
|
198 |
/* Steam Games */ |
|
199 |
$gamesplist['steam'][] = array('steam-game-udp', 'udp', '27000', '27015', 'both'); //america's army 3, cs:s, cs:go, HL2 |
|
200 |
$gamesplist['steam'][] = array('steam-game-tcp', 'tcp', '27000', '27015', 'both'); //america's army 3, cs:s, cs:go, HL2 |
|
201 |
$gamesplist['steam'][] = array('steam-hltv', 'udp', '27015', '27030', 'both'); |
|
202 |
$gamesplist['steam'][] = array('steam-1', 'udp', '4380', '4380', 'both'); |
|
203 |
$gamesplist['steam'][] = array('steam-2', 'udp', '1200', '1200', 'both'); |
|
204 |
$gamesplist['steam'][] = array('steam-voice', 'udp', '3478', '3480', 'both'); |
|
205 |
//NOTE: steam downloads, probably don't want this in the game que |
|
206 |
//$gamesplist['steam'][] = array('steam-downloads', 'tcp', '27014', '27050', 'both'); |
|
207 |
|
|
208 |
$gamesplist['tigerwoods2004ps2'] = array(); |
|
209 |
/* tiger woods 2004 ps2 */ |
|
210 |
$gamesplist['tigerwoods2004ps2'][] = array('Outbound2Player', 'udp', '3658', '3658', 'both'); |
|
211 |
$gamesplist['tigerwoods2004ps2'][] = array('Outbound2Player2', 'udp', '6000', '6000', 'both'); |
|
212 |
$gamesplist['tigerwoods2004ps2'][] = array('Outbound2EA', 'tcp', '10300', '10301', 'both'); |
|
213 |
|
|
214 |
$gamesplist['tribesascend'] = array(); |
|
215 |
/* Tribes Ascend */ |
|
216 |
$gamesplist['tribesascend'][] = array('tribesascend-tcp', 'tcp', '9000', '9001', 'both'); |
|
217 |
$gamesplist['tribesascend'][] = array('tribesascend-udp', 'udp', '9002', '9999', 'both'); |
|
218 |
|
|
219 |
$gamesplist['unrealtournament'] = array(); |
|
220 |
/* Unreal Tournament */ |
|
221 |
$gamesplist['unrealtournament'][] = array('UT-game-udp', 'udp', '7777', '7787', 'both'); |
|
222 |
$gamesplist['unrealtournament'][] = array('UT-game-tcp', 'tcp', '7777', '7787', 'both'); |
|
223 |
$gamesplist['unrealtournament'][] = array('UT-voice', 'udp', '3783', '3783', 'both'); |
|
224 |
|
|
225 |
$gamesplist['wolfet'] = array(); |
|
226 |
/* wolfenstein enemy territory */ |
|
227 |
$gamesplist['wolfet'][] = array('WolfET-1', 'tcp', '27960', '27960', 'both'); |
|
151 | 228 |
|
152 | 229 |
$gamesplist['wow'] = array(); |
230 |
/* World of Warcraft */ |
|
153 | 231 |
$gamesplist['wow'][] = array('WoW', 'tcp', '3724', '3724', 'both'); |
154 |
|
|
155 |
$gamesplist['gunzonline'] = array(); |
|
156 |
/* GunZ Online */ |
|
157 |
$gamesplist['gunzonline'][] = array('GunZOnline', 'udp', '7700', '7700', 'both'); |
|
232 |
$gamesplist['wow'][] = array('WoW-voice', 'udp', '1119', '1119', 'both'); |
|
233 |
$gamesplist['wow'][] = array('WoW-voice', 'udp', '3724', '3724', 'both'); |
|
158 | 234 |
|
159 | 235 |
$gamesplist['xbox360'] = array(); |
160 |
/* XBox360 */ |
|
236 |
/* XBox360 and Games for Windows Live*/
|
|
161 | 237 |
$gamesplist['xbox360'][] = array('xbox360-1', 'udp', '88', '88', 'both'); |
162 | 238 |
$gamesplist['xbox360'][] = array('xbox360-2', 'udp', '3074', '3074', 'both'); |
163 | 239 |
$gamesplist['xbox360'][] = array('xbox360-3', 'tcp', '3074', '3074', 'both'); |
Also available in: Unified diff
added traffic shaper game rules