Author Topic: Need Immediate Fixes  (Read 2505 times)

XGC xVIPERx XI

  • Newbie
  • *
  • Posts: 6
    • View Profile
Need Immediate Fixes
« on: August 22, 2009, 00:01:42 »
There are two major problems using the Integrated version.  If I don't get these two fixed quickly, I have been instructed to shut down the chat room and not use it.

1) When it brings in the list of uses registered members it brings them all in including the banned members.  This list needs to be filtered to not include these banned members.  Where exactly is this list brought in from?  This needs to be verified everytime they login in or use the rememberme flash cookie.  That way, if there status in vBUlletin changes, it will take effect immediately in the chat room.

2) When you create a room with a password, any member can get into these rooms.  All a user needs to do is select the room with the password, it pops up the block asking for the password. At the same time the room will display.  Then all the user needs to do is hit cancel and they are in the room.  More importantly, they don't show up as a user in the room and they reside in the original room they was in.  But they can type messages in the room with the password they tried to get into.  This breaks the security of the room with passwords.

3) Also, what version of flash was this chatroom created? And is the script AS2 or AS3?

Thanks

Viper
« Last Edit: August 22, 2009, 00:04:54 by XGC xVIPERx XI »

fredric

  • Administrator
  • Jr. Member
  • *****
  • Posts: 75
    • View Profile
Re: Need Immediate Fixes
« Reply #1 on: August 22, 2009, 09:46:38 »
1) The login function checks the vB user table directly as there is no usable hook so the status is updated as soon as you update it in vB. There is no "bringing in" of the users so to speak.

I will have a look if the banned flag is checked or not, and if not I will add it.

2) This was fixed quite some time ago, please update to the latest version. Just download the latest version from the member area and replace all files.

3) I don't have the requirements right here but it was originally made for Flash 8 with AS2. According to statistics Flash 10 is now up to about 85% installation rate and Flash 9 is up to 98%.

XGC xVIPERx XI

  • Newbie
  • *
  • Posts: 6
    • View Profile
Re: Need Immediate Fixes
« Reply #2 on: August 22, 2009, 10:33:05 »
Regarding to updating to the latest version, I have the IntegrationPlugins_1.16.  Is there a newer version than that one?

Also, when would you know about the banned check?
« Last Edit: August 22, 2009, 10:34:55 by XGC xVIPERx XI »

fredric

  • Administrator
  • Jr. Member
  • *****
  • Posts: 75
    • View Profile
Re: Need Immediate Fixes
« Reply #3 on: August 27, 2009, 09:08:54 »
Apparantly under certain conditions the fix in 1.16 did not work. We have released 1.17 now that will solve the password protected rooms once and for all.

As to the banned users in vB issue we will deal with this next week.

XGC xVIPERx XI

  • Newbie
  • *
  • Posts: 6
    • View Profile
Re: Need Immediate Fixes
« Reply #4 on: August 27, 2009, 14:22:14 »
Thanks, I will install that tonight and let you know the results.  Regarding the banned members, this may help as it does look for admin which gives the ability to kick members out of a room.  Maybe you can use that logic to filter the banned members and kick them out the flashchat whether or not they login or use the flash cookie to come straight back in.  Also, if this could remove or kill the data in the Flash cookie.

XGC xVIPERx XI

  • Newbie
  • *
  • Posts: 6
    • View Profile
Re: Need Immediate Fixes
« Reply #5 on: September 02, 2009, 21:24:01 »
Sorry been busy.  I installed that new swf and that solved that one problem.  I was looking at the IntegrateVbulletin.php where it determines who is admin.  Is there a way to make that where it will discard the banned users from the query?