Topic: Chat Mod

Connorhd@Punres wrote:
##
##
##        Mod title:  Chat Mod
##
##      Mod version:  1.0
##   Works on PunBB:  1.2.x
##     Release date:  2005-05-28
##           Author:  Connorhd (connorhd@mypunbb.com)
##
##      Description:  Adds an irc chat room to punbb
##
##   Affected files:  none
##
##       Affects DB:  Yes
##
##
##       DISCLAIMER:  Please note that "mods" are not officially supported by
##                    PunBB. Installation of this modification is done at your
##                    own risk. Backup your forum database and any and all
##                    applicable files before proceeding.
##
##

Download here

Re: Chat Mod

Nice smile

But it doesn't connect to irc.quakenet.org sad

[14:49] Connecting... 
[14:49] Unable to connect : java.security.AccessControlException : access denied (java.net.SocketPermission irc.quakenet.org resolve)

Re: Chat Mod

works fine for me, could i have a link to your site?

4 (edited by Crissipos 2005-05-28 12:55)

Re: Chat Mod

Sure: http://crissipos.e-dentify.nl/MoE/chat.php

Re: Chat Mod

works fine for me, i guess it must be a local thing i don't really know what you can do, except maybe try specifying a quakenet server or even quakenet IP

6 (edited by Crissipos 2005-05-28 15:24)

Re: Chat Mod

Ok. Thanks smile I'll try to find out the problem

Anyway you can connect on my chatroom?

EDIT: Problem solved smile It was my computer! lol

Re: Chat Mod

yeh i'm in it now smile

Re: Chat Mod

Whoa nice work connorhd

Re: Chat Mod

All I seem to get is a nice big red X. Java throws a bunch of null pointer exceptions. What did you have to fix Crissipos?

Re: Chat Mod

he didn't accept the security message - try this chat http://mypunbb.com/chat.php if that works then its probably not my fault wink

11

Re: Chat Mod

No, that doesnt work for me either =/

Re: Chat Mod

then its probaby your java?

13

Re: Chat Mod

What Java have you written it for?

Re: Chat Mod

its pjirc i didn't write it, i dunno what to suggest except look at their site

Re: Chat Mod

http://www.java.com

Download the latest version?

16 (edited by Mobius 2005-05-28 19:04)

Re: Chat Mod

I have the latest. Hmm..=/

Hmm, you should let pjirc know about punBB - they use....phpBB :S

17

Re: Chat Mod

Great mod Connorhd! I have installed it on Bulgaricus.com and it works great!

Thanks!!!

18

Re: Chat Mod

For windows have found one solution, it's add a key on registry, bud on linux ave the same problem, the applet not start. I have testing pjirc on other site on same domain and the applet running under linux.

Re: Chat Mod

please share your solution to running it under Linux.

20

Re: Chat Mod

On my computer the applet not run because, the browser not find it

Re: Chat Mod

works perfectly in SuSE for me

Re: Chat Mod

I have Mandrake 9.2 and it can't connect

23

Re: Chat Mod

Look that error message:

charger : classe IRCApplet.class introuvable.
java.lang.ClassNotFoundException: IRCApplet.class
    at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:168)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at sun.applet.AppletClassLoader.loadClass(AppletClassLoader.java:119)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    at sun.applet.AppletClassLoader.loadCode(AppletClassLoader.java:599)
    at sun.applet.AppletPanel.createApplet(AppletPanel.java:712)
    at sun.plugin.AppletViewer.createApplet(AppletViewer.java:1719)
    at sun.applet.AppletPanel.runLoader(AppletPanel.java:641)
    at sun.applet.AppletPanel.run(AppletPanel.java:320)
    at java.lang.Thread.run(Thread.java:595)
Caused by: java.io.IOException: open HTTP connection failed.
    at sun.applet.AppletClassLoader.getBytes(AppletClassLoader.java:271)
    at sun.applet.AppletClassLoader.access$100(AppletClassLoader.java:44)
    at sun.applet.AppletClassLoader$1.run(AppletClassLoader.java:158)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:155)
    ... 9 more

The first line indicate the class IRCApplet.class not found.
I'm under Ubuntu Hoary

Re: Chat Mod

Xarkam can i have a link to your chat room?

25

Re: Chat Mod

ok, on my local dev server: http://xarkam.homelinux.org/web/guilde/chat.php it's your mod and http://xarkam.homelinux.org/web/guilde/chat2/ it's the original pjirc (run correctly on my local server)