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 08-12-2004 06:50 PM

Quote:

Originally Posted by Slapyo
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.

the navbar template edit adds a navbar drop down with two options a popup chat and a full page version.

we_are_borg 08-20-2004 09:54 AM

I'm getting the error "Unable to connect : null" i have tryed diffrent servers and all. Also tryed diffrent port 6660 - 7000. Strange thing is i'm still using phpnuke at the moment because board is not finished yet and there the web_chat works fine.

Config vbxirc
Code:

no
irc.slashnet.org
6667
#dws
Guest_???
Good Bye
Yes


Oblivion Knight 08-20-2004 11:00 AM

Excellent stuff, thanks Zachery.. :)

Zachery 08-20-2004 12:10 PM

Quote:

Originally Posted by we_are_borg
I'm getting the error "Unable to connect : null" i have tryed diffrent servers and all. Also tryed diffrent port 6660 - 7000. Strange thing is i'm still using phpnuke at the moment because board is not finished yet and there the web_chat works fine.

Config vbxirc
Code:

no
irc.slashnet.org
6667
#dws
Guest_???
Good Bye
Yes


Good chance slashdot has banned java clients

TeH Z0mB1E 08-22-2004 03:54 PM

installed and i just get this error everytime i try to connect

Code:

Warning: chdir(): No such file or directory (errno 2) in /home/alienfi/public_html/forums/chat/index.php on line 19

Warning: main(./global.php): failed to open stream: No such file or directory in /home/alienfi/public_html/forums/chat/index.php on line 44

Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/alienfi/public_html/forums/chat/index.php on line 44


tschitschi 08-22-2004 08:38 PM

I just installe dit and get the same error. I'm sure (and I checked it), that the path is correct and the file exists there ...

Please help !

Zachery 08-22-2004 08:39 PM

Quote:

Originally Posted by TeH Z0mB1E
installed and i just get this error everytime i try to connect

Code:

Warning: chdir(): No such file or directory (errno 2) in /home/alienfi/public_html/forums/chat/index.php on line 19

Warning: main(./global.php): failed to open stream: No such file or directory in /home/alienfi/public_html/forums/chat/index.php on line 44

Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/alienfi/public_html/forums/chat/index.php on line 44


You did not edit the chdir correctly

tschitschi 08-22-2004 09:09 PM

I'm near hitting myself ...

I downloaded the zip, extracted it on my local pc, made the steps described in the howto. then uploaded the zip to the webserver. So I changed the variable right but copied the unchanged version .... *laughing*


Nearly forgot to say: Great work!

And another question: The firewall blocks connecting to the webserver on the irc ports. This would be no prob for te forum, I think, since it runs on the same machine and I can connect over localhost, but I do not have any channels on my server, since I installed the unrealircd the first time. Now the applet says:
Code:

Connecting...
Unable to connect : null

any suggestions?

tschitschi 08-22-2004 09:30 PM

Another question: Do I have to open the port 6667 on my firewall or does the script just connect locally?

Zachery 08-22-2004 09:34 PM

You need to make sure the IRC client can connect to the server :P so yes you would need to allow irc to go though your firewall

tschitschi 08-22-2004 09:44 PM

ok. thx :)

Dave Rosteck 08-24-2004 01:46 AM

What do I do when one of my users says their username is invalid and they can't enter the chat? It's not required to register a nick on IRC am I wrong? Thanks in advance for the help.

Drache 08-24-2004 07:24 PM

I am trying to install but i stuck at step 2. :/ pls help!. could you pls tell me the path detail to the navbar template and such? becoz i tried to look for it and i couldn't find those lines that i was support to find and edit in all templates.

Dave Rosteck 08-25-2004 03:10 AM

Quote:

Originally Posted by hongfire
I am trying to install but i stuck at step 2. :/ pls help!. could you pls tell me the path detail to the navbar template and such? becoz i tried to look for it and i couldn't find those lines that i was support to find and edit in all templates.

