R4Z0R49 / DayZAdmin

DayZAdmin - forked from katzsmile/DayZAdmin
22 stars 17 forks source link

modules/check.php only checking players #249

Closed nsonP closed 9 years ago

nsonP commented 9 years ago

I have noticed that the item check function is only working for 'players' and not for tents, stashes and vehicles.

If one of you have a minute to spare it would be highly appreciated since it's a nifty tool to find suspicious players with.

wriley commented 9 years ago

@nsonP I found that it is not checking upgraded tents or stashes but is showing vehicles. Could you be more specific about what is not working? Thanks for the report

nsonP commented 9 years ago

Sorry for the delayed answer. I found the issue and that's with the new cleanup procedure that moves all dead characters to the character_dead table. So long story short, It doesn't find unknown items that's located on dead players.

I'll test with an union and see if it works out.

wriley commented 9 years ago

AFAIK the Character_DEAD table is no longer used. The table SQL is still there in 1.8.5 but pCleanup no longer moves dead players

nsonP commented 9 years ago

We still use the character_dead since we wants to keep the statistics. The table is still in the SQL bundle for 1.8.5, i'll check with R4Z0R if it's intentional or they just missed the procedure to move the dead character before deleting after 90 days

wriley commented 9 years ago

@nsonP I added a UNION in #266

cikez commented 9 years ago

Can we confirm if the character_dead table is still being used in 1.8.6.1 or can it be removed? Thanks.

wriley commented 9 years ago

@R4Z0R49 Is the Character_DEAD table deprecated? Dead characters are no longer being moved to it, is that intentional? Thanks!

R4Z0R49 commented 9 years ago

im going to add a new cleanup system to remove dead chars over a certain age rather then moving them.

wriley commented 9 years ago

@R4Z0R49 OK thanks, I'll close this.