vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   vBXirc (https://vborg.vbsupport.ru/showthread.php?t=59612)

Zachery 11-10-2004 01:36 PM

Quote:

Originally Posted by R1chardYoung
Hi,

Installed fine, working nearly..... Does everything but pass the username across to IRC so everyone is coming in as Guest_??? Any ideas what this can be?

I don't see why it wouldn't be getting the username... Can you provide me with a link?

R1chardYoung 11-11-2004 10:19 AM

Yep, www.dndgamer.com/forum just register and the chat option is on the menu :ninja:

jarvis 11-14-2004 07:21 AM

I'm getting the "Undefined Strings" all over the chat application. I have gone through this entire thread trying to find solution.

I have
  • cleared java cache
  • update java runtime
  • reuploaded files

Nothing works. Are there any more ideas? I am working on a vb3 version of my site and would love to get this working.

Thanks!

Zachery 11-14-2004 02:07 PM

Quote:

Originally Posted by jarvis
I'm getting the "Undefined Strings" all over the chat application. I have gone through this entire thread trying to find solution.

I have
  • cleared java cache
  • update java runtime
  • reuploaded files

Nothing works. Are there any more ideas? I am working on a vb3 version of my site and would love to get this working.

Thanks!

All the files should be uploaded in ASCII mode..

jarvis 11-14-2004 07:31 PM

Quote:

Originally Posted by Zachery
All the files should be uploaded in ASCII mode..

Okay, I did that. Didn't work. :(

I even downloaded the files directly from the web server and reinstalled. No luck.

Go away "undefined strings". :(

jarvis 11-16-2004 10:13 PM

Any more ideas on the undefined string?

I am running on a Windows server if that helps?

Thanks!

jarvis 11-19-2004 03:58 PM

Do I know how to kill a thread or what? ;)

I would love to get this working, so please help. Money? :)

ChuanSE 11-20-2004 05:35 AM

K, i'll help you out then :p

pm me ;)

EDDIE! 11-22-2004 02:29 AM

hi, I just installed this and when I click on chat, I get this error:
Fatal error: Call to undefined function: print_no_permission() in /hsphere/local/home/eddie/twdforums.com/chat/index.php on line 48

Zachery 11-22-2004 02:42 AM

Quote:

Originally Posted by EDDIE!
hi, I just installed this and when I click on chat, I get this error:
Fatal error: Call to undefined function: print_no_permission() in /hsphere/local/home/eddie/twdforums.com/chat/index.php on line 48

You edited somthing wrong, i would start with fresh files and try again

EDDIE! 11-22-2004 02:47 AM

I uninstalled everything, and checked the templates/files I editted and I still get that error.

Zachery 11-22-2004 03:08 AM

Quote:

Originally Posted by EDDIE!
I uninstalled everything, and checked the templates/files I editted and I still get that error.

What editor are you using to edit the files with?

EDDIE! 11-22-2004 03:11 AM

I'm using a standard HTML editor. I think that's what you call it. ;) My site is http://twdforums.com if you wanna take a look.

Lostnode 11-22-2004 03:39 AM

Eddie - Something is definatly not edited right, the print_no_permission is a standard vB function, one of the files you are referenceing, i.e. global, or a functions is not being included properly. Make sure you go into the chat/index.php and change this:

Code:

// ## Changes Directory so it can accesss vBulletin ##
// Examples
// cPanel/Linux chdir("/home/username/public_html/forum/");
// Windows chdir("c:/inetpub/users/username/www/");
chdir('');

to this
Code:

// ## Changes Directory so it can accesss vBulletin ##
// Examples
// cPanel/Linux chdir("/home/username/public_html/forum/");
// Windows chdir("c:/inetpub/users/username/www/");
chdir('/hsphere/local/home/eddie/twdforums.com/');

That way it can reference
Code:

require_once("./global.php");
Properly.

EDDIE! 11-22-2004 03:50 AM

I figured out what I did wrong, thanks guys! Nice hack Zach!

Lostnode 11-22-2004 04:06 AM

What did you do wrong
(Its nice to share with others incase some one else does the same thing)

jarvis 11-22-2004 04:17 AM

And I'm still getting the Undefined Strings, lol.

Anyone?

EDDIE! 11-22-2004 10:29 PM

the problem I encountered was that in the require once section, I put in some weird URL, so I fixed it and everything worked great. I love this chat, way better than that vBChat. I'm just gonna look to see if there are any hacks or add-ons to this one now.

jarvis 11-25-2004 05:59 AM

