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

Advanced Bans (Real Time) by Exolent


Post New Thread Reply   
 
Thread Tools Display Modes
vermillioN25
Member
Join Date: Apr 2009
Location: Brazil
Old 09-20-2009 , 12:02   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #491

Hi. I'm having the same problem as Spicy, but I'm using a localhost (127.0.0.1 with EasyPHP). I can connect with other games, scripts, plugins, or whatever, but with this plugin its saying that could not create the Table.

I'v created the table myself, but I'm getting the same error.

What am I doing wrong?

Heres my sql.cfg:

Quote:
amx_sql_host "127.0.0.1"
amx_sql_user "root"
amx_sql_pass ""
amx_sql_db "amx"
amx_sql_table "admins"
amx_sql_type "mysql"
and my log:

Quote:
L 09/20/2009 - 12:51:41: Start of error session.
L 09/20/2009 - 12:51:41: Info (map "de_aztec") (file "addons/amxmodx/logs/error_20090920.log")
L 09/20/2009 - 12:51:41: [AMXX] Plugin ("advanced_bans_sql.amxx") is setting itself as failed.
L 09/20/2009 - 12:51:41: [AMXX] Plugin says: Query failed.
L 09/20/2009 - 12:51:41: [AMXX] Displaying debug trace (plugin "advanced_bans_sql.amxx")
L 09/20/2009 - 12:51:41: [AMXX] Run time error 1: forced exit
L 09/20/2009 - 12:51:41: [AMXX] [0] advanced_bans_sql.sma::QueryCreateTable (line 406)
Thanks...
__________________
vermillioN25 is offline
HLM
Senior Member
Join Date: Apr 2008
Location: C:\WINDOWS\System32
Old 09-20-2009 , 16:51   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #492

yes, you have two sets of sql cvars, delete the odl ones, no need to uncommens sql_table as it is being used above.. delete the extra stuff, if it still doesnt work, try the threaded version
__________________
+|- KARMA Respectively

HLM is offline
BloodKnife
New Member
Join Date: Sep 2009
Old 09-20-2009 , 18:29   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #493

Hello everyone. help with a problem (sorry for my bad english)
The problem of such a server cs 1.6 (on freebsd) install advanced_bans, but it does not run.
All did so:
Code:
  1. Place the advanced_bans.amxx, plmenu.amxx, and adminvote.amxx files in your server's addons/amxmodx/plugins folder. - Note: You must overwrite your old plmenu.amxx and adminvote.amxx files.
  2. Open the plugins.ini from your server's addons/amxmodx/configs folder.
  3. Add advanced_bans.amxx at the top of the file!!!
  4. Make sure that plmenu.amxx and adminvote.amxx are enabled.
  5. Save and close the file.
  6. Place advanced_bans.txt from the bottom of this post in your server's addons/amxmodx/data/lang folder.
  7. Change the map or restart your server.
