Ulysses
Ulysses Stuff => General Chat & Help and Support => Topic started by: Nova on April 11, 2015, 03:35:02 AM
-
Hello,
Recently someone on our server was unbanned. We know they were not unbanned in a malicious way, they must have thought it was an accidental ban as they were not informed so unbanned one of our regulars. Is there any way to find out who unbanned someone? Eg. if you go to the ban menu in ULX XGUI it shows you who banned someone, is there something similar for UNbanning?
Kind regards,
Nova
-
There is not.
-
If you know the dates, check data/ulx_logs.txt and sift through it.
Although that would suck to try. I've been there before to see who used a tsay command.
-
If you know the dates, check data/ulx_logs.txt and sift through it.
Although that would suck to try. I've been there before to see who used a tsay command.
There are programs that will let you search entire folders. It would be really easy to find "unbanned".
-
If you're on Linux and have ssh/cli...
grep -ir unbanned <path to ulx log files>
-
Very simple! If you goto the ULX logs and you have notepad++ (dont know if it works for EVERYTHING) and do ctrl+f a box will pop up where you can put in unban or somthing and it will find it for you!
-
There are programs that will let you search entire folders. It would be really easy to find "unbanned".
Yeah you could download the lgos and do the search. I only recently found this out though lol I didn't even think to use it in this case. You can't search if it's in the hosted server since notepadd++ only searches locally. unless i dont know something still. but yeah,. its possible