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

ShowBans


Post New Thread Reply   
 
Thread Tools Display Modes
Author
Master J
New Member
Join Date: Dec 2013
Plugin ID:
3986
Plugin Version:
1.0.0
Plugin Category:
General Purpose
Plugin Game:
Any
Plugin Dependencies:
Servers with this Plugin:
 
Plugin Description:
Opens a Sourcebans page in the MOTD with a list of all the bans for the selected player
Old 12-06-2013 , 15:21   ShowBans
Reply With Quote #1

ShowBans

*Under Development

A quicker way to ban that:
Write Status in console, Find the player in the list, Copy/Paste the Steam ID, press the Windows botton, open the browser, go on Sourcebans bookmark click on the bans list and search the Steam ID and then ban.

Commands:
Quote:
sm_showbans <player> Opens a Sourcebans page in the MOTD that list all the bans for a selected player
sm_ban2 <player> Opens a custom Sourcebans page to ban the selected player


Cvars:

Quote:
showbans_host The URL to your SourceBans


Dependencies:

[ANY] Hidden MOTD URL opener

TODO:
- Add support for multiple servers for the sm_ban2 command

Install the Sourcebans custom page used by sm_ban2:

Copy/Paste the page pages/page.ban2.php from the ZIP in your Sourceban web folder.
And add the following code in includes/page-builder.php, in the switch statement:

PHP Code:
    case "ban2":
        
RewritePageTitle("Ban2");
        
$page TEMPLATES_PATH "/page.ban2.php";
        break; 
The code should look like this:
PHP Code:
$_GET['p'] = isset($_GET['p']) ? $_GET['p'] : 'default';
$_GET['p'] = trim($_GET['p']);
switch (
$_GET['p'])
{
    case 
"ban2":
        
RewritePageTitle("Ban2");
        
$page TEMPLATES_PATH "/page.ban2.php";
        break; 
Attached Thumbnails
Click image for larger version

Name:	screenshot.jpg
Views:	653
Size:	89.1 KB
ID:	128346  
Attached Files
File Type: zip SourceBans.zip (763 Bytes, 202 views)
File Type: sp Get Plugin or Get Source (showbans.sp - 669 views - 2.7 KB)

Last edited by Master J; 12-09-2013 at 09:58.
Master J is offline
Master J
New Member
Join Date: Dec 2013
Old 12-07-2013 , 20:51   Re: ShowBans
Reply With Quote #2

Reserve in case.
Master J 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