Styles & Templates > Style Manager > Edit Templates

Drache 08-25-2004 11:44 AM

i did. I went there and tried to edit header.php but i couldn't find
PHP Code:

<td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td

but i added
PHP Code:

<!-- chat links -->
<
div class="vbmenu_popup" id="chat_menu" style="display:none">
    <
table cellpadding="4" cellspacing="1" border="0">
        <
tr><td class="thead">Chat</td></tr>
        <
tr> <td class="vbmenu_option"><a href="$vboptions[bburl]/chat/index.php?$session[sessionurl]">Chat</a></td></tr>
        <
tr> <td class="vbmenu_option"><a href="#" onClick="window.open('$vboptions[bburl]/chat/index.php?do=small','key','WIDTH=750,HEIGHT=500,scrollbars=no,left=50,top=50,screenX=50,screenY=50');return false">Chat(Popup)</a></td></tr>
    </
table>
</
div>
<!-- / 
chat links --> 

in header.php under
PHP Code:

<!--NAVBAR POPUP MENUS --> 

but still nothing happen. the menu still didn't show the chat menu.

Zachery 08-25-2004 03:16 PM

Quote:

Originally Posted by hongfire
i did. I went there and tried to edit header.php but i couldn't find
PHP Code:

<td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td

but i added
PHP Code:

<!-- chat links -->
<
div class="vbmenu_popup" id="chat_menu" style="display:none">
    <
table cellpadding="4" cellspacing="1" border="0">
        <
tr><td class="thead">Chat</td></tr>
        <
tr> <td class="vbmenu_option"><a href="$vboptions[bburl]/chat/index.php?$session[sessionurl]">Chat</a></td></tr>
        <
tr> <td class="vbmenu_option"><a href="#" onClick="window.open('$vboptions[bburl]/chat/index.php?do=small','key','WIDTH=750,HEIGHT=500,scrollbars=no,left=50,top=50,screenX=50,screenY=50');return false">Chat(Popup)</a></td></tr>
    </
table>
</
div>
<!-- / 
chat links --> 

in header.php under
PHP Code:

<!--NAVBAR POPUP MENUS --> 

but still nothing happen. the menu still didn't show the chat menu.

You only edit templates, not files, for template modifcations, and that would be the navbar template, not header.php.. because there is no header.php vB file.s

Dave Rosteck 08-26-2004 12:50 AM

Quote:

Originally Posted by Dave Rosteck
What do I do when one of my users says their username is invalid and they can't enter the chat? It's not required to register a nick on IRC am I wrong? Thanks in advance for the help.

Yo Zachery, do you know how to fix this? Thanks man.

Zachery 08-26-2004 01:18 AM

Quote:

Originally Posted by Dave Rosteck
Yo Zachery, do you know how to fix this? Thanks man.

Its a IRC server issue, there is somthing about their username that the server doesnt like, ive tried my best to strip and format user names to the proper IRC compliency

Ren 08-29-2004 01:02 PM

Welp add me too the list of the unable to connect: null

It's not that my irc server or my server doesn't allow java chat's I downloaded the pjirc for the site and it worked flawless the first time , so I think it's alot deeper than just saying what I have seen said so far. I like the hack cause I would use my database for my forums , but I guess that's all a pipe dream after beating my head for 4 hrs trying to solve a issue.

This hack gives me unable to connect: null
Pjirc works flawless

Doesn't make sense to me :disappointed:

Zachery 08-29-2004 03:48 PM

I cannot think of anything to issue that error unless, your trying to use the unsecure cab/jar files, you have the wrong cab/jar files or you have a firewall blocking the request.

There are a few instances where IRC servers do block java clients.

lierduh 08-30-2004 04:13 AM

Quote:

Originally Posted by Ren
Welp add me too the list of the unable to connect: null

