Previous Thread
Next Thread
Print Thread
Rate Thread
#40000 02/10/2001 5:51 AM
Joined: Nov 2000
Posts: 169
Member
Member
Offline
Joined: Nov 2000
Posts: 169
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 ]


Some men live for others and make their presence known
Some men live in seclusion and choose to live alone...
Some men live for justice and walk inside the law
But of these men, the group I'm in
are the men behind the wall...
- Gato Suertudo
Sponsored Links
#40001 02/11/2001 1:29 PM
Joined: Jan 2001
Posts: 184
Member
Member
Offline
Joined: Jan 2001
Posts: 184
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.

#40002 03/14/2001 9:43 PM
Joined: Oct 2000
Posts: 76
Member
Member
Offline
Joined: Oct 2000
Posts: 76
mind sharing your code? would be appreciated!

-Ghoste

#40003 03/14/2001 11:13 PM
Joined: Nov 2000
Posts: 169
Member
Member
Offline
Joined: Nov 2000
Posts: 169
it not that good of a mod but here you go laugh
HERE


Some men live for others and make their presence known
Some men live in seclusion and choose to live alone...
Some men live for justice and walk inside the law
But of these men, the group I'm in
are the men behind the wall...
- Gato Suertudo
#40004 05/03/2001 10:40 AM
Joined: Feb 2000
Posts: 3
Junior Member
Junior Member
Offline
Joined: Feb 2000
Posts: 3
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

Sponsored Links
#40005 05/06/2001 7:39 AM
Joined: Apr 2001
Posts: 118
Member
Member
Offline
Joined: Apr 2001
Posts: 118
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 ]

#40006 05/06/2001 12:41 PM
Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Nevermind

[ May 06, 2001 12:53 PM: Message edited by: LK ]

#40007 05/06/2001 1:09 PM
Joined: Apr 2001
Posts: 118
Member
Member
Offline
Joined: Apr 2001
Posts: 118
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:

#40008 05/19/2001 5:52 PM
Joined: May 2001
Posts: 1
Junior Member
Junior Member
Offline
Joined: May 2001
Posts: 1
I installed your hack here... and i get a blank screen... nothing at all.. completely white...

#40009 05/20/2001 2:23 PM
Joined: Nov 2000
Posts: 169
Member
Member
Offline
Joined: Nov 2000
Posts: 169
did you fill out the info and chmod 755?


Some men live for others and make their presence known
Some men live in seclusion and choose to live alone...
Some men live for justice and walk inside the law
But of these men, the group I'm in
are the men behind the wall...
- Gato Suertudo
Sponsored Links
#40010 05/21/2001 6:48 PM
Joined: Nov 2000
Posts: 123
CT Offline
Member
Member
Offline
Joined: Nov 2000
Posts: 123
Indoe,

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

Thanks,

CT.

#40011 05/21/2001 10:26 PM
Joined: Oct 2000
Posts: 743
Moderator / Code Fixer
Moderator / Code Fixer
Offline
Joined: Oct 2000
Posts: 743
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";
}


I can't afford a good signature editor frown
#40012 05/22/2001 1:08 PM
Joined: Nov 2000
Posts: 169
Member
Member
Offline
Joined: Nov 2000
Posts: 169


Some men live for others and make their presence known
Some men live in seclusion and choose to live alone...
Some men live for justice and walk inside the law
But of these men, the group I'm in
are the men behind the wall...
- Gato Suertudo
#40013 05/27/2001 2:05 AM
Joined: Apr 2001
Posts: 23
Junior Member
Junior Member
Offline
Joined: Apr 2001
Posts: 23
nice man but is this only for ubb 5 or can it be for 6 too

#40014 05/27/2001 5:16 AM
Joined: May 2001
Posts: 6,708
Member
Member
Offline
Joined: May 2001
Posts: 6,708
What's Jpilot? confused

#40015 05/27/2001 11:33 AM
Joined: Nov 2000
Posts: 169
Member
Member
Offline
Joined: Nov 2000
Posts: 169
It a java chat for IRC
if any want to do it for 6.0 go head


Some men live for others and make their presence known
Some men live in seclusion and choose to live alone...
Some men live for justice and walk inside the law
But of these men, the group I'm in
are the men behind the wall...
- Gato Suertudo
#40016 07/07/2001 7:35 AM
Joined: Nov 2000
Posts: 123
CT Offline
Member
Member
Offline
Joined: Nov 2000
Posts: 123
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 ]

#40017 07/07/2001 8:19 AM
Joined: Nov 2000
Posts: 169
Member
Member
Offline
Joined: Nov 2000
Posts: 169
#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 ]


Some men live for others and make their presence known
Some men live in seclusion and choose to live alone...
Some men live for justice and walk inside the law
But of these men, the group I'm in
are the men behind the wall...
- Gato Suertudo
#40018 07/07/2001 3:03 PM
Joined: Nov 2000
Posts: 123
CT Offline
Member
Member
Offline
Joined: Nov 2000
Posts: 123
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


Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
isaac
isaac
California
Posts: 1,157
Joined: July 2001
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)