Project

General

Profile

Download (15.7 KB) Statistics
| Branch: | Tag: | Revision:
1
<?php
2

    
3
$gamesplist = array();
4

    
5
$gamesplist['battlefield2'] = array();
6
	/* Battlefield 2 */
7
	$gamesplist['battlefield2'][] = array('BF2-1500-4999', 'udp', '1500', '4999', 'both');
8
	$gamesplist['battlefield2'][] = array('BF2-4711', 'tcp', '4711', '4711', 'both');
9
	$gamesplist['battlefield2'][] = array('BF2-16567', 'udp', '16567', '16567', 'both');
10
	$gamesplist['battlefield2'][] = array('BF2-27900', 'udp', '27900', '27900', 'both');
11
	$gamesplist['battlefield2'][] = array('BF2-28910', 'tcp', '28910', '28910', 'both');
12
	$gamesplist['battlefield2'][] = array('BF2-29900-29901-UDP', 'udp', '29900', '29901', 'both');
13
	$gamesplist['battlefield2'][] = array('BF2-29900-29901-TCP', 'tcp', '29900', '29901', 'both');
14
	$gamesplist['battlefield2'][] = array('BF2-27900', 'udp', '27900', '27900', 'both');
15
	$gamesplist['battlefield2'][] = array('BF2-55123-55125', 'udp', '55123', '55125', 'both');
16

    
17
$gamesplist['counterstrike'] = array();
18
	/* counter strike */
19
	$gamesplist['counterstrike'][] = array('Titan', 'udp', '6003', '6003', 'both');
20
	$gamesplist['counterstrike'][] = array('Authentication', 'udp', '7002', '7002', 'both');
21
	$gamesplist['counterstrike'][] = array('Client', 'udp', '6003', '6003', 'both');
22
	$gamesplist['counterstrike'][] = array('Masterserver', 'udp', '27010', '27010', 'both');
23
	$gamesplist['counterstrike'][] = array('Mod-Server', 'udp', '27011', '27011', 'both');
24
	$gamesplist['counterstrike'][] = array('Chat', 'udp', '27012', '27012', 'both');
25
	$gamesplist['counterstrike'][] = array('HL-Serverport1', 'udp', '27013', '27013', 'both');
26
	$gamesplist['counterstrike'][] = array('HL-Serverport2', 'udp', '27014', '27014', 'both');
27
	$gamesplist['counterstrike'][] = array('HL-Serverport', 'udp', '27015', '27015', 'both');
28

    
29
$gamesplist['deltaforce'] = array();
30
	/* delta force */
31
	$gamesplist['deltaforce'][] = array('Delta1', 'udp', '17478', '17488', 'both');
32

    
33
$gamesplist['quakeiii'] = array();
34
	/* quake3 */
35
	$gamesplist['quakeiii'][] = array('quakeiii', 'udp', '27910', '27919', 'both');
36

    
37
$gamesplist['tigerwoods2004ps2'] = array();
38
	/* tiger woods 2004 ps2 */
39
	$gamesplist['tigerwoods2004ps2'][] = array('Outbound2Player', 'udp', '3658', '3658', 'both');
40
	$gamesplist['tigerwoods2004ps2'][] = array('Outbound2Player2', 'udp', '6000', '6000', 'both');
41
	$gamesplist['tigerwoods2004ps2'][] = array('Outbound2EA', 'tcp', '10300', '10301', 'both');
42

    
43
$gamesplist['callofduty'] = array();
44
	$gamesplist['callofduty'][] = array('CallOfDuty1', 'tcp', '28960', '28960', 'both');
45
	$gamesplist['callofduty'][] = array('CallOfDuty2', 'udp', '28960', '28960', 'both');
46

    
47
$gamesplist['planetside'] = array();
48
	/* PlanetSide */
49
	$gamesplist['planetside'][] = array('PlanetSide', 'tcp', '7000', '7000', 'both');
50
	$gamesplist['planetside'][] = array('PlanetSide', 'tcp', '7080', '7080', 'both');
51
	$gamesplist['planetside'][] = array('PlanetSide2', 'udp', '3016', '3021', 'both');
52
	$gamesplist['planetside'][] = array('PlanetSide2', 'udp', '45000', '45010', 'both');
53
	$gamesplist['planetside'][] = array('PlanetSide2', 'udp', '30000', '30500', 'both');
54

    
55
$gamesplist['halo2'] = array();
56
	/* Halo2 + XBOX Live */
57
	$gamesplist['halo2'][] = array('Halo2-1', 'udp', '88', '88', 'both');
