blake Master
Joined: 23 Feb 2009 Posts: 201
|
Posted: Tue Feb 02, 2010 4:56 pm Post subject: Eggdrop logviewer by seitan |
|
|
Hey im using eggdrop logviewer ive edited the config put the correct dest to my log files set all correct permisions uploaded it to my webserver get the following any ideas
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: | </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> |
The above is what its refering to could this be because my eggy hasnt yet created yesterday logs _________________ Blake
UKEasyHosting UKStormWatch |
|