Raised This Month: $7 Target: $400
 1% 

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


Post New Thread Closed Thread   
 
Thread Tools Display Modes
FlyingMongoose
Veteran Member
Join Date: Mar 2004
Old 10-13-2007 , 17:09   Re: SourceBans (1.0.0 RC1d)
#111

SourceBans relies on SourceMod, once that is released it will work with that. WhiteWlf is working on BAT compatibility with SourceBans ;).
__________________
Please do NOT PM for support.

Only ask for support in plugin threads.

TunedChaos.com - Precision Tuned Game Servers
FlyingMongoose is offline
DontWannaName
Veteran Member
Join Date: Jun 2007
Location: VALVe Land, WA
Old 10-13-2007 , 18:37   Re: SourceBans (1.0.0 RC1d)
#112

ok thanks.
DontWannaName is offline
strontiumdog
Veteran Member
Join Date: Jan 2007
Location: BC, Canada
Old 10-13-2007 , 20:02   Re: SourceBans (1.0.0 RC1d)
#113

For some reason it's doing it again....
"Error connecting (63.209.36.81:27015)"

It worked for a day or two (after updating with the latest SVN) and then this morning, it was doing this again.... *sigh*
What ports need to be opened on the web server? I will contact my host people....in case it's them!
strontiumdog is offline
Lindgren
Member
Join Date: Jul 2007
Location: Sweden
Old 10-14-2007 , 06:16   Re: SourceBans (1.0.0 RC1d)
#114

Quote:
Originally Posted by FlyingMongoose View Post
SourceBans relies on SourceMod, once that is released it will work with that. WhiteWlf is working on BAT compatibility with SourceBans ;).
Is that plugin a metamod plugin or a sourcemod plugin? would be nice if its easy to edit add/delete parts of the menu.
Lindgren is offline
Send a message via MSN to Lindgren
germannavy
Member
Join Date: Dec 2004
Old 10-14-2007 , 12:38   Re: SourceBans (1.0.0 RC1d)
#115

How can i import this "ESL Cheater and Fakeaccount List" into Sourcebans ?

http://blog.digital-tuts.de/esl/piss...ort/banned.cfg
germannavy is offline
FroL
Member
Join Date: Jul 2007
Old 10-15-2007 , 09:33   Re: SourceBans (1.0.0 RC1d)
#116

Quote:
Originally Posted by FroL View Post
When I add a ban to list, I have an error in web:
Code:
Debug     
         Table '.\sourcebans\sb_banhistory' is marked as crashed and last (automatic?) repair failed

SQL Query type: EXECUTE
Script: '/bans/index.php'
SQL Query: SELECT SE.ip as server_ip                 ,SE.port as server_port                 ,MO.icon as mod_icon                 ,AD.user as admin_name                 ,BN.*         FROM         (         SELECT 'B' as row_type                 ,BA.bid as ban_id                 ,BA.ip as ban_ip                 ,BA.authid as authid                 ,BA.name as player_name                 ,BA.created as ban_created                 ,BA.ends as ban_ends                 ,BA.length as ban_length                 ,BA.reason as ban_reason                 ,BA.aid as ban_admin                 ,BA.sid as ban_server                 ,BA.country as ban_country                 ,(SELECT count(*) from sb_banhistory as BH WHERE BH.authid=BA.authid) as history_count                 ,(SELECT count(*) FROM sb_demos as DM WHERE DM.demtype='B' and DM.demid=BA.bid) as demo_count                 FROM sb_bans as BA                 -- WHERE (`length` = '0' OR `ends` > UNIX_TIMESTAMP())                          UNION                  SELECT 'U' as row_type                 ,BH.HistId as ban_id                 ,BH.ip as ban_ip                 ,BH.authid as authid                 ,BH.name as player_name                 ,BH.created as ban_created                 ,BH.ends as ban_ends                 ,BH.length as ban_length                 ,BH.reason as ban_reason                 ,BH.adminid as ban_admin                 ,BH.sid as ban_server                 ,BH.country as ban_country                 ,(SELECT count(*) from sb_banhistory as BH2 WHERE BH2.authid=BH.authid) as history_count                 ,(SELECT count(*) FROM sb_demos as DM WHERE DM.demtype='B' and DM.demid=BH.HistId) as demo_count                 FROM sb_banhistory BH         ) as BN         LEFT JOIN sb_servers AS SE ON BN.ban_server = SE.sid         LEFT JOIN sb_mods AS MO on SE.modid = MO.mid         LEFT JOIN sb_admins AS AD ON BN.ban_admin=AD.aid         ORDER BY ban_created DESC         LIMIT 0,30
SQL Params: 
Table '.\sourcebans\sb_banhistory' is marked as crashed and last (automatic?) repair failed