58
	$gamesplist['halo2'][] = array('Halo2-2', 'udp', '3074', '3074', 'both');
59
	$gamesplist['halo2'][] = array('Halo2-3', 'tcp', '3074', '3074', 'both');
60

    
61
$gamesplist['unrealtournament'] = array();
62
	/* Unreal Tournament */
63
	$gamesplist['unrealtournament'][] = array('ur1', 'udp', '7777', '7787', 'both');
64
	$gamesplist['unrealtournament'][] = array('ur2', 'tcp', '7777', '7787', 'both');
65

    
66
$gamesplist['doom3'] = array();
67
	/* doom3 */
68
	$gamesplist['doom3'][] = array('DOOM3-1', 'udp', '27650', '27650', 'both');
69
	$gamesplist['doom3'][] = array('DOOM3-2', 'udp', '27666', '27666', 'both');
70

    
71
$gamesplist['empireearth'] = array();
72
	/* empire earth */
73
	$gamesplist['empireearth'][] = array('EmpireEarth-1', 'tcp', '33335', '33336', 'both');
74
	$gamesplist['empireearth'][] = array('EmpireEarth-2', 'udp', '33334', '33334', 'both');
75

    
76
$gamesplist['everquest'] = array();
77
	/* everquest */
78
	$gamesplist['everquest'][] = array('Everquest-1', 'tcp', '1024', '6000', 'both');
79
	$gamesplist['everquest'][] = array('Everquest-2', 'tcp', '7000', '7000', 'both');
80
	$gamesplist['everquest'][] = array('Everquest-3', 'udp', '1024', '6000', 'both');
81
	$gamesplist['everquest'][] = array('Everquest-4', 'udp', '7000', '7000', 'both');
82

    
83
$gamesplist['everquest2'] = array();
84
	/* everquest2 */
85
	$gamesplist['everquest2'][] = array('Everquest2-1', 'tcp', '7000', '7000', 'both');
86
	$gamesplist['everquest2'][] = array('Everquest2-2', 'udp', '3016', '3021', 'both');
87
	$gamesplist['everquest2'][] = array('Everquest2-3', 'udp', '9100', '9100', 'both');
88
	$gamesplist['everquest2'][] = array('Everquest2-4', 'udp', '9700', '9703', 'both');
89
	$gamesplist['everquest2'][] = array('Everquest2-5', 'udp', '32800', '33000', 'both');
90

    
91
$gamesplist['farcry'] = array();
92
	/* far cry */
93
	$gamesplist['farcry'][] = array('FarCry-1', 'tcp', '49001', '49002', 'both');
94
	$gamesplist['farcry'][] = array('FarCry-2', 'udp', '49001', '49002', 'both');
95

    
96
$gamesplist['halflife2'] = array();
97
	/* halflife 2 */
98
	$gamesplist['halflife2'][] = array('HL2-1', 'tcp', '27020', '27050', 'both');
99
	$gamesplist['halflife2'][] = array('HL2-2', 'udp', '1200', '1200', 'both');
100
	$gamesplist['halflife2'][] = array('HL2-3', 'udp', '27000', '27015', 'both');
101

    
102
$gamesplist['halflife'] = array();
103
	/* halflife */
104
	$gamesplist['halflife'][] = array('HL-1', 'tcp', '27015', '27015', 'both');
105
	$gamesplist['halflife'][] = array('HL-2', 'udp', '27650', '27650', 'both');
106
	$gamesplist['halflife'][] = array('HL-3', 'udp', '27666', '27666', 'both');
107

    
108
$gamesplist['wolfet'] = array();
109
	/* wolfenstein enemy territory */
110
	$gamesplist['wolfet'][] = array('WolfET-1', 'tcp', '27960', '27960', 'both');
111

    
112
$gamesplist['lineage2'] = array();
113
	/* Lineage II */
114
	$gamesplist['lineage2'][] = array('Lineage2-2009', 'tcp', '2009', '2009', 'both');
115
	$gamesplist['lineage2'][] = array('Lineage2-2106', 'tcp', '2106', '2106', 'both');
116
	$gamesplist['lineage2'][] = array('Lineage2-7777', 'tcp', '7777', '7777', 'both');
117

    
118
$gamesplist['battlenet'] = array();
119
	/* Blizzard Publishing games */
120
	$gamesplist['battlenet'][] = array('Battle.NET', 'tcp', '6112', '6119', 'both');
121
	$gamesplist['battlenet'][] = array('Battle.NET-2', 'tcp', '1119', '1119', 'both');
