ok... after alot of trial error and scrapping I finally got it working on both the gameserver and webpanel but now they just don't like communicating
http://mindthemod.x10.mx/bans/index.php?p=serversCan anyone point what I did wrong (odds are its something simple I missed...) D:
I have gatekeeper, mysqloo, and the lua shown assaigned as directed in OP.
in sourcebans_init.lua
sourcebans.SetConfig("hostname", "198.91.81.2"); -- Database Hostname
sourcebans.SetConfig("username", "mindthem_sban"); -- Database Login name
sourcebans.SetConfig("password", "****"); -- Database Login Password
sourcebans.SetConfig("database", "mindthem_sb"); -- Database 'database' or 'schema' selection
sourcebans.SetConfig("dbprefix", "_sb"); -- Prefix for tables in the database.
sourcebans.SetConfig("portnumb", 3306); -- Database Port number
sourcebans.SetConfig("serverid", 1); -- The ID given to this server by the SourceBans website
sourcebans.SetConfig("website", "
www.mindthemod.x10.mx/bans");
sourcebans.SetConfig("showbanreason", true);
sourcebans.SetConfig("dogroups", false); -- Set user groups or not.
sourcebans.Activate();