Raised This Month: $ Target: $400
 0% 

Release Legacy SourceBans 1.4.11 (Updated 2014/02/17)


Post New Thread Closed Thread   
 
Thread Tools Display Modes
Gweedo
Member
Join Date: Aug 2007
Old 01-24-2008 , 13:35   Re: SourceBans (1.0.0 RC1d)
#311

Oh yeah, and when someone submits a ban it sends an email saying someone has protested, but when someone protests I don't even get an email.

Also when deleting a ban protest there's a typo in the confirmation message, it's asking if you want to delete the ban submission rather than a protest.

EDIT: I see there's already a bug report about the email.

Last edited by Gweedo; 01-24-2008 at 13:48.
Gweedo is offline
Noobtastic
Member
Join Date: Nov 2007
Old 01-27-2008 , 07:41   Re: SourceBans (1.0.0 RC1d)
#312

I have to manually reload the Sourcebans plugin everytime to get the ban option back into the menu. This is of course pretty frustrating, anyone have any idea as to what could be causing this?
Noobtastic is offline
Nerospeed
Junior Member
Join Date: Jun 2005
Location: Germany
Old 01-28-2008 , 03:59   Re: SourceBans (1.0.0 RC1d)
#313

Hello,

I have a problem with the Sourcebans. Did the new version on the server. The bans not write on my website.

This error message stands in the sourcebans.log


Code:
L 01/26/2008 - 21:16:34: [sourcebans.smx] AdminMenu_Ban()
L 01/26/2008 - 21:16:34: [sourcebans.smx] AdminMenu_Ban()
L 01/26/2008 - 21:16:34: [sourcebans.smx] AdminMenu_Ban() -> Formatted the Ban option text
L 01/26/2008 - 21:16:35: [sourcebans.smx] [SourceBans] Checking ban for:  STEAM_0:0:

L 01/26/2008 - 21:16:35: [sourcebans.smx] [SourceBans] STEAM_0:0: is NOT banned.

L 01/26/2008 - 21:16:36: [sourcebans.smx] AdminMenu_Ban()
L 01/26/2008 - 21:16:36: [sourcebans.smx] DisplayBanTargetMenu()
L 01/26/2008 - 21:16:36: [sourcebans.smx] AdminMenu_Ban() -> DisplayBanTargetMenu()
L 01/26/2008 - 21:16:56: [sourcebans.smx] MenuHandler_BanPlayerList()
L 01/26/2008 - 21:16:56: [sourcebans.smx] AdminMenu_Ban()
L 01/26/2008 - 21:16:56: [sourcebans.smx] AdminMenu_Ban()
L 01/26/2008 - 21:16:56: [sourcebans.smx] AdminMenu_Ban() -> Formatted the Ban option text
L 01/26/2008 - 21:16:56: [sourcebans.smx] MenuHandler_BanPlayerList()
L 01/26/2008 - 21:17:09: [sourcebans.smx] [SourceBans] Checking ban for:  STEAM_0:

L 01/26/2008 - 21:17:09: [sourcebans.smx] [SourceBans] STEAM_0:0 is NOT banned.

L 01/26/2008 - 21:17:10: [sourcebans.smx] [SourceBans] Checking ban for:  STEAM_0:0:1

L 01/26/2008 - 21:17:10: [sourcebans.smx] [SourceBans] STEAM_0:0: is NOT banned.

L 01/26/2008 - 21:17:57: [sourcebans.smx] [SourceBans] Checking ban for:  STEAM_0:0:

L 01/26/2008 - 21:17:57: [sourcebans.smx] [SourceBans] STEAM_0:0: is NOT banned.

L 01/26/2008 - 21:19:59: [sourcebans.smx] [SourceBans] Checking ban for:  STEAM_0:1:

L 01/26/2008 - 21:19:59: [sourcebans.smx] [SourceBans] STEAM_0:1: is NOT banned.

