vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Chat Modifications - EzIRC 3.7.0 (https://vborg.vbsupport.ru/showthread.php?t=179651)

toonysnn 06-13-2008 03:14 PM

Quote:

Originally Posted by punk23 (Post 1547457)
Great Plugin but we have a slight problem. Some of our users have spaces in their usernames on the forum, when they connect to the irc server it boots them. Is there anyway to have spaces in usernames translated to dashes or underscores?

This is applied as a fix in 1.0.7.
I will work on 1.0.7 today and hopefully get to release it by tonight. :)

Release Notes: All users are, by default, not allowed to use EzIRC. You'll have to go into every usergroup, and at the bottom, allow the group to access EzIRC.

xoutlawz00x 06-15-2008 04:40 AM

Quote:

Originally Posted by toonysnn (Post 1548485)
This is applied as a fix in 1.0.7.
I will work on 1.0.7 today and hopefully get to release it by tonight. :)

Release Notes: All users are, by default, not allowed to use EzIRC. You'll have to go into every usergroup, and at the bottom, allow the group to access EzIRC.

Is this for 1.07 or 1.06 because i dont see if for 1.06 and wondering where i can find it

xoutlawz00x 06-15-2008 05:17 AM

very nice release btw thanks alot

Brundlefly 06-15-2008 02:32 PM

I'm intrested in the usernames appearing like this;

Brundlefly (Site)

Since none of my website users have the same name, there should be no duplication. Is this possible.

I do appreciate your work on this.

Thanks in advance.

Brundlefly 06-15-2008 03:04 PM

Disregard my last, I figured it out.

toonysnn 06-16-2008 09:39 PM

Quote:

Originally Posted by xoutlawz00x (Post 1549648)
Is this for 1.07 or 1.06 because i dont see if for 1.06 and wondering where i can find it

1.0.7

toonysnn 06-19-2008 09:26 PM

Okay everyone, here's just a status on 1.0.7. It's been scrapped. I'm just recreating EzIRC cause the code has gotten a tad messy and could be rewritten.

I'll post a status update later next week.

MCAlexandre 06-23-2008 11:21 PM

I have a problem. :)

As I use this modification, I can't acess some pages with the configurations, but they are not also in the Configurations Page in the ACP.

My app returns an error when users with a "!", "." or something in the nickname enter. The error says the nickname is erroneous because it has illegal carachters. After a conversation with my IRC provider, we found the solution:

Quote:

What you need to do is strip . and !'s from the nick, IRC cannot support usernames with .'s because thats used in server names, and it cant allow !, because thats used as the seperator between the nick and the host.

If using PHP, you can try the following code on the nick before it is passed to PJIRC.

This code assumes the users nick is stored in the variable "$nick", and replaces .! with underscores:

Code:

$nick = str_replace(array('!','.'), '_', $nick);

Could you help? Where am I supposed to insert this? :)

Thanks and congratulations for the excelent mod!

usertr 06-24-2008 11:54 PM

Thanks for the update.

Quote:

Okay everyone, here's just a status on 1.0.7. It's been scrapped. I'm just recreating EzIRC cause the code has gotten a tad messy and could be rewritten.

I'll post a status update later next week.
Do you envision that the new EzIRC will work and look pretty much like the one you had on your site?

Will the new one have some accommodation for forum user names with embedded spaces? (Some sort of workaround that would replace spaces with something like underlines or hyphens might work. The space things seems like a daunting obstacle. I'm sort of guessing that working on that issue is what convinced you to scrap it and start over.)

Is there any chance of its working with 3.6.10 for those of us not quite ready to enter the 3.7 bugland?

Also, can we go ahead and install 1.0.6 in the mean time, just to get oriented to it?

RvG2 06-25-2008 03:09 AM

can we have the option to use the smileys from vbulletin? so no need to upload another sets of smileys...


All times are GMT. The time now is 04:49 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.01187 seconds
  • Memory Usage 1,740KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete