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

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

Category: Chat Modifications - Version: 4.0.x Rating:
Released: 11-18-2009 Last Update: 08-18-2010 Installs: 131
DB Changes Uses Plugins Auto-Templates
Additional Files Is in Beta Stage  
No support by the author.

<font size="3">Modification Support has been dropped.</font>

Good day.

Supporters / CoAuthors

Show Your Support

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

Comments
  #242  
Old 02-17-2010, 08:54 PM
zanthor zanthor is offline
 
Join Date: Dec 2009
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I found that I modified a template that didn't merge right, once I tanked that the channel join works now as long as I don't restrict who joins... I haven't toyed with it much past that.
Reply With Quote
  #243  
Old 02-17-2010, 09:06 PM
toonysnn toonysnn is offline
 
Join Date: Sep 2006
Location: Texas
Posts: 511
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hmm, maybe I messed up on something on release... it worked fine for me. I'll check, hold on.
Reply With Quote
  #244  
Old 02-22-2010, 11:34 PM
RoteRose RoteRose is offline
 
Join Date: Jan 2010
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,

stats wont work for me, i searche da little bit and found this typo:
PHP Code:
$ezircx $vbulletin->db->query_read("SELECT * FROM `" TABLE_PREFIX "ezircvb4_stats"); 
change it to:
PHP Code:
$ezircx $vbulletin->db->query_read("SELECT * FROM `" TABLE_PREFIX "ezircvb4_stats`"); 
but this was?t the error, no stats are shown:
Code:
Active Users in
Topic:
There are currently users online (Highest: )
If i try to join with my chat with pjirc:
Code:
Connecting... 
Unable to connect : java.lang.NullPointerException : null
edit:
ok, error occurs if you set the irc network to something like: irc.server.tld:6667, if u use irc.server.tld, pjirc connects.

Channel stats:
no wonder, they can?t work for custom irc networks, cronjob includes the following line:
PHP Code:
if(!in_array($query['server'], array('irc.vbirc.com''irc.ezirc.org''irc.vbirc.org'))) 
Reply With Quote
  #245  
Old 02-22-2010, 11:36 PM
Eric Anderson Eric Anderson is offline
 
Join Date: Oct 2009
Posts: 56
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is there anyway to add items to the right click on nickname ... The list that you get when you right click o n a nickname, kick,ban op,deop...
Reply With Quote
  #246  
Old 02-23-2010, 08:20 PM
Eric Anderson Eric Anderson is offline
 
Join Date: Oct 2009
Posts: 56
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Also any way to add timestamp?
Reply With Quote
  #247  
Old 02-24-2010, 04:52 AM
abnvet abnvet is offline
 
Join Date: Sep 2008
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi there, I posted on your site awhile back but my post is no longer there. Do you have an estimated time when you will port this for 3.8.

Thanks
Reply With Quote
  #248  
Old 02-25-2010, 12:02 AM
marinelife marinelife is offline
 
Join Date: Nov 2009
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Why after I install this do I get this on my forum:
Active Users in

Topic:

There are currently 0 users online (Highest: )

It does not do anything.
Reply With Quote
  #249  
Old 02-26-2010, 05:43 PM
Floris Floris is offline
 
Join Date: Jan 2002
Posts: 1,898
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

People who made a channel on the vbirc network and want detailed statistics, please give me a poke to get 'statserv' into your room. I will then add it.
Reply With Quote
  #250  
Old 02-26-2010, 05:45 PM
Floris Floris is offline
 
Join Date: Jan 2002
Posts: 1,898
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RoteRose View Post
Hi,

stats wont work for me, i searche da little bit and found this typo:
PHP Code:
$ezircx $vbulletin->db->query_read("SELECT * FROM `" TABLE_PREFIX "ezircvb4_stats"); 
change it to:
PHP Code:
$ezircx $vbulletin->db->query_read("SELECT * FROM `" TABLE_PREFIX "ezircvb4_stats`"); 
but this was?t the error, no stats are shown:
Code:
Active Users in
Topic:
There are currently users online (Highest: )
If i try to join with my chat with pjirc:
Code:
Connecting... 
Unable to connect : java.lang.NullPointerException : null
edit:
ok, error occurs if you set the irc network to something like: irc.server.tld:6667, if u use irc.server.tld, pjirc connects.

Channel stats:
no wonder, they can?t work for custom irc networks, cronjob includes the following line:
PHP Code:
if(!in_array($query['server'], array('irc.vbirc.com''irc.ezirc.org''irc.vbirc.org'))) 
SNN, we have 17 servers on vbirc, you would have to add the whole server range otherwise you force ppl only on those 3, but irc.vbirc.com is the rrDNS, so they also end up on others on the same network.
Reply With Quote
  #251  
Old 02-26-2010, 08:12 PM
Floris Floris is offline
 
Join Date: Jan 2002
Posts: 1,898
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Could the first post perhaps be updated with installation instructions, including how to turn on mibbit for ezirc and how to change the channel to their own channel?
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:39 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.04886 seconds
  • Memory Usage 2,324KB
  • Queries Executed 26 (?)
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
  • (4)bbcode_code
  • (6)bbcode_php
  • (1)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
  • (2)pagenav_pagelinkrel
  • (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