Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Jpilot / Vbulletin Integration for Vbulletin 3 Details »»
Jpilot / Vbulletin Integration for Vbulletin 3
Version: 1.00, by d3nnis d3nnis is offline
Developer Last Online: Apr 2010 Show Printable Version Email this Page

Version: 3.0.0 Rating:
Released: 01-05-2004 Last Update: Never Installs: 14
 
No support by the author.

To see this in action visit my site at forums.keeptouch.net (there is a link under quick link, only registered users)

please see http://www.jpilot.com/ for info on the jpilot chat applet.

Instructions:
-upload all the jpilot files to your vb root. see jpilot site for download and instructions.
-upload both scripts in the scripts folder to your vb root.
-create the new templates in your vb admin cp. see templates folder... templates to be named the same as each file, etc.
-configure the jpilot params in the chatmain template. see the jpilot site for a list of all params and their functions.
-put this link in your navbar template or where ever you want the IRC chat link to be:
Code:
<a href="#IRC" onClick="window.open('chat.php?session[sessionurl]','key','WIDTH=600,HEIGHT=450,scrollbars=no,left=50,top=50,screenX=50,screenY=50');return false">IRC Chat</a>
-that's it!

How it works:
-link to the chat.php file first... this pulls the "chat" template which is an intro type of thing with info about the chat. put whatever "intro" type stuff you want in the "chat" template. the chat.php script does not check for registration.
-in the "chat" template that the chat.php pulls there is a link to the chatmain.php file which checks for registration. if the user isn't registered or not logged in they are directed to the "chatnoreg" template which gives them a note saying they aren't logged in, etc. you can customize the chatnoreg template to say whatever you want. if they *are* logged in then they are directed to the chatmain template which has the applet and the params which loads the chat.
-my jpilot params are set up so the user isn't even given a chat config screen. their name is auto filled in and they are auto logged into chat. i also have a param that disables the /nick command. only registered members can chat and they can't change their name in chat to impersonate people. if you want this set up differently it's all in the params (see the jpilot site for info).


Credit to original Author of this mod, Jakeman of www.vbulletin.org, thread -> https://vborg.vbsupport.ru/showthread.php?t=33093

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 04-15-2004, 05:16 AM
d3nnis d3nnis is offline
 
Join Date: Jun 2003
Location: Singapore
Posts: 211
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by hubba
>popup would be helpful

Hm, noone who could rewrite the script to VB3?

just this type of link :

Code:
<a href="#IRC" onClick="window.open('chat.php?session[sessionurl]','key','WIDTH=600,HEIGHT=450,scrollbars=no,left=50,top=50,screenX=50,screenY=50  ');return false">IRC Chat</a>
this will create the popup.
Reply With Quote
  #23  
Old 05-27-2004, 01:32 AM
moonclamp's Avatar
moonclamp moonclamp is offline
 
Join Date: May 2004
Location: London
Posts: 516
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by hubba
Got it. Now I am looking for an option to integrate a "Users in chat" on the forumhome...

Is it possible someone could modify that

https://vborg.vbsupport.ru/showthrea...ghlight=jpilot

to VB3? Would be very kind!
I'm trying to as we speak, I've created the frame templates but for some reason it doesn't update the database with online/offline info.

The other thing I have noticed is that there is no WOL information available. Can anyone point me in the right direction for creating this?
Reply With Quote
  #24  
Old 05-27-2004, 05:09 PM
kcradio kcradio is offline
 
Join Date: Apr 2003
Location: Merriam, KS
Posts: 23
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Call to a member function on a non-object /includes/config.php on line 194
(edited to take out the full path)

Anyone else get this?
Reply With Quote
  #25  
Old 07-23-2004, 05:57 PM
rinkrat's Avatar
rinkrat rinkrat is offline
 
Join Date: Jan 2002
Location: Long Beach
Posts: 530
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I followed the directions and put the jirc files in my forums root (/forums/) the popup window comes and then the one with the chat frame but it is empty. Any ideas what is wrong?

It says to:
-upload all the jpilot files to your vb root. see jpilot site for download and instructions.

In the zip from Jpilot there is a preview.html and then a "classes" subdirectory. So I move the classes subdirectory to the root of my forums right? in my case /forums/classes
Reply With Quote
  #26  
Old 07-27-2004, 06:26 AM
d3nnis d3nnis is offline
 
Join Date: Jun 2003
Location: Singapore
Posts: 211
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by rinkrat
I followed the directions and put the jirc files in my forums root (/forums/) the popup window comes and then the one with the chat frame but it is empty. Any ideas what is wrong?

It says to:
-upload all the jpilot files to your vb root. see jpilot site for download and instructions.


In the zip from Jpilot there is a preview.html and then a "classes" subdirectory. So I move the classes subdirectory to the root of my forums right? in my case /forums/classes

