![]() |
this is own script to correct xml (modif)..
+ correct for connection + if guest/unregisterd displaying eror message. |
When will mibbit be disabled?
|
Quote:
|
Is this still planning on being ported to work with 3.8.4
|
Yeah sorry. My life has been a living hell for weeks and weeks, and I'm just starting to recover from a bad situation. Internet access has been limited, and that's the only way I have access to my test boards.
|
Quote:
Thank you. Quote:
|
Quote:
|
Nevermind, went ahead and did it myself. Thanks for the base of the hack. Will upgrade to your version if it's better integrated. :)
|
It'll be implemented soon. I do apologize for the long delays. I know how easy it is to implement, but I'm looking into workarounds for some issues that other people were having on my previous version.
|
Quote:
|
Quote:
i w'll remove.. |
Quote:
|
Quote:
http://www.pjirc.com/help.php?p=0&faq_id=15 Just rename them to txt and define it in the param. There's quite a few resources on this in the PJIRC Forums. |
Oh har. Didn't ever look there. Thanks.
I've been a little busy due to competitions and exams with my school, I'll finish up 2.0.2 asap. Also, I've included a small way of starting usergroup permissions, but it's not a bitfield yet. It's currently an ACP option that denies guests, and another option that allows you to list IDs you want to deny from the chat. Mibbit Settings hash is now a vBulletin option (don't mess with unless you know what you're doing) not much more done but small template cleanups |
Quote:
A few things I have noticed with PJIRC are: Needs to be a CodeBase setting in the settings to allow for the IRC to work outside of the directory the JAR files are. <applet code=IRCApplet.class codebase="{vb:raw vboptions.ezircvb4_codebase}" archive="irc.jar,pixx.jar" width=640 height=400> codebase would be http://path.to/files To make the nick of the user from the forums: <param name="nick" value="{vb:raw bbuserinfo.username}"> To join a channel: <param name="command1" value="/join {vb:raw vboptions.ezircvb4_chan}"> Also, the pixx GUI allows for color changing. http://www.pjirc.com/help.php?p=0&faq_id=16 It will take some time, but I could help making an admincp option for this if you like. <param name="pixx:color1" value="{vb:raw vboptions.ezircvb4_color1}"> <param name="pixx:color2" value="{vb:raw vboptions.ezircvb4_color2}"> <param name="pixx:color3" value="{vb:raw vboptions.ezircvb4_color3}"> |
Nah it'll be fine, but you've got a lot more time it seems to actually go through the PJIRC website lol I just usually glance over it and figure things out by messing with crap. I'll make a option group for the colors itself.
The nicks are going to have to work the same way I did mibbit, and didn't ever get to do for my EzIRC 1.x for 3.x The channel joining is obvious lol xD And as far as the codebase goes, I usually set it to just the folder "pjirc" or something along those lines, with a index.php leading to the forums. I appreciate the help, I sure as heck didn't know how to do colors. Will implement into next version :) |
I am getting requests to clean up the usernames from vbulletin to work on irc.
Extended characters should be stripped, spaces should be stripped, irc nickname can't start with a number, can only be up to length x. Stuff like that. function cleanUp(); // cleaning up forum name to be ready for irc a function could be used perhaps to clean up the forum name to be ready or irc, and parse that on to pjirc and/or mibbit. This way something like: "00mr floris@¡™£" should end up "mrfloris" And properly connect. |
I've actually had a function that does that. I suppose it wasn't working too well.
EDIT: I've rewritten the regular expression. It seems to have succeeded in a test. Implementing in 2.0.2 Could anyone check and tell me if this'd be alright? ([a-zA-Z\_\`\^]{1,32}[a-zA-Z0-9\_\`\^]{0,31}) |
If you'd like usernames to work as suggested (which I never knew the proper rules for the IRC names so it'll be fun working out little bugs with it :P) here's the code.
First, open ezirc.php and find: PHP Code:
PHP Code:
And for further notice, this thread will be a secondary checking place for support. I'll check every day, but I will mainly be on my forum (while debugging and working on EzIRC live, as well as backend functionality, etc.) |
2.0.2 is released, you may ignore the last post.
|
thanks for the update with that snn :) gonna have to figure out irc as I am still struggling with it lol
|
I've tried this with the example IRC server and it worked fine, however, I'm trying to connect through to irc.gamesurge.net and its failing. Any ideas?
Server: irc.gamesurge.net Room: lucky_golem Any ideas? |
Found it, for Game Surge you need to use: webirc.gamesurge.net:6007
|
That's rather odd, I've never had to do that with GameSurge before. I'll see if that's the only way or not.
|
Is this still working with VB 3.7.x ?
|
Please read the first Post:
Quote:
Greets,Micha |
Quote:
Quote:
|
I'm having a problem with pjirc auto-joining a particular room.
It says not enough join parameters. If I just type "/join #roomname" it works fine. Could you look at that? I'm using various EFnet servers (such as irc.prison.net) |
Quote:
|
Quote:
Are you sure you've edited the channel field properly? Haven't heard from you, but I do see the problem now. Bug Found: Doing ?select=pjirc/mibbit allows bypass of admin set options. Will be fixed in 2.0.3. The BackPort to 3.8 will be done tomorrow, and minor bug fixes will be done tomorrow. |
just tested on irc.azzurra.org and it runs ...
anyways there are some troubles with the pjirc mode ... it seems to be slow when connecting, but with the mibbit it's fast but don't connect automatically to my registered channel ... so just a question: what about security for my site? |
Hello,
after I updated my Forum and reinstall the addon, there is no Menue shown like on the Screenshot (Live Chat). How can I fix this? Thank you very much for the help. Greetings Hans |
Quote:
vBulletin Options > EzIRC: General Options > Enable Header Tab? Set this to "Yes." For now on though (in 2.0.3) it's automatically enabled. Quote:
What do you mean about the security for your site? :confused: This modification doesn't open any holes, it doesn't use any sockets, it doesn't do much more than display [based off of administrator input] to connect to a chat room, change colors / etc. for the clients, etc. |
OK thx for the explanation Billy ... :) great hack!
|
Demo link is down! :o
|
Actually, no it isn't. It was working as it was intended to. It denies guests by default. Switched the option, demo link now works properly.
|
Great mod, I will be installing this soon. Is there any plans to integrate an eggdrop script to display some the chat statistics (topic, users, who has ops, etc) in the near future? When I was on 3.6.5 I used a hack called the "Eggdrop IRC manager" that was great, but it doesnt work with vb4. I've got full shell access to both my forum and the IRC server this would be on, so I wouldn't mind trying to help out testing things if need be.
|
Quote:
Quote:
Quote:
|
There's something along those lines that was being worked on for vbirc.com, I don't know if it's still being worked on or not.
I might be able to do that, but you'd have to be on your own VPS or Dedicated server. @FF|Skyrider: vbwms.com is not the website...? edit: i don't know why vbwms.com was set to the website, but it wasn't supposed to be. I've found another bug with the script, so at the moment, you have to register to view ezirc edit2: you don't have to register now. bug fixed. I do recommend registering though, the primary support thread is being moved there. |
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. |
All times are GMT. The time now is 01:35 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|