Log in

View Full Version : chat hacks


idem
11-08-2001, 12:32 PM
hello..
is there any chat hacks, or a way I can add a chat room to my VB>?

thanks for your help

dbdbdbdb
11-08-2001, 06:23 PM
Hi,

take a look to this thread (https://vborg.vbsupport.ru/showthread.php?threadid=21329).

dbdbdbdb

Barret
11-09-2001, 09:43 PM
I have seen several in the past but have no idea where they are.
I like IRC myself but hard to get it to work right without having to download something.

FWC
11-10-2001, 12:38 AM
I use the MultiCity chat hack. It works great.

Palmer ofShinra
11-11-2001, 01:24 AM
We have an incredibly simple chat addon for our site.

Since 99% of our members use AOL Instant Messenger, we simply use that for the chat room, keeping things mindbogglingly simple.

Obviously, users who don't have AIM will get error messages... but if you make it clear it's for AIM users only, there shouldn't be a problem.

Edit template HEADER.

Right after:
<a href="search.php?s=$session[sessionhash]"><img src="{imagesfolder}/top_search.gif" alt="Search" border="0"></a>
<a href="index.php?s=$session[sessionhash]"><img src="{imagesfolder}/top_home.gif" alt="Home" border="0"></a>

And before

<!-- <a href="member.php?s=$session[sessionhash]&action=logout"><img src="{imagesfolder}/top_logout.gif" alt="Logout" border="0"></a></center> -->

ADD

<a href="aim:GoChat?RoomName=Forum+Chat+Room"><img src="{imagesfolder}/top_chat.gif" alt="Chat on AIM" border="0"></a>

Change "Forum+Chat+Room" to whatever the name you want your chat room to be is.

Then make a matching button that says "AIM Chat" or something and upload to your images folder.

Now, whenever a user clicks the button, they will enter the matching AIM Chat room.

Viola.