Hi,
stats wont work for me, i searche da little bit and found this typo:
PHP Code:
$ezircx = $vbulletin->db->query_read("SELECT * FROM `" . TABLE_PREFIX . "ezircvb4_stats");
change it to:
PHP Code:
$ezircx = $vbulletin->db->query_read("SELECT * FROM `" . TABLE_PREFIX . "ezircvb4_stats`");
but this was?t the error, no stats are shown:
Code:
Active Users in
Topic:
There are currently users online (Highest: )
If i try to join with my chat with pjirc:
Code:
Connecting...
Unable to connect : java.lang.NullPointerException : null
edit:
ok, error occurs if you set the irc network to something like: irc.server.tld:6667, if u use irc.server.tld, pjirc connects.
Channel stats:
no wonder, they can?t work for custom irc networks, cronjob includes the following line:
PHP Code:
if(!in_array($query['server'], array('irc.vbirc.com', 'irc.ezirc.org', 'irc.vbirc.org')))