vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Integration with vBulletin - Flashchat Integration for vB 3.5 (https://vborg.vbsupport.ru/showthread.php?t=91278)

Paul M 11-28-2005 11:50 AM

Quote:

Originally Posted by schuelerd
Overall it works well. I did have to update functions_online.php to recognize CHAT in WOL though. There is one annoying thing that is a problem with flashchat but it show up in the integration. Users must LOGOUT using the flashchat red button. If a user dismisses the window under Windows, the logout doesn't happen and the user still shows as logged on.

This is a poor way to handle this IMHO.

This hack includes a plugin for WOL, so why did you have to update functions_online.php ?

Logging out is nothing to do with this hack, as I have repeated more times than I care to remember, that is standard flashchat functionality - which btw has nothing to do with Windows or any other OS - it is purely down to your browser blocking popups.

Paul M 11-28-2005 11:52 AM

Quote:

Originally Posted by SolidSnake@GTI
Now 4.4.2 is out
is this integretion still working well ?

Yes.

schuelerd 11-28-2005 12:35 PM

Quote:

Originally Posted by Paul M
This hack includes a plugin for WOL, so why did you have to update functions_online.php ?

Logging out is nothing to do with this hack, as I have repeated more times than I care to remember, that is standard flashchat functionality - which btw has nothing to do with Windows or any other OS - it is purely down to your browser blocking popups.

As I said in the note, it's a problem with flashchat but it shows itself in the integration. (I'm agreeing with you ;) ) . When I went to WOL, it showed unknown location. It was looking for chat.php and when someone is in flashchat is seems to produce getxml.php as the file executed. I change chat.php to getxml.php and it now shows those users in chat. Should I have done something else?

Paul M 11-28-2005 02:40 PM

Quote:

Originally Posted by schuelerd
When I went to WOL, it showed unknown location. It was looking for chat.php and when someone is in flashchat is seems to produce getxml.php as the file executed. I change chat.php to getxml.php and it now shows those users in chat. Should I have done something else?

The product/plugin supplied in the zip file of this hack looks for getxml.php, did you import that at all ?

What you have done is actually edit some built-in vb code (yep, for some reason there is code in the stock vb code for chat.php - even though there is actually no such functionality within vb).

John Lester 11-28-2005 07:12 PM

Wow...ANOTHER simple install. Works great.

:)

John Lester 11-29-2005 04:01 AM

OK, question.

According to this: http://tufat.com/docs/flashchat/admin.html

I should be able to use an admin function to " add and remove rooms, view messages, control bans and ignores, and much more."

I realize I need to use the ACP for vBulletin to manage users and bans. But how do I add/remove rooms or view messages?

Paul M 11-29-2005 04:42 AM

goto ..../chat/admin/index.php on your forum.

John Lester 11-30-2005 03:01 AM

Quote:

Originally Posted by Paul M
goto ..../chat/admin/index.php on your forum.

Cool. Thank you for the help.

ImportPassion 11-30-2005 06:07 PM

anyone have a problem with auto-login after enabling socket server?

Paul M 11-30-2005 06:27 PM

Quote:

Originally Posted by 7thgenCivic.Com
anyone have a problem with auto-login after enabling socket server?

Socket Server cannot do auto-login with any of the current CMS files (not just vbulletin).

That said, I have an experimental (beta) 3.5 CMS file I have been working on, that can ......

ImportPassion 11-30-2005 06:39 PM

Quote:

Originally Posted by Paul M
Socket Server cannot do auto-login with any of the current CMS files (not just vbulletin).

That said, I have an experimental (beta) 3.5 CMS file I have been working on, that can ......

oh crap, didn't read that anywhere. so how do we go about getting this mysterious file?

D

Paul M 11-30-2005 06:42 PM

Quote:

Originally Posted by 7thgenCivic.Com
oh crap, didn't read that anywhere

I don't think Tufat actually mention it anywhere ........

Quote:

Originally Posted by 7thgenCivic.Com
how do we go about getting this mysterious file?

I guess you could try asking the author of it if he will let you trial a copy. ;)

Omranic 12-02-2005 12:59 AM

nice
installed & work

schuelerd 12-03-2005 10:53 AM

Quote:

Originally Posted by Paul M
The product/plugin supplied in the zip file of this hack looks for getxml.php, did you import that at all ?

What you have done is actually edit some built-in vb code (yep, for some reason there is code in the stock vb code for chat.php - even though there is actually no such functionality within vb).

NO! My error and my apologies! I overlooked that! I reverted back to vanilla VB code and installed the product and all is well! Thanks.

007 12-03-2005 08:18 PM

I guess I'm missing where the vbulletin35CMS.php is supposed to go, or what we do with it. I've had Flash Chat already installed. What do I do with the vbulletin35CMS.php file?

Paul M 12-03-2005 08:53 PM

Replace the existing one - which is in ..../chat/inc/cmses/

007 12-04-2005 04:50 AM

Thanks, that worked. Does anyone know what file edits would be necessary to create more usergroups?

There's these: 'banned' => array( 1,8 ) , // vB usergroups banned from accessing the chat.

I'd think you would have to add a row there, then add a file to layouts, and define it in common, but that didn't work. I'm sure this is possible. Does anyone know where all the file edits would be? I'd like to create permissions based on different levels of usergroups.

Paul M 12-04-2005 09:32 AM

You don,t need to add any lines, you just edit the array section in each of the four lines to add extra usergroup permissions - i.e. in the example you gave 'banned' => array( 1,8,12,15 ) will ban usergroups 1,8,12 & 15.

007 12-04-2005 02:07 PM

But what if I want each usergroup to have different permissions in the chat and not all the same? That's what I meant, but I know that you didn't write FlashChat so if you don't know that's fine. See what I mean though?

ronoxQ 12-04-2005 05:09 PM

What does this error mean?

Fatal error: Cannot instantiate non-existent class: statement in /home/oadmin/public_html/forum/vbulletin35CMS.php on line 22

djjeffa 12-04-2005 05:34 PM

ok I had flash chat on my bord befor the upgrade to 3.5 so what steps should I take to get it back?

Paul M 12-04-2005 07:29 PM

Quote:

Originally Posted by 007
But what if I want each usergroup to have different permissions in the chat and not all the same? That's what I meant, but I know that you didn't write FlashChat so if you don't know that's fine. See what I mean though?

No, I don't see, what permissions are you referring to ?

Paul M 12-04-2005 07:31 PM

Quote:

Originally Posted by ronoxQ
What does this error mean?

It means you broke something.

djjeffa 12-04-2005 09:46 PM

Quote:

Originally Posted by Paul M
It means you broke something.

hey whats my name skip lol j/k
just wondering if you could tlle me the safest way to do this since i already had this befor the upgrade to 3.5

Paul M 12-04-2005 11:06 PM

The safest way is to download the latest version and re-install it - then apply the 441+ hack.

djjeffa 12-04-2005 11:35 PM

Quote:

Originally Posted by Paul M
The safest way is to download the latest version and re-install it - then apply the 441+ hack.

do I have to remove anything befor reinstalling it?

Paul M 12-05-2005 07:53 AM

I don't think so, but then I've never done it.

RobAC 12-05-2005 11:47 AM

I upgraded PHP on my server to 5.05 and now my Flashchat application no longer works. Has anyone else had this problem??

Paul M 12-05-2005 12:51 PM

Quote:

Originally Posted by RobAC
I upgraded PHP on my server to 5.05 and now my Flashchat application no longer works. Has anyone else had this problem??

Sorry, I'm a long way from trusting php5 on a server. I think you would be better asking this on the flashchat forums, it's not really related to this hack.

Cryo 12-08-2005 12:19 AM

I'm looking to install this to a subdomain (chat.domain.com). Can you tell me what I need to change in order to make this work?

Great work by the way! Appreciate this mod very much. ^^

Paul M 12-08-2005 02:40 AM

Quote:

Originally Posted by Cryo
I'm looking to install this to a subdomain (chat.domain.com). Can you tell me what I need to change in order to make this work?

Off the top of my head I'm not sure - I think you would be better asking this in flashchats forums.

Wildthinks 12-08-2005 11:42 AM

Hi,

I tired to install Flashchat, but the vbulletin35cms.php cant read the config.php - data.
Always I've got the standard values.

The path is ok, i copy all files on /var/www/csc/forum/chat

In Forum are the usercp.ph and includes-folder.

Any hints for me?
Thank you
Thomas

emtee 12-08-2005 02:12 PM

Quote:

Originally Posted by RobAC
I upgraded PHP on my server to 5.05 and now my Flashchat application no longer works. Has anyone else had this problem??

Yup, I had the same problem! FlashChat 4.4.2 doesn't work with PHP 5.0.5

ImportPassion 12-08-2005 05:10 PM

I have PHP 5.04 and it works fine. I don't think there were major changes that would make it not work.

Nova99 12-08-2005 07:07 PM

Will this one work on v 3.5.2 ?? :)

Paul M 12-08-2005 07:33 PM

Yes.

Wildthinks 12-09-2005 04:28 AM

Quote:

Originally Posted by Wildthinks
Hi,

I tired to install Flashchat, but the vbulletin35cms.php cant read the config.php - data.
Always I've got the standard values.

The path is ok, i copy all files on /var/www/csc/forum/chat

In Forum are the usercp.ph and includes-folder.

Any hints for me?
Thank you
Thomas

Any Hints?

Paul M 12-09-2005 05:48 AM

Quote:

Originally Posted by Wildthinks
Any Hints?

Not really - I would need access to your system.

LunaTech 12-09-2005 09:34 PM

If you're using Andres' datastore plugin, this addon will give you trouble - flashchat will be blank. The only work around I've figured is to create another "config" file and remove the line:
Code:

require_once(CWD . '/includes/class_datastore_pluginsupport.php');
in the flashchat, dummy config file. Now just point flashchat to that file.

Note: in your true config file, keep the above line. :)

I tried using a variable, but for some reason it would only work some of the time. This will insure proper behavior.

Dutchmang 12-10-2005 01:16 AM

Worked fine prior to the upgrade to Flaschchat 4.42.... Now when I try to get in I get this error (<mypath> and <identifier> edited here for simplicity/security).

Quote:

Warning: fetch(/<mypath>/forums/chat/inc/../templates/templates_c/<identifier>admin_index.tpl.php): failed to open stream: Permission denied in /home/quaboag/public_html/forums/chat/inc/smarty/Smarty.class.php on line 1251

Warning: fetch(/<mypath>/forums/chat/inc/../templates/templates_c/<identifier>admin_index.tpl.php): failed to open stream: Permission denied in /home/quaboag/public_html/forums/chat/inc/smarty/Smarty.class.php on line 1251

Warning: fetch(): Failed opening '/<mypath>/forums/chat/inc/../templates/templates_c/<identifier>admin_index.tpl.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /<mypath>/forums/chat/inc/smarty/Smarty.class.php on line 1251
Any idea what I've done wrong here? I'm an admin (usergroup 6) on th' system. TIA.

Dutch
Manager, quaboag.net


All times are GMT. The time now is 06:31 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.02263 seconds
  • Memory Usage 1,829KB
  • 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
  • (1)bbcode_code_printable
  • (20)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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