The forums › FAQ › How to see the logs history of a specific user?
- This topic has 8 replies, 4 voices, and was last updated 8 years, 4 months ago by Anonymous.
-
AuthorPosts
-
August 2, 2016 at 3:27 pm #8009patosh842
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.exeStep 3) Parse it and save in another file
find “username” .AppDataLocalAChatchatlog.txt > ./username.txt
this will check for the user called “username” in the file chatlog.txt which is usally under your Documents folder AppDataLocalAChat 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
August 2, 2016 at 9:23 pm #157507Thanks for this info patosh! Nice to see you again
August 3, 2016 at 12:19 am #157508Step 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.exeStep 3) Parse it and save in another file
find “username” .AppDataLocalAChatchatlog.txt > ./username.txt
this will check for the user called “username” in the file chatlog.txt which is usally under your Documents folder AppDataLocalAChat 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?
August 3, 2016 at 1:43 am #157509You're right Woody, thanks for the hint
August 6, 2016 at 7:46 pm #157510Somebody 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
August 6, 2016 at 10:31 pm #157511thought i give this a try
maybe its cause i usinhg win 10 pro or …………
all i get is the chatlog opening
August 7, 2016 at 5:16 am #157512I 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
August 8, 2016 at 2:21 pm #157513AnonymousI 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
August 8, 2016 at 2:28 pm #157514Anonymousthought 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 isOn your game, n the settings open the chatlog and click save As.
Save it under the same place where you created username.batthen 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
-
AuthorPosts
- You must be logged in to reply to this topic.
Optimizing new Forum... Try it, and report bugs to support.
The forums › FAQ › How to see the logs history of a specific user?