Raised This Month: $32 Target: $400
 8% 

[Request]Contact Admin/Moderator plugin


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Dead Tom
New Member
Join Date: Oct 2009
Old 10-07-2009 , 08:08   [Request]Contact Admin/Moderator plugin
Reply With Quote #1

Good day everyone,

To just get to the point it was put forth on our servers that not enough admins and mods could be found when needed. We have tried to have a on call system but because a few have not jumped on board with the idea it has failed. We have decided to make a make the new system based on a in game plugin on all servers that would automatically email and or steam message a admin or mod. If anyone could help code or offer suggestions please post.
Thank you

Last edited by Dead Tom; 10-07-2009 at 09:56.
Dead Tom is offline
Send a message via AIM to Dead Tom
HiJacker
Senior Member
Join Date: Jul 2008
Location: Slovakia
Old 11-05-2009 , 14:00   Re: [Request]Contact Admin/Moderator plugin
Reply With Quote #2

It can be done like this , maybe harder to make SM plugin, but bash part will be easy.

1.) Plugin will hook on command sm_call , so if player type !call
2.) Plugin will write into MySQL table with info : player, time, ip, serverID ... inside mysql, there will be Nickname of server in different/or same table
3.)
Mysql query in human-mode ! (it wont work, its just to show example)
Code:
#!/bin/bash
while :
do
     sleep 5s
     for entry in $(/usr/bin/mysql <some params> -e 'SELECT table.servernick (+username) FROM table WHERE unread = 1')
     do
          php /var/www/icq/send.php "On server $server is reported user $player" $icqnumber
           /usr/bin/mysql <some params> -e 'SET unread "1" WHERE $time'
     done

done
In my case, /var/www/icq/send.php has got 2 args , 1. is message and second is icq number.

Steam msg is impossible.
__________________
Before you talk to me, I should warn you : Im kind of strange.
HiJacker is offline
Send a message via ICQ to HiJacker
edge
Junior Member
Join Date: Oct 2009
Old 11-05-2009 , 16:26   Re: [Request]Contact Admin/Moderator plugin
Reply With Quote #3

i like where this is going, i would use it as well.

my sugjestion is you should be able to have a feature like this

!call and it brings up a player menu, should be simple, you pick the player who is doing something douchy, and then it lets you pick from a list of complaints, hacking, radio spam, stuff like that. then it sends it to an admin.
edge is offline
HiJacker
Senior Member
Join Date: Jul 2008
Location: Slovakia
Old 11-05-2009 , 16:49   Re: [Request]Contact Admin/Moderator plugin
Reply With Quote #4

If i have more time, its no problem for me, but you have to have linux in case to run it, including root access OR having somebody to listen on your mysql and sending messages.

Little inspiration, I can use some code of this plugin for menu etc, but with that difference it will put info into mysql, and bash will retrieve it and send ICQ messages.
__________________
Before you talk to me, I should warn you : Im kind of strange.

Last edited by HiJacker; 11-05-2009 at 17:06.
HiJacker is offline
Send a message via ICQ to HiJacker
bouncer
Veteran Member
Join Date: Apr 2009
Old 11-05-2009 , 18:38   Re: [Request]Contact Admin/Moderator plugin
Reply With Quote #5

Here is a good suggestion(s) from my point of view after reading that...

Player types !admin:reasonhere

Admin gets notification on their steam chat "Server IPORT : Player requesting admin assitance immediately!" Would it be possible to send them this via steam chat?

If not Here is an alternative thing- Create html page, and displays in sort of like chat form and it's updated live so you dont have to refresh page, and users can navigate to yoursite.com/admining or something like that and view what the chatbox is displaying, you cannot post anything in chatbox yourself-although that would be a neat option too so admins can respond if they took care of situation.

and let the owners choose what flag to set the notification to.
__________________


bouncer is offline
HiJacker
Senior Member
Join Date: Jul 2008
Location: Slovakia
Old 11-06-2009 , 08:27   Re: [Request]Contact Admin/Moderator plugin
Reply With Quote #6

It can be one with jQuery , so refreshing will be automatical, but it wont be best option for admins to always watch it, to check if somebody need heelp

There's no way of contacting via steam
__________________
Before you talk to me, I should warn you : Im kind of strange.
HiJacker is offline
Send a message via ICQ to HiJacker
bouncer
Veteran Member
Join Date: Apr 2009
Old 11-06-2009 , 17:01   Re: [Request]Contact Admin/Moderator plugin
Reply With Quote #7

Alright well try to come up with the best features you can if you could please.
__________________


bouncer is offline
Ghost Killer
Member
Join Date: Aug 2009
Old 11-07-2009 , 08:38   Re: [Request]Contact Admin/Moderator plugin
Reply With Quote #8

It would be nice if it sends through windows live messenger (a list of contacts on there).
Ghost Killer is offline
Pank
Junior Member
Join Date: Jan 2009
Old 11-10-2009 , 03:43   Re: [Request]Contact Admin/Moderator plugin
Reply With Quote #9

It would be great if we had a menu with various types of reporting (wh, radio spam, map failure, etc.) and when the message is triggered it starts recording a demo of the supspected player so admins can take action even if later.

So to me, the process should be:

Player types !admin in chat (or !report, or whatever)
Menu pops up with different items to report on
If applicable, menu pops up reuqesting player to report on
Plugin starts recording a demo (if needed) of let's say 2 min. This demo should be stored somewher (server, an ftp server,...)
Al info is recorded on a database to be viewed later. Info would include all the above plus the info on the player who triggered it (so in case of abuse, action can be taken).

That would make an awesome plugin.
Pank is offline
bouncer
Veteran Member
Join Date: Apr 2009
Old 11-10-2009 , 06:46   Re: [Request]Contact Admin/Moderator plugin
Reply With Quote #10

So is anyone up to this?
__________________


bouncer 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 22:32.


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