122

    
123
$gamesplist['worldofwarcraft'] = array();
124
	$gamesplist[] = array('WoW', 'tcp', '3724', '3724', 'both');
125

    
126
$gamesplist['battlenet'] = array();
127
	/* Add battle.net only if WoW is selected and battle.net isn't */
128
	$gamesplist[] = array('Battle.NET', 'tcp', '6112', '6119', 'both');
129

    
130
$gamesplist['gunzonline'] = array();
131
	/* GunZ Online */
132
	$gamesplist['gunzonline'][] = array('GunZOnline', 'udp', '7700', '7700', 'both');
133

    
134
$gamesplist['xbox360'] = array();
135
	/* XBox360 */
136
	$gamesplist['xbox360'][] = array('xbox360-1', 'udp', '88', '88', 'both');
137
	$gamesplist['xbox360'][] = array('xbox360-2', 'udp', '3074', '3074', 'both');
138
	$gamesplist['xbox360'][] = array('xbox360-3', 'tcp', '3074', '3074', 'both');
139

    
140

    
141
$voiplist = array();
142

    
143
   /* asterisk server / same as vonage */
144
$voiplist['Asterisk'] = array();
145
	$voiplist['Asterisk'][] = array($_POST['provider'], 'udp', '5060', '5069', 'both');
146
	$voiplist['Asterisk'][] = array($_POST['provider'], 'udp', '10000', '20000', 'both');
147

    
148
    /* VoicePulse server */	
149
$voiplist['VoicePulse'] = array();
150
	$voiplist['VoicePulse'][] = array('VoicePulse', 'udp', '16384', '16482', 'both');
151
	$voiplist['VoicePulse'][] = array('VoicePulse', 'udp', '4569', '4569', 'both');
152

    
153
    /* Panasonic Hybrid PBX */
154
$voiplist['Panasonic'] = array();
155
	$voiplist['Panasonic'][] = array('Panasonic1', 'udp', '8000', '8063', 'both');
156
	$voiplist['Panasonic'][] = array('Panasonic2', 'udp', '9300', '9301', 'both');
157
	$voiplist['Panasonic'][] = array('Panasonic3', 'udp', '2747', '2747', 'both');
158

    
159

    
160
$p2plist = array();
161
	/* To add p2p clients, push Descr,Protocol,Start,End,src/dest/both onto p2plist */
162
	$p2plist['aimster'] = array();
163
		$p2plist['aimster'][] = array('Aimster', 'tcp', '7668', '7668', 'both');
164
	$p2plist['bittorrent'] = array(); 
165
		$p2plist['bittorrent'][] = array('BitTorrent', 'tcp', '6881', '6999', 'both');
166
		$p2plist['bittorrent'][] = array('BitTorrent', 'udp', '6881', '6999', 'both');
167
	$p2plist['buddyshare'] = array();
168
		$p2plist['buddyshare'][] = array('BuddyShare', 'tcp', '7788', '7788', 'both');
169
	$p2plist['cutemx'] = array();
170
		$p2plist['cutemx'][] = array('CuteMX', 'tcp', '2340', '2340', 'both');
171
	$p2plist['dc++'] = array();
172
		$p2plist['dc++'][] = array('DC++', 'tcp', '1412', '1412', 'both');
173
	$p2plist['dcc'] = array();
174
		$p2plist['dcc'][] = array('dcc', 'tcp', '6666', '6668', 'both');
175
	$p2plist['directconnect'] = array();
176
		$p2plist['directconnect'][] = array('DirectConnect', 'tcp', '412', '412', 'both');
177
	$p2plist['directfileexpress'] = array();
178
		$p2plist['directfileexpress'][] = array('DirectFileExpress', 'tcp', '1044', '1045', 'both');
179
	$p2plist['edonkey2000'] = array();
180
		$p2plist['edonkey2000'][] = array('EDonkey2000', 'tcp', '4661', '4665', 'both');
181
	$p2plist['fastTrack'] = array();
182
		$p2plist['fastTrack'][] = array('FastTrack', 'tcp', '1214', '1214', 'both');
183
	$p2plist['gnutella'] = array(); 
184
		$p2plist['gnutella'][] = array('Gnutella-TCP', 'tcp', '6346', '6346', 'both');
185
		$p2plist['gnutella'][] = array('Gnutella-UDP', 'udp', '6346', '6346', 'both');
186
	$p2plist['grouper'] = array();
187
		$p2plist['grouper'][] = array('grouper', 'tcp', '8038', '8039', 'both');
188
	$p2plist['hotcomm'] = array();
189
		$p2plist['hotcomm'][] = array('hotComm', 'tcp', '28864', '28865', 'both');
