Raised This Month: $51 Target: $400
 12% 

Release Legacy SourceBans 1.4.11 (Updated 2014/02/17)


Post New Thread Closed Thread   
 
Thread Tools Display Modes
Horsedick
AlliedModders Donor
Join Date: Sep 2011
Old 03-04-2012 , 14:38   Re: SourceBans 1.4.9 (Updated 2011/11/18)
#2801

Interesting problem... got 6 servers listed on my SB's... one of them doesn't have RCON listed in the Action yet the others do... solution?
Horsedick is offline
Peace-Maker
SourceMod Plugin Approver
Join Date: Aug 2008
Location: Germany
Old 03-04-2012 , 15:48   Re: SourceBans 1.4.9 (Updated 2011/11/18)
#2802

You only see the rcon action, if you got rcon access on that server. It's bound to the server permission, not the web access.
__________________
Peace-Maker is offline
Horsedick
AlliedModders Donor
Join Date: Sep 2011
Old 03-04-2012 , 17:17   Re: SourceBans 1.4.9 (Updated 2011/11/18)
#2803

Quote:
Originally Posted by Peace-Maker View Post
You only see the rcon action, if you got rcon access on that server. It's bound to the server permission, not the web access.
yeah this is the problem.. I have access on that server I created it the same as I created the others. Aside from the name of the server the server.cfg's are identical

Edit: Also i'm able to RCON just fine with HLSW to the server which means its giving me access.

Last edited by Horsedick; 03-04-2012 at 18:02.
Horsedick is offline
Mr. Man
Veteran Member
Join Date: Mar 2011
Location: Huh?
Old 03-06-2012 , 02:31   Re: SourceBans 1.4.9 (Updated 2011/11/18)
#2804

Have a bug to report:

When I issue !ban on someone, it doesn't get recorded in the SourceBan admin panel, but when I do it from the web panel, it does.

I also refreshed using /sb_reload.

Also received this error in the log (I cannot access !unban):

Code:
Zend\Apache2\htdocs\sourcebans\trunk\game_upload\addons\sourcemod\scripting\sourcebans.sp::CommandUnban()
Code:
[SM] Unable to load extension "dbi.mysql.ext": libz.so.1: cannot open shared object file: No such file or directory
Edit: I executed this in SSH: apt-get install lib32z1. The unban thing seems to be fixed. However, the logging issue for SourceBan is still here.

Interestingly, I also don't see the # of players blocked after banning myself and tried reconnecting on multiple occasions.

Last edited by Mr. Man; 03-06-2012 at 02:50.
Mr. Man is offline
mgunnett
Member
Join Date: May 2008
Location: Somewhere in null...
Old 03-06-2012 , 02:40   Re: SourceBans 1.4.9 (Updated 2011/11/18)
#2805

Quote:
Originally Posted by Mr. Man View Post
Have a bug to report:

When I issue !ban on someone, it doesn't get recorded in the SourceBan admin panel, but when I do it from the web panel, it does.

I also refreshed using /sb_reload.
First and foremost, If it really is a bug, this thread is not the place to be reporting it. You should be reporting it on the bug tracker at sourcebans.net

Secondly, It sounds like you misconfigured your server if it's not recording the bans properly. Ensure that the Server ID in "addons/sourcemod/config/sourcebans/sourcebans.cfg" corresponds to the server ID on your web panel. Also check the logs for errors.

EDIT: It looks like you uploaded the game files to your webserver?

The second error tells us that your missing the MYSQL extension, therefore you can not connect to the web installation and add bans.
__________________
[IMG]http://img209.**************/img209/2452/picture4ix9.jpg[/IMG]
My Plugins: Bhop Health

Last edited by mgunnett; 03-06-2012 at 02:43. Reason: Quoted user edited post
mgunnett is offline
Mr. Man
Veteran Member
Join Date: Mar 2011
Location: Huh?
Old 03-06-2012 , 02:55   Re: SourceBans 1.4.9 (Updated 2011/11/18)
#2806

Quote:
Originally Posted by mgunnett View Post
First and foremost, If it really is a bug, this thread is not the place to be reporting it. You should be reporting it on the bug tracker at sourcebans.net

Secondly, It sounds like you misconfigured your server if it's not recording the bans properly. Ensure that the Server ID in "addons/sourcemod/config/sourcebans/sourcebans.cfg" corresponds to the server ID on your web panel. Also check the logs for errors.

EDIT: It looks like you uploaded the game files to your webserver?

The second error tells us that your missing the MYSQL extension, therefore you can not connect to the web installation and add bans.
Sorry, got ninja'ed. But yes, I did. The server ID corresponds to the sourcebans.cfg.

A new error just popped up:

Code:
L 03/06/2012 - 10:53:27: [SM] Native "SQL_TQuery" reported: Invalid database Handle 0 (error: 4)
L 03/06/2012 - 10:53:27: [SM] Displaying call stack trace for plugin "sourcebans.smx":
L 03/06/2012 - 10:53:27: [SM]   [0]  Line 1400, D:\Program Files (x86)\Zend\Apache2\htdocs\sourcebans\trunk\game_upload\addons\sourcemod\scripting\sourcebans.sp::ProcessQueueCallback()
I did test both the UDP and TCP ports, and they are all open.

Last edited by Mr. Man; 03-06-2012 at 03:29.
Mr. Man is offline
Mr. Man
Veteran Member
Join Date: Mar 2011
Location: Huh?
Old 03-06-2012 , 04:03   Re: SourceBans 1.4.9 (Updated 2011/11/18)
#2807

Quote:
Originally Posted by Mr. Man View Post
Sorry, got ninja'ed. But yes, I did. The server ID corresponds to the sourcebans.cfg.

A new error just popped up:

Code:
L 03/06/2012 - 10:53:27: [SM] Native "SQL_TQuery" reported: Invalid database Handle 0 (error: 4)
L 03/06/2012 - 10:53:27: [SM] Displaying call stack trace for plugin "sourcebans.smx":
L 03/06/2012 - 10:53:27: [SM]   [0]  Line 1400, D:\Program Files (x86)\Zend\Apache2\htdocs\sourcebans\trunk\game_upload\addons\sourcemod\scripting\sourcebans.sp::ProcessQueueCallback()
I did test both the UDP and TCP ports, and they are all open.
I fixed everything by issuing this SQL query: http://www.sourcebans.net/node/20
Mr. Man is offline
Horsedick
AlliedModders Donor
Join Date: Sep 2011
Old 03-06-2012 , 10:03   Re: SourceBans 1.4.9 (Updated 2011/11/18)
#2808

Quote:
Originally Posted by Mr. Man View Post
I did test both the UDP and TCP ports, and they are all open.

Did you test with the sb_debug_connection.php file?
Horsedick is offline
mgunnett
Member
Join Date: May 2008
Location: Somewhere in null...
Old 03-06-2012 , 14:13   Re: SourceBans 1.4.9 (Updated 2011/11/18)
#2809

That new error still stinks of a missing extension I think.
__________________
[IMG]http://img209.**************/img209/2452/picture4ix9.jpg[/IMG]
My Plugins: Bhop Health
mgunnett is offline
Mr. Man
Veteran Member
Join Date: Mar 2011
Location: Huh?
Old 03-06-2012 , 15:16   Re: SourceBans 1.4.9 (Updated 2011/11/18)
#2810

Quote:
Originally Posted by Horsedick View Post
Did you test with the sb_debug_connection.php file?
Yes, I did, but I resolved all the problems by granting access for the SQL account.
Mr. Man is offline
Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 08:45.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode