php forum
php mysql forum
php mysql smarty
 
Topic Options
#131451 - 03/11/01 09:06 PM [6.0x] Chat Room Hack!
seany187 Offline
Junior Member

Registered: 10/08/00
Posts: 10
Loc: Westminster, CA
Hi, this is my first official hack ever made but I have plenty of ideas on the way. Mostly what I will be helping out with is making ubb hacks that were made more solid. For instance im working on making the member status hack where it shows different rankings work on the profile pages as well instead of just being on the forum topic pages. Anyhow without further addoo.

Make sure you customize $ircserver, $ircchannel, $ircpage to the correct places for your chat room.

Find in public_forum_summery.pl:

sub PageBottom {

Under it add:

# Start the IRC Chat hack
$ircserver = "irc.webmaster.com";
$ircchannel = "#webchat";
$ircpage = "http://www.yourpage.com/chatpage.htm";

Then right under it find:

my $Bottom = qq~

Under that Add:

<tr bgcolor="$vars_style{CategoryStripColor}">
<td colspan="$ColSpan">
<FONT SIZE="$vars_style{TextSize}" FACE="$vars_style{FontFace}">
<b>Chat</b></font>
</td>
</tr>
<tr>
<td bgcolor="$vars_style{AltColumnColor1}" valign="top" align="center">
<IMG SRC="$vars_config{NonCGIURL}/chat.gif" BORDER="0">
</td>
<td colspan="4" bgcolor="$vars_style{AltColumnColor2}">
<FONT size="$vars_style{TextSize}" face="$vars_style{FontFace}">
<B><a href="$ircpage">Chat Room</a></B></FONT>

<FONT size="$vars_style{FDTextSize}">
We currently have a nice <a href="$ircpage">chat room</a> on irc.
It is a great place to join everyone who you see in the forums.

To join us go to server: $ircserver channel: $ircchannel
</FONT></TD>

# End IRC Chat Hack

Finally save, upload and reload the cache.

I originally saw this on another site in this forum. Well, I thought it was cool and he did not post it. So I figured I would make a hack. I will make lots of small hacks in my free time hopefully.

Check out what it does at: http://www.dcemulation.com/cgi/UltimateBB/ultimatebb.cgi
_________________________
007, 007Cheater
You can call me Cheater.
Webmaster of www.dcemulation.com and www.cheatlist.com smile

Top
#131452 - 03/11/01 10:44 PM Re: [6.0x] Chat Room Hack!
Jigga-Master Offline
Member

Registered: 10/08/00
Posts: 985
Loc: Toronto
uhhhh.......sorry dude this aint even a chat room hack
its a mod to add some html and a link leading to another page where you explain how to get to your chatroom!
_________________________

Top
#131453 - 03/12/01 03:07 AM Re: [6.0x] Chat Room Hack!
seany187 Offline
Junior Member

Registered: 10/08/00
Posts: 10
Loc: Westminster, CA
Yes, I know... Very basic but still nice smile
_________________________
007, 007Cheater
You can call me Cheater.
Webmaster of www.dcemulation.com and www.cheatlist.com smile

Top
#131454 - 03/12/01 07:20 AM Re: [6.0x] Chat Room Hack!
hurricane rob Offline
Junior Member

Registered: 02/09/01
Posts: 16
use this instead modify it with his hack and you have your own irc channel with a really nice looking client

<APPLET code=irc.class CODEBASE="http://www.javirc.com/JAVircE" height=400 width=600 archive="JAVirc.jar" ALIGN=LEFT>
<PARAM NAME="cabbase" VALUE="JAVirc.cab">
<PARAM NAME="server" VALUE="irc.quakenet.eu.org">
<PARAM NAME="port" VALUE="6667">
<PARAM NAME="ircname" VALUE="http://www.javirc.com">
<PARAM NAME="CompanyHeader" VALUE="^******************************^ Welcome to JAVirc Chat^******************************^">
<PARAM NAME="PopupMenu" VALUE="yes">
<PARAM NAME="QueryMenuBar" VALUE="yes">
<PARAM NAME="PopupTopic" VALUE="yes">
<PARAM NAME="UseRandomNick" VALUE ="no">
<PARAM NAME="Nick" VALUE="dude">
<PARAM NAME="QuitMessage" VALUE="hello all">
<PARAM NAME=URLHelp VALUE="http://www.javirc.com/JAVircE/help.html">
<PARAM NAME="FirstCommand" VALUE="JOIN #ubb">
<PARAM NAME="ChangeChannel" VALUE="yes">
<PARAM NAME="ChangeServer" VALUE="yes">
<PARAM NAME="ListSize" VALUE="50">
<PARAM NAME="ChatName" VALUE="JAVirc">
<PARAM NAME="Channels" VALUE="#ubb;#help;#chatzone">
<PARAM NAME="Silence" VALUE="no">
<PARAM NAME="BackgroundImage" VALUE="http://www.javirc.com/JAVircE/background.jpg">
<PARAM NAME=ConnectionBackground VALUE="c0c0c0">
<PARAM NAME=LabelNickBackground VALUE="c0c0c0">
<PARAM NAME=LabelNickForeground VALUE="000000">
<PARAM NAME=InputNickBackground VALUE="c0c0c0">
<PARAM NAME=InputNickForeground VALUE="000000">
<PARAM NAME=ConnectButtonBackground VALUE="c0c0c0">
<PARAM NAME=ConnectButtonForeground VALUE="000000">

<PARAM NAME="DisplayAreaBackground" VALUE="c0c0c0">
<PARAM NAME="ScrollbarBackground" VALUE="c0c0c0">
<PARAM NAME="ScrollBarForeground" VALUE="c0c0c0">
<PARAM NAME="CommandBackground" VALUE="c0c0c0">
<PARAM NAME="CommandForeground" VALUE="000000">
<PARAM NAME="StatusBackground" VALUE="c0c0d0">
<PARAM NAME="StatusForeground" VALUE="000000">
<PARAM NAME="ChannelNameBackground" VALUE="c0c0d0">
<PARAM NAME="ChannelNameForeground" VALUE="000000">
<PARAM NAME="ListUsersBackground" VALUE="c0c0d0">
<PARAM NAME="ListUsersForeground" VALUE="000000">
<PARAM NAME="TotalUsersBackground" VALUE="c0c0d0">
<PARAM NAME="TotalUsersForeground" VALUE="000000">
<PARAM NAME=ColorBackgroundBannerQuery VALUE="c0c0ff">
<PARAM NAME=ColorBackgroundDisplayQuery VALUE="c0c0ff">
<PARAM NAME=ColorBackgroundScrollbarQuery VALUE="c0c0c0">
<PARAM NAME=ColorForegroundScrollbarQuery VALUE="c0c0c0">
<PARAM NAME=ColorBackgroundTextfieldQuery VALUE="c0c0ff">
<PARAM NAME=ColorForegroundTextfieldQuery VALUE="000000">
<PARAM NAME="QueryWidth" VALUE="500">
<PARAM NAME="QueryHeight" VALUE="300">
</applet>

[ March 12, 2001: Message edited by: hurricane rob ]

[ March 12, 2001: Message edited by: hurricane rob ]

Top
#131455 - 03/12/01 07:47 AM Re: [6.0x] Chat Room Hack!
Jigga-Master Offline
Member

Registered: 10/08/00
Posts: 985
Loc: Toronto
that takes sooooooo long to load? frown
_________________________

Top
#131456 - 03/12/01 02:27 PM Re: [6.0x] Chat Room Hack!
hurricane rob Offline
Junior Member

Registered: 02/09/01
Posts: 16
ok try this one then

<!--Begin code for ConferenceRoom Applet-->
<table border=0 width=500 align=center><tr><td>
<applet archive="http://irc.webmaster.com/backpack/cr.zip"
codebase="http://irc.webmaster.com/backpack/"
name=cr
code="ConferenceRoom.class"
width=500
height=400>
<param name=channel value=#ubboard>
<param name=showbuttonpanel value=false>
<param name=bg value=FFFFFF>
<param name=fg value=000000>
<param name=roomswidth value=0>
<param name=lurk value=false>
<param name=simple value=false>
<param name=restricted value=false>
<param name=showjoins value=true>
<param name=showserverwindow value=true>
<param name=nicklock value=false>
<param name=playsounds value=true>
<param name=onlyshowchat value=false>
<param name=showcolorpanel value=false>
<param name=floatnewwindows value=false>
<param name=timestamp value=false>
<param name=listtime value=0>
<param name=guicolors1 value="youColor=000000;operColor=FF0000;voicecolor=006600;userscolor=000099">
<param name=guicolors2 value="inputcolor=FFFFFF;inputtextColor=000099;sessioncolor=FFFFFF;systemcolor=0000FF">
<param name=guicolors3 value="titleColor=FFFFFF;titletextColor=000099;sessiontextColor=000000">
<param name=guicolors4 value="joinColor=009900;partColor=009900;talkcolor=000099">
<param name=nick value="your membername">
<center> This application requires Java suport.
This server also available via IRC at:
<a href="irc://%hostname%:%port%/">irc://%hostname%:%port%/</a></center></applet> </td></tr></table>
<!--End code for ConferenceRoom Applet-->

Top
#131457 - 03/12/01 03:16 PM Re: [6.0x] Chat Room Hack!
t-c-i Offline
Member

Registered: 02/25/00
Posts: 103
Loc: NRW
or take that, all classes are at your own server. I've you like it, let it me know and i'll post a link for the java! http://www.ubb1.f2s.com/chat/chat.html
_________________________
TopBoard.de

Top
#131458 - 03/12/01 03:24 PM Re: [6.0x] Chat Room Hack!
J.o.h Offline
Member

Registered: 02/07/01
Posts: 143
Quote:
quote:

I like it much!
Please post the Link for Download.
THX
smile
cu
_________________________
SuNsHiNeBoArD
I have [img]http://www.ubbdev.com/ud/?u=J.o.h&s=1[/img] Points!

Top
#131459 - 03/12/01 03:45 PM Re: [6.0x] Chat Room Hack!
t-c-i Offline
Member

Registered: 02/25/00
Posts: 103
Loc: NRW
okay here is all you need!
Binding the chat to UBB, use the 'hack' above! :-)
http://www.jpilot.com/java/irc/intro.html
_________________________
TopBoard.de

Top
#131460 - 03/12/01 04:08 PM Re: [6.0x] Chat Room Hack!
J.o.h Offline
Member

Registered: 02/07/01
Posts: 143
Danke! Feine Sache!
laugh
cu
_________________________
SuNsHiNeBoArD
I have [img]http://www.ubbdev.com/ud/?u=J.o.h&s=1[/img] Points!

Top
#131461 - 03/12/01 05:14 PM Re: [6.0x] Chat Room Hack!
hurricane rob Offline
Junior Member

Registered: 02/09/01
Posts: 16
By the way i would have posted jpilot allso but you have to pay for it,other-wise it gives you a Please register after each message..
for a little chat addon i like the freeebiess smile

Top
#131462 - 03/12/01 11:01 PM Re: [6.0x] Chat Room Hack!
seany187 Offline
Junior Member

Registered: 10/08/00
Posts: 10
Loc: Westminster, CA
Wow, people actually think its a neat idea of what I did smile Im so proud smile Anyways, I use jpilot. I think I will link mine directly to the java chat instead of the chat entrance page. I have that page because thats the page to go to from the main site.
_________________________
007, 007Cheater
You can call me Cheater.
Webmaster of www.dcemulation.com and www.cheatlist.com smile

Top
#131463 - 03/13/01 07:00 AM Re: [6.0x] Chat Room Hack!
hurricane rob Offline
Junior Member

