Posted 15 января, 20177 yr comment_120212 Доброго времени суток. Вообщем не могу вывести данные из столбца CACHE. Хранятся они в BASE64 , если пользоваться декодер то получается a:5:{s:1:"b";a:7:{s:4:"type";s:6:"source";s:2:"ip";s:12:"46.174.50.11";s:6:"c_port";s:5:"27274";s:6:"q_port";s:5:"27274";s:6:"s_port";s:1:"0";s:6:"status";s:1:"0";s:7:"pending";i:0;}s:1:"o";a:5:{s:7:"request";s:3:"sep";s:2:"id";s:1:"1";s:4:"zone";s:1:"0";s:7:"comment";s:4:"CSGO";s:8:"location";s:0:"";}s:1:"s";a:6:{s:4:"game";s:4:"csgo";s:4:"name";s:22:"[PRJX.Ru] паблик";s:3:"map";s:8:"de_dust2";s:7:"players";i:0;s:10:"playersmax";s:2:"24";s:8:"password";s:1:"0";}s:1:"e";a:0:{}s:1:"p";a:0:{}} Вообщем требуется вывести эти данные . Присоединяю LGSL к ModX Rev . echo ('<div class="box">'); echo ('<div class="box-header bg-blue-active color-palette with-border">'); echo ('<h3 class="box-title bg-blue-active color-palette">Мониторинг</h3>'); echo ('</div>'); echo ('<div class="box-body">'); echo ('<table class="table table-bordered">'); echo ('<tbody>'); echo ('<tr>'); echo ('<th style="width: 20px">Мод</th>'); echo ('<th style="width: 30px">Карта</th>'); echo ('<th>Название</th>'); echo ('<th>IP адрес</th>'); echo ('<th>Доступ</th>'); echo ('<th>Кол-во игроков</th>'); echo ('<th style="width: 40px">Другие ссылки</th>'); echo ('</tr>'); while($data = mysql_fetch_array($qr_result)){ echo ('<tr>'); echo ('<th style="width: 20px">'.$data['id']</th>'); echo ('<th style="width: 30px">'.$data[''].'</th>'); echo ('<th>'.$data[''].'</th>'); echo ('<th><a class="label bg-green" href="steam://connect/'.$data['ip'].':'.$data['c_port'].'">'.$data['ip'].':'.$data['c_port'].'</a></th>'); echo ('<th>'.$data['cashe']['players'].'</th>'); echo ('<th>'.$data[''].'</th>'); echo ('<th style="width: 40px">'.$data[''].'</th>'); echo ('</tr>'); } echo ('</tbody>'); echo ('</table>'); echo ('</div>'); echo ('</div>'); Вообщем, еще задача состоит в том чтобы вывести список игроков на сервере , при наведении на кол-во игроков. И может у кого есть пак с картинками карт от CSGO ))) За ранние спасибо ) Edited 15 января, 20177 yr by MontiQ Link to comment https://ipbmafia.ru/topic/16319-lgsl-mysql-cache/ Share on other sites Больше вариантов
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.