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)

zanthor 02-17-2010 08:54 PM

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.

toonysnn 02-17-2010 09:06 PM

hmm, maybe I messed up on something on release... it worked fine for me. I'll check, hold on.

RoteRose 02-22-2010 11:34 PM

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'))) 


Eric Anderson 02-22-2010 11:36 PM

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...

Eric Anderson 02-23-2010 08:20 PM

Also any way to add timestamp?

abnvet 02-24-2010 04:52 AM

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

marinelife 02-25-2010 12:02 AM

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.

Floris 02-26-2010 05:43 PM

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.

Floris 02-26-2010 05:45 PM

Quote:

Originally Posted by RoteRose (Post 1989244)
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.

Floris 02-26-2010 08:12 PM

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?

Kate25 02-26-2010 08:45 PM

Quote:

Originally Posted by marinelife (Post 1990836)
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.

In your vBulletin Settings in the admincp there is the option labeled, "EzIRC: Statistics Module (vbirc only)" You go into there you can turn it off. As the option states in it's general description it will only work on the vbirc network, and furthermore if you're in channel(s) that are running the stats within them.

toonysnn 03-02-2010 12:47 AM

I apologize for the absense, I'll answer all the posts.

Quote:

Originally Posted by Eric Anderson (Post 1989907)
Also any way to add timestamp?

Which client? PJIRC or Mibbit?
Quote:

Originally Posted by abnvet (Post 1990132)
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

1. Your post is still on my website, it was in the "release category" for 3.8. I moved it to feedback.
2. No, there is NOT a ETA. I've worked on the 4.0 to get it working properly before getting to 3.8
Quote:

Originally Posted by marinelife (Post 1990836)
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.

Your channel must have StatServ, as Floris has mentioned. And it must be on the vbirc.com network.
Quote:

Originally Posted by Floris (Post 1992169)
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.

I will add all the servers in the next release. /map is handy (:
Quote:

Originally Posted by Floris (Post 1992278)
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?

I could create a link in which they could visit, and ask them how they want to have EzIRC configured, and then it tell them (in steps) what to do.

toonysnn 03-02-2010 12:49 AM

Quote:

Originally Posted by Eric Anderson (Post 1989245)
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...

Which client? Or both?
Quote:

Originally Posted by RoteRose (Post 1989244)
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'))) 


As said previously, it's only for vbirc. Thus that last line of code. I'm not sure why that PJIRC would give a null pointer exception while adding a port, it should not. I'll look into it.

Dragaon 03-05-2010 03:45 PM

I have both mibbit and pjirc working, however adding items to the pjirc.cfg has no effect. I want to add timestamps as well as userid, name, quit message. they are simply not showing up.

Also i added a channel for moderators or higher in which i set the group id# in "Usergroups to autojoin" but it doesnt work. I tried using just the word moderators as well to no avail.
I haven't fouund any documentation on this so can someone please enlighten me as to how to set this.

I also would like both clients to automatically use the members name. ezirc is only available for members at our forum. Is this possible yet?


Great mod btw, much appreciated. :)

TosaInu 03-05-2010 07:01 PM

Hello,

I can't find anything in the AdminCP/options to set the ircserver and room. And naturally, noone can chat. Where can I change this?
Edited it in the sql table.

Dragaon 03-05-2010 07:30 PM

Quote:

Originally Posted by TosaInu (Post 1997986)
Hello,

I can't find anything in the AdminCP/options to set the ircserver and room. And naturally, noone can chat. Where can I change this?
Edited it in the sql table.

For Network: EzIRC options / Network Selection / Add Network
For Channel: EzIRC options / Channel Selection / Add Channel

Floris 03-06-2010 05:28 AM

The profile of a network is the last link on the left menubox, it's not under admincp options.

Dragaon 03-08-2010 03:38 PM

Still no reply to this?
Quote:

Originally Posted by Dragaon (Post 1997845)
I have both mibbit and pjirc working, however adding items to the pjirc.cfg has no effect. I want to add timestamps as well as userid, name, quit message. they are simply not showing up. where is the info being pulled from?

Also i added a channel for moderators or higher in which i set the group id # in "Usergroups to autojoin" but it doesn't work. I tried using just the word moderators as well to no avail.
I haven't found any documentation on this so can someone please enlighten me as to how to set this?

