AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   SourceBans / SourceBans++ (https://forums.alliedmods.net/forumdisplay.php?f=152)
-   -   Release Legacy SourceBans 1.4.11 (Updated 2014/02/17) (https://forums.alliedmods.net/showthread.php?t=61000)

sinblaster 07-17-2010 08:17

Re: SourceBans 1.4.6 (Updated 12/23/09)
 
Quote:

Originally Posted by Peace-Maker (Post 1241924)
@sinblaster: This folder had never been implemented thus removed. Use this manual.

@santaclaus: Are you sure you've got your webhost to open TCP outgoing on ports 27015 and 27035? The rcon isn't of interest if the webpanel isn't able to connect at all.


Thanks peacemaker I really appreciate that answer.

sin.

sinblaster 07-18-2010 15:16

Re: SourceBans 1.4.6 (Updated 12/23/09)
 
Im getting this error everytime trying to install
Code:

Warning:  mysql_connect() [function.mysql-connect]:  Access denied for user 'XXXX'@'localhost' (using password: YES) in /home/XXXX/public_html/source/includes/adodb/drivers/adodb-mysql.inc.php  on line 358

Peace-Maker 07-19-2010 12:17

Re: SourceBans 1.4.6 (Updated 12/23/09)
 
Are you using special characters in your password? Try another password with only alphanumerical chars in it or change every /install/template/page.x.php file from
PHP Code:

$server "mysql://" $_POST['username'] . ":" $_POST['password'] . "@" $_POST['server'] . ":" $_POST['port'] . "/" $_POST['database']; 

to
PHP Code:

$server "mysql://" $_POST['username'] . ":" rawurlencode($_POST['password']) .  "@" $_POST['server'] . ":" $_POST['port'] . "/" .  $_POST['database']; 

Note the rawurlencode().

Also just make sure, the password is correct ;)

ojmdk476oj 07-29-2010 05:23

Re: SourceBans 1.4.6 (Updated 12/23/09)
 
Hello

I have a little problem? When i add and admin i need to refresh the admins by my self :S normally it will refresh them it self.

SuperShadow 07-29-2010 07:42

Re: SourceBans 1.4.6 (Updated 12/23/09)
 
Quote:

Originally Posted by johan123jo (Post 1254951)
Hello

I have a little problem? When i add and admin i need to refresh the admins by my self :S normally it will refresh them it self.

Check in Settings under Features, is there a check next to Enable Admin Rehashing? If not, check it and SB will refresh for you. If it is checked then you probably should post here: http://forums.interwavestudios.com/forum/26-sourcebans/

sAnd57 08-01-2010 09:28

Re: SourceBans 1.4.6 (Updated 12/23/09)
 
Excuse me if this has been asked before but :

How can I change the entire ban phrase ? (You have been banned from...)
sourcebans.cfg only changes the web site.

Thank you.

smilee45 08-01-2010 10:03

Re: SourceBans 1.4.6 (Updated 12/23/09)
 
Big problem: server can't connect to sourcebans datebases.
Error:
Quote:

L 08/01/2010 - 17:03:33: [sourcebans.smx] Database failure: Could not find database conf "sourcebans"
L 08/01/2010 - 17:03:33: [sourcebans.smx] Database failure: Could not find database conf "sourcebans"
L 08/01/2010 - 17:03:33: [sourcebans.smx] Database failure: Could not find database conf "sourcebans"
databases.cfg
Code:

"driver_default"        "mysql"
   
    "sourcebans"
    {
        "driver"            "default"
        "host"                "localhost"
        "database"            "banlist"
        "user"                "root"
        "pass"                "xxxxxx"
        //"timeout"            "0"
        "port"            "3306"
    }

Server and sourcebans are in one pc.
Any idea? I try reinstall sourcebans few time,but that not help :(
OS: Linux
And sourcebans page works nice without errors :)

Peace-Maker 08-01-2010 16:16

Re: SourceBans 1.4.6 (Updated 12/23/09)
 
Quote:

Originally Posted by sAnd57 (Post 1258197)
Excuse me if this has been asked before but :

How can I change the entire ban phrase ? (You have been banned from...)
sourcebans.cfg only changes the web site.

Thank you.

Feel free to edit the translations in sourcemod/translations/sourcebans.phrases.txt.

@smilee45: Keep it in one forum.

sAnd57 08-01-2010 18:35

Re: SourceBans 1.4.6 (Updated 12/23/09)
 
Oh my bad, it even was the first phrase in the file. Thank you again.

Farzad 08-06-2010 20:58

Re: SourceBans 1.4.6 (Updated 12/23/09)
 
I keep getting "Error connecting (IP:PORT)" and I searched around and found out that you need to open incoming 27015 and outgoing 27015 so I contacted my host (Godaddy) and they said that they don't open ports. Is there anyway around this ?


All times are GMT -4. The time now is 18:24.

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