|
|
| Author |
Message |
cvdeeden none

Joined: 23 Jan 2010 Posts: 7
|
Posted: Feb 26, 2010 9:13am Post subject: Denora stats (won't show stats in IRC Channel) |
|
|
Hi,
I've got a small issue with my Denora. The PHP Online version works though, but the chanstats wont show, and the settings are (I think) good.
This is the sql block in the denora config. Password censored.
| Code: | sql {
type mysql;
host localhost;
user denora;
passwd *******;
name denora;
sock /var/run/mysqld/mysqld.sock;
port 3306;
}; |
And this is the options block in the denora config.
| Code: | options {
// optional tokens
keeplogs 7;
#logchan "#denora";
#dumpcore;
#hidestatso;
#tokens;
#ts6;
chanstatsdef "on";
smiley " :) ;) :-) ;-) ^_^ :-D :D :-P :P =) ;D :p :x :X :-X :+ :< :( :-( ";
hideuline;
#nologs;
trigger "!";
#jupemaster "services.your.net";
}; |
Can anyone help?
[/code] |
|
| Back to top |
|
 |
mouselike Idler

Joined: 09 Dec 2003 Posts: 316 Location: IRC
|
Posted: Feb 26, 2010 5:31pm Post subject: |
|
|
| checking as first as last and speaking from experience of denora with similar problems have you used denora on another ircd then changed ircd's? if yes as you may need to reset up the mysql database again. It took me ages to figure out something simple. |
|
| Back to top |
|
 |
Jobe Eleet

Joined: 30 Jul 2006 Posts: 526 Location: Lurking in the shadows of some random channel!
|
Posted: Feb 26, 2010 9:05pm Post subject: |
|
|
| Also a quick hint, see /msg StatServ help chanstats |
|
| Back to top |
|
 |
|