L 01/26/2008 - 21:21:34: [sourcebans.smx] [SourceBans] Checking ban for:  STEAM_0:1:

L 01/26/2008 - 21:21:34: [sourcebans.smx] [SourceBans] STEAM_0:1 is NOT banned.

L 01/26/2008 - 21:21:56: [sourcebans.smx] AdminMenu_Ban()
L 01/26/2008 - 21:21:56: [sourcebans.smx] AdminMenu_Ban()
L 01/26/2008 - 21:21:56: [sourcebans.smx] AdminMenu_Ban() -> Formatted the Ban option text
L 01/26/2008 - 21:22:20: [sourcebans.smx] [SourceBans] Checking ban for:  STEAM_0:0:
and this another problem. Will this error message when I Sourcebans reinstall.

What is it now: (

http://www.imgbox.de/?img=a17921c104.jpg

thx for help

NeroSpeed

My Sourcebans Website
http://dods.cdvclan.de/sourcebans/index.php?p=home
Nerospeed is offline
urus
Senior Member
Join Date: Jan 2007
Old 02-04-2008 , 18:51   Re: SourceBans (1.0.0 RC1d)
#314

Find hidden errors.

In /pages/admin.edit.group.php (lines 106-107)

Code:
$('p32').checked = <?php echo check_flag($web_flags, ADMIN_DELETE_BAN) ? "true" : "false"?>;
$('p33').checked = <?php echo check_flag($web_flags, ADMIN_UNBAN) ? "true" : "false"?>;
In /pages/groups.web.perm.php (lines 112-121)

Code:
  <tr class="tablerow1">
    <td width="15%">&nbsp;</td>
    <td class="tablerow1">Unban Bans </td>
    <td align="center" class="tablerow1"><input type="checkbox" name="p32" id="p32" /></td>
  </tr>
  <tr class="tablerow1">
    <td width="15%">&nbsp;</td>
    <td class="tablerow1">Delete Bans </td>
    <td align="center" class="tablerow1"><input type="checkbox" name="p33" id="p33" /></td>
  </tr>
In /pages/admin.edit.adminperms.php (lines 94-95)

Code:
$('p32').checked = <?php echo check_flag($web_flags, ADMIN_DELETE_BAN) ? "true" : "false"?>;
$('p33').checked = <?php echo check_flag($web_flags, ADMIN_UNBAN) ? "true" : "false"?>;
In /includes/system_functions.php (lines 358-361):

Code:
         if(($mask & ADMIN_DELETE_BAN) !=0 || ($mask & ADMIN_OWNER) !=0)
            $string .= "&bull; Unban bans<br />";    
        if(($mask & ADMIN_UNBAN) !=0 || ($mask & ADMIN_OWNER) !=0)
            $string .= "&bull; Delete bans<br />";

Last edited by urus; 02-04-2008 at 19:37.
urus is offline
berni
SourceMod Plugin Approver
Join Date: May 2007
Location: Austria
Old 02-05-2008 , 05:25   Re: SourceBans (1.0.0 RC1d)
#315

I have also fixed ALLOT of bugs (pretty all I think) in the sourcebans webinterface, including that, if you guys want, I can upload it here.
berni is offline
Olly
Senior Member
Join Date: Mar 2007
Location: UK
Old 02-05-2008 , 09:30   Re: SourceBans (1.0.0 RC1d)
#316

Quote:
Originally Posted by urus View Post
Find hidden errors.

In /pages/admin.edit.group.php (lines 106-107)

Code:
$('p32').checked = <?php echo check_flag($web_flags, ADMIN_DELETE_BAN) ? "true" : "false"?>;
$('p33').checked = <?php echo check_flag($web_flags, ADMIN_UNBAN) ? "true" : "false"?>;
In /pages/groups.web.perm.php (lines 112-121)

Code:
  <tr class="tablerow1">
    <td width="15%">&nbsp;</td>
    <td class="tablerow1">Unban Bans </td>
    <td align="center" class="tablerow1"><input type="checkbox" name="p32" id="p32" /></td>
  </tr>
  <tr class="tablerow1">
    <td width="15%">&nbsp;</td>
    <td class="tablerow1">Delete Bans </td>
    <td align="center" class="tablerow1"><input type="checkbox" name="p33" id="p33" /></td>
  </tr>
In /pages/admin.edit.adminperms.php (lines 94-95)

Code:
$('p32').checked = <?php echo check_flag($web_flags, ADMIN_DELETE_BAN) ? "true" : "false"?>;
$('p33').checked = <?php echo check_flag($web_flags, ADMIN_UNBAN) ? "true" : "false"?>;
In /includes/system_functions.php (lines 358-361):

Code:
         if(($mask & ADMIN_DELETE_BAN) !=0 || ($mask & ADMIN_OWNER) !=0)
            $string .= "&bull; Unban bans<br />";    
        if(($mask & ADMIN_UNBAN) !=0 || ($mask & ADMIN_OWNER) !=0)
            $string .= "&bull; Delete bans<br />";
Thanks, ill get those sorted

Quote:
Originally Posted by Nerospeed View Post
Hello,

I have a problem with the Sourcebans. Did the new version on the server. The bans not write on my website.

This error message stands in the sourcebans.log


Code:
L 01/26/2008 - 21:16:34: [sourcebans.smx] AdminMenu_Ban()
L 01/26/2008 - 21:16:34: [sourcebans.smx] AdminMenu_Ban()
L 01/26/2008 - 21:16:34: [sourcebans.smx] AdminMenu_Ban() -> Formatted the Ban option text
L 01/26/2008 - 21:16:35: [sourcebans.smx] [SourceBans] Checking ban for:  STEAM_0:0:

L 01/26/2008 - 21:16:35: [sourcebans.smx] [SourceBans] STEAM_0:0: is NOT banned.

L 01/26/2008 - 21:16:36: [sourcebans.smx] AdminMenu_Ban()
L 01/26/2008 - 21:16:36: [sourcebans.smx] DisplayBanTargetMenu()
L 01/26/2008 - 21:16:36: [sourcebans.smx] AdminMenu_Ban() -> DisplayBanTargetMenu()
L 01/26/2008 - 21:16:56: [sourcebans.smx] MenuHandler_BanPlayerList()
L 01/26/2008 - 21:16:56: [sourcebans.smx] AdminMenu_Ban()
L 01/26/2008 - 21:16:56: [sourcebans.smx] AdminMenu_Ban()
L 01/26/2008 - 21:16:56: [sourcebans.smx] AdminMenu_Ban() -> Formatted the Ban option text
L 01/26/2008 - 21:16:56: [sourcebans.smx] MenuHandler_BanPlayerList()
L 01/26/2008 - 21:17:09: [sourcebans.smx] [SourceBans] Checking ban for:  STEAM_0:

L 01/26/2008 - 21:17:09: [sourcebans.smx] [SourceBans] STEAM_0:0 is NOT banned.

L 01/26/2008 - 21:17:10: [sourcebans.smx] [SourceBans] Checking ban for:  STEAM_0:0:1

L 01/26/2008 - 21:17:10: [sourcebans.smx] [SourceBans] STEAM_0:0: is NOT banned.

L 01/26/2008 - 21:17:57: [sourcebans.smx] [SourceBans] Checking ban for:  STEAM_0:0:

L 01/26/2008 - 21:17:57: [sourcebans.smx] [SourceBans] STEAM_0:0: is NOT banned.

L 01/26/2008 - 21:19:59: [sourcebans.smx] [SourceBans] Checking ban for:  STEAM_0:1:

L 01/26/2008 - 21:19:59: [sourcebans.smx] [SourceBans] STEAM_0:1: is NOT banned.

L 01/26/2008 - 21:21:34: [sourcebans.smx] [SourceBans] Checking ban for:  STEAM_0:1:

L 01/26/2008 - 21:21:34: [sourcebans.smx] [SourceBans] STEAM_0:1 is NOT banned.

L 01/26/2008 - 21:21:56: [sourcebans.smx] AdminMenu_Ban()
L 01/26/2008 - 21:21:56: [sourcebans.smx] AdminMenu_Ban()
L 01/26/2008 - 21:21:56: [sourcebans.smx] AdminMenu_Ban() -> Formatted the Ban option text
L 01/26/2008 - 21:22:20: [sourcebans.smx] [SourceBans] Checking ban for:  STEAM_0:0:
and this another problem. Will this error message when I Sourcebans reinstall.

What is it now: (

http://www.imgbox.de/?img=a17921c104.jpg

thx for help

NeroSpeed

My Sourcebans Website
http://dods.cdvclan.de/sourcebans/index.php?p=home

There is nothing wrong in the sourcebans log file, also, check the sourcemod, and sourcemod error logs for sourcebans.smx

Quote:
Originally Posted by berni View Post
I have also fixed ALLOT of bugs (pretty all I think) in the sourcebans webinterface, including that, if you guys want, I can upload it here.
Thanks, if you can upload a diff patch, which is against the newest revision of sourcebans, that would be great.. If you dont know how to make diff files, then just send a list, of what you changed, and the reason for changing ;)
__________________
Tumblr Me: http://raspberryteen.tumblr.com


// Yarrrr!
Olly is offline
Send a message via MSN to Olly
Tramp
Senior Member
Join Date: Aug 2005
Old 02-05-2008 , 13:40   Re: SourceBans (1.0.0 RC1d)
#317

When the banning menu will be impleted?
__________________
STER-Gaming.pl - The Best Multigaming Club, CS 1.6, CS:S, ET, COD 2 more and more ! Check forum forum.ster-gaming.pl

amxmodx - Polish support about amxx.
Tramp is offline
Olly
Senior Member
Join Date: Mar 2007
Location: UK
Old 02-05-2008 , 16:18   Re: SourceBans (1.0.0 RC1d)
#318

Quote:
Originally Posted by Tramp View Post
When the banning menu will be impleted?
The man menu was implimented a while ago. If its not showing up for you, make sure that the basebans.smx plugin is in the disabled folder
__________________
Tumblr Me: http://raspberryteen.tumblr.com


// Yarrrr!
Olly is offline
Send a message via MSN to Olly
odie3
Member
Join Date: Jan 2008
Old 02-05-2008 , 20:40   Re: SourceBans (1.0.0 RC1d)
#319

Quote:
Originally Posted by Olly View Post
The man menu was implimented a while ago. If its not showing up for you, make sure that the basebans.smx plugin is in the disabled folder
hmm, I have that file in my plugins - must have miss the instructions where I was to move it to /disabled/
__________________

XO of Ghost Dogs



Odie, as defined by Urban Dictionary

Game Server Clan Play Page! Due every three months starting from Aug 26th, 2007
odie3 is offline
Tramp
Senior Member
Join Date: Aug 2005
Old 02-06-2008 , 13:48   Re: SourceBans (1.0.0 RC1d)
#320

Is it in instruction that?

First of all on the main page should be big instruction + changelog.
I cant see it, thats the main thing, there are a lot stupid things like trackers, basic information about plugin, some links to firends etc.

for example http://amxbans.net has better instruction and more visible than sourcebans.net

Secondly instruction should be in the main package, there is a stupid info, link how to install webpanel and thats all, user have to find more, if he find it he will get this:

http://steamfriends.com/wiki/SourceB...n_installation

and that is unsatisfactory. Theres no info about blocking basebans.sm etc.

The site and instruction isn't user friendly. It should be more clearly.
__________________
STER-Gaming.pl - The Best Multigaming Club, CS 1.6, CS:S, ET, COD 2 more and more ! Check forum forum.ster-gaming.pl

amxmodx - Polish support about amxx.
Tramp is offline
Closed Thread



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 20:54.


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