![]() |
I got the chat to work partially. I was able to get the chat window to come up after finding a typo. Now within the chat window I get "Connecting....unable to connect: null".
Is this because I do not have a channel still? I have tried the commands that are in dal,net docs but don't know if I am doing them right because I can not get them to work. Help? |
Quote:
|
I got the chat working fully but I just wanted to know if there is a way to allow other members to see who's in the chat????
Thanks |
Quote:
|
Hi! I had a chat prog on my website, but decided I'd rather have one that was integrated into VB, and this look liked the ticket. Very cool hack!
Alas, I'm having installation problems. I followed all directions carefully, but although I see all the new templates, there is no new admincp settings box, and whenever I access the chat room, I receive: Warning: chdir(): No such file or directory (errno 2) in /home/virtual/site238/fst/var/www/html/forums/chat/index.php on line 19 Warning: main(./global.php): failed to open stream: No such file or directory in /home/virtual/site238/fst/var/www/html/forums/chat/index.php on line 44 Fatal error: main(): Failed opening required './global.php' (include_path='.:/php/includes:/usr/share/php') in /home/virtual/site238/fst/var/www/html/forums/chat/index.php on line 44 help! |
You need to set your chdir :P
/home/virtual/site238/fst/var/www/html/forums/ |
Thanks, I was hoping it would be just something stupid like that, but alas, I'm still having some technical difficulty, and I can't fathom what could possibly be wrong. I still don't see anything in the admincp, despite pressing F5 compulsively, and the chat room's attempted logins prove in vain. It reads upon activation:
Connecting... Logging in... -broadway.ny.us.dal.net- *** Looking up your hostname... -broadway.ny.us.dal.net- *** Checking Ident -broadway.ny.us.dal.net- *** Found your hostname -broadway.ny.us.dal.net- *** Got Ident response You have been autokilled. -broadway.ny.us.dal.net- *** You are not welcome on this network. -broadway.ny.us.dal.net- *** autokilled for [AKILL ID:1045553352K-a] [exp/javauser] Your host/IP has been banned from DALnet. Visit http://kline.dal.net/exploits/akills.htm#comp for more information. (2004/07/15 07.19) -broadway.ny.us.dal.net- *** Your hostmask is edward!JavaUser@69.37.120.40.adsl.snet.net -broadway.ny.us.dal.net- *** Your IP is 69.37.120.40 -broadway.ny.us.dal.net- *** For assistance, please email kline@dal.net and include everything shown here. Error : Closing Link: 0.0.0.0 ([AKILL ID:1045553352K-a] [exp/javauser] Your host/IP has been banned from DALnet. Visit http://kline.dal.net/exploits/akills.htm#comp for more information. (2004/07/15 07.19)) Disconnected from irc.dal.net The copy and paste popup works, though :nervous: ! |
Quote:
IRC Server = broadway.ny.us.dal.net Port Number = 6667 Room Name = #geomaine But every time I try and connect it gives me a "Unable to connect : null", I have tried changing my IRC Server to a couple different ones that dal,net has but still get the same things error message. Does anyone have any suggestions? |
Quote:
I put everything back to the way it way. I did use Dreamweaver to undo the edits. But how can I fix the link in the admincp? (Without using Dreamweaver again) |
I got it working. I used irc.slashnet.org and was able to get a connection. I am a now a little confused as to how to become a moderator of the group.
|
Parse error: parse error, unexpected T_STRING in c:\domains\realm-x.net\wwwroot\forums\chat\index.php on line 25
On the index.php file got any ideas zack? |
I think dal.net has banned java clients, sorry guys
|
What's XIRC? Where can I get it?
|
Quote:
& umm... okay, but how can del.net decide to ban java clients? They have hundreds of thousands of users, and java is sort of a mainstay. What else could be used? |
te-hee! I just found the administrative protocols :squareeyed: . Never occured to me to look in VB Options. Still won't work, but oh well.
|
I like how everyone just went right by my question....lol
Quote:
|
Quote:
If you want to use your regular navbar template instead of the one that is included with this hack, just do the following: Open chat/index.php in your editor Look for Code:
eval('$vbxirc_navbar = "' . fetch_template('vbxirc_navbar') . '";'); Code:
eval('$vbxirc_navbar = "' . fetch_template('navbar') . '";'); Now, if you want the navbar in your chatroom to be completely different than the rest of your site, just ignore these instructions and keep the "vbxirc_navbar" template. I did this on my site because when I add a new feature, I do not want to have to edit multiple navbar templates. Just trying to help. |
Quote:
|
Well, I did this and my chatroom works flawlessly
|
Yes, its not going to stop it, but trying using the quick links drop down :p
|
Thanks for nothing... I enjoy getting ignored..
|
Quote:
|
Quote:
|
I didn't mean to sound rude........... sorry....
Attrol, I want to be able to see who's online in the who's online template. |
Thanks for this hack. It works beautifully .. installed with no trouble.
Top notch work. cheers! |
Great hack. Installed without any problem. Thank you.
There is one typo in one of the template created. I think either vbxirc_index or vbxirc_small. Where 'quitmsg' spelt as 'qutmsg'. I have set the: <param name="pixx:showconnect" value="true"> From false to true, that will create a Connect/Disconnect button. I have also added the following: <param name="pixx:styleselector" value="true"> gives a colour selection for text. <param name="pixx:setfontonstyle" value="true"> gives bold and underline selection. <param name="pixx:nickprefix" value="<\b"> <param name="pixx:nickpostfix" value="\b>\s"> will make the nick bold with a space before the text. I am using the new engine downloaded from: http://www.pjirc.com/main.php It works without any problem. You can just do a drop-in replacement. The new version comes with quite a few more smileys. You can enable the smileys by inserting more lines, such as: PHP Code:
Edit. Forgot about <param name="pixx:nickpostfix" value="\b>\s"> |
Quote:
|
Quote:
If there is enough demand ill update the packages here. |
Quote:
|
How to make an avatar in the chat program:
1)Upload your shrinked down avatar to the /img/ directory, the size can be around 20x20. eg. sally.gif 2)Change your templates: vbxirc_index and vbxirc_small Add the following line to the existing smiley lines: <param name="style:smiley29" value="_eye_ img/sally.gif"> The number value (eg. 29) must be greater than the previous one. Now, after connect, change your nick name to _eye_ Your nick name area will be presented with the avatar. Basically you will see the smiley as your avatar. Naturally type _eye_ will produce an smiley as well. One thing to note, a nick name can not start with ":", so you can't name the shortcut for your avatar smiley as :eye: You can even combine your nick with avatar + nick. eg. as above: change your nick to: _eye_EYE will see an avatar before your nick of EYE. Enjoy. |
Downloaded and installed today.
An attempt to get a file (/bb/chat/com/ms/security/PermissionID.class) failed Happens with every connect as reported by site error reporting |
I am having trouble with the buttons on the chat interface as well..
I get 'Undefined string' on every button despite uploading all the files correctly.. |
Quote:
|
Everythign is installed and works on my site but this error:
An attempt to get a file (/bb/chat/com/ms/security/PermissionID.class) failed Is sent to me with every log in. |
Quote:
|
This seems to be working but when it is connecting I get an error..
Unable to connect: null ? What am I missing did i forget somthign? |
This thread is huge. o_O
Mine works great, I'm just looking for one small addition.. When a user joins, it makes them join under their username. Well, I'd like them to have a prefix on that name, since most user names are registered on the server my channel is. Something like FC_$username Any thoughts? |
Quote:
|
I <3 you. lol
Thanks |
any way to make this pop up so the users can chat and still browse the forums? only problem is it wouldn't show them as being in the chat as soon as they loaded a new page.
|
All times are GMT. The time now is 05:08 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:
|