Raised This Month: $12 Target: $400
 3% 

Permanent Muting/Gagging/Silencing/Naming across servers 1.6.000


Post New Thread Reply   
 
Thread Tools Display Modes
blissend
Member
Join Date: Mar 2008
Old 02-11-2010 , 14:43   Re: Permanent Muting/Gagging/Silencing/Naming across servers 1.6.000
Reply With Quote #131

Quote:
Originally Posted by LordFear View Post
When editing a mute, it tries to open the file comms_editrecord.php but it gives 404 because the file is named editrecords.php only.
Same goes for comms_process_data.php and comms_records.php on some links. I've edited the three files responsible for these links (records.php, process_data.php, & editrecord.php) and uploaded for the lazy. This is based on v1.6.000 web frontend.
Attached Files
File Type: 7z linkfixes.7z (3.5 KB, 512 views)
blissend is offline
Chanz
Veteran Member
Join Date: Aug 2008
Location: Germany - Stuttgart
Old 02-23-2010 , 16:32   Re: Permanent Muting/Gagging/Silencing/Naming across servers 1.6.000
Reply With Quote #132

I changed stuff in your plugin to make it more useful for me:

File sm_commstools.sp version "1.6.1-mod":
+Added native support for other plugins -> [ bool:Sm_Commstools_IsClientGaged(client), bool:Sm_Commstools_IsClientMuted(client) and bool:Sm_Commstools_IsClientSilenced(client) ].
+Added AutoExecConfig (means within cfg/sourcemod is the "sm_commstools.cfg" file).
*Fixed webinterface bugs (wrong filenames).
*Fixed sm_commstools_version is within sm_commstools.cfg.
~Changed: the plugin moves now basecomm.smx into disabled folder instead of just end and print a SetFailState (I copied the the code from sourcebans - thanks).

No changes made in sm_rename.sp

You can download it here:
Attached Files
File Type: zip sm_commstools.zip (122.2 KB, 259 views)
__________________
[ SourceModPlugins.org ][ My Plugins ]

Thank you for donations: [ Paypal ]

Video Tutorial (German): [ Gameserver & SourceMod Plugins mit HLSW verwalten ]

Last edited by Chanz; 02-23-2010 at 23:22.
Chanz is offline
daleGEND
AlliedModders Donor
Join Date: Feb 2005
Location: USA
Old 02-27-2010 , 14:07   Re: Permanent Muting/Gagging/Silencing/Naming across servers 1.6.000
Reply With Quote #133

Quote:
Originally Posted by Chanz View Post
I changed stuff in your plugin to make it more useful for me:

File sm_commstools.sp version "1.6.1-mod":
+Added native support for other plugins -> [ bool:Sm_Commstools_IsClientGaged(client), bool:Sm_Commstools_IsClientMuted(client) and bool:Sm_Commstools_IsClientSilenced(client) ].
+Added AutoExecConfig (means within cfg/sourcemod is the "sm_commstools.cfg" file).
*Fixed webinterface bugs (wrong filenames).
*Fixed sm_commstools_version is within sm_commstools.cfg.
~Changed: the plugin moves now basecomm.smx into disabled folder instead of just end and print a SetFailState (I copied the the code from sourcebans - thanks).

No changes made in sm_rename.sp

You can download it here:
NVM, works. How do I add more reasons?
__________________
Bor3d Gaming - A Mature Online Gaming Community

Feel free to add me on STEAM as well: https://steamcommunity.com/id/b0r3d

Last edited by daleGEND; 02-27-2010 at 14:13.
daleGEND is offline
Wyrda Ebrithil
Member
Join Date: Sep 2009
Old 04-11-2010 , 02:58   Re: Permanent Muting/Gagging/Silencing/Naming across servers 1.6.000
Reply With Quote #134

The permanent rename Totally is not working for me....

anyone else having same prob?

I also cannot change/delete entries via the web

The requested URL /permmutes/comms_process_data.php was not found on this server.

and there are three other missing files....
__________________
i am complaining, deal with it

Last edited by Wyrda Ebrithil; 04-11-2010 at 03:03. Reason: added something
Wyrda Ebrithil is offline
Repo Man
Junior Member
Join Date: Apr 2010
Location: Falling Down
Old 04-12-2010 , 00:05   Re: Permanent Muting/Gagging/Silencing/Naming across servers 1.6.000
Reply With Quote #135

What about the commands
sm_unmute
sm_ungag
and sm_unsilence?
__________________
Repo Man is offline
Chanz
Veteran Member
Join Date: Aug 2008
Location: Germany - Stuttgart
Old 04-21-2010 , 09:39   Re: Permanent Muting/Gagging/Silencing/Naming across servers 1.6.000
Reply With Quote #136