Plugins.ini
Code:
advanced_bans.amxx
admin.amxx        ; admin base (required for any admin-related)
adminchat.amxx        ; console chat commands
admincmd.amxx        ; basic admin console commands
adminhelp.amxx        ; help command for admin console commands
adminslots.amxx        ; slot reservation
adminvote.amxx        ; vote commands
multilingual.amxx    ; Multi-Lingual management
menufront.amxx        ; front-end for admin menus
cmdmenu.amxx        ; command menu (speech, settings)
plmenu.amxx        ; players menu (kick, ban, client cmds.)
telemenu.amxx        ; teleport menu (Fun Module required!)
mapsmenu.amxx        ; maps menu (vote, changelevel)
pluginmenu.amxx        ; Menus for commands/cvars organized by plugin
antiflood.amxx        ; prevent clients from chat-flooding the server
scrollmsg.amxx        ; displays a scrolling message
imessage.amxx        ; displays information messages
nextmap.amxx        ; displays next map in mapcycle
;mapchooser.amxx        ; allows to vote for next map
timeleft.amxx        ; displays time left on map
pausecfg.amxx        ; allows to pause and unpause some plugins
statscfg.amxx        ; allows to manage stats plugins via menu and commands
restmenu.amxx        ; restrict weapons menu
statsx.amxx        ; stats on death or round end (CSX Module required!)
;miscstats.amxx        ; bunch of events announcement for Counter-Strike
;stats_logging.amxx    ; weapons stats logging (CSX Module required!)
;amxmod_compat.amxx    ; AMX Mod backwards compatibility layer
;admins_motd.amxx
admin_spec_esp.amxx
;adminchatcolor.amxx
admin_check.amxx
auto_restart_vl.amxx
amx_sysbizz.amxx
;aimbotdetect.amxx
;amx_gag.amxx
;amx_ip.amxx
;mapchooser4.amxx
invisible_spectrator.amxx
;restartgame.amxx
serversay.amxx
;showip.amxx
;tele.amxx
voteban.amxx
votekickbanmenu.amxx
iptools.amxx
afkkicker.amxx
antiflood.amxx
atac.2.5.5.5.amxx
;high_ping_kicker.amxx
hpk.amxx
mapmanager.amxx
public_rules.amxx
swear_replacement.amxx
block_wallhack.amxx
Code:
Currently loaded plugins:
       name                    version     author            file             status   
 [  1] unknown                 unknown     unknown           advanced_bans.a  bad load 
 [  2] Admin Base              1.8.1.3746  AMXX Dev Team     admin.amxx       running  
 [  3] Admin Commands          1.8.1.3746  AMXX Dev Team     admincmd.amxx    running  
 [  4] Admin Help              1.8.1.3746  AMXX Dev Team     adminhelp.amxx   running  
 [  5] Slots Reservation       1.8.1.3746  AMXX Dev Team     adminslots.amxx  running  
 [  6] Multi-Lingual System    1.8.1.3746  AMXX Dev Team     multilingual.am  running  
 [  7] Menus Front-End         1.8.1.3746  AMXX Dev Team     menufront.amxx   running  
 [  8] Commands Menu           1.8.1.3746  AMXX Dev Team     cmdmenu.amxx     running  
 [  9] Players Menu            1.8.1.3746  AMXX Dev Team     plmenu.amxx      running  
 [ 10] Teleport Menu           1.8.1.3746  AMXX Dev Team     telemenu.amxx    running  
 [ 11] Maps Menu               1.8.1.3746  AMXX Dev Team     mapsmenu.amxx    running  
 [ 12] Plugin Menu             1.8.1.3746  AMXX Dev Team     pluginmenu.amxx  running  
 [ 13] Admin Chat              1.8.1.3746  AMXX Dev Team     adminchat.amxx   running  
 [ 14] Anti Flood              1.8.1.3746  AMXX Dev Team     antiflood.amxx   running  
 [ 15] Scrolling Message       1.8.1.3746  AMXX Dev Team     scrollmsg.amxx   running  
 [ 16] Info. Messages          1.8.1.3746  AMXX Dev Team     imessage.amxx    running  
 [ 17] Admin Votes             1.8.1.3746  AMXX Dev Team     adminvote.amxx   running  
 [ 18] NextMap                 1.8.1.3746  AMXX Dev Team     nextmap.amxx     running  
 [ 19] TimeLeft                1.8.1.3746  AMXX Dev Team     timeleft.amxx    running  
 [ 20] Pause Plugins           1.8.1.3746  AMXX Dev Team     pausecfg.amxx    running  
 [ 21] Stats Configuration     1.8.1.3746  AMXX Dev Team     statscfg.amxx    running  
 [ 22] Restrict Weapons        1.8.1.3746  AMXX Dev Team     restmenu.amxx    running  
 [ 23] StatsX                  1.8.1.3746  AMXX Dev Team     statsx.amxx      running  
 [ 24] Admin Spectator ESP     1.3         KoST              admin_spec_esp.  running  
 [ 25] Admin Check             1.51        OneEyed           admin_check.amx  running  
 [ 26] Auto Restart vl         1.1         vato loco [GE-S]  auto_restart_vl  running  
 [ 27] Sys Bizz                3.0         Prayer            amx_sysbizz.amx  running  
 [ 28] unknown                 unknown     unknown           invisible_spect  bad load 
 [ 29] Restart Game            0.5         BenZoN - Rich -   restartgame.amx  running  
 [ 30] ServerSay               v5.0        Jordan44053 and   serversay.amxx   running  
 [ 31] Teleporter Tech         7.1         Melanie           tele.amxx        running  
 [ 32] Vote Ban                1.0         Alka              voteban.amxx     running  
 [ 33] Vote Kick/Ban Menu      1.3         WaZZeR            votekickbanmenu  running  
 [ 34] IPTools                 1.05        SYZo              iptools.amxx     running  
 [ 35] AFK Kicker              1.0b        Cheesy Peteza     afkkicker.amxx   running  
 [ 36] ATAC                    2.5.5.5     T(+)rget/f117bom  atac.2.5.5.5.am  running  
 [ 37] High Ping Kicker        1.2.0       DynAstY           hpk.amxx         running  
 [ 38] DeagsMapManage          2.10i       Deags             mapmanager.amxx  running  
 [ 39] AMXX Public server rul  1.20        Priski            public_rules.am  running  
 [ 40] Swear Replacement       1.5         kaboomkazoom      swear_replaceme  running  
 [ 41] Block WallHack                      OT                block_wallhack.  running  
 (  1) Load fails: Module/Library "regex" required for plugin.  Check modules.ini.
