AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Approved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=8)
-   -   Advanced Bans (Real Time) by Exolent (https://forums.alliedmods.net/showthread.php?t=80858)

vermillioN25 09-20-2009 12:02

Re: Advanced Bans (Real Time) by Exolent
 
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...

HLM 09-20-2009 16:51

Re: Advanced Bans (Real Time) by Exolent
 
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

BloodKnife 09-20-2009 18:29

Re: Advanced Bans (Real Time) by Exolent
 
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.

Freejam 09-21-2009 14:01

Re: Advanced Bans (Real Time) by Exolent
 
Target has not authorized with the server! Unable to ban!

o0

Freejam 09-21-2009 14:03

Re: Advanced Bans (Real Time) by Exolent
 
I not can baned in amxmodmenu

HLM 09-21-2009 14:59

Re: Advanced Bans (Real Time) by Exolent
 
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?

Freejam 09-22-2009 11:20

Re: Advanced Bans (Real Time) by Exolent
 
Quote:

Originally Posted by HLM (Post 939870)
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 (Post 939870)
were you trying someone with an 'a' flag?

no

Duff-Girl 09-22-2009 12:51

Re: Advanced Bans (Real Time) by Exolent
 
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.

meigyoku 09-25-2009 14:54

Re: Advanced Bans (Real Time) by Exolent
 
I see that amx_voteban not work, player is not baned!

Duff-Girl 09-26-2009 14:14

Re: Advanced Bans (Real Time) by Exolent
 
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.


All times are GMT -4. The time now is 23:34.

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