It's not that my irc server or my server doesn't allow java chat's I downloaded the pjirc for the site and it worked flawless the first time , so I think it's alot deeper than just saying what I have seen said so far. I like the hack cause I would use my database for my forums , but I guess that's all a pipe dream after beating my head for 4 hrs trying to solve a issue.

This hack gives me unable to connect: null
Pjirc works flawless

Doesn't make sense to me :disappointed:

It can also happen with bad cache etc. So clear out internet temp files. At one stage, I needed to reinstall java run time on my PC and reboot my PC before I got rid of the dread Connect: null problem. So the server worked, but the PC did not.

OrangeFlea 08-30-2004 09:37 AM

Hey, Zach! Awesome work you're doing, but I've been running into trouble. I'm pretty new when it comes to this stuff, and as a result, your readme wasn't as clear to me as it was for everyone else. Let me paste to you exactly what I mean, hopefully you can help me out Sesame Street style lol:

Step 1:

Check. Got everything right.

Step 2:

Check. Got everything right.

Step 3: "Upload all files to their proper directories"

This is where I got lost. Upload all the files contained in the zip to one specific directory or separate directories? I don't know what the proper directories are. Can you help me here?

Step 4:

Check.

Step 5: "Now you're almost done! It's time to add the vBXirc settings and templates. Run the install script from your browser by going to http://yoursite.com/forum/admincp/vbxirc_install.php."

I get lost even more here. How did the vbxirc_install.php arrive in that directory to begin with? Is the /admincp folder the place where I dump all the contents of the zip file?

Please help me out here. I really want this wonderful chat of yours to be up and running soon!!

Zachery 08-30-2004 01:24 PM

Quote:

Originally Posted by OrangeFlea
Hey, Zach! Awesome work you're doing, but I've been running into trouble. I'm pretty new when it comes to this stuff, and as a result, your readme wasn't as clear to me as it was for everyone else. Let me paste to you exactly what I mean, hopefully you can help me out Sesame Street style lol:

Step 1:

Check. Got everything right.

Step 2:

Check. Got everything right.

Step 3: "Upload all files to their proper directories"

This is where I got lost. Upload all the files contained in the zip to one specific directory or separate directories? I don't know what the proper directories are. Can you help me here?

Step 4:

Check.

Step 5: "Now you're almost done! It's time to add the vBXirc settings and templates. Run the install script from your browser by going to http://yoursite.com/forum/admincp/vbxirc_install.php."

I get lost even more here. How did the vbxirc_install.php arrive in that directory to begin with? Is the /admincp folder the place where I dump all the contents of the zip file?

Please help me out here. I really want this wonderful chat of yours to be up and running soon!!

Upload the CHAT folder to your forum's root directory, upload vbxirc_install.php to your admincp directory :)

ozmazdaclub 08-31-2004 09:56 AM

getting the following error:

Warning: chdir(): SAFE MODE Restriction in effect. The script whose uid/gid is 51696/100 is not allowed to access / owned by uid/gid 0/0 in /home/s/sydneo/www/forums/chat/index.php on line 19

Warning: main(): Unable to access ./global.php in /home/s/sydneo/www/forums/chat/index.php on line 44

Warning: main(./global.php): failed to open stream: No such file or directory in /home/s/sydneo/www/forums/chat/index.php on line 44

Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/local/lib/php/') in /home/s/sydneo/www/forums/chat/index.php on line 44

Can anyone shed some light on this issue?

Zachery 08-31-2004 11:22 AM

Quote:

Originally Posted by sydneymazdaclub
getting the following error:

Warning: chdir(): SAFE MODE Restriction in effect. The script whose uid/gid is 51696/100 is not allowed to access / owned by uid/gid 0/0 in /home/s/sydneo/www/forums/chat/index.php on line 19

Warning: main(): Unable to access ./global.php in /home/s/sydneo/www/forums/chat/index.php on line 44