190
	$p2plist['hotlineconnect'] = array();
191
		$p2plist['hotlineconnect'][] = array('HotlineConnect', 'tcp', '5500', '5503', 'both');
192
	$p2plist['imesh'] = array();
193
		$p2plist['imesh'][] = array('iMesh', 'tcp', '4329', '4329', 'both');
194
	$p2plist['napster'] = array();
195
		$p2plist['napster'][] = array('Napster', 'tcp', '6699', '6701', 'both');
196
	$p2plist['opennap'] = array();
197
		$p2plist['opennap'][] = array('OpenNap', 'tcp', '8888', '8889', 'both');
198
	$p2plist['scour'] = array();
199
		$p2plist['scour'][] = array('Scour', 'tcp', '8311', '8311', 'both');
200
	$p2plist['shareaza'] = array();
201
		$p2plist['shareaza'][] = array('Shareaza', 'tcp', '6346', '6346', 'both');
202
	$p2plist['songspy'] = array();
203
		$p2plist['songspy'][] = array('SongSpy', 'tcp', '5190', '5190', 'both');
204
	$p2plist['winmx'] = array();
205
		$p2plist['winmx'][] = array('WinMX', 'tcp', '6699', '6699', 'both');
206

    
207

    
208

    
209
$othersplist = array();
210
	/* Unlike other areas we are posting the queue H or L or BLANK */
211

    
212
	$othersplist['msrdp'] = array();
213
		/* MSRDP */
214
		$othersplist['msrdp'][] = array('MSRDP', 'tcp', '3389', '3389', 'both');
215
	$othersplist['pptp'] = array();
216
		/* PPTP */
217
		$othersplist['pptp'][] = array('PPTP', 'tcp', '1723', '1723', 'both');
218
		$othersplist['pptp'][] = array('PPTPGRE', 'gre', '', '', 'both');
219
	$othersplist['ipsec'] = array();
220
		/* IPSEC */
221
		$othersplist['ipsec'][] = array('IPSEC', 'udp', '500', '500', 'both');
222
		$othersplist['ipsec'][] = array('IPSEC', 'ah', '', '', 'both');
223
		$othersplist['ipsec'][] = array('IPSEC', 'esp', '', '', 'both');
224
	$othersplist['streamingmp3'] = array();
225
		/* streaming mp3 media aka shoutcast */
226
		$othersplist['streamingmp3'][] = array('STREAMINGMP3', 'tcp', '8000', '8100', 'both');
227
	$othersplist['irc'] = array();
228
		/* internet relay chat */
229
		$othersplist['irc'][] = array('IRC', 'tcp', '6667', '6670', 'both');
230
	$othersplist['jabber'] = array();
231
		/* jabber */
232
		$othersplist['jabber'][] = array('IRC', 'tcp', '5222', '5222', 'both');
233
		$othersplist['jabber'][] = array('IRC', 'tcp', '5223', '5223', 'both');
234
		$othersplist['jabber'][] = array('IRC', 'tcp', '5269', '5269', 'both');
235
	$othersplist['dns'] = array();
236
		/* domain name system */
237
		$othersplist['dns'][] = array('DNS1', 'tcp', '53', '53', 'both');
238
		$othersplist['dns'][] = array('DNS2', 'udp', '53', '53', 'both');
239
	$othersplist['http'] = array();
240
		/* HTTP aka Web Traffic */
241
		$othersplist['http'][] = array('HTTP', 'tcp', '80', '80', 'both');
242
		$othersplist['http'][] = array('HTTPS', 'tcp', '443', '443', 'both');
243
	$othersplist['smtp'] = array();
244
		/* Secure shell traffic */
245
		$othersplist['smtp'][] = array('SMTP', 'tcp', '25', '25', 'both');
246
	$othersplist['pop3'] = array();
247
		/* Post Office Protocol - POP3 */
248
		$othersplist['pop3'][] = array('POP3', 'tcp', '110', '110', 'both');
249
	$othersplist['icmp'] = array();
250
		/* ICMP */
251
		$othersplist['icmp'][] = array('ICMP', 'icmp', '', '', 'both');
252
	$othersplist['imap'] = array();
253
		/* IMAP */
254
		$othersplist['imap'][] = array('IMAP', 'tcp', '143', '143', 'both');
255
	$othersplist['smb'] = array();
256
		/* Microsoft SMB and friends */
257
		$othersplist['smb'][] = array('SMB1', 'tcp', '445', '445', 'both');
258
		$othersplist['smb'][] = array('SMB2', 'tcp', '137-139', '137-139', 'both');
