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
retsam
Veteran Member
Join Date: Aug 2008
Location: so-cal
Old 12-08-2008 , 22:51   Re: SourceBans (1.3.5) (UPDATE)
#1161

Sweet. Yeah SB is fairly slow on some pages for us to. I always thought it was just our host. Cant wait for next version. Sounds like it will fix a bunch of our issues.
retsam is offline
DontWannaName
Veteran Member
Join Date: Jun 2007
Location: VALVe Land, WA
Old 12-09-2008 , 03:55   Re: SourceBans (1.3.5) (UPDATE)
#1162

Code:
"BanReasons"
    {
        "Hacking"    "Hacking"
        "Exploit"    "General Exploit of Game/Map/Server"
        "TK"    "Team Killing"
        "CommSpam"    "Spamming Mic/Chat"
        "BadSpray"    "Inappropriate Spray"
        "BadLang"    "Inappropriate Language"
        "BadName"    "Inappropriate Name"
        "IgnoreAdmin"    "Ignoring Admins"
        "Disrespectful"    "Being Disrespectful"
    }
    
    /*
     * Submenu options for when "Hacking" is selected
     * If "Hacking" removed from the menu above this will not be accessable
     * Maximum of 10 reasons only can be allowed
     */
    "HackingReasons"
    {
        "Aimbot"    "Aimbot"
        "NO recoil"    "No Recoil"
        "Wallhack"    "Wallhack"
        "Speedhack"    "Speedhack"
        "Multi-Hack"    "Multi-Hack"
        "Other Hack"    "Other Hack"
    }
}
Online I dont see the speedhack option and its quite different than whats here. It says spin hack, not speed hack. Is there a way to change the ban reasons online?
__________________

DontWannaName is offline
recon0
Veteran Member
Join Date: Sep 2007
Location: US
Old 12-09-2008 , 04:18   Re: SourceBans (1.3.5) (UPDATE)
#1163

Quote:
Originally Posted by Peace-Maker View Post
there IS a search feature for the admin list. just click on "Advanced Search (Click)" at the top of the list.
the admin list uses the same number as the banlist per page. the only way to have different numbers till now is to hardcode the number in /includes/admin.php line 93. I think we can add those configs to the next version;)

do you think of the admin subtabs should be showed on every site? hm could be a good idea!

The page loading time is going to be increased totally in v2 since we are caching everything, so either buy a faster webspace or wait for 2.0;)
Smarty caches a lot already...

If there isn't already something to do this in 2.0, we need a button that clears all the caches (I know there's a button for clearing the Smarty stuff).
__________________
recon0 is offline
DJ Tsunami
DJ Post Spammer
Join Date: Feb 2008
Location: The Netherlands
Old 12-09-2008 , 07:32   Re: SourceBans (1.3.5) (UPDATE)
#1164

Smarty caches the HTML, not the queries.
__________________
Advertisements | REST in Pawn - HTTP client for JSON REST APIs
Please do not PM me with questions. Post in the plugin thread.
DJ Tsunami is offline
riuthamus
Member
Join Date: Nov 2007
Old 12-09-2008 , 09:53   Re: SourceBans (1.3.5) (UPDATE)
#1165

Buy a faster webspace? It has nothing to do with that. There are over 30,000 calculations that our rank plugin must do when you browse a users profile and it doesnt hang like the admin section of sourcebans. This suggests its in the way you are sending out the data... Not the "Speed" of our webspace.
__________________

riuthamus is offline
sLuGo
Member
Join Date: Mar 2008
Old 12-09-2008 , 18:52   Re: SourceBans (1.3.5) (UPDATE)
#1166

hope this helps...i'm getting crashing.
SM 1.1.0-dev
Insurgency server(Updated last night, also added sourcebans yesterday, so unsure if it's update that borked sb or just sb borked me before update)

L 12/09/2008 - 16:22:57: SourceMod error session started
L 12/09/2008 - 16:22:57: Info (map "ins_sinjar") (file "errors_20081209.log")
L 12/09/2008 - 16:22:57: [SM] Native "SetPackPosition" reported: Invalid data pack handle 0 (error 4)
L 12/09/2008 - 16:22:57: [SM] Displaying call stack trace for plugin "sourcebans.smx":
L 12/09/2008 - 16:22:57: [SM] [0] Line 1754, D:\Documents\SourceBans\trunk\game_upload\add ons\sourcemod\scripting\sourcebans.sp:null) ()
L 12/09/2008 - 17:45:42: [SM] Native "SetPackPosition" reported: Invalid data pack handle 0 (error 4)
L 12/09/2008 - 17:45:42: [SM] Displaying call stack trace for plugin "sourcebans.smx":
__________________
sLuGo is offline
recon0
Veteran Member
Join Date: Sep 2007
Location: US
Old 12-09-2008 , 20:22   Re: SourceBans (1.3.5) (UPDATE)
#1167

Quote:
Originally Posted by DJ Tsunami View Post
Smarty caches the HTML, not the queries.
Click image for larger version

Name:	sbdev.jpg
Views:	228
Size:	13.1 KB
ID:	34484
I guess I'm a dev now LOL.
__________________
recon0 is offline
WebNoob
Senior Member
Join Date: Jul 2008
Old 12-10-2008 , 16:48   Re: SourceBans (1.3.5) (UPDATE)
#1168

I've been running into an interesting error ever since adding a dozen L4D servers to our Sourcebans system.

Every now and then, I'll start getting a "Too Many Connections" error from Sourcebans (despite the fact that the L4D servers are empty). The SQL database resides on a dedicated server, and we never had a problem prior to adding the 12 L4D servers to the system (there are also 9 TF2 servers on there as well).

The problem seems to go away (for awhile) when I reboot the L4D box. Any ideas?

I should also note that L4D bans are not showing up in the database.

Last edited by WebNoob; 12-10-2008 at 16:56.
WebNoob is offline
recon0
Veteran Member
Join Date: Sep 2007
Location: US
Old 12-10-2008 , 18:18   Re: SourceBans (1.3.5) (UPDATE)
#1169

Quote:
Originally Posted by WebNoob View Post
I've been running into an interesting error ever since adding a dozen L4D servers to our Sourcebans system.

Every now and then, I'll start getting a "Too Many Connections" error from Sourcebans (despite the fact that the L4D servers are empty). The SQL database resides on a dedicated server, and we never had a problem prior to adding the 12 L4D servers to the system (there are also 9 TF2 servers on there as well).

The problem seems to go away (for awhile) when I reboot the L4D box. Any ideas?

I should also note that L4D bans are not showing up in the database.
Check the log files.
__________________
recon0 is offline
Peace-Maker
SourceMod Plugin Approver
Join Date: Aug 2008
Location: Germany
Old 12-11-2008 , 10:25   Re: SourceBans (1.3.5) (UPDATE)
#1170

"Too many connections" shows, that the maxium parallel connections specified in your my.cnf of your mysql server is reached. it isn't a bug in sourcebans. you have to higher the amount of allowed connections.

as recon said, check the sourcebans.log file for any errors regarding your l4d problem.
__________________
Peace-Maker 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 12:57.


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