[XASECO] Plugin: Cheated Records Killer 0.9.4 (UPDATE)
- undef.de
- Pit Crew
- Posts: 1319
- Joined: 31 Aug 2009 18:38
- Owned TM-games: TMF, TM2C/S/V, SM
- Manialink(s): undef, tmkarma
- Location: Germany
- Contact:
[XASECO] Plugin: Cheated Records Killer 0.9.4 (UPDATE)
Cheated Records Killer
formerly Cheat Killer
This Plugin helps the Admins to have a clean database of local records. With this Plugin you can easily remove cheated records. Just type "/rmcheat" and select the cheated local records to delete. See screenshot for details.
Introduced with XAseco/1.10 you can also use "/admin delrec [N]", so this Plugin is in effect just an GUI for that command and saves "only" many typing for the (Master)Admins.
For more Information, Screenshots, Documentation and Downloads, please visit the related Site at my Labs:
http://www.undef.name/XAseco1/Cheated-R ... Killer.php
formerly Cheat Killer
This Plugin helps the Admins to have a clean database of local records. With this Plugin you can easily remove cheated records. Just type "/rmcheat" and select the cheated local records to delete. See screenshot for details.
Introduced with XAseco/1.10 you can also use "/admin delrec [N]", so this Plugin is in effect just an GUI for that command and saves "only" many typing for the (Master)Admins.
For more Information, Screenshots, Documentation and Downloads, please visit the related Site at my Labs:
http://www.undef.name/XAseco1/Cheated-R ... Killer.php
Last edited by undef.de on 21 Jul 2016 19:45, edited 19 times in total.
Developer of various plugins for XAseco/XAseco2 and MPAseco,
like Records-Eyepiece, TM-Karma, Alternate Scoretable...
Visit my Lab: www.undef.name
Get it now:
» TM2 Valley
» TM2 Canyon
» TM2 Stadium
» SM Storm
like Records-Eyepiece, TM-Karma, Alternate Scoretable...
Visit my Lab: www.undef.name
Get it now:
» TM2 Valley
» TM2 Canyon
» TM2 Stadium
» SM Storm
-
- swift roadking
- Posts: 840
- Joined: 20 Apr 2008 08:58
- Owned TM-games: TMUF,TMNF, TMN
- Manialink(s): therookies
- Location: Germany
- Contact:
Re: [XASECO] CheatKiller Plugin 0.9.0 (NEW)
/admin delrec in xaseco 1.10
Re: [XASECO] CheatKiller Plugin 0.9.0 (NEW)
Alright... so what does this do except allowing admins to arbitrarily remove recs easier than via using rcp or nouseforaname's webscript..?
Why not just update your dedserver and xaseco version, and allow the built-in checks to take care of the cheaters..?
Why not just update your dedserver and xaseco version, and allow the built-in checks to take care of the cheaters..?

Re: [XASECO] CheatKiller Plugin 0.9.0 (NEW)
Nice GUI, but the way you're deleting table entries creates not one but two inconsistencies between the 'records' and 'rs_times' tables, which can result in problems later. You should really use the /admin delrec command to avoid that.
Last edited by Xymph on 29 Oct 2009 12:13, edited 1 time in total.
Reason: Fixed 'rstables' typo
Reason: Fixed 'rstables' typo
Developer of XASECO for TMF/TMN ESWC & XASECO2 for TM²: see XAseco.org
Find your way around the Mania community from the TMN ESWC hub, TMF hub, TM² hub, and SM hub
Find your way around the Mania community from the TMN ESWC hub, TMF hub, TM² hub, and SM hub
- undef.de
- Pit Crew
- Posts: 1319
- Joined: 31 Aug 2009 18:38
- Owned TM-games: TMF, TM2C/S/V, SM
- Manialink(s): undef, tmkarma
- Location: Germany
- Contact:
Re: [XASECO] CheatKiller Plugin 0.9.0 (NEW)
Thanks Xymph.Xymph wrote:Nice GUI
Did you mean 'rs_times' instead of 'rstables'?Xymph wrote: but the way you're deleting table entries creates not one but two inconsistencies between the 'records' and 'rstables' tables, which can result in problems later.
The deletion of the records was taken from the command "/admin prunerecs" with some changes, so is there the problem too?
And I did not understand how my deletion can create inconsistencies with the tables. After deletion I call the function ldb_newChallenge() to rebuild the complete record_list. So there is (my opinion) no possiblities to create inconsistencies between the tables.
The changes will be done today.Xymph wrote: You should really use the /admin delrec command to avoid that.

