vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Chat Modifications - Flashchat: Integration for vB 3.7 (https://vborg.vbsupport.ru/showthread.php?t=166834)

Paul M 05-05-2008 01:24 PM

Who are you referring to, Andreas or me ?

Chris583 05-05-2008 05:23 PM

Is FlashChat not free? I'm trying to get the files from there site to do this integration, it costs 5$?

codershark 05-05-2008 06:08 PM

to you Paul :( even have the token mistake :)

Mosh 05-05-2008 11:02 PM

Quote:

Originally Posted by Chris583 (Post 1509524)
Is FlashChat not free? I'm trying to get the files from there site to do this integration, it costs 5$?

Yes, Flashchat is not free and does indeed costs $5, and for what it does, is well worth the money.

Al Gregory 05-06-2008 12:19 AM

perfect

Quote:

Originally Posted by Paul M (Post 1507930)
It uses the phrase "flashchat" - edit that in the ACP.


Phaedrus 05-06-2008 01:50 AM

I almost panicked until I read this part:

Code:

If no 3.7 option is available then choose the 3.6 option - then after flashchat is installed, edit the flashchat config.php file, setting the cms value as below ;

                //your CMS system
                'CMSsystem' => 'vbulletin37CMS',// default - default CMS, blank - stateless CMS

If you upgraded from 3.5 to 3.6 to 3.7... Well, if you just do this. It works.

:D

Legende 05-06-2008 08:44 AM

Did everything as described but when i enter the chat i only get a black page turning white after some seconds? please help

greets

Paul M 05-06-2008 12:51 PM

Please read the purple support text in the main post.

Phaedrus 05-06-2008 02:34 PM

Quote:

Originally Posted by Phaedrus (Post 1509958)
I almost panicked until I read this part:

Code:

If no 3.7 option is available then choose the 3.6 option - then after flashchat is installed, edit the flashchat config.php file, setting the cms value as below ;

                //your CMS system
                'CMSsystem' => 'vbulletin37CMS',// default - default CMS, blank - stateless CMS

If you upgraded from 3.5 to 3.6 to 3.7... Well, if you just do this. It works.

:D

Quote:

Originally Posted by Legende (Post 1510194)
Did everything as described but when i enter the chat i only get a black page turning white after some seconds? please help

greets

It is likely you didn't change the CMS name to the 37 version...

member007 05-06-2008 06:25 PM

I have flashchat admin panel version 2.1.0, flashchat integration version 3.55 installed with vbulletin version 3.6x. Everything is working perfectly. After I updated vbulletin to 3.7.0 everything still works so far, I guess. Now that you have flashchat integration 3.7 out, do I need to upgrade to flashchat integration 3.7? If so, how do I upgrade? Should I also upgrade the flashchat admin panel integration as well? By the way, I love your hacks. Thanks so much.

Paul M 05-06-2008 06:40 PM

I cannot comment on the ACP integration as its not mine.

You should really upgrade the integration as any future changes will not be applied to the 3.6 version.

snake-boy 05-07-2008 08:04 PM

The documentation says nothing about upgrading. I want to upgrade from 3.7.004 to 3.7.005.

Do I just import the product .xml file again (allowing overwrite obviously), or do I need to re-upload all the files again also?

Paul M 05-08-2008 07:18 AM

Re-upload the files as well.

ukdalai 05-08-2008 10:00 AM

Hi paul, since upgrading to 3.7 i have a little problem.

when you try to view a users profile you get the error:
Your submission could not be processed because a security token was missing or mismatched.

If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.


ive done the 3.7 update from this thread thinking it may fix it, but it did not.

Any thoughts

Craig

Paul M 05-08-2008 04:25 PM

Are you sure you have the latest version fully installed ?

ukdalai 05-08-2008 04:53 PM

just uploaded again, still the same thing
btw flashchat version '4.7.12'
Craig

Paul M 05-08-2008 06:06 PM

As the first post says ;

Quote:

Support: Please check the instructions, and make sure you have uploaded any files to the correct location - the vast majority of problems reported are due to an error made in editing or uploading files. 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 look when I have time

Andreas 05-09-2008 12:18 PM

Paul, I think there is a major bug in permission calculation:

PHP Code:

if(intval($rex['fcpermissions']))
{
    
$bit 1;
    foreach(
$permlist as $permission)
    {
        if (
$rex['fcpermissions'] & $bit$GLOBALS['vbulletin'][$permission][] = $group;
        
$bit *= 2;
    }
}
else
{
        exit(
'vBulletin 3.7 : Integration Error 03 : No permissions set for usergroup '.$group.'.');


This causes any user who is a member of several usergroups to not being able to use the chat - unless all groups do have permissions > 0.

This is inconsistent behaviour, as all other usergroup permissions in vBulletin are additive, eg. if I have a permission in any of my membergroups I do have the permission, no matter if I do hve it in all of my membergroups or not.

iheartvb 05-09-2008 02:45 PM

thanks for making this available!

Paul M 05-09-2008 04:41 PM

Quote:

Originally Posted by Andreas (Post 1513703)
Paul, I think there is a major bug in permission calculation:

PHP Code:

if(intval($rex['fcpermissions']))
{
    
$bit 1;
    foreach(
$permlist as $permission)
    {
        if (
$rex['fcpermissions'] & $bit$GLOBALS['vbulletin'][$permission][] = $group;
        
$bit *= 2;
    }
}
else
{
        exit(
'vBulletin 3.7 : Integration Error 03 : No permissions set for usergroup '.$group.'.');


This causes any user who is a member of several usergroups to not being able to use the chat - unless all groups do have permissions > 0.

This is inconsistent behaviour, as all other usergroup permissions in vBulletin are additive, eg. if I have a permission in any of my membergroups I do have the permission, no matter if I do hve it in all of my membergroups or not.


Sorry but I dont see any bug here - you must have set at least one permission for a usergroup (noaccess, user, mod, admin or banned). The default value is 1 (user). fcpermissions should never have the value of zero, something is broken if it does.

Andreas 05-10-2008 02:54 PM

Quote:

Sorry but I dont see any bug here - you must have set at least one permission for a usergroup
That is the bug.

Having the permissions at 0 is perfectly valid in vBulletin, as usergroup permissions are always additive.

Poltergiest 05-10-2008 03:44 PM

Quote:

Originally Posted by Andreas (Post 1514988)
That is the bug.

Having the permissions at 0 is perfectly valid in vBulletin, as usergroup permissions are always additive.

I had the same problem. A new group that I created and added to some users stopped them from getting into chat. Took a minuet to figure out that the new group that was added in addition to the normal Register User group didn't have permission and was stopping them from getting into chat.

Paul M 05-10-2008 07:21 PM

Quote:

Originally Posted by Andreas (Post 1514988)
That is the bug.

Having the permissions at 0 is perfectly valid in vBulletin, as usergroup permissions are always additive.

I dont care if its valid in vb, I already explained once that its not valid for this modification.

Quote:

fcpermissions should never have the value of zero, something is broken if it does.
There is no bug, period.

beansbaxter 05-11-2008 12:30 AM

This works fine - but it puts a Live Chat link in my Quick Links that points to:

/misc.php?do=flashchat&room=1

And I want it, to instead, point to:

/chat

How do I fix this??

Francis K 05-11-2008 03:42 AM

Hello everyone, thank you in advance for any help.

I recently downloaded the flashchat mod, unfortunately I am a complete newb at this type of thing and I would greatly appreciate some step by step instructions for installing it on to my vb3.7 forums, I would like for the chat to appear on the home page under the statistics.

Thank you again,
Frank

Bounce 05-11-2008 12:59 PM

I've updated this to latest version but still get a security token error on viewing profiles :erm:

Paul M 05-11-2008 01:34 PM

Quote:

Originally Posted by hIBEES (Post 1515927)
I've updated this to latest version but still get a security token error on viewing profiles :erm:

As per the main post;
Quote:

Support: Please check the instructions, and make sure you have uploaded any files to the correct location - the vast majority of problems reported are due to an error made in editing or uploading files. 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 look when I have time.

Bounce 05-11-2008 03:57 PM

:up:yer right lol


I forgot to change this in the config file

//your CMS system
'CMSsystem' => 'vbulletin37CMS',// default - default CMS, blank - stateless CMS


Note to self: check and double check afore moaning :D

Silvio 05-13-2008 01:09 PM

ty so much for this great hack i'm using it from long time and is working perfectly.

I do have a little issue, after reinstalling everithing to a new server + upgraded to vb 370 (I'm using the latest today version of this hack on f.c.4.7.12)

In short, the issue :
If an user has accents on its name - after all theese upgrades - its nick will be displayed inside the chat with a strange code.

for example one of my mod nick is _7000caffè and is perfectly displayed onto vb
but if she enter F.chat then will be displayed on nick list as: [_7000caff�></adu><uclc id="12812" u="81" t="11:44"><![CDATA[16777215] 11:50:

This was not happening b4 (with vb3.6.9 with same FC4.7.12 + the appropriate 3.6 version integration).
My question: Is this something related to this hack, or something on configuration, or as I dumped all in a new server (mysql and php are newer version as b4 could be mysql?)

I have no clue Idea how to fix this . Can u pls help me or give me some hints. I tried to see veronica's similar solutions on tufat forums, w/o results and then, those are non european languages, a simple accent should be normally managed i guess)

ty so much and regards

ciao

Silvio 05-13-2008 10:28 PM

Issue solved. Solution is in tufat.com utf8 on FC config file to be enabled

ty anyway

take care

t-roz 05-14-2008 12:29 PM

thnx for the integration

but my quistion is i tried it on my vb forum it worked on one style but the other style which is the main didn work it comes a blank page and it asked me to refresh it so whats the cause?

and my other quistion is the user names if they r in arabic they dont appear in arabic but when i type in arabic it appears arabic so how can i solve the arabic issue?

Paul M 05-14-2008 02:15 PM

I could not possibly guess at whats wrong with your styles.

I have no real idea how to solve your arabic issue - thats a Flashchat issue, I believe others may have changed a UTF8 setting within Flashchat.

t-roz 05-15-2008 09:41 AM

tnx bro

ok another quis

instead of opinning it in a frame how can i open it in a seprate page with a direct link for it?

joeycano 05-15-2008 01:43 PM

Excellent add-on thanks so much. I liked how easy it was to install with no issues. I do have one question:

- Am I able to add a a desktop skin mention on the FlashChat website?

I'm afraid that there may be a conflict if I add the add-0n option.

Joey Cano

Paul M 05-15-2008 05:32 PM

Sorry, I dont understand your question.

joeycano 05-15-2008 06:17 PM

If you go to the flashchat website at:

- http://www.tufat.com/s_flash_chat_chatroom.htm

You will see the following:

"NEW! Also check out the Ajax skin and Desktop skin for FlashChat (requires FlashChat installation first)."

If you follow the hyperlink you can view the demo.

Paul M 05-16-2008 11:00 AM

AFAIK, integration does not work with the ajax version.

joeycano 05-16-2008 04:28 PM

I understand that the "Desktop skin" will work? Right???

Also, I noticed that drop downs on the navbar go behind the chat screen when you click to pull them down. Specifically, on http://www.YourSite.com/forum/misc.p...ashchat&room=1

An example of a drop down is :)"Quick Links".

Thanks so much,

Joey Cano

Paul M 05-16-2008 06:46 PM

Quote:

Originally Posted by joeycano (Post 1521763)
I understand that the "Desktop skin" will work? Right???

No idea. What is the "Desktop Skin".

Quote:

Originally Posted by joeycano (Post 1521763)
Also, I noticed that drop downs on the navbar go behind the chat screen when you click to pull them down. Specifically, on http://www.YourSite.com/forum/misc.p...ashchat&room=1

Yep, there is no known fix for this.

oldengine 05-17-2008 03:44 PM

Quote:

Originally Posted by hIBEES (Post 1516171)
I forgot to change this in the config file

'CMSsystem' => 'vbulletin37CMS',// default - default CMS, blank - stateless CMS

Me too. :o


All times are GMT. The time now is 10:39 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.01715 seconds
  • Memory Usage 1,843KB
  • 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_code_printable
  • (2)bbcode_php_printable
  • (15)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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