Kyberia v1.0
[mirrors/Kyberia-bloodline.git] / boxiky / irc.inc
1 harddisk na mojom homeserveri zdochol..takze irc chvilu nebude
2 <!--
3 <b>toto je testovaci modul, pomocou bota substance sa vsetko z kanalov <br>
4 <a href='?action=irc&channel=kyberia'>#kyberia</a>,
5 <a href='?action=irc&channel=ragtime'>#ragtime</a>,
6 <a href='?action=irc&channel=bajkonur'>#bajkonur</a><br><br>
7 -->
8 <?php
9 /*
10 $sqlcmd="select * from irc_messages where channel like '$channel' order by message_id desc limit 23";
11 //echo $sqlcmd;
12 $result=mysql_query($sqlcmd);
13 while ($riadok=mysql_fetch_array($result)) {
14 echo "<table class='bigitem'><tr><td class='icon'>";
15 echo "<img width='50' alt='",$riadok['nick'],"' src='/images/users/",strtolower($riadok['nick']),".gif'>";
16 echo "</td><td class='item'>";
17 echo "<table class='item'>";
18 echo "<td class='header'>",$riadok['nick']," [<font color='white'>",$riadok['host'],"</font>]";
19
20 Showz::showDate($riadok['time']);
21 echo "</td>";
22 echo "</tr>";
23 echo "<tr class='content'><td class='content'>",Stripslashes($riadok['message_text']),"</td></tr>";
24 echo "</table>";
25 echo "</td></tr></table>";
26
27 }
28
29
30 */
31 ?>
This page took 0.293961 seconds and 4 git commands to generate.