vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   FlashChat : Integration upgrades for vBulletin. (https://vborg.vbsupport.ru/showthread.php?t=74613)

T3MEDIA 04-25-2005 12:14 PM

Woah nice. I didnt even know flashchat had a version 4.

BUT this is nice!!!

Paul M 04-25-2005 12:39 PM

Quote:

Originally Posted by jdsinclair
Well, I have installed FlashChat 4.01 onto my test server.

From your instructions:

Step 1. Can not be done in its current state as
Code:

$this->ip = $_SERVER['REMOTE_ADDR'];
has changed to
Code:

$this->ip = ($args['is_bot'] == null)? $_SERVER['REMOTE_ADDR'] : $args['is_bot'];
I am not sure what would need to replace this line.

Step 2 & 3. You need to edit sendLoginInfo.php instead of connection.php

Step 4 & 5. You need to edit vbulletinCMS.php (vB 3.0.3) or vbulletinCMS2.php (vB 3.0.7)

So it is just the Proxy detection that needs fixing as far as I know.

Hope this helps you a bit in changing the instructions for v 4.01

jd.

LOL, Thanks - I have actually already done all the required changes on my test system [last week], I just haven't got round to doing a new set of instructions for upload yet. :)

Mosh 04-25-2005 12:44 PM

Cool, I look forward in anticipation for you new install instructions :) I can then upgrade my live server to FlashChat v 4.01

Thanks for your FlashChat hacks, I love them :)

Paul M 04-25-2005 01:46 PM

Quote:

Originally Posted by jdsinclair
Cool, I look forward in anticipation for you new install instructions :)

Okay - Version 1.50 uploaded (for FC4.0.1).


Quote:

Originally Posted by jdsinclair
Thanks for your FlashChat hacks, I love them :)

Thank you. :)

Mosh 04-26-2005 08:17 AM

Thanks, have downloaded them and will install later :D

TheHokkaidoCrow 05-01-2005 06:38 AM

This part smells kind of funny...

Code:

// Edit to set user roles for different vB usergroups
function getRoles($usergroupid) {
        switch($usergroupid) {
                case 5:
                case 6:
                        return ROLE_ADMIN; // Chat Staff //
                case 2:
                case 7:
                case 8:
                        return ROLE_USER; // Allowed Users //
                default:
                        return ROLE_NOBODY; // Unauthorised Users (i.e. everyone else) //
        }
}

On my unhacked 3.0.7 vBulletin system, usergroupid 8 is the banned group. The regular users are all usergroupid 2. Why are you returning a ROLE_USER for case 8?

Paul M 05-01-2005 08:48 AM

Quote:

Originally Posted by TheHokkaidoCrow
This part smells kind of funny...

On my unhacked 3.0.7 vBulletin system, usergroupid 8 is the banned group. The regular users are all usergroupid 2. Why are you returning a ROLE_USER for case 8?

Just because Usergroup 8 is a banned group on your forum, doesn't make it so on every forum.

Like it says "// Edit to set user roles for different vB usergroups ".

..... and if you have installed this, please click on install.

T3MEDIA 05-01-2005 10:23 AM

Quote:

Originally Posted by Paul M
Okay - Version 1.50 uploaded (for FC4.0.1).


Thank you. :)

question can the vbindex/vbadvanced hack still work or its completely differnt now?

Second question is there a major difference in the chat? I have it but didnt install.

Paul M 05-01-2005 11:35 AM

Quote:

Originally Posted by T3MEDIA
question can the vbindex/vbadvanced hack still work or its completely differnt now?

Not sure what you mean, please explain.

Quote:

Originally Posted by T3MEDIA
Second question is there a major difference in the chat? I have it but didnt install.

Yes, a number of changes (like bots). However, the vB integration with it (as supplied) is complete pants and is unlikely to work for you - unless you know what you are doing, stay with 3.9.6 atm.

Mosh 05-07-2005 07:26 AM

Paul,

This has been up on my live forums for about a week and still working like a charm.

Thanks again,

jd :)


All times are GMT. The time now is 08:52 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.01314 seconds
  • Memory Usage 1,744KB
  • 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
  • (3)bbcode_code_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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