UBB.Dev
Posted By: indoe JPilot jIRC newbit code - 02/10/2001 12:51 PM
I made a real easy hack using JPilot jIRC applet I don't know the JPilot copyright but I included the 2 file you need go easy one me I am a newbit DOWN LOAD
DEMO
This is just a demo this is not my chat channel laugh
LINK IS DEAD! i will fix l8r

[ February 11, 2001: Message edited by: indoe ]
Posted By: hate98 Re: JPilot jIRC newbit code - 02/11/2001 8:29 PM
Quote
quote:
Cool. I use JPilot also, and wrote a small script that uses UBB cookie data to automatically fill in the IRC login name with the UBB member name. JPilot is nice.
Posted By: Ghoste Re: JPilot jIRC newbit code - 03/15/2001 4:43 AM
mind sharing your code? would be appreciated!

-Ghoste
Posted By: indoe Re: JPilot jIRC newbit code - 03/15/2001 6:13 AM
it not that good of a mod but here you go laugh
HERE
Posted By: VTJimL Re: JPilot jIRC newbit code - 05/03/2001 5:40 PM
We do a similar thing... matter of fact, our UBB uses code to poll our bots to find out room levels and other info.

http://www.ballbusters.net/chat/

And yes, JPilot is a wonderful package to work with.

If you have any questions about the code or the way we integrated it, email me -- the hosts that work in our chat rooms don't have the answers... smile
Posted By: Lionel Re: JPilot jIRC newbit code - 05/06/2001 2:39 PM
Nice! I substituted your jpilot code to display the emoticons and the sounds.

I saw a similar code for Ikonboard, except that it uses the members list to log in the chat. When you click on chat, the login screen appears first.

Is there a way to have who's online display:
there are x amount of people in the forums and
x amount in the chat room

Jim,

Will you be kind and post your script that plugs in the username?
Right now who's on line says that x members are in the chat room, but people tend to just click and when you go in there, all you see are a bunch of "Guests"

Thanks.

[ May 06, 2001 09:16 AM: Message edited by: Wants to Learn ]
Posted By: LK Re: JPilot jIRC newbit code - 05/06/2001 7:41 PM
Nevermind

[ May 06, 2001 12:53 PM: Message edited by: LK ]
Posted By: Lionel Re: JPilot jIRC newbit code - 05/06/2001 8:09 PM
I managed to place the username

problem is it returns a blank value for guest. So I am trying to write this code to substiture $user with $nick:

$nick = qq{
{if $user=""} $nick=guest;
else
$nick=$user;
}

maybe a good soul out there can help me do that very simple, yet complicated for me task? :rolleyes:
Posted By: RëÄn Re: JPilot jIRC newbit code - 05/20/2001 12:52 AM
I installed your hack here... and i get a blank screen... nothing at all.. completely white...
Posted By: indoe Re: JPilot jIRC newbit code - 05/20/2001 9:23 PM
did you fill out the info and chmod 755?
Posted By: CT Re: JPilot jIRC newbit code - 05/22/2001 1:48 AM
Indoe,

Your link seems to be down. Can you please give the link again where I can download the Jpilot jIRC applet?

Thanks,

CT.
Posted By: BassTeQ Re: JPilot jIRC newbit code - 05/22/2001 5:26 AM
Quote
quote:
The reason this doesnt work is because you have the syntax all wrong, you are missing curly brackets and when u are trying to match text/string to a variable you use double equals == for integers or eq for text.

I presume u want to set the nick name to the users name if it exists, if it doesn't set it to guest.

try

if ($user ne "") {
$nick=$user;
} else {
$nick="Guest";
}
Posted By: indoe Re: JPilot jIRC newbit code - 05/22/2001 8:08 PM
here laugh
Posted By: UnDeRwOrLd135 Re: JPilot jIRC newbit code - 05/27/2001 9:05 AM
nice man but is this only for ubb 5 or can it be for 6 too
Posted By: Lord Dexter Re: JPilot jIRC newbit code - 05/27/2001 12:16 PM
What's Jpilot? confused
Posted By: indoe Re: JPilot jIRC newbit code - 05/27/2001 6:33 PM
It a java chat for IRC
if any want to do it for 6.0 go head
Posted By: CT Re: JPilot jIRC newbit code - 07/07/2001 2:35 PM
I have a problem installing this.

mrichat.cgi is in cgi-bin, but where do the other files go? All I get is a message 'chat.class not found'. I tried putting chat.class everywhere but it keeps saying 'chat.class not found frown

Can anyone help because there's totally no description whatsoever. And there are lots of files in this hack!

Thanks in advance,

CT.

[ July 07, 2001 07:36 AM: Message edited by: CT ]
Posted By: indoe Re: JPilot jIRC newbit code - 07/07/2001 3:19 PM
#Than upload IRC folder in NONcgi dri
#done! upload that now Edit configuration variables below
look in mrichat.cgi

[ July 07, 2001 08:22 AM: Message edited by: indoe ]
Posted By: CT Re: JPilot jIRC newbit code - 07/07/2001 10:03 PM
Klong dong duh... (smashes his head against a concrete wall)

I just saw it in my Apache error_log file: file not found /ubb/irc/chat.class

I must have had a blackout, anyway thanks smile
© UBB.Developers