Developer of various plugins for XAseco/XAseco2 and MPAseco,
like Records-Eyepiece, TM-Karma, Alternate Scoretable...
Visit my Lab: www.undef.name
Get it now:
» TM2 Valley
» TM2 Canyon
» TM2 Stadium
» SM Storm
like Records-Eyepiece, TM-Karma, Alternate Scoretable...
Visit my Lab: www.undef.name
Get it now:
» TM2 Valley
» TM2 Canyon
» TM2 Stadium
» SM Storm
Re: [XASECO] CheatKiller Plugin 0.9.0 (NEW)
Yes, fixed.undef.de wrote:Did you mean 'rs_times' instead of 'rstables'?
The changes are what cause the problems in your plugin, for instance deleting only one entry from rs_times for the pertaining player and track, instead of all of them.undef.de wrote:The deletion of the records was taken from the command "/admin prunerecs" with some changes, so is there the problem too?
There are...undef.de wrote:And I did not understand how my deletion can create inconsistencies with the tables. After deletion I call the function ldb_newChallenge() to rebuild the complete record_list. So there is (my opinion) no possiblities to create inconsistencies between the tables.
...but that should address them.undef.de wrote:The changes will be done today.Xymph wrote: You should really use the /admin delrec command to avoid that.
I've explained these problems several times before in threads about my repairrecs.php script and the various web scripts that also clean up records, so I'm not going to rehash that.
Developer of XASECO for TMF/TMN ESWC & XASECO2 for TM²: see XAseco.org
Find your way around the Mania community from the TMN ESWC hub, TMF hub, TM² hub, and SM hub
Find your way around the Mania community from the TMN ESWC hub, TMF hub, TM² hub, and SM hub
- undef.de
- Pit Crew
- Posts: 1319
- Joined: 31 Aug 2009 18:38
- Owned TM-games: TMF, TM2C/S/V, SM
- Manialink(s): undef, tmkarma
- Location: Germany
- Contact:
Re: [XASECO] CheatKiller Plugin 0.9.0 (NEW)
For sure: You know what´s going on in xaseco. So just ignore my stupid question about "why... I did not understand.... blah... blah... blah." undef >>>Xymph wrote: I've explained these problems several times before in threads about my repairrecs.php script and the various web scripts that also clean up records, so I'm not going to rehash that.


I have changed my Plugin and now the combination is perfect.
Developer of various plugins for XAseco/XAseco2 and MPAseco,
like Records-Eyepiece, TM-Karma, Alternate Scoretable...
Visit my Lab: www.undef.name
Get it now:
» TM2 Valley
» TM2 Canyon
» TM2 Stadium
» SM Storm
like Records-Eyepiece, TM-Karma, Alternate Scoretable...
Visit my Lab: www.undef.name
Get it now:
» TM2 Valley
» TM2 Canyon
» TM2 Stadium
» SM Storm
-
- sunday driver
- Posts: 53
- Joined: 21 Jan 2010 20:20
- Owned TM-games: tmu
- Manialink(s): LFT
- Location: Nancy France
Re: [XASECO] Plugin: Cheat Killer 0.9.1 (UPDATED)
Hello
Can you please help me edit!
This plugin displays not correctly score points in stunt mode!

Which line should I change please?
Pastis
Can you please help me edit!
This plugin displays not correctly score points in stunt mode!

