FLASH CHAT fix for Integrating smf 1.1.5

Started by mrgekkie, August 02, 2008, 02:43:51 PM

Previous topic - Next topic

mrgekkie

So there is a  Integrating fix for smf 1.1.5 (fix by veronica from flash chat forum)

You need flash chat version 5.0.3 download from the flash chat site.

Open chat/install.php (with wordpad)

find this:

{
        include './inc/common.php';
        include './inc/config.php';                // FlashChat config
}

add:

//FIX BY VERONICA
if($_SESSION['step_install']=="3")$_SESSION['step_install']="3.5";
$step=$_SESSION['step_install'];
//END-OF-FIX


like this:
{
        include './inc/common.php';
        include './inc/config.php';                // FlashChat config
}

//FIX BY VERONICA
if($_SESSION['step_install']=="3")$_SESSION['step_install']="3.5";
$step=$_SESSION['step_install'];
//END-OF-FIX

include './install_files/step_'.$_SESSION['step_install'].'.php';
?> 


Now upload the chat and install it choose for smf .1.1 :)

GRz

Advertisement: