Question About Flashchat »  Show posts from    to     

Icy Phoenix


Old Support Topics - Question About Flashchat



spydie [ Tue 05 May, 2009 21:29 ]
Post subject: Question About Flashchat
hi
anybody got an idea how to integrate flashchat in RC ???


Lopalong [ Wed 06 May, 2009 02:01 ]
Post subject: Re: Question About Flashchat
Yeah!

Ask the makers of flashchat if they would like to convert their code to use constants instead of variables.

I don't think there is anything that is now going to bridge with IP, that used to bridge with phpbb 2*. Inasmuch as I understand it, Coppermine no longer works with, or is supported for phpBB3 either. I assume they have the same problem with flashchat.

It's called "Progress", for the want of another word.


SAypar [ Wed 06 May, 2009 08:49 ]
Post subject: Re: Question About Flashchat
Just use the bridge (as it is decribed for phpbb) and it works. There are no problems working with IC but I don't know if there're any security bugs.


spydie [ Wed 06 May, 2009 11:13 ]
Post subject: Re: Question About Flashchat
bridge for PHPBB2 or PHPBB3 ???

i tried something like that once with an smf forum and it went down the sh....er


DWho [ Wed 06 May, 2009 12:05 ]
Post subject: Re: Question About Flashchat
spydie wrote: [View Post]
bridge for PHPBB2 or PHPBB3 ???

i tried something like that once with an smf forum and it went down the sh....er


i used flashchat on ip .27c using the phpbb2 bridge....

so I would have thought with rc1 phpbb2 would still be the best to use...



Lopalong [ Thu 07 May, 2009 08:34 ]
Post subject: Re: Question About Flashchat
You would need to start editing the bridge file for phpBB2* here and suss it through as you go.

Code: [Hide] [Select]
<?php
define('IN_PHPBB', true);

$phpbb_root_path = realpath(dirname(__FILE__) . '/../../../') . '/';

include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
include($phpbb_root_path . 'config.php');
error_reporting(E_ALL ^ E_NOTICE);


For example: extension inc no longer exists and will crash the script on the first attempt to bridge it. Neither is it any longer defined in phpBB. I also doubt that you would need to include config.php ? And further, IP no longer uses $phpEX - it uses PHP_EXT.

But! The real smart thing to do would be for those who want FlashChat, is to contact Darren at "FLashChat" and ask if they would make a bridge for IP as it no longer uses the standard phpBB2* script or bridge.


spydie [ Thu 07 May, 2009 20:45 ]
Post subject: Re: Question About Flashchat
thx Lopa.

will try that one asking Darren




Powered by Icy Phoenix