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
  #432  
Old 11-23-2005, 09:35 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

Replace the code in badwords.php with this and it should be ok.

PHP Code:
// Dummy badwords //
$GLOBALS['fc_config']['badWordSubstitute'] = 'dummy';
$GLOBALS['fc_config']['badWords'] = array(
    
'dummy' => 'dummy'
); 
Reply With Quote
  #433  
Old 11-24-2005, 02:20 PM
MMiz MMiz is offline
 
Join Date: Feb 2003
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm a bit confused. You say to "Upload the product via the Product Manager using the supplied XML file." Do you mean the "Manage PRODUCTS" or "Plugin MANAGER" option?

Also, is there an option on the admincp to set up any settings?

This one is different than the hack I used in the past.

Thanks!
Reply With Quote
  #434  
Old 11-24-2005, 03:37 PM
schuelerd schuelerd is offline
 
Join Date: Jan 2004
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

1) I have installed the flashchat integration and it all works fine overall EXCEPT for the WOL status... I get an error as follows in the status readout.

Unknown Location /vb3/cmps_index.php3 @ 12:33 PM

I thought I edited everything ok....any thoughts?

2) I have noticed that just dismissing the chat window doesn't seem to remove the user from chat...is this correct? i.e. If I dismiss the chat window then the status still shows that user logged on to chat. Maybe this is a flashchat issue.

THANKS FOR A GREAT ADD ON!
Reply With Quote
  #435  
Old 11-24-2005, 06:03 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

Quote:
Originally Posted by MMiz
You say to "Upload the product via the Product Manager using the supplied XML file." Do you mean the "Manage PRODUCTS" or "Plugin MANAGER" option?
Product Manager = Manage Products.

Quote:
Originally Posted by MMiz
Also, is there an option on the admincp to set up any settings?
Nope, this has no settings to alter.

Quote:
Originally Posted by MMiz
This one is different than the hack I used in the past.
Um, well yes, it's a new version.

Quote:
Originally Posted by schuelerd
1) I have installed the flashchat integration and it all works fine overall EXCEPT for the WOL status... I get an error as follows in the status readout.

Unknown Location /vb3/cmps_index.php3 @ 12:33 PM

I thought I edited everything ok....any thoughts?
Yes, it's nothing to do with this hack, that's a cmps problem.

Quote:
Originally Posted by schuelerd
2) I have noticed that just dismissing the chat window doesn't seem to remove the user from chat...is this correct? i.e. If I dismiss the chat window then the status still shows that user logged on to chat. Maybe this is a flashchat issue.
A well known Flashchat feature;

See https://vborg.vbsupport.ru/showpost....6&postcount=59

Also, please click install (schuelerd).
Reply With Quote
  #436  
Old 11-25-2005, 12:31 AM
Erox's Avatar
Erox Erox is offline
 
Join Date: Jun 2005
Location: Poconos, PA
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Paul M
Replace the code in badwords.php with this and it should be ok.

PHP Code:
// Dummy badwords //
$GLOBALS['fc_config']['badWordSubstitute'] = 'dummy';
$GLOBALS['fc_config']['badWords'] = array(
    
'dummy' => 'dummy'
); 
Mr. Marsden, you are not a Master Coder....
You are a god. :speechless:

I just went straight with your integration hack, and it works like a charm. It doesn't seem to like noppid's integrated page, and I'll let him know. But now my gang can curse their black little hearts out. THANK YOU!!!! :banana:
Reply With Quote
  #437  
Old 11-25-2005, 07:20 AM
hubix hubix is offline
 
Join Date: Nov 2005
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello!

My english is not very fine, but i try to explain

When i want to make a shout directly to a user, i click the avatar in front of the nickname in the chatterlist. Then there is the nick in the text-input-field and i can make a shout to the user.

It looks like:

Quote:
hubix i give you a shout
But i want a @-character below or in front of the nick, so that it looks like:

Quote:
@hubix i give you a shout
In which file i got to add the @-character??

I hope you understand me!?!?


thx and greetz
hubix
Reply With Quote
  #438  
Old 11-25-2005, 07:41 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

You need to ask this in the Flashchat support forums.

www.tufat.com/forum
Reply With Quote
  #439  
Old 11-28-2005, 03:48 AM
Omranic's Avatar
Omranic Omranic is offline
 
Join Date: Jan 2005
Location: Egypt
Posts: 536
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Now 4.4.2 is out
is this integretion still working well ?
Reply With Quote
  #440  
Old 11-28-2005, 05:03 AM
attroll's Avatar
attroll attroll is offline
 
Join Date: Jan 2003
Location: Litchfield, Me
Posts: 664
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have 4.4.2 in my site and the integretion went without a hitch.
Reply With Quote
  #441  
Old 11-28-2005, 08:27 AM
schuelerd schuelerd is offline
 
Join Date: Jan 2004
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by attroll
I have 4.4.2 in my site and the integretion went without a hitch.
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.
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 08:42 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.05273 seconds
  • Memory Usage 2,330KB
  • 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
  • (9)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