Registered: 02/09/01
Posts: 16
ahhh there is a version JAVirc that you keep the files local version 2.3b
ftp://ftp.javirc.com/pub/irc/Java/ eek

Top
#131464 - 03/13/01 11:52 PM Re: [6.0x] Chat Room Hack!
KornDogg Offline
Junior Member

Registered: 02/20/01
Posts: 6
I forget who made the hack that lets you use the Member files on UBB work for DigiChat. Does anyone have a clue who did that and if they are working on a UBB6 version of the add-on?
_________________________
Signature? We don't need no stinking signature!

Top
#131465 - 06/18/01 01:31 PM Re: [6.0x] Chat Room Hack!
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25554
Loc: Texas
http://www.ubbdev.com/ubbcgi/ultimatebb.cgi?ubb=get_topic&f=8&t=001830

- not updated for v6 yet, tho it should be a simple thing smile
_________________________
- Allen wavey
- What Drives You?

Top
#131466 - 06/23/01 03:28 AM Re: [6.0x] Chat Room Hack!
Marvin_FFM Offline
Member

Registered: 02/26/01
Posts: 40
Loc: Frankfurt, Germany / Bethlehem...
this HTML-Addon sounds like the one we´ve made already in march. what´s missing in seany´s is the LogIn-Box.

