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)

JAYEMULE 12-29-2005 12:10 PM

Thank you so kindly Paul ! That was what I needed to find. Don't know why I couldn't see it before but all is well now ! I have this on my test board with a few helpers checking it out and it should go onto my live board here in the next day or two. I sure appreciate your help.

Jaye

lifesourcerec 12-29-2005 07:50 PM

What code do you put in to make it open its own window?

attroll 12-30-2005 04:11 AM

Quote:

Originally Posted by lifesourcerec
What code do you put in to make it open its own window?

Your link would have to look something like this

PHP Code:

<a target="_Chat" href="http://www.hobbyinsider.net/forum/chat/flashchat.php"><b>Enter Chat Room</b></a

The
target="_Chat"
is the only thing that is added to make it open in a new window. What this does is titel the new window _Chat.

kommuni 12-30-2005 07:28 AM

Quote:

Originally Posted by Paul M
There is no autologin support for socket server mode in any flashchat cms integration. I have an experimental (alpha) cms file that does it for vb 3.5 - but it's not for public use.

Hi Paul,

anything new about the socket-support yet? Maybe any chance for you to share your pre-version with me for testing? Flashchat is not in productive use in my forums yet - i'm still waiting for a solution for that. As we have lot's of users and they're currently using my old chat extremely i don't want to start without the socket-integration yet. The non-socket-version would drive my servers crazy :)

Paul M 12-30-2005 10:59 AM

Quote:

Originally Posted by kommuni
anything new about the socket-support yet? Maybe any chance for you to share your pre-version with me for testing? Flashchat is not in productive use in my forums yet - i'm still waiting for a solution for that. As we have lot's of users and they're currently using my old chat extremely i don't want to start without the socket-integration yet. The non-socket-version would drive my servers crazy :)

I haven't worked on it for a while, so it has a few minor bugs and is not recommended for live systems. Feel free to PM me if you want to test it. I haven't tested it at all in the 4.5.x beta versions.

LockeAG 12-30-2005 04:26 PM

Hey Hi..

Well I don't know if its correct to post my problem here but ..mmh

The registred users , the moderators, the smoderators and all the normal usergroups created by default by vbulletin can acces without a problems to the flahchat, but the new groups created by me, they can't access to the flashchat , I mean they appear like banned users.. So I would like to know how to fix this problem.

Thanks

LockeAG 12-30-2005 05:32 PM

Quote:

Originally Posted by LockeAG
Hey Hi..

Well I don't know if its correct to post my problem here but ..mmh

The registred users , the moderators, the smoderators and all the normal usergroups created by default by vbulletin can acces without a problems to the flahchat, but the new groups created by me, they can't access to the flashchat , I mean they appear like banned users.. So I would like to know how to fix this problem.

Thanks

Thanks Paul M jajaja...

http://www.tufat.com/forum/showthread.php?t=11655

cdoyle 12-30-2005 07:19 PM

Hi,
Would some of you who have installed this hack, could you post your forum URL's?

I would like to see some examples on how this looks integrated with VB.

Thanks
Chris.

Paul M 12-30-2005 09:29 PM

Just visit the Tufat site - their forum is vbulletin, with integrated flashchat.

svoec 12-31-2005 02:45 AM

hey -- I'm trying to hack your hack, and could use some help..

The idea is to allow users in some groups to chat anytime, and others can only chat sunday after 18:00 hours...


so I hacked up your code like this...
(unfortunatly, since it don't work, this is a literal interpetation)



PHP Code:

if (date('D')=="Sun" and date('G')>=18)
    
$GLOBALS['vbulletin'] = array(
    
'cookie' => $config['Misc']['cookieprefix'],
    
'prefix' => $config['Database']['tableprefix'],

    
'sessupdate' => true// Update vB session table when user speaks.
    
'users' => array( 2,11,12,14 ) , // vB usergroups allowed access to chat.
    
'customer' => array( ) , // vB usergroups allowed access as customers.
    
'mods' => array( 5,7,) , // vB usergroups allowed access as chat moderators.
    
'admin' => array( ) , // vB usergroups allowed access as chat administrators.
    
'banned' => array( 1,) , // vB usergroups banned from accessing the chat.

    
}else 
             {
$GLOBALS['vbulletin'] = array(
        
'cookie' => $config['Misc']['cookieprefix'],
        
'prefix' => $config['Database']['tableprefix'],
    
        
'sessupdate' => true// Update vB session table when user speaks.
        
'users' => array( 11,12,14 ) , // vB usergroups allowed access to chat.
        
'customer' => array( ) , // vB usergroups allowed access as customers.
        
'mods' => array( 5,7,) , // vB usergroups allowed access as chat moderators.
        
'admin' => array( ) , // vB usergroups allowed access as chat administrators.
        
'banned' => array( 1,2,) , // vB usergroups banned from accessing the chat.
    


I'm just getting a blank page when I try to log into flashchat.


It don't work, and I can't figure out why!!
any help would be appreciated!!

Thanks.


All times are GMT. The time now is 04:57 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.01835 seconds
  • Memory Usage 1,765KB
  • 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
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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