AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Approved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=8)
-   -   Cheater Suspect (https://forums.alliedmods.net/showthread.php?t=85905)

bomnacama 02-17-2009 17:11

Cheater Suspect
 
2 Attachment(s)
Cheater Suspect
Description :
This plugin is intended to use when you suspect that a player his cheating.
When you add him to the list of the suspects, the next time he shoots anyone, he is forced to take a snapshot and on his chat a random key is displayed, to make the snapshot unique.
In his next respawn he is forced into spectator team.
From there on, a motd message will be display to him, with a form, in order that he send the snapshot back.
He will be forced to be spectator until you clean him or ban him.

This plugin provides a menu, where you can suspect of players, manage them and manage their submitted snapshots.

The motds use frames that link to php files. These php files must be in a webhost from yours. Configure it in the file:

cheaterSuspect.ini

The php files are provided in the package, inside the folder "filesForWebhost".
Modules:
* Fakemeta;
* Hamsandwich;
* Sqlite.

Commands :
* CheaterSuspect - opens the plugin menu


Cvars:

*cheaterSuspect_ban_type

Values:

0 - IP
1 - STEAM_ID
2 - BOTH (default)
Screenshots :

The menu:
[IMG]http://img25.**************/img25/6559/menufe1.th.png[/IMG]
This is the motd that the suspected user will see:
[IMG]http://img201.**************/img201/8428/cheaterwarningum0.th.png[/IMG]
The user submitted files:
[IMG]http://img25.**************/img25/9176/viewfilesvb8.th.png[/IMG]
An actual snapshot:
[IMG]http://img26.**************/img26/9433/snapshotde0.th.png[/IMG]
Screenshots of cheaters:

[IMG]http://img3.**************/img3/300/cheaterta6.th.jpg[/IMG]

[IMG]http://img3.**************/img3/5831/cheater2qn5.th.png[/IMG]

Credits:

This plugin was made by me and by joaquimandrade, he helped me in the code. Idea by me, php code made by him.

Code:

Version 1.2
Added the possibility of ban by ip
Add cvar cheaterSuspect_ban_type
Version 1.1
Added ADMIN_FLAG ADMIN_BAN


Contrenature 02-17-2009 17:35

Re: Cheater Suspect
 
Hmmm, sounds nice!

Need testing and approving :)

BOYSplayCS 02-17-2009 17:35

Re: Cheater Suspect
 
Another way to get those bastards. Good job.

+Karma

fysiks 02-17-2009 17:47

Re: Cheater Suspect
 
Interesting. Why do you need to use an iframe? Can't you just display the webpage?

AntiBots 02-17-2009 17:49

Re: Cheater Suspect
 
Gj, I recomend you tu use sqlx instans of dbi.

bomnacama 02-17-2009 18:40

Re: Cheater Suspect
 
Quote:

Originally Posted by fysiks (Post 763495)
Interesting. Why do you need to use an iframe? Can't you just display the webpage?

In the motd you display html so, you have to open a site with html. The way to do it is with a frame.

Quote:

Originally Posted by AntiBots (Post 763497)
Gj, I recomend you tu use sqlx instans of dbi.

thanks for you support. This will be a improvement, but isn't yet a priority. First i want it to be bug free so, i ask you all for your support.

DjOptimuS 02-18-2009 01:43

Re: Cheater Suspect
 
Good job. Can u optimize it to use the IP adress ? instead of the steamid

fysiks 02-18-2009 02:09

Re: Cheater Suspect
 
Quote:

Originally Posted by bomnacama (Post 763520)
In the motd you display html so, you have to open a site with html. The way to do it is with a frame.

You can do it without an iframe. Using a meta refresh.

You can also do it without any html:

Code:

show_motd(id, http://www.domain.com/file.php?var=1, "Testing MOTD")
I use a meta refresh for my motd.txt and direct url for anything else. I don't know where I found out about the url working but I guess it takes it as a filename.

I try to avoid frames at all costs when I do any html, especially in an motd for this game. If you have a page bigger than the window the scroll bar will not work correctly.

Not a big deal either way if you won't have any scroll bars.

Quote:

Originally Posted by DjOptimuS (Post 763654)
Good job. Can u optimize it to use the IP adress ? instead of the steamid

That's not really an optimization.

DjOptimuS 02-18-2009 02:16

Re: Cheater Suspect
 
ok, but if it`s posible to add that function too to this great plugin. Keep up the good work

kich0 02-18-2009 05:08

Re: Cheater Suspect
 
...most of new cheats automaticly are disabled on screenshot...


All times are GMT -4. The time now is 12:50.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.