259
	$othersplist['rtsp'] = array();
260
		/* realtime streaming protocol */
261
		$othersplist['rtsp'][] = array('RTSP1', 'tcp', '554', '554', 'both');
262
	$othersplist['snmp'] = array();
263
		/* Simple network management protocol */
264
		$othersplist['snmp'][] = array('SNMP', 'tcp', '161', '161', 'both');
265
		$othersplist['snmp'][] = array('SNMP2', 'udp', '161', '161', 'both');
266
	$othersplist['vnc'] = array();
267
		/* virtual network control */
268
		$othersplist['vnc'][] = array('VNC', 'tcp', '5900', '5930', 'both');
269
	$othersplist['appleremotedesktop'] = array();
270
		/* apple remote desktop */
271
		$othersplist['appleremotedesktop'][] = array('AppleRemoteDesktop1', 'tcp', '3283', '3283', 'both');
272
		$othersplist['appleremotedesktop'][] = array('AppleRemoteDesktop2', 'tcp', '5900', '5900', 'both');
273
		$othersplist['appleremotedesktop'][] = array('AppleRemoteDesktop3', 'udp', '3283', '3283', 'both');
274
		$othersplist['appleremotedesktop'][] = array('AppleRemoteDesktop4', 'udp', '5900', '5900', 'both');
275
	$othersplist['icq'] = array();
276
		/* icq */
277
		$othersplist['icq'][] = array('ICQ1', 'tcp', '5190', '5190', 'both');
278
		$othersplist['icq'][] = array('ICQ2', 'udp', '5190', '5190', 'both');
279
	$othersplist['lotusnotes'] = array();
280
		/* lotus notes */
281
		$othersplist['lotusnotes'][] = array('LotusNotes1', 'tcp', '1352', '1352', 'both');
282
		$othersplist['lotusnotes'][] = array('LotusNotes2', 'udp', '1352', '1352', 'both');
283
	$othersplist['aolinstantmessenger'] = array();
284
		/* AIM */
285
		$othersplist['aolinstantmessenger'][] = array('AIM', 'tcp', '5190', '5190', 'both');
286
	$othersplist['msnmessenger'] = array();
287
		/* msn messenger */
288
		$othersplist['msnmessenger'][] = array('MSN1', 'tcp', '1863', '1863', 'both');
289
		$othersplist['msnmessenger'][] = array('MSN2', 'tcp', '6891', '6900', 'both');
290
		$othersplist['msnmessenger'][] = array('MSN3', 'tcp', '6901', '6901', 'both');
291
		$othersplist['msnmessenger'][] = array('MSN4', 'udp', '6901', '6901', 'both');
292
	$othersplist['mysqlserver'] = array();
293
		/* mysql server */
294
		$othersplist['mysqlserver'][] = array('MySQL1', 'tcp', '3306', '3306', 'both');
295
	$othersplist['nntp'] = array();
296
		/* nntp */
297
		$othersplist['nntp'][] = array('NNTP1', 'tcp', '119', '119', 'both');
298
		$othersplist['nntp'][] = array('NNTP2', 'udp', '119', '119', 'both');
299
	$othersplist['pcanywhere'] = array();
300
		/* symantec pc anywhere */
301
		$othersplist['pcanywhere'][] = array('pcany1', 'tcp', '5631', '5631', 'both');
302
		$othersplist['pcanywhere'][] = array('pcany2', 'udp', '5632', '5632', 'both');
303
	$othersplist['teamspeak'] = array();
304
		/* teamspeak  */
305
		$othersplist['teamspeak'][] = array('teamspeak1', 'tcp', '14534', '14534', 'both');
306
		$othersplist['teamspeak'][] = array('teamspeak2', 'tcp', '51234', '51234', 'both');
307
		$othersplist['teamspeak'][] = array('teamspeak3', 'udp', '8767', '8768', 'both');
308
	$othersplist['cvsup'] = array();
309
		/* cvs  */
310
		$othersplist['cvsup'][] = array('cvsup', 'tcp', '5999', '5999', 'both');
311
	$othersplist['hbci'] = array();
312
		/* HBCI  */
313
		$othersplist['hbci'][] = array('HBCI', 'tcp', '3000', '3000', 'both');
314
	$othersplist['slingbox'] = array();
315
		$othersplist['slingbox'][] = array('Slingbox1', 'tcp', '5001', '5001', 'both');
316
		$othersplist['slingbox'][] = array('Slingbox2', 'udp', '5001', '5001', 'both');
317

    
318

    
319
?>
(47-47/54)