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)

trilOByte 02-16-2004 01:37 AM

Quote:

Originally Posted by trilOByte
Any way to set a password for password protected channels?

Got it...


<param name="command1" value="join #channel password">

Obviously change #channel to your channel and password to whatever your password is.

It'd be nice to be able to set this from the ACP.

Animension 02-16-2004 01:45 AM

Fatal error: Failed opening required './includes/init.php' (include_path='.:/php/includes:/usr/share/php') in /home/httpd/vhosts/animension.net/httpdocs/testforum/global.php on line 18

I dont see what or where that problem is... seeing as init.php is there..

trilOByte 02-16-2004 04:25 AM

Anyone know how to prevent users from changing thier nick's? This is a feature of the jIRC hack and was wondering if it's possible with this one? I've removed the "change nick" text box, but obviously, a user can still change it using the /nick command. I'm using the applet on a password protected channel, with the password configured in the templates. The idea is you only get access to the chan via the applet, then only if you're a forum member and with no way to impersonate other members.

Zachery 02-16-2004 05:42 AM

Quote:

Originally Posted by trilOByte
Anyone know how to prevent users from changing thier nick's? This is a feature of the jIRC hack and was wondering if it's possible with this one? I've removed the "change nick" text box, but obviously, a user can still change it using the /nick command. I'm using the applet on a password protected channel, with the password configured in the templates. The idea is you only get access to the chan via the applet, then only if you're a forum member and with no way to impersonate other members.

There is a setting in most IRC servers that will prevent any users from changing their nicks, to remove this from pJIRC you would need to recompile the core, as it stands i dont belive with out direct modifcation to the source of pJIRC can it be done.


Quote:

Originally Posted by Animension
Fatal error: Failed opening required './includes/init.php' (include_path='.:/php/includes:/usr/share/php') in /home/httpd/vhosts/animension.net/httpdocs/testforum/global.php on line 18
I dont see what or where that problem is... seeing as init.php is there..

Did you make the edit for files as css?
reupload un hacked versions and try again, also make sure your chdir is set correctly

Zachery 02-16-2004 07:56 AM

Quote:

Originally Posted by trilOByte
Got it...


<param name="command1" value="join #channel password">

Obviously change #channel to your channel and password to whatever your password is.

It'd be nice to be able to set this from the ACP.

Trilo i will look to adding this in to 2.5.2

Animension 02-16-2004 02:10 PM

Quote:

Originally Posted by Faranth
Did you make the edit for files as css?
reupload un hacked versions and try again, also make sure your chdir is set correctly

I made the edit for CSS and tried (even though CSS isnt enabled), and I also tried without. Same error. In index.php I took out the ChDir part of that line because it was giving me

Quote:

Originally Posted by error
Warning: ChDir: No such file or directory (errno 2) in /home/httpd/vhosts/animension.net/httpdocs/testforum/chat/index.php on line 14

I also uploaded a fresh global.php and got the init.php error still.

Zachery 02-16-2004 02:41 PM

Quote:

Originally Posted by Animension
I made the edit for CSS and tried (even though CSS isnt enabled), and I also tried without. Same error. In index.php I took out the ChDir part of that line because it was giving me



I also uploaded a fresh global.php and got the init.php error still.

Your chdir is still wrong, if your not storing CSS as files dont do that edit to global.php.

Animension 02-16-2004 03:22 PM

This is what it is.. I'm really confused now :/

// ## Changes Directory so it can accesss vBulletin ##
("/httpdocs/testforum/");

I've tried other variations but that gives me a cannot access global.php...

Zachery 02-16-2004 03:23 PM

Quote:

Originally Posted by Animension
This is what it is.. I'm really confused now :/

// ## Changes Directory so it can accesss vBulletin ##
("/httpdocs/testforum/");

I've tried other variations but that gives me a cannot access global.php...

/home/httpd/vhosts/animension.net/httpdocs/testforum/

That is your chdir it needs full path, not reltive.

