AChat Forum

Support => FAQ => Topic started by: patosh842 on August 02, 2016, 09:27:18 AM

Title: How to see the logs history of a specific user?
Post by: patosh842 on August 02, 2016, 09:27:18 AM
Step 1 ) You have to make sure you store the log history.
To do so click in the game on the settings icon. then in the Log session click "log all chat messages"

Step 2) Open the command line
on the Windows Start menu, type cmd to launch cmd.exe

Step 3) Parse it and save in another file
find "username"  .\AppData\Local\AChat\chatlog.txt > ./username.txt
this will check for the user called "username" in the file chatlog.txt which is usally under your Documents folder AppData\Local\AChat\ and save it under the file ./username.txt

----------------

This can be usefule if you want to read the history of your logs with a speciifc person without having to read the whole logs file whith all your messages to everybody in it.

Hope this can help

Have a nice day all
Title: Re: How to see the logs history of a specific user?
Post by: Lover on August 02, 2016, 03:23:37 PM
Thanks for this info patosh! Nice to see you again
Title: Re: How to see the logs history of a specific user?
Post by: AusWoody on August 02, 2016, 06:19:10 PM
Step 1 ) You have to make sure you store the log history.
To do so click in the game on the settings icon. then in the Log session click "log all chat messages"

Step 2) Open the command line
on the Windows Start menu, type cmd to launch cmd.exe

Step 3) Parse it and save in another file
find "username"  .\AppData\Local\AChat\chatlog.txt > ./username.txt
this will check for the user called "username" in the file chatlog.txt which is usally under your Documents folder AppData\Local\AChat\ and save it under the file ./username.txt

----------------

This can be usefule if you want to read the history of your logs with a speciifc person without having to read the whole logs file whith all your messages to everybody in it.

Hope this can help

Have a nice day all


should this be in the how too section?
Title: Re: How to see the logs history of a specific user?
Post by: Lover on August 02, 2016, 07:43:54 PM
You're right Woody, thanks for the hint
Title: Re: How to see the logs history of a specific user?
Post by: cassianna on August 06, 2016, 01:46:19 PM
Somebody know if have a way to see my sended Private messages in game?

I  know the Chat  logs  are stored, but the private messages sended too?

Thanks.

Kisses all
Title: Re: How to see the logs history of a specific user?
Post by: AusWoody on August 06, 2016, 04:31:27 PM
thought i give this a try

maybe its cause i usinhg win 10 pro   or ............

all i get is the chatlog opening
Title: Re: How to see the logs history of a specific user?
Post by: cassianna on August 06, 2016, 11:16:09 PM
I just asked if have some data file where i can check my sended messages in game.

Like the chat logs for chats, the same to sended or received messages.

Kisses all
Title: Re: How to see the logs history of a specific user?
Post by: patosh842 on August 08, 2016, 08:21:37 AM
I just asked if have some data file where i can check my sended messages in game.

Like the chat logs for chats, the same to sended or received messages.

Kisses all

Hi Cassiana,

I'm not sure what you mean by private message in game?
Normally the chat/message in the room, the message in the meeting area, or the message in "sex experience with partners" are all in the chat log... so which messages are you talking about?

Kiss
Title: Re: How to see the logs history of a specific user?
Post by: patosh842 on August 08, 2016, 08:28:23 AM
thought i give this a try

maybe its cause i usinhg win 10 pro   or ............

all i get is the chatlog opening

Hi AusWoody,
Another way that might be easier....
copy this line into a text file.
    find "username"  .\chatlog.txt > ./username.txt
And change username into the user name you want to see....
Save the file as "username.bat"  the filename is not really important but the .bat extension is

On your game, n the settings open the chatlog and click save As.
Save it under the same place where you created username.bat

then double click username.bat and it will create the new log file parsed

If you want to change username, you then simply need to edit username.bat...

This way you don't need to open cmd.exe command editor....


If you still have issue, let me know and I'll try to help