15
I still am unsure if this somehow deativates the "Protector Module" or "it just stops monitoring" the chat folder, but it does work. I have the "Protector Module" running in the pref section and the flashchat program is running without timing out.
I did exactly what the "
Simple-Xoops" website implied, using my dirname (not /dhchat/). So if your dirname for flashchat is "flashchat" use (/flashchat/) or if it is "chat" as stated in the newer version of flashchat, use (/chat/).
edit your mainfile.php like this: define('XOOPS_GROUP_ADMIN', '1');
define('XOOPS_GROUP_USERS', '2');
define('XOOPS_GROUP_ANONYMOUS', '3');
[color=cc0000]if (!preg_match("/flashchat/i", getcwd()))[/color]
include( XOOPS_ROOT_PATH . '/modules/protector/include/precheck.inc.php' ) ;
if (!isset($xoopsOption['nocommon']) && XOOPS_ROOT_PATH != '' ) {
include XOOPS_ROOT_PATH."/include/common.php";
}
[color=cc0000]if (!preg_match("/flashchatchat/i", getcwd()))[/color]
include( XOOPS_ROOT_PATH . '/modules/protector/include/postcheck.inc.php' ) ;