Quote:
Originally Posted by daleGEND View Post
NVM, works. How do I add more reasons?
Go to the page where the reasons are and look at your addressbar. Open your ftp and go where the file is located (something like /xyz/abc.php). Open the .php with a editor and search where the reasons are and extend them.
Quote:
Originally Posted by Wyrda Ebrithil View Post
The permanent rename Totally is not working for me....

anyone else having same prob?

I also cannot change/delete entries via the web

The requested URL /permmutes/comms_process_data.php was not found on this server.

and there are three other missing files....
It can be that the permanent rename does not work for some games, ask the dev of this plugin, since it works for me.
As for the change/delete does not work try to set your admin level to 9 and try again.
As for the requested url was not found: use the version I posted above.
Quote:
Originally Posted by Repo Man View Post
What about the commands
sm_unmute
sm_ungag
and sm_unsilence?
I don't know anymore if they exists or not, but if they exists then it means that they undo the specific actions. If they do not exist, well sm_gag can gag someone and ungag someone (it toggles).
__________________
[ SourceModPlugins.org ][ My Plugins ]

Thank you for donations: [ Paypal ]

Video Tutorial (German): [ Gameserver & SourceMod Plugins mit HLSW verwalten ]
Chanz is offline
alinayg
Senior Member
Join Date: Apr 2009
Location: USA, RI
Old 05-10-2010 , 16:59   Re: Permanent Muting/Gagging/Silencing/Naming across servers 1.6.000
Reply With Quote #137

Quote:
Originally Posted by Repo Man View Post
What about the commands
sm_unmute
sm_ungag
and sm_unsilence?
Yeah they are not working.
__________________
alinayg is offline
alinayg
Senior Member
Join Date: Apr 2009
Location: USA, RI
Old 05-10-2010 , 18:15   Re: Permanent Muting/Gagging/Silencing/Naming across servers 1.6.000
Reply With Quote #138

Quote:
Originally Posted by Chanz View Post
It can be that the permanent rename does not work for some games, ask the dev of this plugin, since it works for me.
How do you go about perma renaming people in game?
__________________
alinayg is offline
drhydralisk
BANNED
Join Date: Jun 2010
Old 06-16-2010 , 22:15   Re: Permanent Muting/Gagging/Silencing/Naming across servers 1.6.000
Reply With Quote #139

Zerg Patch - Security and Bug Fixes

Versions Effected: CommsTools Control Panel 1.6.000 and Below (All as of 2010/06/16)

I have created this to patch numerous vulnerability in CommsTools Control Panel. I created a PoC in Python that would exploit a list of websites with CommsTools Control Panel installed, and it was successful in gathering usernames, passwords (hashed but cracked most of them out of curiosity to see how weak of passwords people used, it is quite shocking), emails, etc. on all of them (even if safe mode or magic quotes was enabled). Apology to mannisfunhouse.eu, nadesgaming.com, clanao.org (clanao.com), convictgaming.com, willygeerts.be, and lostbrotherhood.com for being unknowing test subjects in-case it shows up in the server logs (didn't feel like installing multiple instances of PHP to test).

I will not release the PoC because of script kiddies.

Code:
Zerg Patch - CommsTools Control Panel

2010-06-16 Dr. Hydralisk <[email protected]>

Please report any bugs or errors found after installing Zerg Patch to the above email.
Tested on PHP 5.2 and PHP 5.3

	[records.php]
		* Changed: Timezone using server defined timezone instead of Chicago.
		* Fixed: Error displaying in search field.
		* Fixed: Page listing accepting any value, possibly being exploitable.
		* Fixed: Search filters not being protected allowing multiple SQL injections.
		* Fixed: Form submitting to wrong file.
		
	[rename_records.php]
		* Changed: Timezone using server defined timezone instead of Chicago.
		* Fixed: Page listing accepting any value, possibly being exploitable.
		
	[admin.php]
		* Changed: Timezone using server defined timezone instead of Chicago.
		
	[editrecord.php]
		* Fixed: Form submitting to wrong file.
		
	[process_data.php]
		* Fixed: Form submitting to wrong file.
Instructions on how to install are included.

Download Mirrors:

Last edited by drhydralisk; 06-16-2010 at 22:19.
drhydralisk is offline
Chanz
Veteran Member
Join Date: Aug 2008
Location: Germany - Stuttgart
Old 06-17-2010 , 09:51   Re: Permanent Muting/Gagging/Silencing/Naming across servers 1.6.000
Reply With Quote #140

Not the fine way to tell we have a interface installed that has security holes, fatch all passwords, email accs and then post in a public forum without letting us know before...

Don't get me wrong, its good that you found out those holes, but next time inform your test subjects, before you try out security holes and do further actions like posting in a public forum!
__________________
[ SourceModPlugins.org ][ My Plugins ]

Thank you for donations: [ Paypal ]

Video Tutorial (German): [ Gameserver & SourceMod Plugins mit HLSW verwalten ]

Last edited by Chanz; 06-17-2010 at 11:10.
Chanz is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 13:49.


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