AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   SourceBans / SourceBans++ (https://forums.alliedmods.net/forumdisplay.php?f=152)
-   -   Release SourceBans++ (v1.6.4) [Updated: 2021-10-06] (https://forums.alliedmods.net/showthread.php?t=263735)

Tesloz 05-26-2016 12:25

Re: [RELEASE] SourceBans++ (v1.5.4.7) [Updated: 2016-04-28]
 
How fix this plugin for working without this plugin. https://forums.alliedmods.net/showthread.php?t=272546.S server crashed when sourcebans fork version and zombie plague running.Mb problem in sbcheker?

NomisCZ 05-26-2016 14:34

Re: [RELEASE] SourceBans++ (v1.5.4.7) [Updated: 2016-04-28]
 
Quote:

Originally Posted by sazonische (Post 2421828)

Override content of the file group.name.php in /pages folder with this
PHP Code:

<table width="90%" border="0" id="group.name" cellpadding="5">
  <
tr>
    <
td valign="top" width="35%">
      <
div class="rowdesc">Group name:</div>
    </
td>
    <
td>
      <
div align="left">
          <
input type="text" class="textbox submit-fields" id="{name}" name="{name}" />
      </
div>
        <
div id="{name}_err" class="badentry"></div>
    </
td>
  </
tr>
</
table


millysoose 05-28-2016 00:24

Re: [RELEASE] SourceBans++ (v1.5.4.7) [Updated: 2016-04-28]
 
It seems that Garry's Mod can use tmysql as a replacement for metamod and sourcemod. And indeed, some servers have it up and running that way. I unsuccessfully tried this myself.

I can kick players from the webpanel, however bans do not register in-game, and visa-versa, bans issued in game using this plugin do not register on the the web panel.

Both the sourcebans.lua file and the databases.cfg file are properly configured, and this is not a port issue.

ulx_sban_serverid is 1 in my server.cfg

Am I missing anything else?

DarkDeviL 05-28-2016 01:20

Re: [RELEASE] SourceBans++ (v1.5.4.7) [Updated: 2016-04-28]
 
Quote:

Originally Posted by millysoose (Post 2422653)
It seems that Garry's Mod can use tmysql as a replacement for metamod and sourcemod. And indeed, some servers have it up and running that way. I unsuccessfully tried this myself.

I can kick players from the webpanel, however bans do not register in-game, and visa-versa, bans issued in game using this plugin do not register on the the web panel.

Both the sourcebans.lua file and the databases.cfg file are properly configured, and this is not a port issue.

ulx_sban_serverid is 1 in my server.cfg

Quote:

Originally Posted by millysoose (Post 2422653)
Am I missing anything else?

You are missing the point that this is SourceBans, built in SourcePawn to work on SourceMod.

If you need assistance with a Lua script (or any other third party things), you need to contact the author of that particular Lua script / third party thing.

Think the logic way! Microsoft won't be able to assist you with your Apple system, and the opposite way, Apple won't be able to assist you with your Microsoft system either..

sazonische 05-29-2016 02:47

Re: [RELEASE] SourceBans++ (v1.5.4.7) [Updated: 2016-04-28]
 
Quote:

Originally Posted by NomisCZ (Post 2422204)
Override content of the file group.name.php in /pages folder with this
PHP Code:

<table width="90%" border="0" id="group.name" cellpadding="5">
  <
tr>
    <
td valign="top" width="35%">
      <
div class="rowdesc">Group name:</div>
    </
td>
    <
td>
      <
div align="left">
          <
input type="text" class="textbox submit-fields" id="{name}" name="{name}" />
      </
div>
        <
div id="{name}_err" class="badentry"></div>
    </
td>
  </
tr>
</
table


Thanks

zapparncsgo 06-03-2016 11:13

Re: [RELEASE] SourceBans++ (v1.5.4.7) [Updated: 2016-04-28]
 
Does this have smtp email support? Login via steam doesn't work for me? Something I have missed or is it the plugin?

jpwanabe 06-03-2016 13:04

Re: [RELEASE] SourceBans++ (v1.5.4.7) [Updated: 2016-04-28]
 
I hater having to ask this over and over but, CAN SOMEONE PLEASE FIX SOURCE SLEUTH!

NomisCZ 06-03-2016 15:24

Re: [RELEASE] SourceBans++ (v1.5.4.7) [Updated: 2016-04-28]
 
Quote:

Originally Posted by zapparncsgo (Post 2424423)
Does this have smtp email support? Login via steam doesn't work for me? Something I have missed or is it the plugin?

Steam Login:
Try to update openid.php file (includes/openid.php):
https://github.com/NomisCZ/SourceBan...des/openid.php

driz 06-09-2016 14:51

Re: [RELEASE] SourceBans++ (v1.5.4.7) [Updated: 2016-04-28]
 
is there anything published for the api of the fork? it looks like the previous API stuff pre-fork no longer functions properly...

Maxximou5 06-09-2016 16:32

Re: [RELEASE] SourceBans++ (v1.5.4.7) [Updated: 2016-04-28]
 
If you are having issues with OpenID for CS:GO, it's because most likely you added admins with the standard CS:GO format of STEAM_1 and not the usual STEAM_0. If you change your ID to STEAM_0 it should function properly to login; however, that means you won't have admin in game.

A way around this is to do a search for all entries of STEAM_0 and replace it with STEAM_1. Another hacky method is to just change the STEAM_0 line of the steamopenid.php with STEAM_1 and will allow you login. I've done the former as I only run CS:GO server so having STEAM_0 is pointless and incorrect. However, if you run other server game types, this would be a very poor idea to do.


All times are GMT -4. The time now is 18:55.

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