Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 1
 
 
Reply with quote Download Post 
Post Question About Flashchat 
 
hi
anybody got an idea how to integrate flashchat in RC ???
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post 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.
 
 
 
Back to topPage bottom
Reply with quote Download Post 
Post 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.
 



 
SAyparSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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...

   
 




____________
Mods and themes for Icy Phoenix 1.3

IcyPhoenix UK is off-line permanently due to lack of time to update mods.
if anyone is interested in my templates I will upgrade them to Icy 2.0.
 
DWhoSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Question About Flashchat 
 
You would need to start editing the bridge file for phpBB2* here and suss it through as you go.

Code: [Download] [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.
 
 
 
Back to topPage bottom
Reply with quote Download Post 
Post Re: Question About Flashchat 
 
thx Lopa.

will try that one asking Darren
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events