It is seen that requires (Module / Library "regex" required for plugin. Check modules.ini.)
In modules.ini put the regex.
Code:
; fun 
 engine 
 fakemeta 
 ; geoip 
 ; sockets 
 regex 
 ; nvault 
 cstrike 
 csx 
 hamsandwich
Module regex does not start, and marked as unknown.
amxx version 1.8.1
Metamod v1.19p32 2007/08/12 (5:13 ...
A result, I don `t know how to run advanced bans.
Help please. Thanks in advance.

Last edited by BloodKnife; 09-21-2009 at 00:54.
BloodKnife is offline
Freejam
Junior Member
Join Date: Sep 2009
Old 09-21-2009 , 14:01   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #494

Target has not authorized with the server! Unable to ban!

o0
Freejam is offline
Freejam
Junior Member
Join Date: Sep 2009
Old 09-21-2009 , 14:03   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #495

I not can baned in amxmodmenu
Freejam is offline
HLM
Senior Member
Join Date: Apr 2008
Location: C:\WINDOWS\System32
Old 09-21-2009 , 14:59   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #496

bloodknife, make sure the regex module exists along with the advanced bans.amxx

freejam, it might be a menu error, does normal banning through console work? were you trying someone with an 'a' flag?
__________________
+|- KARMA Respectively

HLM is offline
Freejam
Junior Member
Join Date: Sep 2009
Old 09-22-2009 , 11:20   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #497

Quote:
Originally Posted by HLM View Post
freejam, it might be a menu error, does normal banning through console work?
Yes, console work is normal.Erorr in menu.

Quote:
Originally Posted by HLM View Post
were you trying someone with an 'a' flag?
no
Freejam is offline
Duff-Girl
Senior Member
Join Date: Feb 2009
Old 09-22-2009 , 12:51   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #498

I think you should to this things
  • When you ban someone it stays how much its left to unban.
  • When u are going to ban a player so u can write like amx_ban "name" "1d" "reason" 1d = 1 day
i think you should fix these 2 things.
__________________
We sure do like blockmaker! :-P
  • I am learning PAWN if there is any tutorials PM me.
  • Im working on a project. plz give me tutorials.
Duff-Girl is offline
meigyoku
BANNED
Join Date: Apr 2009
Old 09-25-2009 , 14:54   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #499

I see that amx_voteban not work, player is not baned!
meigyoku is offline
Duff-Girl
Senior Member
Join Date: Feb 2009
Old 09-26-2009 , 14:14   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #500

Another sugesstion is that when you ban like 1000 persons and type amx_banlist in console its too much.

I think it would be great if u made a menu that shows all the bans and in that menu u can unban too.
__________________
We sure do like blockmaker! :-P
  • I am learning PAWN if there is any tutorials PM me.
  • Im working on a project. plz give me tutorials.
Duff-Girl is offline
Reply



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 11:20.


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