Well, I am pulling my hair out on this one. I can see other sites just fine, but mine pulls the progrma up with the undefined strings. I have done EVERYTHING mentioned throughout this post and judging by the lack of response, I guess I am out of luck. I almost am led to believe that this might be an issue with Windows/IIS 6?

Oh well, grateful for any more ideas that may come my way.

alfata 12-03-2004 06:23 PM

plz help me coz i need it in rtl mode (Right To Left)

coz i'm using arabic language ,so i cant chat in arabic

thanks alot

wrang 12-05-2004 09:29 AM

I cant find the panel like you say :(
Once the script is done go to your Admin CP and you will see a new group of options called "vBXirc Settings". That is where you will modify the settings, add/edit modules, and add/edit new pages.

I have tried to loggout Admin and logged in again but it still doesent came up.
http://www.saltvattensguiden1.se/forumet/chat
Regards from Sweden

wcbryant 12-05-2004 08:46 PM

I'd really like to upgrade pjirc to 2.1.1 for the new features, and particularly the signed certificate as that will make users happier.

Is it just a matter of uploading the new pjirc package overwriting what this hack uses? Or does something more complicated with this hack need to happen?

pokesph 12-07-2004 06:08 PM

Awesome hack.. i have RE-installed it our new board.. we just love it!

5 Stars, 2 Thumbs Up.. etc.

Zachery 12-07-2004 06:12 PM

Quote:

Originally Posted by wcbryant
I'd really like to upgrade pjirc to 2.1.1 for the new features, and particularly the signed certificate as that will make users happier.

Is it just a matter of uploading the new pjirc package overwriting what this hack uses? Or does something more complicated with this hack need to happen?

Ill look into updating, I am not sure depending on the changes between 2.0.1 and 2.1.X

Oblivion Knight 12-13-2004 08:28 AM

I noticed a small typo in one of the templates (I'm not sure if this has been addressed, but I'm not hunting through 47 pages - I did a search and had no results).

In vbxirc_index, find:
HTML Code:

<param name="quitmessage" value="$vboptions[qutmsg]">
Replace with:
HTML Code:

<param name="quitmessage" value="$vboptions[quitmsg]">
Otherwise, the quit message you set in the vBXirc Settings will not take effect.

kirupa 12-19-2004 06:10 PM

Wow - this is an excellent hack. I have installed it, and I had no problems with it!

Just a minor gripe - how can I change the colors for the applet? I searched this thread, but I couldn't find any information about the color parameters :)

Nevermind - I found it:
Code:

<!-- colors-->
<PARAM NAME="pixx:color0" VALUE="000000">
<PARAM NAME="pixx:color1" VALUE="000000">
<PARAM NAME="pixx:color2" VALUE="AF90C9">
<PARAM NAME="pixx:color3" VALUE="F7F7F7">
<PARAM NAME="pixx:color4" VALUE="593891">
<PARAM NAME="pixx:color5" VALUE="D6E9EF">
<PARAM NAME="pixx:color6" VALUE="EEEEEE">
<PARAM NAME="pixx:color7" VALUE="FFCC00">
<PARAM NAME="pixx:color8" VALUE="F1F1F3">
<PARAM NAME="pixx:color9" VALUE="F1F1F3">
<PARAM NAME="pixx:color10" VALUE="D6E9EF">
<PARAM NAME="pixx:color11" VALUE="F1F1F3">
<PARAM NAME="pixx:color12" VALUE="000000">
<PARAM NAME="pixx:color13" VALUE="000000">
<PARAM NAME="pixx:color14" VALUE="000000">
<PARAM NAME="pixx:color15" VALUE="F7F7F7">
<PARAM NAME="sourcecolorrule1" VALUE="all all 0=000000 1=F1F1F3">

...for the colors used on the chat at http://www.kirupaforum.com

Thanks!
Kirupa :pirate:

bold 12-20-2004 01:05 AM

Quote:

Originally Posted by kirupa
Wow - this is an excellent hack. I have installed it, and I had no problems with it!

Just a minor gripe - how can I change the colors for the applet? I searched this thread, but I couldn't find any information about the color parameters :)

Nevermind - I found it:
Code:

<!-- colors-->
<PARAM NAME="pixx:color0" VALUE="000000">
<PARAM NAME="pixx:color1" VALUE="000000">
<PARAM NAME="pixx:color2" VALUE="AF90C9">
<PARAM NAME="pixx:color3" VALUE="F7F7F7">
<PARAM NAME="pixx:color4" VALUE="593891">
<PARAM NAME="pixx:color5" VALUE="D6E9EF">
<PARAM NAME="pixx:color6" VALUE="EEEEEE">
<PARAM NAME="pixx:color7" VALUE="FFCC00">
<PARAM NAME="pixx:color8" VALUE="F1F1F3">
<PARAM NAME="pixx:color9" VALUE="F1F1F3">
<PARAM NAME="pixx:color10" VALUE="D6E9EF">
<PARAM NAME="pixx:color11" VALUE="F1F1F3">
<PARAM NAME="pixx:color12" VALUE="000000">
<PARAM NAME="pixx:color13" VALUE="000000">
<PARAM NAME="pixx:color14" VALUE="000000">
<PARAM NAME="pixx:color15" VALUE="F7F7F7">
<PARAM NAME="sourcecolorrule1" VALUE="all all 0=000000 1=F1F1F3">

...for the colors used on the chat at http://www.kirupaforum.com

Thanks!
Kirupa :pirate:

where did you find this?

GetGamer.com 12-20-2004 03:22 PM

If I have several channels setup for my site, does this MOD let users switch between them?

TMXS 12-23-2004 08:56 PM

Will this script work with Vbulletin 3.0.1?

Jason McConnell 12-29-2004 05:11 AM

Do I need to have an IRC server already installed on my site? Or will this work standalone? Just reading thru the posts in the thread and saw the setting for irc.dal.net.... and if it is stand alone, what do I change that setting to?

Oblivion Knight 12-29-2004 08:22 AM

Quote:

Originally Posted by GetGamer.com
If I have several channels setup for my site, does this MOD let users switch between them?

If they're on the same IRC network, they can run the command /join #channel and be connected to both at the same time.


Quote:

Originally Posted by Jason McConnell
Do I need to have an IRC server already installed on my site? Or will this work standalone? Just reading thru the posts in the thread and saw the setting for irc.dal.net.... and if it is stand alone, what do I change that setting to?

You need to create a channel on an IRC network (or your own if you can work out how to do it). The registration command differs slightly on each.

Slybone 12-30-2004 12:16 AM

Let me start off by saying this hack itself is great...however I have run into a small issue, my logo is designed for a non expanded type style. Is there anyway to change the /chat/index.php page so that it isnt expanded? Thanks again, if you want my forum URL just ask and ill PM you it

Oblivion Knight 12-30-2004 07:45 AM

Edit the vbxirc_header template.. :)