SQL Query type: EXECUTE
Script: '/bans/index.php'
SQL Query: SELECT (count(bid) + (SELECT count(HistId) FROM sb_banhistory)) FROM sb_bans WHERE `length` = '0' OR `ends` > UNIX_TIMESTAMP()
SQL Params:
http://3smedia.net/bans/index.php?p=banlist
how I can fix it?
__________________

3SMedia #1 | classic gameplay | tick 100 (81.25.49.19:27015)
3SMedia #2 | pro gaming | tick 100 (81.25.49.19:27016)
3SMedia #3 | deathmatch | tick 100 (81.25.49.19:27017)
Sorry for my VERY bad english .
FroL is offline
Olly
Senior Member
Join Date: Mar 2007
Location: UK
Old 10-15-2007 , 11:59   Re: SourceBans (1.0.0 RC1d)
#117

Quote:
Originally Posted by germannavy View Post
How can i import this "ESL Cheater and Fakeaccount List" into Sourcebans ?

http://blog.digital-tuts.de/esl/piss...ort/banned.cfg
Currently you cant yet, but this will be a feature that will be added soon

Quote:
Originally Posted by FroL View Post
how I can fix it?
Your table is corrupt, you need to try and repair it, run this in your conosle

mysqlcheck -r sourcebans -uusername -ppassword
__________________
Tumblr Me: http://raspberryteen.tumblr.com


// Yarrrr!
Olly is offline
Send a message via MSN to Olly
Nolongerinthegame
AlliedModders Donor
Join Date: Sep 2005
Old 10-15-2007 , 14:12   Re: SourceBans (1.0.0 RC1d)
#118

Quote:
Originally Posted by strontiumdog View Post
For some reason it's doing it again....
"Error connecting (63.209.36.81:27015)"

It worked for a day or two (after updating with the latest SVN) and then this morning, it was doing this again.... *sigh*
What ports need to be opened on the web server? I will contact my host people....in case it's them!
I am also having this problem with the servers saying error connecting - it was fixed for me in R1.D but one of the nightly SVNs made it not work again
Nolongerinthegame is offline
FroL
Member
Join Date: Jul 2007
Old 10-16-2007 , 01:22   Re: SourceBans (1.0.0 RC1d)
#119

Quote:
Originally Posted by Olly View Post
Currently you cant yet, but this will be a feature that will be added soon



Your table is corrupt, you need to try and repair it, run this in your conosle

mysqlcheck -r sourcebans -uusername -ppassword
It seems to me, that sourcebans does crash tables, because I reinstalled him already 5 times. You see a result.
__________________

3SMedia #1 | classic gameplay | tick 100 (81.25.49.19:27015)
3SMedia #2 | pro gaming | tick 100 (81.25.49.19:27016)
3SMedia #3 | deathmatch | tick 100 (81.25.49.19:27017)
Sorry for my VERY bad english .
FroL is offline
Olly
Senior Member
Join Date: Mar 2007
Location: UK
Old 10-16-2007 , 18:28   Re: SourceBans (1.0.0 RC1d)
#120

Quote:
Originally Posted by FroL View Post
It seems to me, that sourcebans does crash tables, because I reinstalled him already 5 times. You see a result.
We have installed sourcebans on our server about 10 times, maybe more, and we have never had any table crashes. Try updating your mysql server, there maybe a bugfix for it
__________________
Tumblr Me: http://raspberryteen.tumblr.com


// Yarrrr!
Olly is offline
Send a message via MSN to Olly
Closed Thread


Thread Tools
Display Modes

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 23:56.


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