Whew, I did it!
SouceBans is working like a charm, except for one thing.
When I ban people via the gmod server, the person who banned them shows up as CONSOLE on the site.
I have my steamid and everything setup on the admins thing for the site, and here is my line regarding admins:
-- Admins
-- ["Select Admins"] = "SELECT a.aid, a.user, a.authid, a.srv_group, a.srv_flags, a.immunity FROM %s_admins a, %s_admins_servers_groups g WHERE g.server_id = %i AND g.admin_id = a.aid";
["Select Admins"] = "SELECT a.aid, a.user, a.authid, a.srv_group, a.srv_flags, a.immunity FROM %s_admins a";
Found the error:
Lua Error: [ERROR] addons/ulx/lua/includes/modules/sourcebans.lua:247: attempt to index field 'Select Admin Groups' (a nil value) 1. loadAdmins - addons/ulx/lua/includes/modules/sourcebans.lua:247 2. unknown - addons/ulx/lua/includes/modules/sourcebans.lua:806 3. unknown - lua/includes/modules/concommand.lua:69