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

Ultimate Bans v1.9 [12 Jan 2014]


Post New Thread Reply   
 
Thread Tools Display Modes
sirerick
Senior Member
Join Date: Jul 2012
Location: Venezuela
Old 01-19-2015 , 22:37   Re: Ultimate Bans v1.9 [12 Jan 2014]
Reply With Quote #101

like this plugin
sirerick is offline
Alexblood2013
Senior Member
Join Date: Aug 2014
Old 01-20-2015 , 14:33   Re: Ultimate Bans v1.9 [12 Jan 2014]
Reply With Quote #102

Hello , i have this awsome ban , but i want a little change

When an admin ban a player the maximum time should be =<43200min ( 30 days )
Else , if he write 0 at bantime player will get banned for 43200 minutes ( 30 days)

In amx_banmenu , If is set permanentban player will get banned 43200 min ( 30 days)
If he write in amx_banmenu a bantime bigger than 43200 , like 50000 then plugin will set it 43200


Something like:

if (bantime == 0)
{
bantime == 43200
}
else if (bantime >43200)
{
bantime == 43200
}

Thanks a lot

Last edited by Alexblood2013; 01-20-2015 at 14:35.
Alexblood2013 is offline
UNU_
New Member
Join Date: Jan 2015
Old 01-21-2015 , 16:29   Re: Ultimate Bans v1.9 [12 Jan 2014]
Reply With Quote #103

Hi i have a problem i try to ban this IP for ex: 79.11.0.0 and the plugin is banning also 79.117.0.0 any ideea why?


"IP" "<null>" "79.11.0.0" "<null>" "20:09 21/01/2015" "<null>" "STEAM_0:0xxxx" "xxxxxx "UNU" "range"

Last edited by UNU_; 01-21-2015 at 16:33.
UNU_ is offline
pUnk
Member
Join Date: Apr 2009
Old 04-10-2015 , 22:38   Re: Ultimate Bans v1.9 [12 Jan 2014]
Reply With Quote #104

Is there anyway we can make a workaround so we can use sql and share all the bans? I really prefer this plugin over advancedbans.
pUnk is offline
tousif
AlliedModders Donor
Join Date: Nov 2014
Location: India
Old 05-04-2015 , 11:14   Re: Ultimate Bans v1.9 [12 Jan 2014]
Reply With Quote #105

A problem in plugin -,- when i voteban for a player then its priting in chat other player name :p fix it plzz
tousif is offline
hardboy
Member
Join Date: Jun 2014
Location: Greece
Old 06-15-2015 , 11:10   Re: Ultimate Bans v1.9 [12 Jan 2014]
Reply With Quote #106

Hello can you add sql i need this!
hardboy is offline
rautamiekka
Veteran Member
Join Date: Jan 2009
Location: Finland
Old 06-16-2015 , 09:59   Re: Ultimate Bans v1.9 [12 Jan 2014]
Reply With Quote #107

Not an ultimate ban plugin especially when there's no SQL ! I can help with SQL, however.
__________________
Links to posts I received Karma from:
Big thanks to all who gave Karma

Last edited by rautamiekka; 06-16-2015 at 09:59.
rautamiekka is offline
Send a message via ICQ to rautamiekka Send a message via AIM to rautamiekka Send a message via MSN to rautamiekka Send a message via Yahoo to rautamiekka Send a message via Skype™ to rautamiekka
hardboy
Member
Join Date: Jun 2014
Location: Greece
Old 06-17-2015 , 03:27   Re: Ultimate Bans v1.9 [12 Jan 2014]
Reply With Quote #108

Its ok
hardboy is offline
pUnk
Member
Join Date: Apr 2009
Old 06-18-2015 , 17:41   Re: Ultimate Bans v1.9 [12 Jan 2014]
Reply With Quote #109

souvikdas95 plz man finish the plugin by adding the sql feature...
pUnk is offline
rautamiekka
Veteran Member
Join Date: Jan 2009
Location: Finland
Old 06-18-2015 , 17:50   Re: Ultimate Bans v1.9 [12 Jan 2014]
Reply With Quote #110

I absolutely recommend same SQL table format as https://forums.alliedmods.net/showthread.php?t=191283 for cross-platform and cross-Server ban synchronization. It's a very simple format and very useful. If you can call it a problem, that plugin doesn't support SQLite, but it wouldn't be much to implement.

And, absolutely don't use MyISAM engine in the case of MySQL.

EDIT: I added a ban through phpMyAdmin and realized 2 things about that format: it uses the complete SteamID, which is alot wasting of space cuz you have to ban the same ID with little modifications: CS:GO uses same SteamID but instead of 'STEAM_0:1:11268321' it makes it 'STEAM_1:1:11268321', which is stupid. Cuz of that you must ban both IDs to make sure the guy can't join any of your Servers you have the same data in use in. It's not too much of a modification to the plugin to make it look at the ID after the first colon and ignore the 'STEAM_#:' part (use '1:11268321' only, from 'STEAM_#:1:11268321'). In some thread here someone said it's the internal working of either of A M X or SM anyway.

The 2nd thing is the banner column's format is
Code:
BANNER'S NAME<BANNER'S USERID><BANNER'S STEAM ID><>
with changing parts highlighted. Kinda bizarre.
__________________
Links to posts I received Karma from:
Big thanks to all who gave Karma

Last edited by rautamiekka; 06-18-2015 at 19:18. Reason: Edited EDIT 0
rautamiekka is offline
Send a message via ICQ to rautamiekka Send a message via AIM to rautamiekka Send a message via MSN to rautamiekka Send a message via Yahoo to rautamiekka Send a message via Skype™ to rautamiekka
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 05:30.


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