I copied my header template and re-edited any links present.

FlyingHammer 12-31-2004 12:34 AM

I am honestly sorry for not reading the hole thread, but Gheeesh !!

This is a GREAT I have been using VBXirc for several months. I have never seen a hack for you to see on the forums who is online.
Is there a hack for vbxirc that shows that on the forums? or in a module on VBA CMPS ?

Thanks ! FlyingHammer

FlyingHammer 12-31-2004 12:40 AM

Quote:

Originally Posted by GetGamer.com
If I have several channels setup for my site, does this MOD let users switch between them?

YES, simply once connected the users can get list of channels from the button in upper right coner. and/or type /join #channel if they know the name.

Toky0 01-01-2005 08:04 AM

How do you set up an IRC channel? I'm pretty lost on that. I have a gaming community if it helps.

T3MEDIA 01-02-2005 11:02 AM

Hey what is the price for this software? Not the intergration but the actuall irc stuff? where can you get it?

From your experience which is better
flash chat vbchat or this?
I know they all are diffent. vbchat and flashchat are kina cousins in a way.
but I would like your input regardless.

Thanks.

Zachery 01-02-2005 11:07 AM

Quote:

Originally Posted by T3MEDIA
Hey what is the price for this software? Not the intergration but the actuall irc stuff? where can you get it?

From your experience which is better
flash chat vbchat or this?
I know they all are diffent. vbchat and flashchat are kina cousins in a way.
but I would like your input regardless.

Thanks.

Well, nothing really, if you can find an irc server you like, register a chanel, your good to go, and it costs nothing.,....

w0z 01-02-2005 02:46 PM

Sowwy my n00b question, but is anyone using this Hack in vB 3.0.4 ?

I have this currently installed on my production vB 3.0.3, is there anything I should pay attention when I upgrade vB to 3.0.4, do I have to do any additional steps after upgrading to ensure this Hack will continue to work? O_o

Cheers,
w0z

Toky0 01-02-2005 03:36 PM

@w0z

Run the install script. Then uninstall it, then follow all the instructions again. I just did this and everything works fine. :banana:


All times are GMT. The time now is 06:44 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
  • Page Generation 0.03135 seconds
  • Memory Usage 1,836KB
  • 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
  • (5)bbcode_code_printable
  • (2)bbcode_html_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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