-
Notifications
You must be signed in to change notification settings - Fork 1
/
howto.php
540 lines (537 loc) · 34.5 KB
/
howto.php
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
<!DOCTYPE html>
<html lang='ms-MY' data-bs-theme='auto'>
<head>
<title>Tutorial</title>
</head>
<body>
<?php require_once 'header.php' ?>
<div class='container-fluid'>
<div class='row text-center'>
<div class='col mt-2 mb-2 jumbotron-fluid'>
<img src='https://ik.imagekit.io/mhrtech/roipmars-org-my/media/image/banner-howto.jpg' class='img-fluid rounded-pill' alt='banner-howto'>
<h1 class='h1-responsive'>Cara-cara untuk berhubung bersama kami</h1>
</div>
</div>
</div>
<div class='container'>
<h2 class='text-center'>TeamSpeak3 PC</h2>
<div class='row'>
<div class='col-md mb-2 text-center'>
<p class='my-0'>Spesifikasi PC Minima:</p>
<table class='table table-sm table-bordered align-middle'>
<tbody>
<tr>
<th scope='row' class='align-middle'>Sistem Operasi</th>
<td>Windows <i class='bi-windows'></i><br>Windows 7 SP1 dan keatas<br>32-bit dan 64-bit</td>
<td>Linux <i class='bi-ubuntu'></i><br>Sebarang pengedaran Linux terkini dengan libstdc++6<br>32-bit dan 64-bit</td>
<td>Mac <i class='bi-apple'></i><br>macOS 11.0 atau lebih baharu dan Mac dengan cip Apple M1 atau lebih baharu.</td>
</tr>
<tr>
<th scope='row'>Unit Pemprosesan Pusat <i class='bi-cpu'></i></th>
<td colspan='3'>CPU berkebolehan SSE2</td>
</tr>
<tr>
<th scope='row' class='align-middle'>Memori Capaian Rawak (RAM) <i class='bi-memory'></i></th>
<td colspan='3'>Minima 1GB RAM</td>
</tr>
<tr>
<th scope='row'>Pemacu Storan <i class='bi-device-hdd'></i></th>
<td colspan='3'>60-512MB ruang kosong</td>
</tr>
<tr>
<th scope='row' class='align-middle'>Aksesori</th>
<td colspan='3'><i class='bi-headset'></i> Set Kepala (untuk pengalaman yang lebih baik) atau<br><i class='bi-mic'></i> Mikrofon dan <i class='bi-speaker'></i> Pembesar Suara,<br><i class='bi-webcam-fill'></i> Kamera Web (pilihan)</td>
</tr>
</tbody>
</table>
<p class='mb-1'>Perisian tambahan untuk bantuan desktop:</p>
<div class='btn-group d-flex mx-auto mb-1' role='group'>
<a class='btn' style='color: #024eff;; border-color: #0071ff' type='button' href='https://github.com/roipmars/rustdesk/releases/latest/download/rustdesk-1.3.1-x86_64.msi' target='_blank' rel='external' download>RustDesk (Windows) <i class='bi-windows'></i></a>
<a class='btn' style='color: #024eff;; border-color: #0071ff' type='button' href='https://github.com/roipmars/rustdesk/releases/latest/download/rustdesk-1.3.1-x86_64.dmg' target='_blank' rel='external' download>RustDesk (Mac) <i class='bi-apple'></i></a>
<a class='btn' style='color: #024eff;; border-color: #0071ff' type='button' href='https://github.com/roipmars/rustdesk/releases/latest/download/rustdesk-1.3.1-x86_64.deb' target='_blank' rel='external' download>RustDesk (Linux) <i class='bi-ubuntu'></i></a>
</div>
<div class='btn-group d-flex mx-auto mt-1' role='group'>
<a class='btn' style='color: #fb4137; border-color: #fb4137' type='button' href='https://download.anydesk.com/AnyDesk.exe' target='_blank' rel='external' download>AnyDesk (Windows) <i class='bi-windows'></i></a>
<a class='btn' style='color: #fb4137; border-color: #fb4137' type='button' href='https://download.anydesk.com/anydesk.dmg' target='_blank' rel='external' download>AnyDesk (Mac) <i class='bi-apple'></i></a>
<a class='btn' style='color: #fb4137; border-color: #fb4137' type='button' href='https://download.anydesk.com/linux/anydesk_6.3.2-1_amd64.deb' target='_blank' rel='external' download>AnyDesk (Linux) <i class='bi-ubuntu'></i></a>
</div>
</div>
</div>
<div id='pcwin' class='row no-gutters bg-light-subtle position-relative mb-3 rounded-5'>
<div class='col-lg-7 my-2 px-2 d-flex align-self-center'>
<div class='ratio ratio-21x9'>
<embed class='rounded-5' loading='lazy' src='https://www.youtube.com/embed/ds73Lvt696E' allow='accelerometer; encrypted-media; gyroscope; picture-in-picture' allowfullscreen></embed>
</div>
</div>
<div class='col-lg-5 position-static p-3'>
<h5 class='mt-0 text-center'>Pasang & Konfigurasikan Teamspeak dalam Windows</h5>
<p class='text-center'>Video ini menunjukkan cara pemasangan dan konfigurasi Teamspeak pada PC/Laptop Windows anda.</p>
<table class='table table-sm text-center align-middle'>
<tbody>
<tr>
<th scope='row'>Versi</th>
<td>v3.1.10</td>
<td>v5</td>
</tr>
<tr>
<th scope='row'>Windows 32-bit</th>
<td><a class='btn btn-sm btn-primary' role='button' href='https://dl.roipmars.org.my/files/downloads/windows/teamspeak/win32/ts3-win32-3.1.10.exe' target='_blank' download>win32</a></td>
<td></td>
</tr>
<tr>
<th scope='row'>Windows 64-bit</th>
<td><a class='btn btn-sm btn-primary' role='button' href='https://dl.roipmars.org.my/files/downloads/windows/teamspeak/win64/ts3-win64-3.1.10.exe' target='_blank' download>win64</a></td>
<td><a class='btn btn-sm btn-primary' role='button' href='https://files.teamspeak-services.com/pre_releases/client/5.0.0-beta77/teamspeak-client.msi' target='_blank' rel='external' download>win64</a></td>
</tr>
</tbody>
</table>
</div>
</div>
<div id='pcmac' class='row no-gutters bg-light-subtle position-relative mb-3 rounded-5'>
<div class='col-lg-7 my-2 px-2 d-flex align-self-center'>
<div class='ratio ratio-21x9'>
<embed class='rounded-5' loading='lazy' src='https://www.youtube.com/embed/DGJDt5RsDg4' allow='accelerometer; encrypted-media; gyroscope; picture-in-picture' allowfullscreen></embed>
</div>
</div>
<div class='col-lg-5 position-static p-3'>
<h5 class='mt-0 text-center'>Pasang & Konfigurasikan Teamspeak dalam Mac</h5>
<p class='text-center'>Video ini menunjukkan cara pemasangan dan konfigurasi Teamspeak pada PC/Laptop Macbook anda.</p>
<table class='table table-sm text-center align-middle'>
<tbody>
<tr>
<th scope='row'>Versi</th>
<td>v3.1.10</td>
<td>v5</td>
</tr>
<tr>
<th scope='row'>MacOS</th>
<td><a class='btn btn-primary' role='button' href='https://dl.roipmars.org.my/files/downloads/mac/teamspeak3-client-macosx-3.1.10.dmg' target='_blank' download>macosx</a></td>
<td><a class='btn btn-primary' role='button' href='https://files.teamspeak-services.com/pre_releases/client/5.0.0-beta77/teamspeak-client.dmg' target='_blank' rel='external' download>macosx</a></td>
</tr>
</tbody>
</table>
</div>
</div>
<div id='pclinux' class='row no-gutters bg-light-subtle position-relative mb-3 rounded-5'>
<div class='col-lg-7 my-2 px-2 d-flex align-self-center'>
<div class='ratio ratio-21x9'>
<embed class='rounded-5' loading='lazy' src='https://www.youtube.com/embed/fqR1OPaK_cc' allow='accelerometer; encrypted-media; gyroscope; picture-in-picture' allowfullscreen></embed>
</div>
</div>
<div class='col-lg-5 position-static p-3'>
<h5 class='mt-0 text-center'>Pasang & Konfigurasikan Teamspeak dalam Linux</h5>
<p class='text-center'>Video ini menunjukkan cara pemasangan dan konfigurasi Teamspeak pada PC/Laptop Linux anda.</p>
<table class='table table-sm text-center align-middle'>
<tbody>
<tr>
<th scope='row'>Versi</th>
<td>v3.1.10</td>
<td>v5</td>
</tr>
<tr>
<th scope='row'>Linux x86</th>
<td><a class='btn btn-primary' role='button' href='https://dl.roipmars.org.my/files/downloads/linux/teamspeak3-client-linux_x86-3.1.10.run' target='_blank' download>linux32</a></td>
<td><a class='btn btn-primary' role='button' href='https://files.teamspeak-services.com/releases/client/3.5.6/TeamSpeak3-Client-linux_x86-3.5.6.run' target='_blank' rel='external' download>linux32</a></td>
</tr>
<tr>
<th scope='row'>Linux AMD64</th>
<td><a class='btn btn-primary' role='button' href='https://dl.roipmars.org.my/files/downloads/linux/teamspeak3-client-linux_amd64-3.1.10.run' target='_blank' download>linux64</a></td>
<td><a class='btn btn-primary' role='button' href='https://files.teamspeak-services.com/pre_releases/client/5.0.0-beta77/teamspeak-client.tar.gz' target='_blank' rel='external' download>linux64</a></td>
</tr>
</tbody>
</table>
</div>
</div>
<div id='pcwintsgc' class='row no-gutters bg-light-subtle position-relative mb-3 rounded-5'>
<div class='col-lg-7 my-2 px-2 d-flex align-self-center'>
<div class='ratio ratio-21x9'>
<embed class='rounded-5' loading='lazy' src='https://www.youtube.com/embed/11KnBz72j5Y' allow='accelerometer; encrypted-media; gyroscope; picture-in-picture' allowfullscreen></embed>
</div>
</div>
<div class='col-lg-5 position-static p-3'>
<h5 class='mt-0 text-center'>Pasang & Konfigurasikan TS-Gateway Commander Plugin dalam Windows</h5>
<p class='text-center'>Video ini menunjukkan cara pemasangan dan konfigurasi TS-Gateway Commander Plugin di PC/Laptop Windows anda.</p>
<table class='table table-sm text-center align-middle'>
<tbody>
<tr>
<th scope='row'>TS</th>
<td class='text-nowrap'><a class='btn btn-primary' role='button' href='https://dl.roipmars.org.my/files/downloads/windows/teamspeak/win32/ts3-win32-3.0.19.4.exe' target='_blank' download>TSv3.0.19.4</a></td>
<td class='text-nowrap'><a class='btn btn-primary' role='button' href='https://dl.roipmars.org.my/files/downloads/windows/teamspeak/win32/ts3-win32-3.1.10.exe' target='_blank' download>TSv3.1.10</a></td>
<td class='text-nowrap'><a class='btn btn-primary' role='button' href='https://dl.roipmars.org.my/files/downloads/windows/teamspeak/win32/ts3-win32-3.5.6.exe' target='_blank' rel='external' download>TSv3.5.6</a></td>
</tr>
<tr>
<th scope='row'>Gateway</th>
<td class='text-nowrap'><a class='btn btn-primary' role='button' href='https://dl.roipmars.org.my/files/downloads/windows/teamspeak/ts-gateway-commander-3.0.14.exe' target='_blank' download>GCv3.0.14</a></td>
<td colspan='2' class='text-nowrap'><a class='btn btn-primary' role='button' href='https://dl.roipmars.org.my/files/downloads/windows/teamspeak/ts-gateway-commander-4.0.2.exe' target='_blank' rel='external' download>GCv4.0.2</a></td>
</tr>
<tr>
<th scope='row'>Plugin</th>
<td><a class='btn btn-primary' role='button' href='https://dl.roipmars.org.my/files/downloads/windows/teamspeak/win32/ts3-gatewaylink_32bit_api20.dll' target='_blank' download>GCPv20</a></td>
<td><a class='btn btn-primary' role='button' href='https://dl.roipmars.org.my/files/downloads/windows/teamspeak/win32/ts3-gatewaylink_32bit_api21.dll' target='_blank' download>GCPv21</a></td>
<td><a class='btn btn-primary' role='button' href='https://dl.roipmars.org.my/files/downloads/windows/teamspeak/win32/ts3-gatewaylink_32bit_api23.dll' target='_blank' download>GCPv23</a></td>
</tr>
</tbody>
</table>
</div>
</div>
<div id='pcwincc' class='row no-gutters bg-light-subtle position-relative mb-3 rounded-5'>
<div class='col-lg-7 my-2 px-2 d-flex align-self-center'>
<div class='ratio ratio-21x9'>
<embed class='rounded-5' loading='lazy' src='https://www.youtube.com/embed/2XeQNtOpTIs' allow='accelerometer; encrypted-media; gyroscope; picture-in-picture' allowfullscreen></embed>
</div>
</div>
<div class='col-lg-5 position-static p-3'>
<h5 class='mt-0 text-center'>Pasang & Konfigurasikan Pemalam Persidangan Video dalam Windows</h5>
<p class='text-center'>Video ini menunjukkan cara pemasangan dan konfigurasi Pemalam Persidangan Video di PC/Laptop Windows anda.</p>
<table class='table table-sm text-center align-middle'>
<tbody>
<tr>
<th scope='row'>Windows</th>
<td><a class='btn btn-primary' role='button' href='https://github.com/mfreiholz/ts3video/releases/download/v0.11/Conference_Client-0.11_Setup.exe' target='_blank' rel='external' download>CCv20</a></td>
<td><a class='btn btn-primary' role='button' href='https://github.com/mfreiholz/ts3video/releases/download/v0.13/Conference_Client-0.13_Setup.exe' target='_blank' rel='external' download>CCv22</a></td>
<td><a class='btn btn-primary' role='button' href='https://github.com/mfreiholz/ts3video/releases/download/v0.14/Conference_Client-0.14_Setup.exe' target='_blank' rel='external' download>CCv23</a></td>
</tr>
<tr>
<th scope='row'>Fail Sokongan</th>
<td colspan='3'>
<div class='hstack gap-1'><a class='btn btn-sm btn-primary' role='button' href='https://aka.ms/vs/17/release/vc_redist.x86.exe' target='_blank' rel='external' download>VCRedistAIO (x86)</a><a class='btn btn-sm btn-primary ms-auto' role='button' href='https://aka.ms/vs/17/release/vc_redist.x64.exe' target='_blank' rel='external' download>VCRedistAIO (x64)</a></div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<hr>
<h2 class='text-center'>TeamSpeak3 Android</h2>
<div class='row'>
<div class='col-md mb-2'>
Spesifikasi Minima Android:
<table class='table table-sm text-center table-bordered'>
<tbody>
<tr>
<th scope='row'>Sistem Operasi</th>
<td>Android 4.2 dan keatas, CPU ARM v7, sokongan Google Play</td>
</tr>
</tbody>
</table>
</div>
</div>
<div id='androidps' class='row no-gutters bg-light-subtle position-relative mb-3 rounded-5'>
<div class='col-lg-7 my-2 px-2 d-flex align-self-center'>
<div class='ratio ratio-21x9'>
<embed class='rounded-5' loading='lazy' src='https://www.youtube.com/embed/l8IClMdolHE' allow='accelerometer; encrypted-media; gyroscope; picture-in-picture' allowfullscreen></embed>
</div>
</div>
<div class='col-lg-5 position-static p-3'>
<h5 class='mt-0 text-center'>Pasang & Konfigurasikan Teamspeak dalam Android</h5>
<p class='text-center'>Tutorial video ini menunjukkan cara memasang dan mengkonfigurasi Teamspeak pada telefon pintar Android anda.</p>
<h6 class='text-center text-uppercase'>Sila buat pembelian aplikasi '<em>TeamSpeak3</em>' di Google Play berharga <strong>RM4.49</strong> terlebih dahulu</h6>
<table class='table table-sm text-center align-middle'>
<tbody>
<tr>
<th scope='col'>Versi</th>
<th scope='col'><i class='bi-android2'></i></th>
</tr>
<tr>
<td>Tiada Sokongan Google</td>
<td><a class='btn btn-primary' role='button' href='https://dl.roipmars.org.my/files/downloads/android/teamspeak/roipmars-ts-3.0.3.1.apk' target='_blank' download>Versi Tiada Sokongan Google<br>(kurang ciri khas)</a></td>
</tr>
<!-- <tr>
<td>v3.1.9-beta.194</td>
<td><a class='btn btn-primary' role='button' href='https://dl.roipmars.org.my/files/downloads/android/teamspeak/ts-3.1.9_b194.apk' target='_blank' download>Muat Turun</a></td>
</tr> -->
<tr>
<td><i class='bi-google-play fs-2'></i><br>(DISYORKAN)</td>
<td><a href='https://play.google.com/store/apps/details?id=com.teamspeak.ts3client' target='_blank' rel='external'><img src='https://play.google.com/intl/en_us/badges/static/images/badges/ms_badge_web_generic.png' class='img-fluid w-50'></a></td>
</tr>
</tbody>
</table>
</div>
<div class='col-12 position-static p-3'>
<table class='table table-sm text-center align-middle'>
<tbody>
<tr>
<th scope='row'>Label</th>
<td>RoIPMARS Network</td>
</tr>
<tr>
<th scope='row'>Server Address</th>
<td><a href='#' onClick='TSLoginWindow=window.open("/applogin", "Login RoIPMARS Comm Apps", "width=800,height=600"); return false;'>roipmars.org.my</a></td>
</tr>
<tr>
<th scope='row'>Nickname</th>
<td>[CALLSIGN] [NAME] [QTH/LOCATION]</td>
</tr>
</tbody>
</table>
<div class='row text-center'>
<!-- <div class='col'>
<img src='https://ik.imagekit.io/mhrtech/roipmars-org-my/media/image/ps_ts3dau.png?tr=n-wm_rms_w10' class='img-fluid rounded-3 w-50' loading='lazy' data-bs-toggle='modal' data-bs-target='#ps_ts3dau'>
<div class='modal fade' id='ps_ts3dau' tabindex='-1' role='dialog' aria-labelledby='ps_ts3dauTitle' aria-hidden='true'>
<div class='modal-dialog modal-dialog-centered' role='document'>
<div class='modal-content'>
<div class='modal-header'>
<h6 class='modal-title text-center' id='ps_ts3dauTitle'>Disable Auto-Update</h6>
<button type='button' class='btn-close' data-bs-dismiss='modal' aria-label='Close'></button>
</div>
<div class='modal-body bg-dark'>
<img src='https://ik.imagekit.io/mhrtech/roipmars-org-my/media/image/ps_ts3dau.png?tr=n-wm_rms_w10' class='img-fluid' loading='lazy'>
</div>
</div>
</div>
</div>
</div> -->
<div class='col'>
<img src='https://ik.imagekit.io/mhrtech/roipmars-org-my/media/image/tsan_bookmark.png?tr=n-wm_rms_w10' class='img-fluid rounded-3 w-50' loading='lazy' data-bs-toggle='modal' data-bs-target='#tsan_bookmark'>
<div class='modal fade' id='tsan_bookmark' tabindex='-1' role='dialog' aria-labelledby='tsan_bookmarkTitle' aria-hidden='true'>
<div class='modal-dialog modal-dialog-centered' role='document'>
<div class='modal-content'>
<div class='modal-header'>
<h6 class='modal-title text-center' id='tsan_bookmarkTitle'>TS3 Android Bookmark <strong>[example]</strong></h6>
<button type='button' class='btn-close' data-bs-dismiss='modal' aria-label='Close'></button>
</div>
<div class='modal-body bg-dark'>
<img src='https://ik.imagekit.io/mhrtech/roipmars-org-my/media/image/tsan_bookmark.png?tr=n-wm_rms_w10' class='img-fluid' loading='lazy'>
</div>
</div>
</div>
</div>
</div>
<div class='col'>
<img src='https://ik.imagekit.io/mhrtech/roipmars-org-my/media/image/tsan_audio.png?tr=n-wm_rms_w10' class='img-fluid rounded-3 w-50' loading='lazy' data-bs-toggle='modal' data-bs-target='#tsan_audio'>
<div class='modal fade' id='tsan_audio' tabindex='-1' role='dialog' aria-labelledby='tsan_audioTitle' aria-hidden='true'>
<div class='modal-dialog modal-dialog-centered' role='document'>
<div class='modal-content'>
<div class='modal-header'>
<h6 class='modal-title text-center' id='tsan_audioTitle'>TS3 Android Audio</h6>
<button type='button' class='btn-close' data-bs-dismiss='modal' aria-label='Close'></button>
</div>
<div class='modal-body bg-dark'>
<img src='https://ik.imagekit.io/mhrtech/roipmars-org-my/media/image/tsan_audio.png?tr=n-wm_rms_w10' class='img-fluid' loading='lazy'>
</div>
</div>
</div>
</div>
</div>
<div class='col'>
<img src='https://ik.imagekit.io/mhrtech/roipmars-org-my/media/image/tsan_interface.png?tr=n-wm_rms_w10' class='img-fluid rounded-3 w-50' loading='lazy' data-bs-toggle='modal' data-bs-target='#tsan_interface'>
<div class='modal fade' id='tsan_interface' tabindex='-1' role='dialog' aria-labelledby='tsan_interfaceTitle' aria-hidden='true'>
<div class='modal-dialog modal-dialog-centered' role='document'>
<div class='modal-content'>
<div class='modal-header'>
<h6 class='modal-title text-center' id='tsan_interfaceTitle'>TS3 Android Interface</h6>
<button type='button' class='btn-close' data-bs-dismiss='modal' aria-label='Close'></button>
</div>
<div class='modal-body bg-dark'>
<img src='https://ik.imagekit.io/mhrtech/roipmars-org-my/media/image/tsan_interface.png?tr=n-wm_rms_w10' class='img-fluid' loading='lazy'>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id='androidcr' class='row no-gutters bg-light-subtle position-relative mb-3 rounded-5'>
<div class='col-lg-7 my-2 px-2 d-flex align-self-center'>
<div class='ratio ratio-21x9'>
<embed class='rounded-5' loading='lazy' src='https://www.youtube.com/embed/LpjCtsJBd88' allow='accelerometer; encrypted-media; gyroscope; picture-in-picture' allowfullscreen></embed>
</div>
</div>
<div class='col-lg-5 position-static p-3'>
<h5 class='mt-0 text-center'>Pasang & Konfigurasikan Teamspeak dalam Android<br><em>(TIADA SOKONGAN-AKHIR DIS 2020)</em></h5>
<p class='text-center'>Video tutorial ini menunjukkan cara pemasangan dan konfigurasi Teamspeak di Android Phone anda.</p>
<table class='table table-sm text-center align-middle'>
<tbody>
<tr><th scope='row'>Version</th><td>v3.0.13.1</td></tr>
<tr><th scope='row'>Android</th><td><a class='btn btn-sm btn-primary' role='button' href='https://dl.roipmars.org.my/files/downloads/android/teamspeak/roipmars-ts-3.0.3.1.apk' target='_blank' download>Muat Turun</a></td></tr>
</tbody>
</table>
</div>
<div class='col-12 position-static p-3'>
<table class='table table-sm text-center align-middle'>
<tbody>
<tr><th scope='row'>Label</th><td>RoIPMARS Network</td></tr>
<tr><th scope='row'>Address</th><td><a href='#' onClick='TSLoginWindow=window.open("/applogin", "Login RoIPMARS Comm Apps", "width=800,height=600"); return false;'>roipmars.org.my</a></td></tr>
<tr><th scope='row'>Nickname</th><td>[CALLSIGN] [NAME] [QTH/LOCATION]</td></tr>
</tbody>
</table>
<div class='row text-center'>
<div class='col'>
<img src='https://ik.imagekit.io/mhrtech/roipmars-org-my/media/image/tsao_bookmark.png?tr=n-wm_rms_w10' class='img-fluid rounded-3 w-50' loading='lazy' data-bs-toggle='modal' data-bs-target='#tsao_bookmark'>
<div class='modal fade' id='tsao_bookmark' tabindex='-1' role='dialog' aria-labelledby='tsao_bookmarkTitle' aria-hidden='true'>
<div class='modal-dialog modal-dialog-centered' role='document'>
<div class='modal-content'>
<div class='modal-header'>
<h6 class='modal-title text-center' id='tsao_bookmarkTitle'>TS3 Android Bookmark [example]</h6>
<button type='button' class='btn-close' data-bs-dismiss='modal' aria-label='Close'></button>
</div>
<div class='modal-body bg-dark'>
<img src='https://ik.imagekit.io/mhrtech/roipmars-org-my/media/image/tsao_bookmark.png?tr=n-wm_rms_w10' class='img-fluid' loading='lazy'>
</div>
</div>
</div>
</div>
</div>
<div class='col'>
<img src='https://ik.imagekit.io/mhrtech/roipmars-org-my/media/image/tsao_audio.png?tr=n-wm_rms_w10' class='img-fluid rounded-3 w-50' loading='lazy' data-bs-toggle='modal' data-bs-target='#tsao_audio'>
<div class='modal fade' id='tsao_audio' tabindex='-1' role='dialog' aria-labelledby='tsao_audioTitle' aria-hidden='true'>
<div class='modal-dialog modal-dialog-centered' role='document'>
<div class='modal-content'>
<div class='modal-header'>
<h6 class='modal-title text-center' id='tsao_audioTitle'>TS3 Android Audio</h6>
<button type='button' class='btn-close' data-bs-dismiss='modal' aria-label='Close'></button>
</div>
<div class='modal-body bg-dark'>
<img src='https://ik.imagekit.io/mhrtech/roipmars-org-my/media/image/tsao_audio.png?tr=n-wm_rms_w10' class='img-fluid' loading='lazy'>
</div>
</div>
</div>
</div>
</div>
<div class='col'>
<img src='https://ik.imagekit.io/mhrtech/roipmars-org-my/media/image/tsao_interface.png?tr=n-wm_rms_w10' class='img-fluid rounded-3 w-50' loading='lazy' data-bs-toggle='modal' data-bs-target='#tsao_interface'>
<div class='modal fade' id='tsao_interface' tabindex='-1' role='dialog' aria-labelledby='tsao_interfaceTitle' aria-hidden='true'>
<div class='modal-dialog modal-dialog-centered' role='document'>
<div class='modal-content'>
<div class='modal-header'>
<h6 class='modal-title text-center' id='tsao_interfaceTitle'>TS3 Android Interface</h6>
<button type='button' class='btn-close' data-bs-dismiss='modal' aria-label='Close'></button>
</div>
<div class='modal-body bg-dark'>
<img src='https://ik.imagekit.io/mhrtech/roipmars-org-my/media/image/tsao_interface.png?tr=n-wm_rms_w10' class='img-fluid' loading='lazy'>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<hr>
<h2 class='text-center'>TeamSpeak3 iOS</h2>
<div class='row'>
<div class='col-md mb-2'>
Spesifikasi Minima iOS:
<table class='table table-sm text-center table-bordered'>
<tbody>
<tr>
<th scope='row'>Sistem Operasi</th>
<td>iOS 12.0 dan keatas</td>
</tr>
</tbody>
</table>
</div>
</div>
<div id='ios' class='row no-gutters bg-light-subtle position-relative mb-3 rounded-5'>
<div class='col-lg-7 my-2 px-2 d-flex align-self-center'>
<div class='ratio ratio-21x9'>
<embed class='rounded-5' loading='lazy' src='https://www.youtube.com/embed/_ewHhv-IGvs' allow='accelerometer; encrypted-media; gyroscope; picture-in-picture' allowfullscreen></embed>
</div>
</div>
<div class='col-lg-5 position-static p-3'>
<h5 class='mt-0 text-center'>Pasang & Konfigurasikan Teamspeak dalam iOS</h5>
<p class='text-center'>Tutorial video ini menunjukkan cara memasang dan mengkonfigurasi Teamspeak pada telefon pintar iPhone/iPad/iPod Touch anda.</p>
<h6 class='text-center text-uppercase'>Sila buat pembelian aplikasi '<em>TeamSpeak3</em>' di App Store berharga <strong>RM4.90</strong> terlebih dahulu</h6>
<table class='table table-sm text-center align-middle'>
<tbody>
<tr>
<th scope='col'>Versi</th>
<th scope='col'><i class='bi-apple'></i></th>
</tr>
<tr>
<td><i class='fa-brands fa-app-store fs-2'></i></td>
<td><a href='https://itunes.apple.com/my/app/teamspeak-3/id577628510' target='_blank' rel='external'><img src='https://developer.apple.com/assets/elements/badges/download-on-the-app-store.svg' class='img-fluid'></a></td>
</tr>
</tbody>
</table>
</div>
<div class='col-12 position-static p-3'>
<table class='table table-sm text-center align-middle'>
<tbody>
<tr>
<th scope='row'>Address</th>
<td><a href='#' onClick='TSLoginWindow=window.open("/applogin", "Login RoIPMARS Comm Apps", "width=800,height=600"); return false;'>roipmars.org.my</a></td>
</tr>
<tr>
<th scope='row'>Label</th>
<td>RoIPMARS Network</td>
</tr>
<tr>
<th scope='row'>Nickname</th>
<td>[CALLSIGN] [NAME] [QTH/LOCATION]</td>
</tr>
</tbody>
</table>
<div class='row text-center'>
<div class='col'>
<img src='https://ik.imagekit.io/mhrtech/roipmars-org-my/media/image/tsip_bookmark.png?tr=n-wm_rms_w10' class='img-fluid rounded-3 w-50' loading='lazy' data-bs-toggle='modal' data-bs-target='#tsip_bookmark'>
<div class='modal fade' id='tsip_bookmark' tabindex='-1' role='dialog' aria-labelledby='tsip_bookmarkTitle' aria-hidden='true'>
<div class='modal-dialog modal-dialog-centered' role='document'>
<div class='modal-content'>
<div class='modal-header'>
<h6 class='modal-title text-center' id='tsip_bookmarkTitle'>TS3 iOS Bookmark [example]</h6>
<button type='button' class='btn-close' data-bs-dismiss='modal' aria-label='Close'></button>
</div>
<div class='modal-body bg-dark'>
<img src='https://ik.imagekit.io/mhrtech/roipmars-org-my/media/image/tsip_bookmark.png?tr=n-wm_rms_w10' class='img-fluid' loading='lazy'>
</div>
</div>
</div>
</div>
</div>
<div class='col'>
<img src='https://ik.imagekit.io/mhrtech/roipmars-org-my/media/image/tsip_menu.png?tr=n-wm_rms_w10' class='img-fluid rounded-3 w-50' loading='lazy' data-bs-toggle='modal' data-bs-target='#tsip_menu'>
<div class='modal fade' id='tsip_menu' tabindex='-1' role='dialog' aria-labelledby='tsip_menuTitle' aria-hidden='true'>
<div class='modal-dialog modal-dialog-centered' role='document'>
<div class='modal-content'>
<div class='modal-header'>
<h6 class='modal-title text-center' id='tsip_menuTitle'>TS3 iOS Settings Menu</h6>
<button type='button' class='btn-close' data-bs-dismiss='modal' aria-label='Close'></button>
</div>
<div class='modal-body bg-dark'>
<img src='https://ik.imagekit.io/mhrtech/roipmars-org-my/media/image/tsip_menu.png?tr=n-wm_rms_w10' class='img-fluid' loading='lazy'>
</div>
</div>
</div>
</div>
</div>
<div class='col'>
<img src='https://ik.imagekit.io/mhrtech/roipmars-org-my/media/image/tsip_setting1.png?tr=n-wm_rms_w10' class='img-fluid rounded-3 w-50' loading='lazy' data-bs-toggle='modal' data-bs-target='#tsip_setting1'>
<div class='modal fade' id='tsip_setting1' tabindex='-1' role='dialog' aria-labelledby='tsip_setting1Title' aria-hidden='true'>
<div class='modal-dialog modal-dialog-centered' role='document'>
<div class='modal-content'>
<div class='modal-header'>
<h6 class='modal-title text-center' id='tsip_setting1Title'>TS3 iOS Settings</h6>
<button type='button' class='btn-close' data-bs-dismiss='modal' aria-label='Close'></button>
</div>
<div class='modal-body bg-dark'>
<img src='https://ik.imagekit.io/mhrtech/roipmars-org-my/media/image/tsip_setting1.png?tr=n-wm_rms_w10' class='img-fluid' loading='lazy'>
</div>
</div>
</div>
</div>
</div>
<div class='col'>
<img src='https://ik.imagekit.io/mhrtech/roipmars-org-my/media/image/tsip_setting2.png?tr=n-wm_rms_w10' class='img-fluid rounded-3 w-50' loading='lazy' data-bs-toggle='modal' data-bs-target='#tsip_setting2'>
<div class='modal fade' id='tsip_setting2' tabindex='-1' role='dialog' aria-labelledby='tsip_setting2Title' aria-hidden='true'>
<div class='modal-dialog modal-dialog-centered' role='document'>
<div class='modal-content'>
<div class='modal-header'>
<h6 class='modal-title text-center' id='tsip_setting2Title'>TS3 iOS Settings Extended</h6>
<button type='button' class='btn-close' data-bs-dismiss='modal' aria-label='Close'></button>
</div>
<div class='modal-body bg-dark'>
<img src='https://ik.imagekit.io/mhrtech/roipmars-org-my/media/image/tsip_setting2.png?tr=n-wm_rms_w10' class='img-fluid' loading='lazy'>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<?php require_once 'footer.php' ?>
</body>
</html>