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

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


Post New Thread Closed Thread   
 
Thread Tools Display Modes
ph
AlliedModders Donor
Join Date: Mar 2006
Old 08-02-2009 , 16:54   Re: SourceBans 1.4.4 (Updated 07/29/09)
#1771

Can someone help me,

How do I issue a friends ban?

I know how to do a steam community group ban, but cannot findout how to do friends only ban.

Any help?
__________________
ph is offline
DJ Tsunami
DJ Post Spammer
Join Date: Feb 2008
Location: The Netherlands
Old 08-02-2009 , 17:11   Re: SourceBans 1.4.4 (Updated 07/29/09)
#1772

Make sure it's enabled under Webpanel Settings > Features, and then it should be in the same spot as the Group Banning option. If it's not there then maybe something that's needed for it to work isn't enabled.
__________________
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
CS:S*
BANNED
Join Date: Jun 2009
Old 08-02-2009 , 20:43   Re: SourceBans 1.4.4 (Updated 07/29/09)
#1773

for the update I have to over write the existing instalation ? or what ?
CS:S* is offline
Lebson506th
Veteran Member
Join Date: Jul 2008
Old 08-02-2009 , 20:50   Re: SourceBans 1.4.4 (Updated 07/29/09)
#1774

Yes.

Updating
Updating is real easy. Just upload all the files to your FTP, and then navigate to http://www.yoursite.com/updater. Now your database is updated to the latest version.
__________________
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
BDeep
Senior Member
Join Date: Jun 2009
Location: NH
Old 08-02-2009 , 21:15   Re: SourceBans 1.4.4 (Updated 07/29/09)
#1775

L 08/02/2009 - 21:52:54: [SM] Native "SQL_TQuery" reported: Invalid database Handle 0 (error: 4)
L 08/02/2009 - 21:52:54: [SM] Displaying call stack trace for plugin "sourcebans.smx":
L 08/02/2009 - 21:52:54: [SM] [0] Line 1365, D:\xampp\htdocs\SBSVNPUR\trunk\game_upload\ad dons\sourcemod\scripting\sourcebans.sp:roce ssQueueCallback()

from the sourcebans.log
L 08/02/2009 - 218:48: [sourcebans.smx] Database failure: [2003]: Can't connect to MySQL server on 'localhost' (10061)
L 08/02/2009 - 21:47:05: [sourcebans.smx] Database failure: [2003]: Can't connect to MySQL server on 'localhost' (10061)
L 08/02/2009 - 21:47:53: [sourcebans.smx] Database failure: [2003]: Can't connect to MySQL server on 'localhost' (10061)
L 08/02/2009 - 21:48:54: [sourcebans.smx] Database failure: [2003]: Can't connect to MySQL server on 'localhost' (10061)


I cannot figure this error out please give a hand. Here is my DB cfg and I am running the latest stuff for sourcebans
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"
    }

    "clientprefs"
    {
        "driver"            "sqlite"
        "host"                "localhost"
        "database"            "clientprefs-sqlite"
        "user"                "root"
        "pass"                ""
        //"timeout"            "0"
        //"port"            "0"
    }

    "sourcebans"
    {
        "driver"            "mysql"
        "host"                "localhost"
        "database"            "seriousgroup1_sourcebans"
        "user"                "user"
        "pass"                "pass"
        //"timeout"            "0"
        //"port"            "0"
    }
}
__________________

Last edited by BDeep; 08-02-2009 at 22:02. Reason: Posted Database CFG
BDeep is offline
GEVREKA
Member
Join Date: Sep 2006
Old 08-02-2009 , 22:45   Re: SourceBans 1.4.4 (Updated 07/29/09)
#1776

Question: Is http://www.vupen.com/english/advisories/2009/1654 / http://secunia.com/advisories/35528/ this fixed ? In 1.4.3 maybe with this:

Code:
+ Added password check on email change
?
GEVREKA is offline
Whosat
Senior Member
Join Date: Nov 2007
Location: Singapore
Old 08-02-2009 , 23:26   Re: SourceBans 1.4.4 (Updated 07/29/09)
#1777

Quote:
Originally Posted by BDeep View Post
L 08/02/2009 - 21:52:54: [SM] Native "SQL_TQuery" reported: Invalid database Handle 0 (error: 4)
L 08/02/2009 - 21:52:54: [SM] Displaying call stack trace for plugin "sourcebans.smx":
L 08/02/2009 - 21:52:54: [SM] [0] Line 1365, D:\xampp\htdocs\SBSVNPUR\trunk\game_upload\ad dons\sourcemod\scripting\sourcebans.sp:roce ssQueueCallback()

from the sourcebans.log
L 08/02/2009 - 218:48: [sourcebans.smx] Database failure: [2003]: Can't connect to MySQL server on 'localhost' (10061)
L 08/02/2009 - 21:47:05: [sourcebans.smx] Database failure: [2003]: Can't connect to MySQL server on 'localhost' (10061)
L 08/02/2009 - 21:47:53: [sourcebans.smx] Database failure: [2003]: Can't connect to MySQL server on 'localhost' (10061)
L 08/02/2009 - 21:48:54: [sourcebans.smx] Database failure: [2003]: Can't connect to MySQL server on 'localhost' (10061)


I cannot figure this error out please give a hand. Here is my DB cfg and I am running the latest stuff for sourcebans
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"
    }

    "clientprefs"
    {
        "driver"            "sqlite"
        "host"                "localhost"
        "database"            "clientprefs-sqlite"
        "user"                "root"
        "pass"                ""
        //"timeout"            "0"
        //"port"            "0"
    }

    "sourcebans"
    {
        "driver"            "mysql"
        "host"                "localhost"
        "database"            "seriousgroup1_sourcebans"
        "user"                "user"
        "pass"                "pass"
        //"timeout"            "0"
        //"port"            "0"
    }
}
You sure you got your MySQL user details right? "user" and "pass". Is your MySQL server hosted on the same computer as your game server?
__________________
Whosat is offline
GEVREKA
Member
Join Date: Sep 2006
Old 08-02-2009 , 23:33   Re: SourceBans 1.4.4 (Updated 07/29/09)
#1778

Also what are the urls for version check ? Old were:

Code:
http://www.sourcebans.net/public/versionchecker/?type=rel

http://www.sourcebans.net/public/versionchecker/?type=svn
But didn't works. I've tryid the new ones (trying to guess them ), but... also not works (not found them ).
GEVREKA is offline
Lethal-
Member
Join Date: Jun 2009
Old 08-03-2009 , 05:21   Re: SourceBans 1.4.4 (Updated 07/29/09)
#1779

Quote:
Originally Posted by GEVREKA View Post
Yes it is fixed in 1.4.3
Lethal- is offline
BDeep
Senior Member
Join Date: Jun 2009
Location: NH
Old 08-03-2009 , 09:25   Re: SourceBans 1.4.4 (Updated 07/29/09)
#1780

The user and pass are correct (i made them that for security they are actually different) and yes same computer
__________________
BDeep 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 09:14.


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