Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > 123 Flash Chat Server Software > 123 Flash Chat Support

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-13-2011, 07:55 AM
Member
 
Join Date: Jan 2011
Posts: 56
Default Hiding the logs

Is there any way to either hide or password protect the chatlogs? It worries me a little bit that anyone who figures out the right URL can read what is going on in my chat, even the private conversations...


F.
Reply With Quote
  #2 (permalink)  
Old 04-14-2011, 03:08 AM
Administrator
 
Join Date: Dec 2008
Posts: 577
Default

Yes, you can hide the chat history button and change the chat history store URL.

open: <your chat installation directory>\server\etc\groups\default\server.xml
find:
essage-logs type="2">
<public-message button="On" enable="On" exportPath="..\client\message\public" url="message/public"></public-message>
<private-message enable="On" exportPath="..\client\message\private" separateByRoom="Off"></private-message>
</message-logs>


Change: public-message button="Off", and the chat history button will be hidden.

If you don't want other users to see the chat log, you can change the chat log store URL.
Please change the path exportPath="..\client\message\public".
Reply With Quote
  #3 (permalink)  
Old 04-14-2011, 06:03 AM
Member
 
Join Date: Jan 2011
Posts: 56
Default

Thank you very much! I will have a go at that tonight!


F.
Reply With Quote
  #4 (permalink)  
Old 04-18-2011, 06:42 PM
Member
 
Join Date: Jan 2011
Posts: 56
Default

Back again

The first bit worked but about others not reading the chat logs: Wouldn't it be easier to simply change the permissions on the Public and Private folders? They are now set at 755.


F.
Reply With Quote
  #5 (permalink)  
Old 04-19-2011, 09:27 AM
Administrator
 
Join Date: Dec 2008
Posts: 577
Default

Hi, sorry that there is no other easier method.
At present, we have three safe catalog methods:

1. open: <your chat installation directory>\server\etc\groups\default\server.xml
find:

essage-logs type="2">
<public-message button="On" enable="On" exportPath="..\client\message\public" url="message/public"></public-message>
<private-message enable="On" exportPath="..\client\message\private" separateByRoom="Off"></private-message>
</message-logs>


Change the exportPath (that is the chat store URL)

2. Use the .htaccess file to encrypt the website catalog.

3. Store the chat log and message history in the database. (Recommended to use MYSQL)
open:<your chat installation directory>\server\etc\groups\default\server.xml
find:

<!--
type:
0 - record in data base
1 - .log file
-->
<group-logs type="1"></group-logs>
<!--
type:
0 - record in data base
1 - .log file
2 - .html file
3 - .html daily file

And <group-logs type="1"></group-logs>, this is the server.xml configure file

<message-logs type="2">
<public-message button="On" enable="On" exportPath="..\client\message\public" url="message/public"></public-message>
<private-message enable="On" exportPath="..\client\message\private" separateByRoom="Off"></private-message>
</message-logs>
</Logs>

And this is the message configure file, you can change the exportPath. (The message store URL)
Reply With Quote
Reply

Was this information helpful?    Yes No



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 12:11 PM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.