View Full Version : Instant Messaging
Bald Bouncer
03-31-2002, 02:18 PM
ok I wasnt too sure where to place this as its not classed as a hack but its not really a template mod either...
anyway the way it works is by using the JPilot Chatroom...you split the forum page into 2 frames, one of the frames is hidden and loads the chatroom...then you add a IM link next to the usersname anywhere on the board and when its clicked it will open up the JPilot Chatroom IM Box!
Bald Bouncer
03-31-2002, 02:22 PM
create a template called chatmain
place your JPilot Chatroom code in there, make sure it auto logs in and uses the members username!
now upload the 2 files to your forum folder, and use index.htm to access your forum for this to work
also 1 template needs to be changed see the readme file!
Bald Bouncer
03-31-2002, 02:25 PM
heres a screenshot, to test its working IM yourself...
Bald Bouncer
03-31-2002, 02:30 PM
change your forumhome_loggedinuser template to this
<img src="{imagesfolder}/im.bmp" onClick="parent.chat.document.jchat.processJInput( '/msg $username Hello' )"></a>
to have an IM in there
add this to your postbit online template to have an IM in there
<img src="{imagesfolder}/im.bmp" onClick="parent.chat.document.jchat.processJInput( '/msg $post[username] Hello' )"></a>
BigJohnson
03-31-2002, 11:15 PM
Originally posted by Bald Bouncer
create a template called chatmain
place your JPilot Chatroom code in there, make sure it auto logs in and uses the members username!
now upload the 2 files to your forum folder, and use index.htm to access your forum for this to work
also 1 template needs to be changed see the readme file!
Ok you say to insert the Chat room script here. Can you explain your self mor ebecause I am a newbie and don't know what the heck to do thanks you so much. Please make this understandable for people like me. Thanks man. This looks like an awesome hack.
Bald Bouncer
04-02-2002, 09:08 AM
<a href="http://www.jpilot.com" target="_blank">www.jpilot.com</a>
its the Java Chat Room
Nemesis77
04-02-2002, 07:50 PM
Originally posted by Bald Bouncer
you split the forum page into 2 frames, one of the frames is hidden and loads the chatroom...
How is this Done?? and which forum page. the main page of all the forums. Please be specific. these instructions are very vague.
also 1 template needs to be changed see the readme file!
I don't see a readme file inside im.zip
ZiRu$
04-03-2002, 01:04 AM
damn....looks hot...
I will install it on my test board to see if I like it
ZiRu$
04-03-2002, 05:09 AM
Originally posted by Bald Bouncer
create a template called chatmain
place your JPilot Chatroom code in there, make sure it auto logs in and uses the members username!
where do i get the chatroom code.....please HELP!
Nemesis77
04-03-2002, 06:20 AM
Could you please write up a Set of complete instructions for this hack/template mod please. thanks
Lionel
04-03-2002, 07:48 AM
parent.chat.document.jchat.processJInput
I keep on getting that this is null or not an object.
I have been using the jpilot hack with chatmain.php and chat.php
and I got both templates in as instructed.
ZiRu$
04-03-2002, 04:07 PM
Originally posted by Nemesis77
Could you please write up a Set of complete instructions for this hack/template mod please. thanks
PLEASE?
BigJohnson
04-03-2002, 07:04 PM
Yes this would help so much for the people that don't no much about this hack and what to do. This sounds like a great hack and i would love to see this hack. Thanks.
ZiRu$
04-04-2002, 09:42 PM
are you ignoring us bald bouncer?
pm sent
he gave you everything you need for the template mod.. i believe that is good enough
Nemesis77
04-04-2002, 11:34 PM
ya he gave three files with hardly any explination, what's the I.log file for?
you split the forum page into 2 frames, one of the frames is hidden and loads the chatroom
How is this done and which forum page?
he gave you everything you need for the template mod.. i believe that is good enough
If this was true there's would be other people in here with questions about this hack/mod
If he's not gonna support his hack the he should at least post it in his first post.
also 1 template needs to be changed see the readme file!
I see no readme file in the zip file
I know you know your Sh!t in vb neo. you must since you have 17 hacks, but what's good enough for you isn't necessarily good enough for everyone else.
Bald Bouncer
04-05-2002, 11:54 AM
LOL ok ppl calm down...I forgot about this thread...
first step, goto www.jpilot.com and download and install their java chat room, all instructions to do this is on their page
second step upload index.htm and index2.php to your forum folder.
third step is to add a template called chatmain with this content,
<html>
<head>
<title>IRC Chat</title>
$headinclude
</head>
<body bgcolor="#0099CC">
<form name="jform">
<applet name="jchat" archive="jirc_nss.zip" code=Chat.class
width=100% height=300>
<param name="CABBASE" value="jirc_mss.cab">
<param name="ServerPort" value="your port">
<param name="ServerName1" value="your server">
<param name="Channel1" value="your channel">
<param name="AllowURL" value="false">
<param name="AllowIdentd" value="true">
<param name="WelcomeMessage" value="Welcome to Our chat!">
<param name="RealName" value="JPilot jIRC applet User">
<param name="NickName" value="$bbuserinfo[username]">
<param name="UserName" value="jirc">
<param name="isLimitedServers" value="true">
<param name="isLimitedChannels" value="true">
<param name="MessageCol" value="80">
<param name="BackgroundColor" value="0,153,204">
<param name="TextColor" value="black">
<param name="TextScreenColor" value="0,153,204">
<param name="ListTextColor" value="0,153,204">
<param name="TextFontName" value="Arial">
<param name="TextFontSize" value="12">
<param name="ConfigNickOnly" value="true">
<param name="NickNChannelOnly" value="true">
<param name="LogoBgColor" value="0,153,204">
<param name="BorderVsp" value="3">
<param name="DirectStart" value="true">
<param name="FGColor" value="0,153,204">
<param name="TitleBackgroundColor" value="0,153,204">
<param name="TitleForegroundColor" value="0,153,204">
<param name="InputTextColor" value="0,153,204">
<param name="InputScreenColor" value="0,153,204">
<param name="IgnoreLevel" value="3">
<param name="DisplayConfigRealName" value="false">
<param name="DisplayConfigServer" value="false">
<param name="DisplayConfigPort" value="false">
<param name="DisplayConfigMisc" value="false">
<param name="InitCommands" value="/clear;/me enters">
<param name="UserListWidth" value="150">
<param name="RefreshColorCode" value="false">
<param name="DisplaySoundControl" value="false">
<param name="NoConfig" value="true">
<param name="DisplayAbout" value="false">
<param name="AliasList" value="/nick=/echo Nick command disabled">
<param name="IgnoreServerMsg" value="true">
<param name="IgnoreModeMsg" value="true">
<param name="IgnoreMOTD" value="true">
<param name="IgnoreChannelChangeMsg" value="true">
<param name="LicenseKey" value="Your Liscence Key">
</body>
</html>
now add what I said to the forumhome_loggedinuser template, and access your form from the index.htm ;)
Nemesis77
04-05-2002, 12:26 PM
Thanks Bald Bouncer. that makes things a little clearer.
MrLister
04-05-2002, 04:27 PM
thanks, this is helpful
ZiRu$
04-05-2002, 08:56 PM
ok it still aint workin for me baldbouncer!!!!!!
First, I done everything you said....I uploaded the jpilot stuff to
/im
left untouched
went to my board through index.htm
and When i click on im...it does NOTHING and creates a error....when you go to show details it says
"parent.chat.document is null or not a object"
Nemesis77
04-05-2002, 08:59 PM
doesn't work for me either. i give up on this one.
ZiRu$
04-06-2002, 03:42 PM
Baldbouncer?
Bald Bouncer
04-07-2002, 07:24 PM
Hot Dogg Ive registed at your forum under the name Goblin to see whats going wrong....setup the hack and I'll look for the mistake!
Psychdrone
04-19-2002, 12:22 AM
this is really freaken cool, how much of a load dose it add???
Thanks!
Crazy Mofo
04-19-2002, 01:07 AM
yea this rox maybe u could be able too do it with MSN instant m essaging :D
BigJohnson
04-20-2002, 07:24 PM
Bald Boucer are you ever going to PM me back? I really need help on this hack. Thanks.
Psychdrone
04-21-2002, 02:29 AM
eh?????
BigJohnson
04-21-2002, 10:17 PM
Well what i did was do everything the above said to do. Now all i need to do is uplaod the actual applet. NOw what do i do with the applet. Do i have to add the Serial number for this in the html as well also so it will be on the applets html and the template that i edited with all the info?
I need more instrtuctions on what to do. I diid everything above. I just did not uplaod the applet. Also where do i uplaod it. Please help.
pattox2k1
04-23-2002, 02:03 AM
there alredy is one of these for MSN........
ZiRu$
04-24-2002, 03:26 AM
someone should re-make this hack! IT DOES NOT WORK
Lionel
04-24-2002, 03:38 AM
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> someone should re-make this hack! IT DOES NOT WORK
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Agreed!
BigJohnson
04-25-2002, 07:48 PM
guys comon can we please have some read this damn thread. my board is in shock right now with out this hack. you made a hack why dont you do it right
tweak
04-26-2002, 05:15 AM
HE knows it Dont work.. this thread should be closed. So nobody bother trying it.
Sadie Frost
04-27-2002, 04:09 AM
shouldn't there be a "<a href=" something part before that img code? Maybe that's the problem?
BigJohnson
04-27-2002, 07:02 PM
That ha snothing to do with it. Someone is just taiing for ever to read this post and help out a hack that needs to be worked on. Who posts a hack that gives no support. Comon some one help out because there are hackers and there are installers. Installers install what is given and dont no how to fix stuff but hackers are the smart ones who no how. I am an an installer and dont no crap. Please help man.
tweak
04-29-2002, 05:56 AM
I said it dont work, I know Bouncer and this doesnt work so they can remove this post or close it till a Full working Version apears as of right now its DEAD. Sorry.
Bald Bouncer
05-03-2002, 10:40 AM
WTF is all the comotion about ... it does work exactly the way I said it would!
Install it step by step and then LMK whats happening, please dont PM or EMAIL me, just reply in this thread!
Bald Bouncer
05-03-2002, 10:55 AM
ok heres a clearer set of instructions too .... providing the person you have messaged is logged into the chatrooom you will be able to talk! You will need to access your board from index.htm too!
Also tweak you don't Know me unless you go by another nick
NTLDR
05-03-2002, 03:17 PM
Originally posted by Hot Dogg
someone should re-make this hack! IT DOES NOT WORK
Look at the forum trhis is in people: vBulletin.org Forum > Graphics and Templates > Template Modifications
**IT IS NOT A HACK**
Give Bald Bouncer a break, he doesn't have to give you support or anything, hes just providing you with a template mod, which is why its in this forum.
Great work BTW Bald Bouncer, if I didn't require frames I would be using it on my board :D
BigJohnson
05-07-2002, 09:29 AM
ok i have the chat room from jpilot. Now where do i upload the files. Do I upload it to the root directory or something this else. OR does it just not matter. ;) thanks
BigJohnson
05-15-2002, 04:47 PM
Is there any way that i can make it so that when you go to index.php it auto maticaly logs the person onto the chat instant messenger so that you dont have to do it by automatcially going to the html link. Can the infdex.php open it up automatically. I think this would work alot better unless it is made to do this already. ;) Please help. Thanks guys. and does anyone have a board hwere is this is on that is working? Thanks.
Boofo
05-15-2002, 07:55 PM
What is the one for MSN and where do you get it? And how do you incorporate it into vBulletin?
ZiRu$
05-16-2002, 03:39 PM
Originally posted by NTLDR
**IT IS NOT A HACK**
i know that! But i wanna call it a hack
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.