DominikJumper
- Bywalec
- 117 31 4 0
wersja skryptu MyBB: 1.8
adres forum: http://skillshot-net.pl/
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu): Witam, zrobiłem dziś tabelę serwerów w html. Lecz nie wiem i chciałbym zapytać czy w statystyki na dole tabelki da się wstawić zmienne żeby pokazywały: Razem serwerów: Razem graczy: Razem slotów: Razem wolnych slotów: Procent graczy: Rekord graczy: ? Załączam kod tabeli
adres forum: http://skillshot-net.pl/
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu): Witam, zrobiłem dziś tabelę serwerów w html. Lecz nie wiem i chciałbym zapytać czy w statystyki na dole tabelki da się wstawić zmienne żeby pokazywały: Razem serwerów: Razem graczy: Razem slotów: Razem wolnych slotów: Procent graczy: Rekord graczy: ? Załączam kod tabeli
<div class="thead" id="th303">
<span class="expcolimage expcol_close"><img src="images/Splat_dark/collapse.png"></span>
<span style="display:none;" class="expcolimage expcol_open"><img src="images/Splat_dark/collapse_collapsed.png"></span>
<div><strong><center>Serwery</center></strong></div>
</div>
<table border="0" cellspacing="0" cellpadding="5" class="tborder">
<tbody><tr><td class="tcatss" colspan="0"><span class="smalltext"><center><strong>STATUS</strong></center></span></td>
<td class="tcatss" colspan="0"><span class="smalltext"><center><strong>RODZAJ</strong></center></span></td>
<td class="tcatss" colspan="0"><span class="smalltext"><center><strong>NAZWA</strong></center></span></td>
<td class="tcatss" colspan="0"><span class="smalltext"><center><strong>IP</strong></center></span></td>
<td class="tcatss" colspan="0"><span class="smalltext"><center><strong>MAPA</strong></center></span></td>
<td class="tcatss" colspan="0"><span class="smalltext"><center><strong>POŁĄCZ</strong></center></span></td>
</tr>
<td class="trow66"><span class="smalltext"><center><span class="serverr serveronlinee">ONLINE</span></center></span></td>
<td class="trow66"><span class="smalltext" title="TeamSpeak 3"><center><img src="./images/tabelka/ts3.png" style="vertical-align: middle;"></center></span></td>
<td class="trow66"><span class="smalltext"><center><a href="forumdisplay.php?fid=45">SkillShot-net.pl • Darmowy • Bezpieczny </a></center></span></td>
<td class="trow66"><span class="smalltext"><center>178.32.200.112:10196</center></span></td>
<td class="trow66"><span class="smalltext"><center><!-- start: serversboard_index_row_window_players_link -->
<td class="tcatss" colspan="0"><span class="smalltext"><center><strong>- - -</strong></center></span></td>
<td class="trow66"><span class="smalltext"><center> <span class="ipsButton_secondary"><a href="ts3server://178.32.200.112:10196"><img src="images/tabelka/ts3palacz.png" alt="cs" style="margin: 0px 3px -4px -3px;"></a></span></td><center></span></td>
</tr>
<tr>
<td class="trow1" align="center" colspan="8">
Razem serwerów: <span class="server serverssummation"></span>
Razem graczy: <span class="server serverssummation"></span>
Razem slotów: <span class="server serverssummation"></span>
Razem wolnych slotów: <span class="server serverssummation"></span>
Procent graczy: <span class="server serverssummation"></span>
Rekord graczy: <span class="server serverssummation"></span>
</td>
</tr>
</tbody></table>