From dd0fe9abccf331b6c6566701646ac9a0ccbddaaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=AA=E7=90=83?= <145740349+wsxqyy@users.noreply.github.com> Date: Thu, 26 Dec 2024 05:09:05 +0800 Subject: [PATCH] Create en_README.md --- en_README.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 en_README.md diff --git a/en_README.md b/en_README.md new file mode 100644 index 0000000..5841ef0 --- /dev/null +++ b/en_README.md @@ -0,0 +1,43 @@ +# tool +This is an open-source SCP: SL (SCP: Secret Laboratory) server admin log interpreter. You can open your admin log files through the web, allowing you to quickly analyze the logs. + +# Demo +## You can visit a demo website set up by Xueqiu Bqiu on GitHub for a quick experience: https://wsxqyy.github.io/tool/. After visiting the website, you will see the following: + +![image](https://github.com/user-attachments/assets/7458a272-5dac-4754-b4c9-a47feb29b866) + +## Please upload your file: xxxx-RAlog.txt (where XXXX represents your server's port, for example, mine is 8000. Note: Do not upload other files, such as ServerLog-7777.txt) + +![image](https://github.com/user-attachments/assets/a6f4dc90-4fb1-4b04-84b8-7c5cfbbe8cf2) + +## When the file XXXX-RAlog.txt appears here (mine is 8000-RAlog.txt, this depends on the filename you choose.) + +![image](https://github.com/user-attachments/assets/66619272-200e-4bf2-8cbb-5d6a017a14c6) + +## Then click "Parse Log" (yes, the blue button) + +![image](https://github.com/user-attachments/assets/9926e820-6d03-451d-90dd-a8de57311be0) + +## Then you can search in the search box + +![image](https://github.com/user-attachments/assets/64f9a422-9781-4842-97e9-8165a28ccbdb) + +## For example, I search for a user named "Xueqiu" + +![image](https://github.com/user-attachments/assets/5d364e09-1e9c-408a-8160-82518d7d05ac) + +## We can see data, and you can click "Export to Excel" to export the data in Ex format. Note: The export is not all data! It is the part you searched for! + +# What should I pay attention to when searching? +## Search Example: +Suppose you want to search for records of a user named "Xueqiu", you can enter "Xueqiu" in the search box and click the search button. The search results will show all data for the user named "Xueqiu". +## Search for a specific time: +If you want to search for records of a specific time, the time format is "17/12/2024" which is day/month/year. +## Notes: +### The search is case-insensitive. +#### The search is based on text matching. If the search term is multiple words, it will find matches in any text containing those words. +##### If the search term is too short or too common, it may return a large number of results. In this case, trying to use more specific keywords may yield better results. + +# Conclusion +## This project was developed by SL Starry Server Tech Xueqiu Bqiu. I will upload more projects in the future. Welcome to follow me! +## Please, give a star to help a 16-year-old kid!