Skip to content

Commit

Permalink
Create en_README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxqyy authored Dec 25, 2024
1 parent 2244fad commit dd0fe9a
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions en_README.md
Original file line number Diff line number Diff line change
@@ -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!

0 comments on commit dd0fe9a

Please sign in to comment.