have a look on our board by yourself .

you can download our mod (to be honest...it´s just a html/iframe addon not a "hack") under this link from our server.

regards from good ole germany,
marvin.

P.S: Allen,..checked this file already?

<FONT COLOR="#000000" SIZE="1">[ June 25, 2001 06:46 AM: Message edited by: Marvin_FFM ]</font>
_________________________
ICQ# 11307124.

Top
#131467 - 07/01/01 09:43 AM Re: [6.0x] Chat Room Hack!
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
The 4th Chat mod tipsy

Nice hack...

<FONT COLOR="#000000" SIZE="1">[ July 01, 2001 09:50 AM: Message edited by: LK ]</font>
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#131468 - 06/28/06 05:28 AM Re: [6.0x] Chat Room Hack!
Etmme Offline
Junior Member

Registered: 06/28/06
Posts: 2
Loc: .
I'm new and I don't know where I can hack e password or a web site. (I don't speak english very well)
I wont ask where I can start??
_________________________
Nel bene o nel male le macchine ora riflettono la voce, lo spirito, il cuore o gli obbiettivi dell'uomo.
Nel bene o nel male, riflettono la conoscienza, o anche la mancanza di conoscienza, dell'uomo.

Top
#131469 - 06/28/06 09:44 AM Re: [6.0x] Chat Room Hack!
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25554
Loc: Texas
Welcome smile

What version of ubb are you running and what are you wanting to add to it?
_________________________
- Allen wavey
- What Drives You?

Top
#131470 - 07/01/06 04:18 AM Re: [6.0x] Chat Room Hack!
Etmme Offline
Junior Member

Registered: 06/28/06
Posts: 2
Loc: .
??? you speack italian??? no ofcourse...
ubb???
_________________________
Nel bene o nel male le macchine ora riflettono la voce, lo spirito, il cuore o gli obbiettivi dell'uomo.
Nel bene o nel male, riflettono la conoscienza, o anche la mancanza di conoscienza, dell'uomo.

Top


Who's Online
0 registered (), 25 Guests and 17 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Ubb - Buy It!
best forum software
Latest Posts
I want to create a Self Search mod [Question]
by lightningrod
03/10/10 09:04 PM
If I create a new script, can I just upload it?
by lightningrod
03/10/10 05:35 PM
Notepad Creates Errors when working with PHP
by lightningrod
03/10/10 05:01 PM
Question on Adding a New Script ?
by lightningrod
03/10/10 06:39 AM
Disable Watch List option
by Mike_Tabat
03/09/10 01:27 PM
[7.x] [Pre-7.3] [Final] pJIRC Addon v0.5
by Gizmo
02/27/10 05:07 PM
How to Be a Great Host
by pinku
02/19/10 02:47 AM
New Mods
Disable Watch List option
by Mike_Tabat
02/18/10 09:14 AM
[7.x] Generic Page Outside of forum directory
by
01/14/07 10:58 PM
[7.x] [Pre-7.3] [Final] pJIRC Addon v0.5
by
07/30/06 10:42 PM
Newest Members
joshuasm02, Chosen, Vick, Bartman, Infinity Master
13496 Registered Users
Top Posters
AllenAyres 25554
JoshPet 11330
Rick 8373
LK 7396
Lord Dexter 6503
Greg Hard 5533
Charles Capps 5438
(Views)Popular Topics
Known public proxy servers 1028046
Finished-[6.5.2] Games Arcade Deluxe v1.9 327222
Integrated Index Page (IIP) 5.3.1 279924
Integrated Index Page (IIP) 5.1.1 279403
TLD Bv2.1 Released - Threads Links Directory 270427
[6.0x] Who's Online 4.0.0 [Finished] 230365
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 217518
[6.3.x] [beta] Hit Hack 2.0 179339
FlashChat & UBB.threads 161010
[7.x] Gizmo's Embedding BBCode (Pre UBB.T7.3) 154650
Forum Stats
13496 Members
59 Forums
37114 Topics
290378 Posts

Max Online: 686 @ 06/28/07 07:04 AM
Featured Member
Registered: 12/23/01
Posts: 38

 

 

 
fusionbb message board php hacks