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 5 or 6 : Integration for vBulletin 3.8 (https://vborg.vbsupport.ru/showthread.php?t=201210)

SEW810 09-27-2009 11:03 PM

Quote:

Originally Posted by gg2-hungama (Post 1890523)
i upload everything and when i import file i got this error

Warning: require_once([path]/chat/temp/config.srv.php) [function.require-once]: failed to open stream: No such file or directory in [path]/admincp/plugin.php(1995) : eval()'d code on line 5

Fatal error: require_once() [function.require]: Failed opening required '/home/ggtwohun/public_html/forum/chat/temp/config.srv.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/ggtwohun/public_html/forum/admincp/plugin.php(1995) : eval()'d code on line 5


what did i do wrong ?

i assume i do not have install.php but i couldn't find it in folder ..

I got same error.


Quote:

Originally Posted by Paul M (Post 1890608)
Have you actually installed Flashchat 5 ?

THAT'S exactly what I'm trying to do !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
There is no install.php at zip file. Do I need to install something before install flashchat??

Good Lord ,,, what do you mean with "Have you actually installed Flashchat 5 ?"

Any DEMO page please?
Thnx

Paul M 09-28-2009 10:16 AM

This modification is not Flashchat.

Flashchat is a seperate application supplied by Tufat, which you must install first.

SEW810 09-29-2009 08:40 PM

ok thanx, i'll check it out.
Sorry.

And thnx for your help :)

h2ojunkie 10-05-2009 05:59 PM

After uploading the new vbulletin38CMS.php from this mod, the profile link no longer works.

Checking debug mode, it's returning the error:
vBulletin 3.8 : Integration Error 06 : Unable to load user information.

I was able to get the profile link to work again by replacing the profile section of the code from this mod:
PHP Code:

    // Returns URL of user profile page //
    
function getUserProfile($userid)
    {
        if((
$rs $this->getUserStmt->process($this->userid)) && ($rec $rs->next()))
        {
            
// Data for CSRF check
            
$fcid $rec['userid'];
            
$fcus sha1($rec['salt']);
        }
        else
        {
            exit(
'vBulletin 3.8 : Integration Error 06 : Unable to load user information.');
        }
        return (
$this->userid == $userid) ? "../profile.php?do=editprofile&fcid=$fcid&fcus=$fcus"../member.php?u=$userid&fcid=$fcid&fcus=$fcus";
    } 

With the code from the original vbulletin38CMS.php code that came with flashchat 5.0.11
PHP Code:

    // Returns URL of user profile page for such user id or null if user not found
    
function getUserProfile($userid)
    {
        return (
$this->userid == $userid) ? "../profile.php?do=editprofile" "../member.php?u=$userid";
    } 

It appears to be working fine now, however will reverting it back to the original version cause the security token error?

Paul M 10-05-2009 06:55 PM

Quote:

Originally Posted by h2ojunkie (Post 1895263)
....will reverting it back to the original version cause the security token error?

Yes, it will.

h2ojunkie 10-06-2009 02:38 AM

That's what I thought.

Any idea what might be causing the Integration Error 06.

I installed a clean version of 5.0.11 and a clean version of this mod on a test server and I'm getting that error, so I can't see how it's something else conflicting with it.

realmr 10-06-2009 08:26 AM

is this chat application gonna add up to server load or consume more bandwidth ?

Paul M 10-06-2009 10:42 AM

Quote:

Originally Posted by h2ojunkie (Post 1895459)
That's what I thought.

Any idea what might be causing the Integration Error 06.

I installed a clean version of 5.0.11 and a clean version of this mod on a test server and I'm getting that error, so I can't see how it's something else conflicting with it.

Well its failing to read the user data, no idea why tho, since its must do that elsewhere ok for integration to work.

I no longer have Flashchat 5 installed anywhere, but it worked fine when I did. Maybe something has changed in later versions, tho tbh, I would have expected more reports than just 1.

RomainVL 10-11-2009 01:37 AM

I installed it, and it works perfectly, thanks for this mod! And the Flashchat ACP is also a great feature. ;)

realmr 10-11-2009 07:27 AM

just bumping my question again, does the add-on take load on the server and consume bandwidth ??


All times are GMT. The time now is 10:16 PM.

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.01337 seconds
  • Memory Usage 1,754KB
  • 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_php_printable
  • (4)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