I also would like both clients to automatically use the members name. ezirc is only available for members at our forum. Is this possible yet?


Great mod btw, much appreciated. :)


toonysnn 03-12-2010 11:36 AM

Daragon, I've been sick and had no time to get online.

No, there is not an completely automatic way for a user to have a username automatically, but I intend to make one soon. Today. I will be testing things over the weekend, and hopefully have releases ready for Monday.

As far as the moderator issue, I think I have a data handling error which only allows the first usergroup listed, or if at all. So it is a known bug.

Also, pjirc.cfg is not used. Everything is either managed from the template, or the vBulletin Options.

toonysnn 03-13-2010 02:13 AM

Everyone, I have added this to the first post, but please report all further issues to www.ezirc.org/bugs/ should you think it's a bug with EzIRC. If it's simply an issue, feel free to post here, or I'll be providing a support-ticket type of system so I can handle issues one-by-one user.

This week, I'll be working solely on vB3 & vB4 EzIRC.

KURTZ 03-13-2010 11:54 AM

hi mate i think there are some issues :)

1) in the ACP when i try to select my own created network (azzurra.org) i can't have the stats onto the forumhome, and also i can't have the selected network in the dropdown menu ...
2) when i try to edit the channel (registered by myself) i can't get saved the password and the UG auto log-in saved ... and also the page remains blanked ...
3) when i try to make the stats the page remains blanked ...

tips?

toonysnn 03-13-2010 01:35 PM

1) That's correct. That's not a bug. The Stats module is going to be for selected networks only. (Because of a required module to run stats) I will make that clear on the stats page. It requires a specific module on the network.
2) Can you explain more? It turns into a blank page, nothing more, after submitting changes to the channel?
3) Same as 1.

KURTZ 03-15-2010 10:20 AM

Quote:

Originally Posted by toonysnn (Post 2002807)
1) That's correct. That's not a bug. The Stats module is going to be for selected networks only. (Because of a required module to run stats) I will make that clear on the stats page. It requires a specific module on the network.
2) Can you explain more? It turns into a blank page, nothing more, after submitting changes to the channel?
3) Same as 1.

about the editing channels:

i've created a new channel without password and autolog-in UG, now i wanna complete these fields, so i select 'edit', put the password and the autolog-in in the fields and then i select 'edit channel' but the system haven't saved the pwd and the ug id. that i previously wrote, and like i previously said i got a blank page. the only way to put the password and the id. into the chan is when you create a new channel ... also i just found another small issue, if you have only one chan saved with the password and the autolog-in selected the mibbit gives me an error, it says 'no server and chan tab selected' ...

same thing for the 'make stats', when i select this button i got a blank page; so i need to reload manually this page in the ACP.

Floris 03-15-2010 07:20 PM

If you tell me your chat channel on vbirc, i can put the stats module in there so your stats should work.

Drake Splinter 03-16-2010 12:10 AM

Is it possible to have the statistics module display the names of the users currently chatting instead of just the number? My channel has the vbirc statserv, so my statistics module does work, I'm just wondering if more detailed statics could be possible, similar to what is available on the stats.vbirc.com page. Not incredibly detailed stats, mind you, just the user names of the people currently in the chat would be nice - I know people on my site would be more likely to enter the chat if they knew who was already signed in.

Floris 03-16-2010 02:09 AM

the remote.php supports this yeah. to my knowledge ezirc would support this too, not sure if the current build already has that in it.

%23 = #, for #chat, example: http://stats.vbirc.com/remote.php?fu...&param=%23chat

KURTZ 03-16-2010 10:18 AM

Quote:

Originally Posted by Floris (Post 2004264)
If you tell me your chat channel on vbirc, i can put the stats module in there so your stats should work.

#fniv.it :)

edit: @ [name]Floris[/name] thanks

sKippah 03-17-2010 04:21 PM

Hi there. i installed the new Version. well, ;) with a lil error

Quote:

Array ( [vbulletin_collapse] => [bb_referrerid] => 0 [bb_userid] => 1 [bb_password] => e1e41b83200f779fdd59a5637e5***** [bb_lastvisit] => 1268843175 [bb_lastactivity] => 0 [bb_threadedmode] => [bb_sessionhash] => 5c781e89b32d3fb86d70d94980c***** [bb_userstyleid] => 39 [bb_languageid] => 2 [s] => [styleid] => 0 [langid] => 0 [adminhash] => 57068238cd4cf44aad1b2c660ec**** [ajax] => 0 [bb_cpsession] => 2ec94a95e0856e43c001ba9552***** [title] => [server] => [linkserver] => [selected] => 1 )
This i get when i want to add a Network

Floris 03-17-2010 11:02 PM

Quote:

Originally Posted by KURTZ (Post 2004694)
#fniv.it :)

edit: @ [name]Floris[/name] thanks

I've added the service bots.

KURTZ 03-18-2010 09:58 AM

Quote:

Originally Posted by Floris (Post 2005781)
I've added the service bots.

thanks, so now what i need to do? :)

edit: i think there is a trouble, i settled a topic into my channel, but it doesn't appear onto the forumhome ...

sKippah 03-18-2010 09:16 PM

Ok. Installed a new clean forum and the chat. I choosed Quakenet, but not sure if its set coz i dont see if it is set and after i entered a Username it will not log me into the chat. i will be redirected to the Page where i have to enter my nick

Edit. Now i got a Chan Window. BUT..... i have to use the return button of my browser and then using the IRC Chat button again to get into the IRC Chat..... hmm

Floris 03-18-2010 10:59 PM

Quote:

Originally Posted by KURTZ (Post 2005879)
thanks, so now what i need to do? :)

edit: i think there is a trouble, i settled a topic into my channel, but it doesn't appear onto the forumhome ...

The remote.php shows the data, including the topic. So it's the ezirc plugin not storing it or using it. That's something SNN has to look into.

KURTZ 03-19-2010 11:47 AM

Quote:

Originally Posted by Floris (Post 2006155)
The remote.php shows the data, including the topic. So it's the ezirc plugin not storing it or using it. That's something SNN has to look into.

so this hack need a fix?

Dragaon 03-19-2010 03:20 PM

Quote:

Originally Posted by toonysnn (Post 2002130)
Also, pjirc.cfg is not used. Everything is either managed from the template, or the vBulletin Options.

Where then can I set the default ident , name and other info to be parsed by pjirc? would that be in ezirc.php?

toonysnn 03-24-2010 09:38 PM

KURTZ, it's quite possible that the server you're using cannot support the methods I have to use in order to read the data. I will add a auto-detection module that will report it to the administrator editing the settings, should they not already know of the disability, and to use it at their own risk that it may not work.

Dragaon, in the template ezircvb4_pjirc.

And guys, I'd like to try to move support / bugs to www.ezirc.org/forum/ as it would be easier on me, and I'll have more time to sort through the threads/posts. I'm slowly progressing on the vb3 version of this, and I will need to get a vb4 board up on the server as well. I will do that under www.ezirc.org/forum4/

wrx1 03-30-2010 07:56 PM

Any new updates?? A couple of the options that you are talking about for the next release are items that I am looking for. Thanks again for a great release.

championcycle 04-04-2010 01:18 AM

sick man thanks!

NoCo7 04-16-2010 09:34 PM

Does anyone know where I could find a copy of PJirc that supports SSL?

toonysnn 04-25-2010 02:03 AM

Quote:

Originally Posted by wrx1 (Post 2013064)
Any new updates?? A couple of the options that you are talking about for the next release are items that I am looking for. Thanks again for a great release.

I'm sorry, no. I haven't completed anything, I've been behind in school work due to job requests from my previous customers. I'm starting work back on this now.

Quote:

Originally Posted by championcycle (Post 2015408)
sick man thanks!

No problem whatsoever :)

Quote:

Originally Posted by NoCo7 (Post 2022411)
Does anyone know where I could find a copy of PJirc that supports SSL?

I didn't know that the version on here didn't support ssl, i'll look into that.
Please note that support will be completely moved from here, as it'll be easier, quicker, and much more organized. The plugin download will also be a public download, so there is no requirement to login to some website to get the plugin.

swiftor 04-25-2010 06:24 PM

I installed this mod but can't seem to access it. I see the stats at the bottom of the forum home page, but don't get how I can actually get to the chat box.

Did I do something wrong here?


All times are GMT. The time now is 07:43 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.02681 seconds
  • Memory Usage 1,872KB
  • 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
  • (6)bbcode_code_printable
  • (9)bbcode_php_printable
  • (22)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
  • (40)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