Raised This Month: $51 Target: $400
 12% 

SourceBans-Fork [MOVED]


Post New Thread Closed Thread   
 
Thread Tools Display Modes
lamasniu
Senior Member
Join Date: Jul 2010
Location: United Kingdom
Old 11-30-2014 , 02:14   Re: SourceBans 1.4.12 (Updated 2014/11/15)
#61

Banned a player today with this latest update. They show up in sourcebans webinterface however, they were not banned. They left the server changed their name and we had to ban them again only to find that they were not banned. The ban we used had the reason set to Aimbot. Not sure if that would make a difference but just in-case I make it known.

Their IP is the same and so was their steam account. Has anyone else encountered this issue?

Last edited by lamasniu; 11-30-2014 at 02:16.
lamasniu is offline
Sarabveer
Veteran Member
Join Date: Feb 2014
Old 11-30-2014 , 23:40   Re: SourceBans 1.4.12 (Updated 2014/11/15)
#62

Quote:
Originally Posted by Sarona View Post
Please can you add editable and changeable time bans included in sourcebans.cfg??


LIKE AS:


"BanTimes"
{
"Permanent"
{
"flags" ""
"length" "0"
}
"10 Minutes"
{
"flags" ""
"length" "10"
}
"30 Minutes"
{
"flags" ""
"length" "30"
}
"1 Hour"
{
"flags" ""
"length" "60"
}
"4 Hours"
{
"flags" ""
"length" "240"
}
"1 Day"
{
"flags" ""
"length" "1440"
}
"1 Week"
{
"flags" ""
"length" "10080"
}
}





Thank's...
What do you need edited, IP bans have the same time as normal bans.
__________________
Sarabveer is offline
Sarabveer
Veteran Member
Join Date: Feb 2014
Old 11-30-2014 , 23:41   Re: SourceBans 1.4.12 (Updated 2014/11/15)
#63

Quote:
Originally Posted by lamasniu View Post
Banned a player today with this latest update. They show up in sourcebans webinterface however, they were not banned. They left the server changed their name and we had to ban them again only to find that they were not banned. The ban we used had the reason set to Aimbot. Not sure if that would make a difference but just in-case I make it known.

Their IP is the same and so was their steam account. Has anyone else encountered this issue?
I am using this plugin on my server, and I see no issue, can you please give me some error logs?

EDIT: I banned myself (https://www.v33r.cf/index.php?p=banl...steamid&Submit), and I coudn't join, this is a problem with your config.

EDIT2: I removed the ban.
__________________

Last edited by Sarabveer; 12-01-2014 at 00:00.
Sarabveer is offline
Muscle Brazil
Senior Member
Join Date: Apr 2009
Location: Brazil
Old 12-01-2014 , 09:05   Re: SourceBans 1.4.12 (Updated 2014/11/15)
#64

when I install just after sets the database and the password button to move forward the screen goes white with nothing to do more, as it gets?
Muscle Brazil is offline
Sarona
AlliedModders Donor
Join Date: Jul 2012
Old 12-01-2014 , 09:57   Re: SourceBans 1.4.12 (Updated 2014/11/15)
#65

Quote:
Originally Posted by Sarabveer View Post
What do you need edited, IP bans have the same time as normal bans.
No, what I want is that you can choose the times of the bans through the admin menu, editable it from sourcebans.cfg, incorporate this option in your plugin, it might be possible? thanks in advance.

Last edited by Sarona; 12-01-2014 at 10:05.
Sarona is offline
Sarona
AlliedModders Donor
Join Date: Jul 2012
Old 12-01-2014 , 09:58   Re: SourceBans 1.4.12 (Updated 2014/11/15)
#66

Sorry double post..

Last edited by Sarona; 12-01-2014 at 10:04.
Sarona is offline
Phaiz
AlliedModders Donor
Join Date: Feb 2014
Location: USA
Old 12-01-2014 , 10:11   Re: SourceBans 1.4.12 (Updated 2014/11/15)
#67

Quote:
Originally Posted by Sarona View Post
No, what I want is that you can choose the times of the bans through the admin menu, editable from sourcebans.cfg, thanks in advance.
You can also just edit the sourcebans.sp and recompile like I have.

Line 922 unedited

Code:
        AddMenuItem(menu, "0", "Permanent");
    AddMenuItem(menu, "10", "10 Minutes");
    AddMenuItem(menu, "30", "30 Minutes");
    AddMenuItem(menu, "60", "1 Hour");
    AddMenuItem(menu, "240", "4 Hours");
    AddMenuItem(menu, "1440", "1 Day");
    AddMenuItem(menu, "10080", "1 Week");
And my changes

Code:
    AddMenuItem(menu, "1440", "1 Day");
    AddMenuItem(menu, "4320", "3 Days");
    AddMenuItem(menu, "10080", "1 Week");
    AddMenuItem(menu, "43200", "1 Month");
    AddMenuItem(menu, "0", "Permanent");
__________________

Last edited by Phaiz; 12-01-2014 at 10:12.
Phaiz is offline
Sarona
AlliedModders Donor
Join Date: Jul 2012
Old 12-01-2014 , 10:27   Re: SourceBans 1.4.12 (Updated 2014/11/15)
#68

Quote:
Originally Posted by Phaiz View Post
You can also just edit the sourcebans.sp and recompile like I have.

Line 922 unedited

Code:
        AddMenuItem(menu, "0", "Permanent");
    AddMenuItem(menu, "10", "10 Minutes");
    AddMenuItem(menu, "30", "30 Minutes");
    AddMenuItem(menu, "60", "1 Hour");
    AddMenuItem(menu, "240", "4 Hours");
    AddMenuItem(menu, "1440", "1 Day");
    AddMenuItem(menu, "10080", "1 Week");
And my changes

Code:
    AddMenuItem(menu, "1440", "1 Day");
    AddMenuItem(menu, "4320", "3 Days");
    AddMenuItem(menu, "10080", "1 Week");
    AddMenuItem(menu, "43200", "1 Month");
    AddMenuItem(menu, "0", "Permanent");
It does not support choose admin flags time bans for according to the power that admins having

Last edited by Sarona; 12-01-2014 at 10:32.
Sarona is offline
Phaiz
AlliedModders Donor
Join Date: Feb 2014
Location: USA
Old 12-01-2014 , 22:04   Re: SourceBans 1.4.12 (Updated 2014/11/15)
#69

Quote:
Originally Posted by Sarona View Post
It does not support choose admin flags time bans for according to the power that admins having
What? Sorry I'm not sure what you are trying to say. All of my admins can use sourcebans after I made those changes.
__________________
Phaiz is offline
Sarabveer
Veteran Member
Join Date: Feb 2014
Old 12-02-2014 , 22:08   Re: SourceBans 1.4.13 (Updated 2014/12/02)
#70

SourceBans 1.4.13F has been released.

Changes:
Quote:
(02/12/14): Version 1.4.13F
-----------------------
01. ! Fixed LFI EXPLOIT //Thanks jsifuentes
02. ? Optimized and updated IpToCountry.csv
__________________

Last edited by Sarabveer; 12-24-2014 at 15:12.
Sarabveer 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 08:32.


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