Ulysses Stuff > Releases

UBan -- Global ban system. Ban users from all servers connected to a single DB!

<< < (14/40) > >>

Megiddo:
Do you have the SQL dll in your srcds.exe folder as well? (NOT gmsv_mysql.dll, it's a different one)

Sc00by22:
Hmm, I'll try that now

Sc00by22:
Works, Thanks so much

LUADuck:
Hmm, slight problem here. Every time I try and connect to my MySQL server (@ 192.168.2.140) I get-

--- Code: ---autorun/server/uban.lua:67: Can't connect to MySQL server on '192.168.2.140' <10061>
--- End code ---

Any ideas? The server's running on linux, and I may roll this out to many, over-Internet gameservers.

EDIT:

--- Code: -----------------------
--     Config     --
--------------------
local host = "192.168.2.140"
local username = "root"
local password = "(fail)"
local database = "bantable"
local port = 3306
local table = "gbans"
--- End code ---

Sc00by22:
You opened the port 3306? Are you sure that's the correct IP?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version