vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Integration with vBulletin - Flashchat Integration for vB 3.5 (https://vborg.vbsupport.ru/showthread.php?t=91278)

.Tim 07-01-2005 08:01 PM

Quote:

Originally Posted by Paul M
There is no code to check this, perhaps you are mis-interpreting the note to remind you to add your licence number ...

Here's the message I get:

Quote:

FlashChat 4.0.11 Installer
Step 2: Database Configuration
The FlashChat installer needs some information about your database to finish the installation. If you do not know this information, then please contact your website host or administrator. Please note that this is probably NOT the same as your FTP login information!

You have indicated that you wish to integrate FlashChat with vBulletin 3.0.7 NOTE: Requires input of license number in /inc/cmses/vbulletinCMS2.php. Please refer to the full integration instructions located in the TUFaT.com Wiki. There are additional steps to complete after this installer is finished.

Configuration Error!

FlashChat was unable to detect your MySQL login setting from the vBulletin 3.0.7 NOTE: Requires input of license number in /inc/cmses/vbulletinCMS2.php configuration file. You must correct this before FlashChat can finish its installation. Please refer to the integration Instructions in the TUFaT.com Wiki to ensure that the FlashChat files were correctly uploaded to your server.

Possible Reasons for this error may include:

1) FlashChat was uploaded to an incorrect server location.
2) The CMS system that you are using is unsupported by FlashChat.
3) Your server has incompatible settings which may have been undetected in Step 1 of the FlashChat installer. For example, specific security restrictions which are not typical of most PHP/MySQL setups.

Roxie 07-01-2005 08:04 PM

Check to make sure the CMS is in the config file.

.Tim 07-01-2005 08:55 PM

Quote:

Originally Posted by Roxie
Check to make sure the CMS is in the config file.

You mean this?

Code:

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

If so it's already there.

Paul M 07-01-2005 10:26 PM

Quote:

Originally Posted by .Tim
Here's the message I get:

That message is a load of bull, The licence code is only required for checking users passwords as they login.

What it actually means is it can't find your vbulletin config.php file to get the mysql details.


At the top of the CMS2 file is this ;

PHP Code:

require_once $vbpath '/includes/config.php'

Change it to this for a moment and see what path is displayed ;

PHP Code:

echo $vbpath; exit; 


.Tim 07-03-2005 04:04 PM

Quote:

Originally Posted by Paul M
That message is a load of bull, The licence code is only required for checking users passwords as they login.

What it actually means is it can't find your vbulletin config.php file to get the mysql details.


At the top of the CMS2 file is this ;

PHP Code:

require_once $vbpath '/includes/config.php'

Change it to this for a moment and see what path is displayed ;

PHP Code:

echo $vbpath; exit; 


I forgot to check this thread again and I came up with another fix, I just copied everything from the vbulletin35CMS to the vbulletinCMS2 and was able to install and now it's working just fine. Thanks for your help though. :D

Paul M 07-03-2005 06:59 PM

Quote:

Originally Posted by .Tim
I forgot to check this thread again and I came up with another fix, I just copied everything from the vbulletin35CMS to the vbulletinCMS2 and was able to install and now it's working just fine. Thanks for your help though. :D

Did you do step 5 of the installation instructions. :)

.Tim 07-03-2005 07:27 PM

Yeah, it's all working good now.

Paul M 07-03-2005 09:37 PM

Quote:

Originally Posted by .Tim
Yeah, it's all working good now.

Good. :)

euca 07-05-2005 05:36 AM

I'm using UTF8 version of vbb3.5, and if userid is non-English (i.e. Chinese),
the id cannot be displayed correctly.

After I marked out line 91 & 92:
PHP Code:

//      else
//        $rec['login'] = utf8_encode($rec['login']); 

The non-English user names display correctly.
For your references. ;)

Paul M 07-08-2005 08:54 PM

Quote:

Originally Posted by euca
I'm using UTF8 version of vbb3.5, and if userid is non-English (i.e. Chinese),
the id cannot be displayed correctly.

After I marked out line 91 & 92:
PHP Code:

//      else
//        $rec['login'] = utf8_encode($rec['login']); 

The non-English user names display correctly.
For your references. ;)

Thank you (this is in the CMS file for anyone who needs it).


FYI: Hack updated to 2.05 (for the release of Flashchat 4.0.12).


All times are GMT. The time now is 08:43 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.01773 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
  • (1)bbcode_code_printable
  • (6)bbcode_php_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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