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