Warning: main(./global.php): failed to open stream: No such file or directory in /home/s/sydneo/www/forums/chat/index.php on line 44

Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/local/lib/php/') in /home/s/sydneo/www/forums/chat/index.php on line 44

Can anyone shed some light on this issue?

You dont have your chdir set correctly

ozmazdaclub 08-31-2004 09:30 PM

Ive now got it not displaying an error but it also does not display a chat window either...

venomx 09-04-2004 03:11 AM

Hmm I dont see vBXirc in my admin.. :(

venomx 09-04-2004 03:30 AM

Quote:

Originally Posted by GatorLCA
Nevermind it was under the vB Options, I thought it would have been one of the Main Options


Thanks glad I found your post! :)

proxyMX 09-05-2004 08:54 PM

Quote:

Originally Posted by venomx
Thanks glad I found your post! :)

Can i ask why im getting
"Connecting......."
Unable to connect: null

venomx 09-05-2004 09:00 PM

You have to add a server in the adminCp under VB Options / vBXirc Settings.
The server has to allow Java chats to connect.

proxyMX 09-06-2004 06:15 PM

Quote:

Originally Posted by venomx
You have to add a server in the adminCp under VB Options / vBXirc Settings.
The server has to allow Java chats to connect.

how can i find a server whcih allows java, im trying irc.dynastynet.net

venomx 09-06-2004 08:58 PM

Have you contacted them to ask?

http://www.dynastynet.net/contact.php

TeH Z0mB1E 09-07-2004 11:53 PM

Quote:

Originally Posted by TeH Z0mB1E
installed and i just get this error everytime i try to connect

Code:

Warning: chdir(): No such file or directory (errno 2) in /home/alienfi/public_html/forums/chat/index.php on line 19

Warning: main(./global.php): failed to open stream: No such file or directory in /home/alienfi/public_html/forums/chat/index.php on line 44

Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/alienfi/public_html/forums/chat/index.php on line 44


i set the CHDIR to 777 for the entire chat directory.. this isnt correct?

Zachery 09-08-2004 03:09 AM

Quote:

Originally Posted by TeH Z0mB1E
i set the CHDIR to 777 for the entire chat directory.. this isnt correct?

This is what your chdir line should be

/home/alienfi/public_html/forums/

xxxNebulaxxx 09-13-2004 09:31 PM

Quote:

In your chat/index.php file:

Now open your chat/index.php file in this folder and find:

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


Replace #path# with the full path to your forum on your server.
Hi, i am very newbie in vbulletin. I don't understand from with path are you talking about, what do i have to write here? my page is http://*****.com.ar/foro , so i have to write: http://*****.com.ar/foro ????'

and one more question: where can i found my "navbar template"???
Thank you a lot!!!!

sorry for my english, i am studying it.

sunruh 09-17-2004 02:27 PM

i just installed vbxirc 2.5.2

i get "Undefined string" in all of the boxes in the chat window.

and going to irc.dal.net port 6667 gives:
Connecting...
Unable to connect : Connection refused: connect

ideas?

p.s. your readme is wrong. in step 4, it should read "prefix each path with the URL of your sites forums", not the full path.

venomx 09-17-2004 05:09 PM

Dalnet doesnt allow java chats because I cant connect to it either.

sunruh 09-17-2004 05:38 PM

thanks, do you know of a server that i can try against?
i found a server that i can connect to. so that problem is solved.

any ideas about the "Undefined string" problems?
i get them even when connecting to the working server.

Zachery 09-17-2004 06:31 PM

Quote:

Originally Posted by sunruh
thanks, do you know of a server that i can try against?
i found a server that i can connect to. so that problem is solved.

any ideas about the "Undefined string" problems?
i get them even when connecting to the working server.

Reupload the files

sunruh 09-17-2004 06:37 PM

Quote:

Originally Posted by Zachery
Reupload the files

i just unzipped it again.
that didn't fix it.


All times are GMT. The time now is 10:54 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.01824 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
  • (6)bbcode_php_printable
  • (18)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