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

Reply
 
Thread Tools
Details »»

Version: , by Jakeman Jakeman is offline
Developer Last Online: Jul 2013 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 12-09-2001 Last Update: Never Installs: 49
 
No support by the author.

JPILOT / vBULLETIN INTEGRATION by jake (first hack! wOOtie! )
-for jpilot 2.5.1 and vbulletin 2.2.6

to see this in action visit my site at www.macsubculture.com (there is a link in the nav column called IRC Chat)

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 header template or where ever you want the IRC chat link to be: <a href="chat.php?s=$session[sessionhash]" onClick="window.open('chat.php?s=$session[sessionhash]','key','WIDTH=600,HEIGHT=450,scrollbars=no,left=5 0,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).


--jake
*cream pie*

Show Your Support

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

Comments
  #42  
Old 01-07-2002, 06:38 AM
Jakeman's Avatar
Jakeman Jakeman is offline
 
Join Date: Nov 2001
Posts: 273
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

[QUOTE]Originally posted by christec
Hey, my smilies are not showing up. Anyone got suggestions.
Reply With Quote
  #43  
Old 01-19-2002, 01:42 PM
PhotoGenie PhotoGenie is offline
 
Join Date: Jan 2002
Posts: 70
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great hack.. No problem even for a newbie :up:
Reply With Quote
  #44  
Old 01-19-2002, 03:16 PM
Shenlong's Avatar
Shenlong Shenlong is offline
 
Join Date: Nov 2001
Location: Manhattan, New York
Posts: 167
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

great work, my chats pretty hoppin now, really helped me, us admins kept saying "talking between urselves is what IRC and AIM is for" and now they just go to IRC, great hack! all my members are happy, im out

Hack Gets:

:up: :up:
Reply With Quote
  #45  
Old 01-19-2002, 05:49 PM
Shenlong's Avatar
Shenlong Shenlong is offline
 
Join Date: Nov 2001
Location: Manhattan, New York
Posts: 167
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I got a quick question...

It asks for my server IP, I put it in but then when I go to chat it tries to log into FTP and says "Username and Password Required"

here, take a look at my code if anyone can help:

PHP Code:
<param name="CABBASE" value="jirc_mss.cab">


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

<
param name="ServerName1" value="193.130.95.72">

<
param name="Channel1" value="web-boards.net">

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

<
param name="WelcomeMessage" value="Welcome to the Web-Boards Chat Room!">
<
param name="RealName" value="$bbuserinfo[username]">
<
param name="NickName" value="$bbuserinfo[username]">
<
param name="UserName" value="$bbuserinfo[username]">
<
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="white">
<
param name="TextScreenColor" value="black">
<
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="black">

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


<
param name="InputTextColor" value="white">
<
param name="InputScreenColor" value="black">
<
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 KEY HERE!">

</
applet
Reply With Quote
  #46  
Old 01-19-2002, 06:23 PM
Shenlong's Avatar
Shenlong Shenlong is offline
 
Join Date: Nov 2001
Location: Manhattan, New York
Posts: 167
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

^ B U M P ^
Reply With Quote
  #47  
Old 01-19-2002, 09:21 PM
Shenlong's Avatar
Shenlong Shenlong is offline
 
Join Date: Nov 2001
Location: Manhattan, New York
Posts: 167
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

^bumpy^
Reply With Quote
  #48  
Old 01-20-2002, 01:04 AM
Jakeman's Avatar
Jakeman Jakeman is offline
 
Join Date: Nov 2001
Posts: 273
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

sorry i didn't see your reply before...

it is trying to connect to ftp because you are using port 21 which is reserved for ftp. your IRC cannot be on port 21.
Reply With Quote
  #49  
Old 01-20-2002, 03:01 AM
Shenlong's Avatar
Shenlong Shenlong is offline
 
Join Date: Nov 2001
Location: Manhattan, New York
Posts: 167
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hehe, what port then?
Reply With Quote
  #50  
Old 01-20-2002, 06:44 AM
Jakeman's Avatar
Jakeman Jakeman is offline
 
Join Date: Nov 2001
Posts: 273
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

well. mine uses 6668 i think. it's an IRC config i think. not sure.
Reply With Quote
  #51  
Old 01-20-2002, 11:11 AM
PhotoGenie PhotoGenie is offline
 
Join Date: Jan 2002
Posts: 70
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

[QUOTE]Originally posted by Jakeman


in my experience the smilies in jpilot are bugged. sometimes they work and sometimes they don't. regardless... you should probably post on the support forums at the jpilot site regarding this since it's a jpilot config issue.
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 12:22 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.06447 seconds
  • Memory Usage 2,334KB
  • Queries Executed 25 (?)
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
  • (1)bbcode_php
  • (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
  • (4)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_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