About the hack itself, I noticed that unregistered users can see the link to the chat, really I need this so only certain usergroups can see it and use it, can you possibly have some kind of control to do this if you bring another version out.
I will be rolling out EzIRC 2.0.2 sometime soon. I'm not 100% sure yet if the usergroup permissions are the same in vB4 as they were in vB3, but I'll find out. For a temporary fix, you can edit the ezirc.php file, and find "global.php"
After that line (meaning the entire "require("global.php")" line or whatever it is, add:
PHP Code:
if($show['guest']) { print_no_permission(); }
This will disallow guests from viewing the ezirc.php file
I will be rolling out EzIRC 2.0.2 sometime soon. I'm not 100% sure yet if the usergroup permissions are the same in vB4 as they were in vB3, but I'll find out. For a temporary fix, you can edit the ezirc.php file, and find "global.php"
After that line (meaning the entire "require("global.php")" line or whatever it is, add:
PHP Code:
if($show['guest']) { print_no_permission(); }
This will disallow guests from viewing the ezirc.php file
Thanks for that, my site is not live at the moment and everything is in testing so will wait until you are ready for this. Don't know if this is possible, but is there a way for people to save their passwords instead of inputting it in everytime, I am trying to make it so its as easy to use as possible as most of my users don't know IRC commands etc
Yeah I could add a options for that, under the IRC Options as well. Not a bad idea at all.
Since vB4 is still in Beta, I won't be making releases ASAP, I'll be ironing out bugs and working on other products as well [even if they are simple mods as such, it might just help in a users' transition to vB4]
1. This is not user->irc server client, but user->mibbit->ircserver client. So if Mibbit dont have a Iline to some ircserver, you are not able to use any own one. For example you cant use polish ircservers, or other taht are not in same country that mibbit server AND mibbit dont have iline for them.
Another thing, what about support for premium mibbit users? it woulkd be nice to have own account merged into script, coz there are no ads and more things to set;]
Well it is a work in progress, and toonsnn has said that he will add support for others apart from mibbit, using vbirc is very good and the support is second to none, Floris will take some beating I think
About premium... you can always change a line in .xml file... there is ID that you get on mibbit. You can put own one then, if you change some design on mibbit site, it will be done on your chat in second;]
well about Ilines and chat mod, there is no way that coder of mod wil do it, it is a mater of mibbit site and server and their actions...
for another way you can always use pjirc and use any server you like on your vb....
1. This is not user->irc server client, but user->mibbit->ircserver client. So if Mibbit dont have a Iline to some ircserver, you are not able to use any own one. For example you cant use polish ircservers, or other taht are not in same country that mibbit server AND mibbit dont have iline for them.
Another thing, what about support for premium mibbit users? it woulkd be nice to have own account merged into script, coz there are no ads and more things to set;]
good idea anyways. ill vote;]
vbirc is the default on this product, and vbirc network is in close contact with mibbit. And we have webirc and mibbit access lines. And it's set to be basically wide open. Making it a quick and as smooth as possible experience. No identd support is required too for example. And if you lose your connection you can quickly reconnect so works great on iPhones or netbooks, etc. Without ending up getting auto blocked due to cloning or things like that.
Yeah, I like the idea of the widget hash part to be potentially dynamic. Perhaps hide this under debug mode? Something I will talk about with toons on #ezirc chat