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
WebNoob
Senior Member
Join Date: Jul 2008
Old 02-09-2009 , 08:21   Re: SourceBans (1.4.1) (UPDATE)
#1301

Ok...upgrade went smoothly. Thanks for all your hard work.

It seems like everything is functioning correctly on the TF2 servers, with exception of this error in the logs:

Code:
L 02/09/2009 - 08:12:05: SourceMod error session started
L 02/09/2009 - 08:12:05: Info (map "cp_warpath") (file "errors_20090209.log")
L 02/09/2009 - 08:12:05: [SM] Native "SetPackPosition" reported: Invalid data pack handle 0 (error 4)
L 02/09/2009 - 08:12:05: [SM] Displaying call stack trace for plugin "sourcebans.smx":
L 02/09/2009 - 08:12:05: [SM]   [0]  Line 1797, sourcebans.sp::ReasonSelected()
WebNoob is offline
Lebson506th
Veteran Member
Join Date: Jul 2008
Old 02-09-2009 , 09:57   Re: SourceBans (1.4.1) (UPDATE)
#1302

Data pack errors are minor and can be ignored.
__________________
My Plugins
Spray Tracer by Nican, maintained by me
Simple TK Manager
DoD:S Admin Weapons

Links
Resistance and Liberation (A HL2 Multiplayer Modification)
Lebson506th is offline
DJ Tsunami
DJ Post Spammer
Join Date: Feb 2008
Location: The Netherlands
Old 02-09-2009 , 12:38   Re: SourceBans (1.4.1) (UPDATE)
#1303

Yes, that error has been there for ages and has been reported many times.
__________________
Advertisements | REST in Pawn - HTTP client for JSON REST APIs
Please do not PM me with questions. Post in the plugin thread.
DJ Tsunami is offline
WebNoob
Senior Member
Join Date: Jul 2008
Old 02-09-2009 , 19:03   Re: SourceBans (1.4.1) (UPDATE)
#1304

Quote:
Originally Posted by DJ Tsunami View Post
Yes, that error has been there for ages and has been reported many times.
Good deal. I didn't think it was major, as it didn't seem to affect performance at all.

I would like to reiterate how smoothly the upgrade process went, and how invaluable this tool has become to my little group.

I appreciate you guys putting in the hundreds if not thousands of hours it must have taken to create SB.
WebNoob is offline
OziOn
Senior Member
Join Date: Jan 2008
Old 02-10-2009 , 07:42   Re: SourceBans (1.4.1) (UPDATE)
#1305

Since I moved my SourceBans installation to a new web host, it can no longer seem to see what the latest release is, in the Admin Panel. I get "Error retrieving latest release."
Also, it can never find any Steam Groups that belong to a banned user. Even though that user belongs to several public groups.
Any ideas?
__________________

OziOn is offline
your mom
Senior Member
Join Date: Jul 2008
Old 02-10-2009 , 09:28   Re: SourceBans (1.4.1) (UPDATE)
#1306

After installing 1.4.1 I no longer get the option to perma ban on my admin menu in game. I would like to give my admins that option to perma ban. I have the box checked off in the web panel that gives that permission. I only get the options to ban for X amount of minutes on up to 1 week. Any help is greatly appreciated!

Last edited by your mom; 02-10-2009 at 09:32.
your mom is offline
Peace-Maker
SourceMod Plugin Approver
Join Date: Aug 2008
Location: Germany
Old 02-13-2009 , 23:11   Re: SourceBans (1.4.1) (UPDATE)
#1307

@ OziOn: Ask your new host if he allows connections through fsockopen() and file_get_contents() for remote hosts.

@ your_mom: You have to grant your admins Unban rights in order to enable them to ban permanent. If you don't want them to be able to unban from server, just set Unban to "0" in sourcebans.cfg.
__________________
Peace-Maker is offline
MasterSVK
Junior Member
Join Date: Feb 2009
Old 02-14-2009 , 12:48   Demo upload problem
#1308

I have a problem with uploading demos. Dir is chmoded to 766 and tried uploading ziped and rared demos of a filesize around 200Kb. It acts as if it was uploaded. You can also dl the demo but it downloads just an empty file with the name of the demo :-/

upload_max_filesize 24M, and safe mode on.

Last edited by MasterSVK; 02-14-2009 at 12:57.
MasterSVK is offline
selax
AlliedModders Donor
Join Date: Apr 2008
Location: Moscow
Old 02-17-2009 , 13:18   Re: SourceBans (1.4.1) (UPDATE)
#1309

Hey!
I have very big problem with databases
SourceMOD 1.1 (last)
Sourcebans 1.4.1 (last)
matamod 1.7 (last)

