11
svaha
Re: Help with Chat integration
  • 2006/3/28 20:45

  • svaha

  • Just can't stay away

  • Posts: 896

  • Since: 2003/8/2 2


Maybe you can ask GIJOE at his forum?

peak

12
tripmon
Re: Help with Chat integration
  • 2006/3/28 23:07

  • tripmon

  • Module Developer

  • Posts: 462

  • Since: 2004/2/28


hope this isn't stupid, but have you tried justQuote:
flashchat
without leading or trailing slashes in the protector pref's?

13
SLEO577
Re: Help with Chat integration
  • 2006/3/29 5:47

  • SLEO577

  • Not too shy to talk

  • Posts: 110

  • Since: 2005/6/27


Hello tripmon,

It is never a stupid question, thanks for sharing. I could have very well missed that! I did however try all of the aforementioned paths with and without a forward and/or trailing slash. I think I even tried putting in my wife's name because I know how ornery (meaning - having a irritable disposition) she is and figured it was bound to work that way.

svaha - I have posted this issue on GIJoe's forum. As soon as I can get this resolved, I will update this thread.

14
SLEO577
Re: Help with Chat integration
  • 2006/3/29 15:16

  • SLEO577

  • Not too shy to talk

  • Posts: 110

  • Since: 2005/6/27


There seems to be a solution from "Simple-Xoop's" website, although I have not been able to get google to translate what is being said. And by the looks of what they did, I am afraid this solution too may deactivate the "Protector Module" which I would prefer not doing.

Is it possible someone could translate this webpage and see if this deactivates protector or if this is suppose to be a workaround to have the protector module stop monitoring the chat folder?

15
SLEO577
Re: Help with Chat integration
  • 2006/3/29 15:45

  • SLEO577

  • Not too shy to talk

  • Posts: 110

  • Since: 2005/6/27


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:

le="color: #000000"><?php 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' ) ;

16
svaha
Re: Help with Chat integration
  • 2006/5/19 8:53

  • svaha

  • Just can't stay away

  • Posts: 896

  • Since: 2003/8/2 2


Thank you for 'comming back' at this issue sleo577