Which line should I change please?
Pastis
Last edited by Pastis on 27 Aug 2010 20:18, edited 1 time in total.
- undef.de
- Pit Crew
- Posts: 1319
- Joined: 31 Aug 2009 18:38
- Owned TM-games: TMF, TM2C/S/V, SM
- Manialink(s): undef, tmkarma
- Location: Germany
- Contact:
Re: [XASECO] Plugin: Cheat Killer 0.9.1 (UPDATED)
Hi Pastis,Pastis wrote:Can you please help me edit!
This plugin displays not correctly score points in stunt mode!
Which line should I change please?
could you please edit your above post and remove the hole code? This blows up the Thread too much...
I will release shortly a fixed version of this Plugin... please wait.
Developer of various plugins for XAseco/XAseco2 and MPAseco,
like Records-Eyepiece, TM-Karma, Alternate Scoretable...
Visit my Lab: www.undef.name
Get it now:
» TM2 Valley
» TM2 Canyon
» TM2 Stadium
» SM Storm
like Records-Eyepiece, TM-Karma, Alternate Scoretable...
Visit my Lab: www.undef.name
Get it now:
» TM2 Valley
» TM2 Canyon
» TM2 Stadium
» SM Storm
- undef.de
- Pit Crew
- Posts: 1319
- Joined: 31 Aug 2009 18:38
- Owned TM-games: TMF, TM2C/S/V, SM
- Manialink(s): undef, tmkarma
- Location: Germany
- Contact:
Re: [XASECO] Plugin: Cheat Killer 0.9.2 (UPDATED)
New version released... 

Developer of various plugins for XAseco/XAseco2 and MPAseco,
like Records-Eyepiece, TM-Karma, Alternate Scoretable...
Visit my Lab: www.undef.name
Get it now:
» TM2 Valley
» TM2 Canyon
» TM2 Stadium
» SM Storm
like Records-Eyepiece, TM-Karma, Alternate Scoretable...
Visit my Lab: www.undef.name
Get it now:
» TM2 Valley
» TM2 Canyon
» TM2 Stadium
» SM Storm
- undef.de
- Pit Crew
- Posts: 1319
- Joined: 31 Aug 2009 18:38
- Owned TM-games: TMF, TM2C/S/V, SM
- Manialink(s): undef, tmkarma
- Location: Germany
- Contact:
Re: [XASECO] Plugin: Cheated Records Killer 0.9.3 (UPDATE)
Just wanna say: There is an update out there... see my first post.
Developer of various plugins for XAseco/XAseco2 and MPAseco,
like Records-Eyepiece, TM-Karma, Alternate Scoretable...
Visit my Lab: www.undef.name
Get it now:
» TM2 Valley
» TM2 Canyon
» TM2 Stadium
» SM Storm
like Records-Eyepiece, TM-Karma, Alternate Scoretable...
Visit my Lab: www.undef.name
Get it now:
» TM2 Valley
» TM2 Canyon
» TM2 Stadium
» SM Storm
- undef.de
- Pit Crew
- Posts: 1319
- Joined: 31 Aug 2009 18:38
- Owned TM-games: TMF, TM2C/S/V, SM
- Manialink(s): undef, tmkarma
- Location: Germany
- Contact:
Re: [XASECO] Plugin: Cheated Records Killer 0.9.3 (UPDATE)
Just wanna say: There is an update out there... see the related Site at my Lab.
Developer of various plugins for XAseco/XAseco2 and MPAseco,
like Records-Eyepiece, TM-Karma, Alternate Scoretable...
Visit my Lab: www.undef.name
Get it now:
» TM2 Valley
» TM2 Canyon
» TM2 Stadium
» SM Storm
like Records-Eyepiece, TM-Karma, Alternate Scoretable...
Visit my Lab: www.undef.name
Get it now:
» TM2 Valley
» TM2 Canyon
» TM2 Stadium
» SM Storm