here's how you should place your files

/forums/chat.php
/forums/chatmain.php
/forums/jpilot-files (basically u only need 2 file, the .cab and .zip file)
Reply With Quote
  #27  
Old 07-27-2004, 06:29 AM
d3nnis d3nnis is offline
 
Join Date: Jun 2003
Location: Singapore
Posts: 211
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by kcradio
Call to a member function on a non-object /includes/config.php on line 194
(edited to take out the full path)

Anyone else get this?

where did u see this?
Reply With Quote
  #28  
Old 07-27-2004, 06:29 AM
d3nnis d3nnis is offline
 
Join Date: Jun 2003
Location: Singapore
Posts: 211
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by moonclamp
I'm trying to as we speak, I've created the frame templates but for some reason it doesn't update the database with online/offline info.

The other thing I have noticed is that there is no WOL information available. Can anyone point me in the right direction for creating this?

are u trying to display users using the chat on the online.php page?
Reply With Quote
  #29  
Old 08-06-2004, 02:29 AM
ssabmud ssabmud is offline
 
Join Date: Apr 2003
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I keep geiint loading java applet failed.
Reply With Quote
  #30  
Old 09-18-2004, 04:04 AM
OrangeFlea OrangeFlea is offline
 
Join Date: Aug 2004
Posts: 208
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ssabmud
I keep geiint loading java applet failed.
Same, what could I be doing wrong? This is what I've done. Tell me if I've done anything wrong.

chat.php --> home/forum
chatmain.php --> home/forum
jirc_mss.cab --> home/forum/classes
jirc_nss.zip --> home/forum/classes
jirc_pure.zip --> home/forum/classes
resources.cab --> home/forum/classes
resources.zip --> home/forum/classes

Chat.php Template

<html>

<head>
<title>IRC CHAT</title>
$headinclude
</head>

<body>

<table cellpadding="0" cellspacing="0" border="0" bgcolor="#8A949E" width="100%" align="center"><tr><td>
<table cellpadding="4" cellspacing="1" border="0" width="100%">
<tr align="center">
<td bgcolor="#BBC7CE"><smallfont>Welcome to IRC chat, <b>$bbuserinfo[username]</b>!<br/><br/><b><a href="chatmain.php?$session[sessionurl]">ENTER CHAT</a></b></smallfont>
</td>
</tr>

</table>
</td></tr></table>

</body>

</html>


Chatmain Template

<html>

<head>
<title>IRC</title>
$headinclude
</head>

<body>

<table cellpadding="0" cellspacing="0" border="0" bgcolor="#8A949E" width="100%" align="center">
<tr><td>
<table cellpadding="4" cellspacing="1" border="0" width="100%">
<tr align="center">
<td bgcolor="#BBC7CE"><smallfont><b>IRC Chat</b></smallfont></td>
</tr>
<tr>
<td bgcolor="#BBC7CE">
<applet archive="jirc_nss.zip" code="Chat.class" MAYSCRIPT width=575 height=400>

<param name="CABBASE" value="jirc_mss.cab">


<param name="ServerPort" value="6667">

<param name="ServerName1" value="irc.blackened.com">

<param name="Channel1" value="Infamy">

<param name="AllowURL" value="false">
<param name="AllowIdentd" value="true">

<param name="WelcomeMessage" value="Welcome to IRC chat!">
<param name="RealName" value="jpilot">
<param name="NickName" value="$bbuserinfo[username]">
<param name="UserName" value="jpilot">
<param name="isLimitedServers" value="true">
<param name="isLimitedChannels" value="true">

<param name="MessageCol" value="80">

<param name="BackgroundColor" value="99,132,181">

<param name="TextColor" value="black">
<param name="TextScreenColor" value="white">
<param name="ListTextColor" value="black">

<param name="TextFontName" value="Arial">
<param name="TextFontSize" value="12">

<param name="ConfigNickOnly" value="true">
<param name="NickNChannelOnly" value="true">
<param name="LogoBgColor" value="white">
<param name="BorderVsp" value="3">
<param name="DirectStart" value="true">

<param name="FGColor" value="white">

<param name="TitleBackgroundColor" value="blue">
<param name="TitleForegroundColor" value="white">


<param name="InputTextColor" value="black">
<param name="InputScreenColor" value="white">
<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="160">
<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="Insert your jpilot license here!">

</applet>
</td>
</tr>

</table>
</td></tr></table>

</body>

</html>




Someone help? Why am I getting the applet failed prompt??
Reply With Quote
  #31  
Old 10-26-2004, 02:36 PM
Tibs Tibs is offline
 
Join Date: Feb 2004
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I placed mine in vb root to stop that problem, didnt care enough to really look into it beyond that. See if it helps
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:53 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05755 seconds
  • Memory Usage 2,325KB
  • Queries Executed 27 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete