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)

AeroAcrobat 10-10-2015 20:45

Re: [RELEASE] SourceBans++ (v1.5.3) [Updated: 2015-10-07]
 
http://gfycat.com/CalmSingleAlbatross
<3

Sarabveer 10-10-2015 22:27

Re: [RELEASE] SourceBans++ (v1.5.3) [Updated: 2015-10-07]
 
Quote:

Originally Posted by AeroAcrobat (Post 2351872)

Oops, I tought you meant the time.

avi9526 10-11-2015 16:13

Re: [RELEASE] SourceBans++ (v1.5.3) [Updated: 2015-10-07]
 
So, what is with steamid3 in web forms? It's says "Please enter a valid Steam ID". But when I just installed SB++ I enter my steamid3, and it's looks like working fine, at least I hope so… Does it's internal problem which make SB++ not working properly with steamid3 or it's just text field on the web form get checked with code for old steamid?

Sarabveer 10-11-2015 16:14

Re: [RELEASE] SourceBans++ (v1.5.3) [Updated: 2015-10-07]
 
Quote:

Originally Posted by avi9526 (Post 2352195)
So, what is with steamid3 in web forms? It's says "Please enter a valid Steam ID". But when I just installed SB-R I enter my steamid3, and it's looks like working fine, at least I hope so… Does it's internal problem which make SB-R not working properly with steamid3 or it's just text field on the web form get checked with code for old steamid?

I REPEAT FOR THE LAST TIME!!!!

THE WEBPANEL USES STEAM2, AND WILL ALWAYS USE STEAM2!

Hail Gaben!

LeetDonkey 10-13-2015 07:47

Re: [RELEASE] SourceBans++ (v1.5.3) [Updated: 2015-10-07]
 
is anyone having issues with the sourcesleuth included in 1.5.3?
Mine bans duplicate accounts for 40 months regardless of the ban length of the original ban :-S

sm_sleuth_actions is set to 1
and
sm_sleuth_duration is set to 0

Any thoughts?

eric0279 10-18-2015 06:55

Re: [RELEASE] SourceBans++ (v1.5.3) [Updated: 2015-10-07]
 
Hello,

new installation and i get same problem:
Quote:

Notice: Undefined index: apikey in /var/www/banned/install/template/page.5.php on line 50

Notice: Undefined index: sb-wp-url in /var/www/banned/install/template/page.5.php on line 51
I have downloaded the latest version on GitHub.

ZASTRELIS 10-18-2015 07:47

Re: [RELEASE] SourceBans++ (v1.5.3) [Updated: 2015-10-07]
 
Quote:

Originally Posted by eric0279 (Post 2354307)
Hello,
new installation and i get same problem:
I have downloaded the latest version on GitHub.

Undefined index

404UserNotFound 10-18-2015 10:41

Re: [RELEASE] SourceBans++ (v1.5.3) [Updated: 2015-10-07]
 
Quote:

Originally Posted by ZASTRELIS (Post 2354325)
Undefined index

How is that remotely helpful?

ZASTRELIS 10-18-2015 11:18

Re: [RELEASE] SourceBans++ (v1.5.3) [Updated: 2015-10-07]
 
Quote:

Originally Posted by abrandnewday (Post 2354383)
How is that remotely helpful?

Code:

$my_var = $_GET[‘var1′];
->

Code:

if (isset($_GET[‘var1′])) {
$my_var = $_GET[‘var1′];
}

HTML Code:

<? printf("Learn PHP"); ?>
it's a minimum.. for max u must learn C

404UserNotFound 10-18-2015 11:20

Re: [RELEASE] SourceBans++ (v1.5.3) [Updated: 2015-10-07]
 
Quote:

Originally Posted by eric0279 (Post 2354307)
Hello,

new installation and i get same problem:


I have downloaded the latest version on GitHub.

I just realized that I had that same issue. Ignore it and just edit the config.php file and add in the info for these:

PHP Code:

define('STEAMAPIKEY','');                // Steam API Key for Shizz
define('SB_WP_URL','');                       //URL of SourceBans Site 

Basically SourceBans tries to take the info you pop in for the API key and URL and put them in the config but there's apparently some code missing somewhere so it fails to do so. Manually adding it in fixes the issue. API is for the OpenID Steam login, and the URL is also for that I believe.

As for you Zastrelis, I'd quote your post but the forum just brings up an empty white text box so I can't quote it for some reason, but see above for the fix.

And putting "UNDEFINED INDEX" in giant letters is NOT helpful in any way.


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

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