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
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
  #12  
Old 06-08-2003, 05:07 AM
Velocd's Avatar
Velocd Velocd is offline
 
Join Date: Mar 2002
Location: CA University
Posts: 1,696
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have this installed, yet am receiving this error:

Code:
*** Failed to launch Ident server : access denied (java.net.SocketPermission localhost:113 listen,resolve) 
Connecting... 
Unable to connect : access denied (java.net.SocketPermission irc.othersideirc.net resolve)
Much like Vile above. Even when I visit his chat, I get the error. Even with the demo chat listed in the first post, I get this error.

My channel and the server works though, I'm in it at this moment with mIRC. Is there a bug in this applet? Or a java-conflicting issue?
Reply With Quote
  #13  
Old 06-08-2003, 05:50 AM
PixelFx PixelFx is offline
 
Join Date: Dec 2002
Posts: 1,117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

has anyone made it so this works with a floating window? or would ya like me to add it? when I setup on my site?
Reply With Quote
  #14  
Old 06-08-2003, 06:04 AM
Velocd's Avatar
Velocd Velocd is offline
 
Join Date: Mar 2002
Location: CA University
Posts: 1,696
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Floating window? Are you referring to a pop-up?

Also, if you figure out the issue I stated above, please post the solution.
Reply With Quote
  #15  
Old 06-08-2003, 07:19 AM
Intex Intex is offline
 
Join Date: Apr 2002
Posts: 576
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

sajjid - is it possible to configure it for another irc network, e.g. irc.quakenet.org ?
Reply With Quote
  #16  
Old 06-08-2003, 08:47 AM
iggy123's Avatar
iggy123 iggy123 is offline
 
Join Date: Jan 2003
Posts: 128
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Today at 09:19 AM Intex said this in Post #14
sajjid - is it possible to configure it for another irc network, e.g. irc.quakenet.org ?
all you need to do is to change the template settings to the appropraite server

ie change this value:
Code:
<param name="host" value="irc.hashnet.org">
to:
Code:
<param name="host" value="irc.quakenet.org">
Reply With Quote
  #17  
Old 06-08-2003, 11:22 AM
sajjid sajjid is offline
 
Join Date: Jul 2002
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

for all those getting this error i guess is your browser setting if you that erorr Demo page because demo is working fine

[PHP*** Failed to launch Ident server : access denied (java.net.SocketPermission localhost:113 listen,resolve)
Connecting...
Unable to connect : access denied (java.net.SocketPermission irc.othersideirc.net resolve)
[/PHP]
Reply With Quote
  #18  
Old 06-08-2003, 11:47 AM
sajjid sajjid is offline
 
Join Date: Jul 2002
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I get an Unable to connect : cannot access "host" message each time I try to use PJIRC!

Security is disabled and the remote host is not the one from where you downloaded the applet.

I'm using Internet Explorer with the signed cab-file but I'm not prompted to accept the certificate and the connection cannot be performed.

Your're using the Sun Java Virtual Machine instead of the Microsoft one because you've installed
the java sun sdk. Go to the control panel, then "java plugin", then "browser", and unckeck
"Internet Explorer" checkbox.

How to avoid security popup at launch-time?

Disable security on Microsoft Internet Explorer. See security explanation below.

How does the security system work?

It seems nobody understands a single thing about the security system and code
certification. If you read these lines, don't be afraid, you're not alone

The most important thing to understand is that an applet can't do anything without
your explicit consent. If an applet was able to read or write files from or to
your computer, to send them to any remote host, or any actions such as reading
personal informations from your computer, then the internet would be a very
dangerous place. Imagine a popup with such a java applet!

That's why an applet is only able to perform a very limited set of actions.
Something an applet *CAN'T* do is to contact any remote host. That means that
PJIRC *CAN'T* contact the irc server. Hopefully, there is an exception to this
rule : an applet can contact a remote host if and only if this remote host is
the web server from where the applet has been downloaded.

In other words, if the applet is downloaded from www.somehost.com/anydir/pjirc_files,
then pjirc will be able to contact www.somehost.com, on any port, but not any other
host.

To summarize, if you want pjirc to work correctly, you MUST install your irc server
on the same server than the one running your website. This website may only contains
pjirc files while the rest of the "real" website is on any other host, that's not
a problem. But the pjirc files ARE to be on the irc server.

Sometimes, these restrictions may be unbearable for some administrators or webmasters.
That's why there is a way to avoid them using code signing and certification. A
signed application may ask the system for further privileges (as contacting any host).
The system will prompt the user if he/she really trusts this application, via some
security popup.
Reply With Quote
  #19  
Old 06-08-2003, 01:27 PM
sajjid sajjid is offline
 
Join Date: Jul 2002
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok there are two Demo,s on my site one is jpilot and other pjirc
pjirc
Spinzone

and jpilot

SpinZone Forums
Reply With Quote
  #20  
Old 06-08-2003, 04:24 PM
Velocd's Avatar
Velocd Velocd is offline
 
Join Date: Mar 2002
Location: CA University
Posts: 1,696
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Your're using the Sun Java Virtual Machine instead of the Microsoft one because you've installed
the java sun sdk. Go to the control panel, then "java plugin", then "browser", and unckeck
"Internet Explorer" checkbox.
Indeed, that does appear to be the issue. I have the chat working fine now, I simply disabled java.
Reply With Quote
  #21  
Old 06-08-2003, 06:28 PM
sajjid sajjid is offline
 
Join Date: Jul 2002
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

if you wish to add your own image in the background do following

ADD this Code just above </applet>

PHP Code:
<param name="backgroundimage" value="true">
<
param name="defaultbackgroundimage" value="background.gif"
then upload your image in the same dir as rest. My image size is 550 X 245
should be same for you aswell if you havent changed the dimensions in your chat template.
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 11:31 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.08298 seconds
  • Memory Usage 2,312KB
  • 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
  • (3)bbcode_code
  • (1)bbcode_php
  • (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
  • (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_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