-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error #40 again... #55
Comments
I have the same problem, tried the same things to but won't work.. console: logs: |
You need to fix the plugin, restarting/rebooting/clearing won't help ;) After fixing host/ip in .sp you need to recompile plugin via spcomp (https://wiki.alliedmods.net/Compiling_SourceMod_Plugins). After compling you will get sourcemod._smx_ which need to be put into the plugins/ directory on server. For compiling you also need the include/sourcebans.inc in the same directory. It depends on this file. If you trust random strangers over the Internet (LOL!) I've compiled it on my own: http://jabluszko.org/sourcebans.smx |
I put your plugin in and also tried it on my self. But it won't work. Now im getting this error: |
Ah, you did not add a server via webpanel and in-game plugin is trying add new one. I didn't fix that part because I do not use that feature. Now it should be fixed, download file from the same URL and update :) |
Regarding tables on DB, if sourmod uses its own prefix, and sourceban uses its own, then how would what I do on the webpanel being recognized by sourcemod? |
Its LOL somehow it runs (if the server adds him auto. but then it shows "could not connect to server" on the webpanel but admin rights are working fine) created a new Thread for it. #59 |
The webpanel runs things on the server via rcon. It queries the server VIA a UDP Port that the server opens(I believe it uses the port number passed to -port, or default if not passed which is 27015). The rcon stuff is done via TCP as the webpanel needs a response and needs to know if it needs to resend the rcon stuff or if GS needs to resend response. |
👍 |
Fixed in #46. |
Hello
I've been trying to install this but I always get:
[sourcebans.smx] Failed to query database. (Unknown column 'ip' in 'where clause')
The fix which was supposed to be applied at 11.Jule isnt really applied everywhere.
The sourceban.sp file is for one isnt updated.
So here is what I did:
(While server is shutdown)
(now turning server on)
(shutdown the server)
(Turning server on)
So, what is missing?
The text was updated successfully, but these errors were encountered: