SRCDS Steam group


Sourcebans on other host?
#1
Hey, can i add servers that is not on lan?

Im thinking of hosting sourcebans at my home, and the server is not at my home, its at another ip and stuff, another home..

Is it possible to add the server to sourcebans or do it have to be on the lan?
Reply
#2
terry94 Wrote:Hey, can i add servers that is not on lan?

Im thinking of hosting sourcebans at my home, and the server is not at my home, its at another ip and stuff, another home..

Is it possible to add the server to sourcebans or do it have to be on the lan?

Yes it is.
Reply
#3
Database setup
Edit addons/sourcemod/configs/databases.cfg and add an entry for SourceBans.

It should have the following general format:

"Databases"
{
"driver_default" "mysql"

"sourcebans"
{
"driver" "mysql"
"host" "localhost" // The host where your mysql server is located
"database" "sourcebans_db" // The name of the database
"user" "sb" // The name of the user that the plugin should use to connect
"pass" "sbpass" // The password for this user
}
}


It's all here: http://sourcebans.net/manual
Reply
#4
Ok Thanks alot Smile
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)