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 2.1 (https://vborg.vbsupport.ru/showthread.php?t=228345)

toonysnn 01-14-2010 07:04 PM

Quote:

Originally Posted by HondaATC (Post 1955844)
Cool, keep me posted on the eggdrop manager. I'd definitely be interested in it and I bet some other people would be too.

My friend that manages the IRC server I use, and I were just talking last night about trying to possibly setup some checks in the database tables that would require someone to login with their forum name and password before the java applet would load (I use pjirc right now). And then possibly once thats done automatically have their IRC friendly username and password registered via NickServ via some small script. Require that to be done for anyone to join the server. Would cut out a lot of the idiots and trouble makers that come in ours. Sounds like thats pretty much exactly what you guys are working on, which would be awesome. I'll even toss a few bucks your way when its done to help out because I'd love to see something with that kind of implementation on my site.

That's something like what we're doing. EzIRC does allow you to change your name via IRC Options, things like that, but it's currently lacking an authentication method. eg nickserv authentication. hmmm I have plans. but for now, off to backport this mod to 3.x

aaronrand 01-15-2010 12:25 AM

was easy to install, thanks. my first mod :)
There isnt a way to retain forum usernames and passwords when you log in?
my friend has that option on his vbulletin site, using mibbit to connect.

toonysnn 01-15-2010 02:00 PM

You can use your username when you login, but this modification allows users to use their own nicknames. When you click on the Live Chat or IRC Chat tab (I forget which is default) there is another option under neath of it (when you're on the page) that says IRC Options. This allows users to specify a nickname of their choice, which is autoformatted to fit IRC standards.

sKippah 01-16-2010 09:06 AM

Hi. is it possible to get the Chat as a single one, own Window, not integrated in the Forum?

toonysnn 01-16-2010 04:01 PM

Quote:

Originally Posted by sKippah (Post 1957206)
Hi. is it possible to get the Chat as a single one, own Window, not integrated in the Forum?

It is possible, but is currently not built in. I'll do that for the next release. :)

sKippah 01-18-2010 12:17 PM

Quote:

Originally Posted by toonysnn (Post 1957443)
It is possible, but is currently not built in. I'll do that for the next release. :)

Thank u very much

Skyrider 01-21-2010 10:32 AM

toonysnn, is there any way you can alter this?

Quote:

To connect to IRC manually, open your favorite irc client and type: /server webirc.gamesurge.net:6007 .. and once that's completed, type /join .. or click here.
Problem here is that mibbit blocks GameSurge users using the normal irc.gamesurge.net server, hence the need for webirc.. But it seems the whole plugin takes over that server and uses it everywhere on the page. I only wish to use the webirc for mibbit, and the URL irc:// connect should use a different server link including the java link.

I also found an issue with this plugin.. At the GameSurge server, using the channel name in the AdminCP:

#ESF

gives me the error for mibbit:
Quote:

No server tab, and no channel specified.
And when I use it without # it says unvalid channel to join.

HansMuenchen 01-22-2010 11:01 AM

Hello,

in the 3.7 version of this Mod, it was possible to use the Membername for the Chat. I want ask if it will be planned to implement this again?

Maybe it would be also a nice idea to give the User the Possibility to set his Username and (if used) Nickserv password by itself into his own settings.

Thnx for the answer.

Greetings
Hans

RDX1 01-23-2010 08:45 PM

I've found a few bugs.

vboptions.ezircvb4_templatefriendlychan

Does not exist. It's on line 67, 204, 217, 284, 328.


Bug #1
Manual connection rules, displays .. instead of the channel.

Find: (Line 67)

Code:

          To connect to IRC manually, open your favorite irc client and type: <strong>/server {vb:raw vboptions.ezircvb4_server}</strong> .. and once that's completed, type <strong>/join {vb:raw vboptions.ezircvb4_templatefriendlychan}</strong> .. or click <a href='irc://{vb:raw vboptions.ezircvb4_server}/{vb:raw vboptions.ezircvb4_chan}'>here</a>. </div><br />
REPLACE:

Code:

          To connect to IRC manually, open your favorite irc client and type: <strong>/server {vb:raw vboptions.ezircvb4_server}</strong> .. and once that's completed, type <strong>/join {vb:raw vboptions.ezircvb4_chan}</strong> .. or click <a href='irc://{vb:raw vboptions.ezircvb4_server}/{vb:raw vboptions.ezircvb4_chan}'>here</a>. </div><br />

Bug #2
When you try and join a channel via PJIRC you get "JOIN not enough parameters".

FIND: (Line 217)

Code:

<param name="command1" value="join {vb:raw vboptions.ezircvb4_templatefriendlychan}">
REPLACE:

Code:

<param name="command1" value="join {vb:raw vboptions.ezircvb4_chan}">

Bug #3
Username isn't forum username when using PJIRC.

FIND: (Line 211)

Code:

<param name="nick" value="{vb:raw bbuserinfo.ezircvb4_username}">
REPLACE:

Code:

<param name="nick" value="{vb:raw bbuserinfo.username}">
REMOVE LINE 212:

Code:

<param name="alternatenick" value="{vb:raw bbuserinfo.ezircvb4_username}???">

Feature #1
Unable to select own codebase path.

FIND: (Line 209)

Code:

<applet codebase="./pjirc/" code="IRCApplet.class" archive="irc.jar,pixx.jar" width=640 height=400>
REPLACE:

Code:

<applet codebase="{vb:raw vboptions.ezircvb4_pjirccodebase}" code="IRCApplet.class" archive="irc.jar,pixx.jar" width=640 height=400>
FIND Line 462 add after </setting>

Code:

                <setting varname="ezircvb4_pjirccodebase" displayorder="20">
                                <datatype>free</datatype>
                                <defaultvalue>./pjirc</defaultvalue>
                        </setting>

FIND Line 392, ADD After

Code:

                        <phrase name="setting_ezircvb4_pjirccodebase_desc" date="1262982807" username="William E." version="2.0.1"><![CDATA[Where are your PJIRC files located? Use: http://www.yourdomain.com/path/to/pjirc]]></phrase>
                        <phrase name="setting_ezircvb4_pjirccodebase_title" date="1262982807" username="William E." version="2.0.1"><![CDATA[PJIRC Codebase Path]]></phrase>


HansMuenchen 01-26-2010 02:20 PM

Quote:

Originally Posted by RDX1 (Post 1964740)
I've found a few bugs.

vboptions.ezircvb4_templatefriendlychan

Does not exist. It's on line 67, 204, 217, 284, 328.

Hello,

can you tell me where to replace it exactly?

Thank you for the Answer

Greetings
Hans


All times are GMT. The time now is 05:17 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.04748 seconds
  • Memory Usage 1,762KB
  • 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
  • (11)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (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