Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Flashchat Integration for vB 3.5 Details »»
Flashchat Integration for vB 3.5
Version: 2.67, by Paul M Paul M is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Integration with vBulletin - Version: 3.5.x Rating:
Released: 06-28-2005 Last Update: 12-07-2006 Installs: 706
 
No support by the author.

This modification is no longer available or supported.

Flashchat integration with vBulletin 3.5

Note:
The latest versions of Flashchat include my integration as part of the standard Tufat supplied files - including the vBulletin 3.5 CMS file.



vB 3.5 integration allows ;

* Authorised members to be automatically logged in.
* All non authorised members are locked out (both are based on usergroup membership).
* If enabled, the users location is now displayed in WOL (use the plugin to avoid "Unknown Location").
* The CMS file no longer requires your vb licence code to be entered.
* Automatic login now works even if a member has not ticked "remember me".

Also ;

* Real ip detection when a proxy server is used (only if the proxy server passes on the details).
* Permanant, Private Rooms are loaded by Admins (and moderators in 4.5.0) (allows for Staff Rooms).


More notes:

* This integration is for Flashchat versions 4.7.0 upwards, support for versions prior to this has been withdrawn.
* If you use non standard usergroups you will need to edit the CMS file to give them permission to enter the chat.

[high]The CMS file assumes that you are installing Flashchat in your forum root folder - this is the same folder as your usercp.php file and includes folder. Installation will fail if you do not do this.[/high]

Support: Please check any file edits carefully, and make sure you have uploaded any edited files to the correct location - the vast majority of problems reported are due to an error made in editing [or uploading] a file. If you are still stuck and want me to take a look then feel free to PM me your site address, an admin user, and ftp access details, without these I cannot help you. I will then look as soon as I have time.

Finally, I am not Tufat.com nor anything to do with the Flashchat product - if you have questions about Flashchat in general, their forums are here.


History:

2.53 - Support for customer role added.
2.54 - GetUser caching added.
2.55 - Lastactivity update added, caching altered to match main flashchat code.
2.56 - Support for 4.5.x photo feature added with choice of avatar or profile picture.
2.57 - Changes for local language translations. Session cookie cleared on logout.
2.58 - Security fix: Integrated login code altered to cut out the use of insecure userid cookie.
2.59 - GetUser caching re-enabled, Port fix added for pre 3.5 RC3 versions of config.php
2.60 - Added the ability to login direct to a room using ../chat/flashchat.php?username=_int_&room=n
2.61 - Changes to User and Role Caching.
2.62 - Minor fix to Get User for membergroupids.
2.63 - Security (anti-hacking) code added (as supplied by Darren).
2.64 - Usergroup settings moved to top of CMS file.
2.65 - Fixed error message when accessing chat admin area.
2.66 - Default role changed.
2.67 - Minor bug fix to Avatar detection, login code changes, tidy up.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #532  
Old 12-29-2005, 12:10 PM
JAYEMULE's Avatar
JAYEMULE JAYEMULE is offline
 
Join Date: Mar 2002
Location: Ohio
Posts: 73
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #533  
Old 12-29-2005, 07:50 PM
lifesourcerec's Avatar
lifesourcerec lifesourcerec is offline
 
Join Date: Jan 2002
Posts: 429
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What code do you put in to make it open its own window?
Reply With Quote
  #534  
Old 12-30-2005, 04:11 AM
attroll's Avatar
attroll attroll is offline
 
Join Date: Jan 2003
Location: Litchfield, Me
Posts: 664
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #535  
Old 12-30-2005, 07:28 AM
kommuni kommuni is offline
 
Join Date: Apr 2004
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #536  
Old 12-30-2005, 10:59 AM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #537  
Old 12-30-2005, 04:26 PM
LockeAG's Avatar
LockeAG LockeAG is offline
 
Join Date: Aug 2005
Location: Mexico, DF
Posts: 64
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #538  
Old 12-30-2005, 05:32 PM
LockeAG's Avatar
LockeAG LockeAG is offline
 
Join Date: Aug 2005
Location: Mexico, DF
Posts: 64
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #539  
Old 12-30-2005, 07:19 PM
cdoyle cdoyle is offline
 
Join Date: Oct 2004
Posts: 462
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #540  
Old 12-30-2005, 09:29 PM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just visit the Tufat site - their forum is vbulletin, with integrated flashchat.
Reply With Quote
  #541  
Old 12-31-2005, 02:45 AM
svoec svoec is offline
 
Join Date: Mar 2002
Location: KY
Posts: 45
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:39 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05307 seconds
  • Memory Usage 2,339KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_php
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete