This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Eggdrop logviewer by seitan

Discussion of Eggdrop's code and module programming in C.
Post Reply
b
blake
Master
Posts: 201
Joined: Mon Feb 23, 2009 9:42 am
Contact:

Eggdrop logviewer by seitan

Post by blake »

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: 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>
The above is what its refering to could this be because my eggy hasnt yet created yesterday logs
Post Reply