Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
PFC
PFC
0
Comments
I really, really wish I could include phpFreeChat with the extension, but it just won't fit in the 100 kB size limit no matter how savagely I hack at it. Maybe the 1.0-final release of phpFreeChat will be smaller, but I rather doubt it. I would need at least 200 kB to cram it all in.
Oh, also when you don't have a warning/comment/notify thingy it still shows the yellow box and red icon. Anyway to remove that?
D'oh. I'll fix that in the next version.
I was thinking of using Nuggets to write the PHP code that would list the users in the chat, but I keep getting an error:
Notice: Undefined variable: serverid in /extensions/PFC/phpfreechat-1.0-beta11/src/pfci18n.class.php on line 28
Do you have any ideas?
It should be as easy as this:
if ( @include_once($Configuration['PfcPath'] . 'src/pfcinfo.class.php') ) { $PfcInfo = new pfcInfo(md5($Context->Configuration['APPLICATION_TITLE'])); $PfcUsers = $PfcInfo->getOnlineNick(NULL); }