Animension 02-16-2004 03:35 PM

I put in the full path, reuploaded it, and still get the same init.php error...

Its odd because I accidentally uploaded the vbxirc index.php over my main one and it worked... but now that its in /chat/index.php it won't.

Alien 02-17-2004 06:40 AM

Hey,

Just wanted to say EXCELLENT work on this... Someone really must release the parameters for changing at least the two blue colors as I really can't keep this live with it's current look right now. :(

...but I love it! I look forward to 2.5.2, as I also have that logout error and really hope the color parameter makes it in too!

Zachery 02-17-2004 12:22 PM

Quote:

Originally Posted by Alien
Hey,

Just wanted to say EXCELLENT work on this... Someone really must release the parameters for changing at least the two blue colors as I really can't keep this live with it's current look right now. :(

...but I love it! I look forward to 2.5.2, as I also have that logout error and really hope the color parameter makes it in too!

The color parameter is there, i just dont know what it is at this moment, i will find it and add it for 2.5.2 hopefully :) i might default it to black instead of Blue, as almost any style works with black ;)

Alien 02-17-2004 02:06 PM

Hey, Zachery. :)

Okay, I did some research and figured out much of the color parameters (although I'm still flakey on a couple things) but I've gotten the entire applet to match our site. I've just made the script live for everyone, thank you so much for this! I'll keep an eye out for the update!

Zachery 02-17-2004 04:47 PM

Quote:

Originally Posted by Alien
Hey, Zachery. :)

Okay, I did some research and figured out much of the color parameters (although I'm still flakey on a couple things) but I've gotten the entire applet to match our site. I've just made the script live for everyone, thank you so much for this! I'll keep an eye out for the update!

Alien if you figured out some of the color stuff will you PM it to me if you have the time?

3.0 will hopefully be comming over the next few months :) it will be using a custom GUI that will make things very awsome for the end user :D

Alien 02-17-2004 10:27 PM

[high]* Alien moans softly.
[/high]

:p

Sure, I'll PM you tonight what I've been able to determine.

Zachery 02-17-2004 10:37 PM

Quote:

Originally Posted by Alien
[high]* Alien moans softly.
[/high]

:p

Sure, I'll PM you tonight what I've been able to determine.

That sounds so wrong... o.0

Natch 02-17-2004 11:56 PM

I'm impressed about how simply this installed ...

A couple of suggestions tho - you should probably use the local style's built in header, navbar, and footer templates - on both the index and the Help pages - the popup page could do with just the footer, without the breadcrumbs and gfx etc., but still using the local site templates ...

Zachery 02-18-2004 02:18 AM

Trying to have people use the "local" templates was more trouble than it was worth (instructions on how to edit the templates to make them work) the navbar must have its own template because the java menus popup BEHIND the applet, making them useless.

The footer needs to have its own template to make sure cron gets run and the links are 100% correct.

noppid 02-19-2004 05:15 PM

Faranth, nice hack.

I'm using pjirc and I'd like to use these two lines of code...would you mind?
PHP Code:

    // ## Removes Non Alpha Numeric charaters except for a space ##
    
$nonalnum ereg_replace("[^ [:alnum:]]"""$bbuserinfo[username]);

    
// ## Strips spaces from the name if any are found ##
    
$Nick ereg_replace(" ""_"$nonalnum); 

Thanks

Zachery 02-19-2004 06:24 PM

Quote:

Originally Posted by noppid
Faranth, nice hack.

I'm using pjirc and I'd like to use these two lines of code...would you mind?
PHP Code:

    // ## Removes Non Alpha Numeric charaters except for a space ##
    
$nonalnum ereg_replace("[^ [:alnum:]]"""$bbuserinfo[username]);

    
// ## Strips spaces from the name if any are found ##
    
$Nick ereg_replace(" ""_"$nonalnum); 

Thanks

If you need a formater for correct names for IRC wait for 2.5.2 ;)

noppid 02-19-2004 06:55 PM

Quote:

