Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
EzIRC Chat Details »»
EzIRC Chat
Version: 1.0.4, by toonysnn toonysnn is offline
Developer Last Online: Sep 2011 Show Printable Version Email this Page

Category: Chat Modifications - Version: 3.6.x Rating:
Released: 06-06-2007 Last Update: 04-18-2008 Installs: 59
Uses Plugins
Additional Files  
No support by the author.

EzIRC for vBulletin 3.6 has been discontinued. You can now only install for vBulletin 3.7.x.


EZIRC FOR 3.7 IS HERE!

"EzIRC" Chat is a simple and easy-to-use IRC addon using pJIRC, it will advance on and on in the future.
Yes, I know, this is a simple script, but I'm new to the vBulletin coding (at least, releasing something to the public)

Just some IRC Servers...
  • irc.guru-game.com
  • irc.gamesurge.net
  • irc.freenode.net

Show Your Support

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

Comments
  #22  
Old 06-11-2007, 10:05 PM
Terrasoft Terrasoft is offline
 
Join Date: May 2007
Posts: 93
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Something weird. In the top left corner, the redirect page goes to /irc/index.php or in my case /irc/forum.php

How do I change it so it just goes to /forum.php and not in the irc folder which it shouldnt be since the correct location isnt in the irc folder?
Reply With Quote
  #23  
Old 06-13-2007, 05:28 AM
toonysnn toonysnn is offline
 
Join Date: Sep 2006
Location: Texas
Posts: 511
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You could make a forum.php file in /irc/ as this:
PHP Code:
<?php
header
('Location: ../forum.php');
?>
It will redirect it to /forum.php instead of /irc/forum.php
Reply With Quote
  #24  
Old 06-19-2007, 07:58 PM
RedGTiVR6 RedGTiVR6 is offline
 
Join Date: Dec 2006
Location: Little Elm, TX
Posts: 817
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

would it be possible to have two of these running on the forum?

We'd like to have a general chat then a specific chat for support reasons.

Would this be possible? If so, would you mind explaining how I would go about doing it?
Reply With Quote
  #25  
Old 06-19-2007, 11:13 PM
Trigr Trigr is offline
 
Join Date: Jun 2007
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by toonysnn View Post
You could make a forum.php file in /irc/ as this:
PHP Code:
<?php
header
('Location: ../forum.php');
?>
It will redirect it to /forum.php instead of /irc/forum.php

still doesnt work. it seems anything i click in my nav bar thinks its going to /irc/ instead of back to my root directory.
Reply With Quote
  #26  
Old 06-20-2007, 02:45 AM
toonysnn toonysnn is offline
 
Join Date: Sep 2006
Location: Texas
Posts: 511
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@Trigr: Weird. And I've known about the navbar issue, I'm working on a fix for that.
@RedGTiVR6: I can make a seperate XML for what you need, and it would require a seperate PHP file, but right now I am working on 1.0.2 (it will be in the root dir instead of /irc/ this time). I'll make it as soon as 1.0.2 works.
Reply With Quote
  #27  
Old 06-20-2007, 12:54 PM
RedGTiVR6 RedGTiVR6 is offline
 
Join Date: Dec 2006
Location: Little Elm, TX
Posts: 817
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

wow - that would be great! Thanks!

I think we're going to end up creating some new rooms for our forum. This would take care of the efnet problems we were running into earlier. That room was created back in 98.

Also, how hard would it be to code in archiving?
Reply With Quote
  #28  
Old 06-20-2007, 11:34 PM
andrewkhunn andrewkhunn is offline
 
Join Date: Feb 2007
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is a great plugin. I did some light hacking of the template and came up with what I think is a pretty elegant solution for my forum. You can see it in action right here:

http://elitistjerks.com/chat.php

Thanks toonysnn!
Reply With Quote
  #29  
Old 06-21-2007, 07:03 AM
toonysnn toonysnn is offline
 
Join Date: Sep 2006
Location: Texas
Posts: 511
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RedGTiVR6 View Post
wow - that would be great! Thanks!

I think we're going to end up creating some new rooms for our forum. This would take care of the efnet problems we were running into earlier. That room was created back in 98.

Also, how hard would it be to code in archiving?
Archieving? You mean on yoursite.com/forum/archive? I wouldn't know that, my knowledge of vB coding is limited, even if I knew what you were talking about =P
@andrewkhunn: Wow, you did what I was trying to fix (and failed, x.x) ... or did you just put the IRC files in the main dir? :lol:
Your welcome
@RedGTiVR6: Here's a seperate addon for you, the new phrases will added on and the PHP file you can rename to what ever you want and put it in the /irc/ folder to get it to work (unless andrew would be kind enough to tell us how he made chat.php in the main dir and /irc/ still holding the files ) Rename the irc.php file provided in the attachments below to what ever you wish and set the settings in the ACP

(This should work, if not just tell me and I'll work it out on my test board. )

PS: 1.0.2 may not be out for a week or so, I've been a bit busy with my friends with a coding school thing and setting up all the website PHP/MySQL stuff =P
Reply With Quote
  #30  
Old 06-21-2007, 01:38 PM
RedGTiVR6 RedGTiVR6 is offline
 
Join Date: Dec 2006
Location: Little Elm, TX
Posts: 817
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

archiving, as in if we're holding a support dicussion with some members. Hit a button and it saves the conversation as a text file.

Thanks for the custom mod. Just so I can make sure we're on the same page, this will allow us to run multiple instances of an IRC chat on the forums, right?

Thanks so much!
Reply With Quote
  #31  
Old 06-21-2007, 04:35 PM
toonysnn toonysnn is offline
 
Join Date: Sep 2006
Location: Texas
Posts: 511
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ah, I see. I would guess that'd be a mod to pJIRC which I've never heard of it before, but I'll look around

Your welcome, it will run multiple instances but it will require a php edit and many xml edits (just adding another letter after the phrases [not sure if necassary] and settings etc lol)

I'll be happy to make more copies of it, if ya need it.
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 10:50 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.05387 seconds
  • Memory Usage 2,308KB
  • 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
  • (2)bbcode_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)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