Warning: file(/home/ircduser/ChanGuardian/logs/CWCountdown.log.yesterday) [function.file]: failed to open stream: No such file or directory in /home/wwwchat2/public_html/logs/readlog.php on line 61
Warning: Invalid argument supplied for foreach() in /home/wwwchat2/public_html/logs/readlog.php on line 62
Code: Select all
</tr>
</table>
<br>
<?
$logFile=$user[$username]['files'][$logId].$yesterday;
$lines = file ($kelias.$logFile);
foreach ($lines as $line_num => $line) {
echo irc_color_codes($line);
echo "<br>\n";
}
?>
</font>
</body>
</html>