Originally Posted by Faranth
If you need a formater for correct names for IRC wait for 2.5.2 ;)

These get the job done, thanks. But I will keep an eye out. I credited the code to you in my header.

Zachery 02-19-2004 07:09 PM

They get the job done on 90% of the time :)

dutchbb 02-22-2004 03:10 PM

Can someone explain to me why I don't see a chat box on the chat page, not on other pages and not on my page...

Do I have to install software or something?

Zachery 02-22-2004 04:54 PM

Quote:

Originally Posted by Triple_T
Can someone explain to me why I don't see a chat box on the chat page, not on other pages and not on my page...

Do I have to install software or something?

have you just upgraded?

dutchbb 02-22-2004 05:07 PM

Quote:

Originally Posted by Zachery
have you just upgraded?

I run vB3 RC4 and downloaded/installed your vBXirc today.

My chatpage: http://www.dutchbodybuilding.com/forum/chat/index.php

noppid 02-22-2004 06:43 PM

Faranth, I got your post in my thread via email. I totally missed that you used pjirc, I just didn't make the connection. Sorry about that.

Regards

Zachery 02-22-2004 07:29 PM

Quote:

Originally Posted by Triple_T
I run vB3 RC4 and downloaded/installed your vBXirc today.

My chatpage: http://www.dutchbodybuilding.com/forum/chat/index.php

Are all the files uploaded?


Noppid its not a big deal :)

dutchbb 02-22-2004 08:58 PM

Quote:

Originally Posted by Zachery
Are all the files uploaded?


Noppid its not a big deal :)

Yep uploaded everything... but my brower is acting strange lately, showing images where they don't belong etc.. maybe that has something to do with it. I also get Java errors sometimes :s but this aside.

Omega Prime 02-23-2004 01:53 AM

I've got the problem of it not connecting like a few others here have had. I've uploaded all the files and I see the channel page, but it shows it as "null", even with the right channel/server/port info... :(

???`S?LV?R???` 02-23-2004 01:56 AM

lol cant believe 2.5.2 isnt done

Zachery 02-23-2004 05:27 AM

Quote:

Originally Posted by ???`S?LV?R???`
lol cant believe 2.5.2 isnt done

Been busy and i rebuilt the installer but i havent had a chacne to retest it.

dutchbb 02-23-2004 03:05 PM

So why is it not working? I really would like to use this on my website but I can't make it work :(

Zachery 02-23-2004 03:39 PM

I have no clue why it wouldnt work, are you censoring html for any reason?

dutchbb 02-23-2004 08:23 PM

Quote:

Originally Posted by Zachery
I have no clue why it wouldnt work, are you censoring html for any reason?

I disabled norton I.S. but still the same.

Just look here : http://www.dutchbodybuilding.com/forum/chat/index.php the page is there, but no chatbox. Thanks anyway

Alien 02-24-2004 12:29 PM

Guess you got this resolved? It works fine for me now.

dutchbb 02-24-2004 02:21 PM

Hm ok it doesn't work for me... So do I need to install software or is my browser corrupt???

Alien 02-24-2004 07:18 PM

Yeah, maybe clear your browsers cache/temp files and such.. Then see if you can view it.. I can see it everytime perfectly right now.

dutchbb 02-25-2004 05:14 PM

Ok, i installed java on my pc , I can see a grey box now but my browser shows: "Loading Java Applet Failed"

What now???

Zachery 02-25-2004 05:15 PM

Quote:

Originally Posted by Triple_T
Ok, i installed java on my pc , I can see a grey box now but my browser shows: "Loading Java Applet Failed"

What now???

That means the files are probally not uploaded properly/

dutchbb 02-25-2004 06:09 PM

Ok, uploaded again... the chat box shows but...

Says: "Unable to connect: null"

And yes I made a channel and changed the server info in admin cp.


All times are GMT. The time now is 10:40 PM.

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.05729 seconds
  • Memory Usage 1,838KB
  • 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
  • (2)bbcode_php_printable
  • (20)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