databases.cfg
Code:
"Databases"
{
    "driver_default"        "mysql"
    
    "default"
    {
        "driver"            "default"
        "host"                "localhost"
        "database"            "sourcemod"
        "user"                "root"
        "pass"                ""
        //"timeout"            "0"
        //"port"            "0"
    }
    
    "storage-local"
    {
        "driver"            "sqlite"
        "database"            "sourcemod-local"
    }
    
    "sourcebans"
    {
        "driver"            "default"
        "host"                "92.63.102.47"
        "database"            "***"
        "user"                "***"
        "pass"                "***"
        //"timeout"            "0"
        "port"            "3306"
    }

}
sourcebans.cfg
Code:
/**
* sourcebans.cfg
*
* This file contains settings for the SourceBans Source Server Plugin
* @author SteamFriends Development Team
* @version 0.0.0.$Rev: 74 $
* @copyright SteamFriends (www.steamfriends.com)
* @package SourceBans
*/

"SourceBans"
{
    "Config"
    {
        // Website address to tell where the player to go for unban, etc
        "Website"            "http://banlist.itspc.ru/"

        // Allow or disallow admins access to addban command
        "Addban"            "1"

        // Allow or disallow admins access to unban command
        "Unban"                "1"

        "DatabasePrefix"    "***"

        // How many seconds to wait before retrying when a players ban fails to be checked. Min = 150.0 Max = 60.0
        "RetryTime"            "45.0"
        
        // How often should we process the failed ban queue in minutes
        "ProcessQueueTime"    "5"

        // Should the plugin automaticaly add the server to sourcebans 
        // (servers without -ip being set on startup need this set to 0)
        "AutoAddServer"        "0"

        // Enable backing up config files after getting admins from database (1 = enabled, 0 = disabled)
        "BackupConfigs"    "1"

        // Enable admin part of the plugin (1 = enabled, 0 = disabled)
        "EnableAdmins"    "1"
        // Require the admin to login once into website
        "RequireSiteLogin"    "0"

        // This is the ID of this server (Check in the admin panel -> servers to find the ID of this server)
        "ServerID"        "1"
    }

    /*
     * Generic menu options for if a reason isn't supplied in a ban
     * Without a supplied reason the ban will never be written to the database
     * Maximum of 10 reasons only can be allowed
     */
    "BanReasons"
    {
        "Hacking"    "Hacking"
        "Exploit"    "General Exploit of Game/Map/Server"
        "TK"    "Team Killing"
        "TF"    "Team Flashing"
        "CommSpam"    "Spamming Mic/Chat"
        "BadSpray"    "Inappropriate Spray"
        "BadLang"    "Inappropriate Language"
        "BadName"    "Inappropriate Name"
        "IgnoreAdmin"    "Ignoring Admins"
        "Own Reason"    "Own Reason"
    }
    
    /*
     * Submenu options for when "Hacking" is selected
     * If "Hacking" removed from the menu above this will not be accessable
     * Maximum of 10 reasons only can be allowed
     */
    "HackingReasons"
    {
        "Aimbot"    "Aimbot"
        "Antirecoil"    "Anti Recoil"
        "Wallhack"    "Wallhack"
        "Spinhack"    "Spinhack"
        "Speedhack"    "Speedhack"
        "Multi-Hack"    "Multi-Hack"
        "No Smoke"    "No Smoke"
        "No Flash"    "No Flash"
    }
}
errors_20090217.log
Code:
L 02/17/2009 - 06:57:31: SourceMod error session started
L 02/17/2009 - 06:57:31: Info (map "de_dust2") (file "errors_20090217.log")
L 02/17/2009 - 06:57:31: [CLIENTPREFS] [2003]: Can't connect to MySQL server on 'localhost' (10061)
L 02/17/2009 - 06:57:32: [SM] Plugin encountered error 25: Call was aborted
L 02/17/2009 - 06:57:32: [SM] Native "SetFailState" reported: unable to open database file
L 02/17/2009 - 06:57:32: [SM] Displaying call stack trace for plugin "sourcebans.smx":
L 02/17/2009 - 06:57:32: [SM]   [0]  Line 2166, sourcebans.sp::InitializeBackupDB()
L 02/17/2009 - 06:57:32: [SM]   [1]  Line 244, sourcebans.sp::OnPluginStart()
L 02/17/2009 - 08:03:00: Error log file session closed.
selax is offline
DontWannaName
Veteran Member
Join Date: Jun 2007
Location: VALVe Land, WA
Old 02-17-2009 , 13:20   Re: SourceBans (1.4.1) (UPDATE)
#1310

Change "driver" "default" to "driver" "mysql"
__________________

DontWannaName 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 18:36.


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