Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases

Reply
 
Thread Tools
jIRC Chat Integration Details »»
jIRC Chat Integration
Version: 1.00, by sajjid sajjid is offline
Developer Last Online: Sep 2008 Show Printable Version Email this Page

Version: 2.3.x Rating:
Released: 06-06-2003 Last Update: Never Installs: 26
 
No support by the author.

ok i dont take any credit for this as i only changed the content from jpilot to Pjirc chat all cridet goes to FleaBag as he created it first if you want you can see live Live Demo this is for people who dont want to pay for registeration its a open Source Pjirc Website everything is included in the file and explaned
I think this is better then jpilot because it has DCC feature aswell plus you can be
it has the following features

- Highlight support
- ASL handling
- Graphical bitmap used for smiley?s
- Nickname auto completion
- Nick, channel and URL catcher
- Sound support
- Multilingual support
- Esthetical options such as background image, per-channel color configuration, and so on?
- UTF-8 encoding support
- Support for external control via javascript
- ?On connect? command list
- Time stamping
- Fast, light and reliable
- Free and open source
if you cannot login to demo then please go to the homepage and click on the chatroom
http://www.spinzone.org/


i am sorry my english is not that good but i will try and answer your question

Show Your Support

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

Comments
  #32  
Old 06-11-2003, 07:01 PM
sajjid sajjid is offline
 
Join Date: Jul 2002
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Today at 03:18 AM morrow said this in Post #29
Very nice hack... Up and running in about 5 minutes with my own customized image. A few questions...

1. Are you going to proceed with giving an option of a pop up window rather than having this in the main browser?

2. Is there a faster server out there?

And that's about it. I'm in the NY area and this server takes quite a bit of time for me to get into.

Thanks for the nice hack... Very well done!

you can have the chat open in a new window by doing the following dont link it direct to chat.php because your images will not show do this

click on your chat link then look in your browser address bar copy that url and paste it where i have placed *******

<a href="**************" target="_blank">Chatroom</a>


dont forget to chagr thses values to suit your board centre, left or right and what fontsize should look somethng like this

<p align="center">
<normalfont><b>&lt; <a href="*******"target="_blank">Chatroom</a>

then place this link where ever you want in your forums.
Reply With Quote
  #33  
Old 06-20-2003, 04:27 PM
Realworlds Realworlds is offline
 
Join Date: Jan 2003
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hmmm some people have it up and going in five minutes, here I am two days into it and nothing.

When I try and access it, I get a blank page.

www.thecandidboard.com/forum/chat.php

Any suggestions?
Reply With Quote
  #34  
Old 06-20-2003, 05:01 PM
iggy123's Avatar
iggy123 iggy123 is offline
 
Join Date: Jan 2003
Posts: 128
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hard to say from that link- I found it one of the easiest to install... what have you put into your templates?
Reply With Quote
  #35  
Old 06-20-2003, 05:10 PM
Realworlds Realworlds is offline
 
Join Date: Jan 2003
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I redid the chat.php page and it's connected but I get **failed tolaunch ident server access denied. I think I saw someone else was having that same problem, so I'll go back and research that. Any tips in the mean time
Reply With Quote
  #36  
Old 06-20-2003, 05:30 PM
sajjid sajjid is offline
 
Join Date: Jul 2002
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i dont think you did what the instructions says because looking at your source code i see you changed the template or dont have template called chat you just added everything to chat.php
Reply With Quote
  #37  
Old 06-20-2003, 05:31 PM
iggy123's Avatar
iggy123 iggy123 is offline
 
Join Date: Jan 2003
Posts: 128
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Not to sure what that error was related too - think it was a Java issue but it shouldn't effect everyone else connecting...
here is my chat tmplate.... alter the following lines

Code:
<param name="nick" value="Chat_nick"> 
<param name="name" value="$bbtitle">
<param name="host" value="irc.server">
<param name="port" value="6667">
<param name="command1" value="join #channel">
chat_nick = what ever you want the person to connect as ( i had trouble when they were connecting using the $username)
irc.server = the IRC server you use ie gamesnet.east
#channel = the channel you use ie #antivirus


when i try to connect now i get this error
Quote:
Error : Closing Link: 0.0.0.0 (Invalid username [~$bbuserin])
thatt is the same sort of error i used to get as well. hence i changed it to "forum_user??" that will create a username of forum_user with two random numbers on the end
check mine out at http://clanantivirus.com/forums/chat.php
Reply With Quote
  #38  
Old 06-20-2003, 05:36 PM
sajjid sajjid is offline
 
Join Date: Jul 2002
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

can you try putting this in your template i just want to test it if it works the change the change the channel and server later
Reply With Quote
  #39  
Old 06-20-2003, 08:46 PM
Realworlds Realworlds is offline
 
Join Date: Jan 2003
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

sajjid, I added the tmp that you posted and added it as page2 http://www.thecandidboard.com/forum//chat2.php

It gives the same error message.

I should also admit that I have no knowledge of codeing so this is why its not working.

I'm gonna go back and re read the newest replies.
Reply With Quote
  #40  
Old 06-20-2003, 08:58 PM
iggy123's Avatar
iggy123 iggy123 is offline
 
Join Date: Jan 2003
Posts: 128
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

its definatly something in the chat template - try changing the chat server with in it and see what happens then..

BTW COOL site - have registered LOL
Reply With Quote
  #41  
Old 06-20-2003, 09:09 PM
Realworlds Realworlds is offline
 
Join Date: Jan 2003
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

LOL thanks for registering, we're all clowns over there hehehe.
Reply With Quote
Reply

Thread Tools

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 11:11 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.05532 seconds
  • Memory Usage 2,303KB
  • 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_code
  • (2)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
  • (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