AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   IP Block (https://forums.alliedmods.net/showthread.php?t=185861)

Experto 05-22-2012 12:53

IP Block
 
3 Attachment(s)
:: Description ::

This plugin block the entry in the server of players with same IP.

When a player join in the server, this plugin verify if exist others players with her IP and count the number of players with same IP. If the max amount is exceeded, the player is kicked of server.

Too is possible to config exceptions for some IPs.


:: CVARS ::

Config file created automatically: cfg/sourcemod/sm_ipblock.cfg

// Enables/Disables the plugin. [0 = Disabled, 1 = Enabled]
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_ipblock_enable "1"

// MAX amount of players with the same ip
// -
// Default: "1"
// Minimum: "1.000000"
sm_ipblock_maxip "1"


:: Commands ::

- Adds an IP to the exceptions list
sm_ipblock_exception_add <ip> <maxClient>


Example:
IP: 201.102.203.204
Max Clients: 3
sm_ipblock_exception_add 201.102.203.204 3

- Removes an IP from the exceptions list
sm_ipblock_exception_del <ip>

- Displays exceptions list
sm_ipblock_exception_list


:: Languages ::

Languages included in the file ipblock.phrases.txt:

-Português-BR (PT)
-English (EN)

To translate the messages into your language, simply add them to file "addons/SourceMod/translations/ipblock.phrases.txt".


:: Change log ::

>> 1.0.0 - 05-22-2012
- Release of the plugin


:: Installation ::

- Copy the file "sm_ipblock.smx" to the folder "addons/SourceMod/plugins/"
- Copy the file "ipblock.phrases.txt" to the folder "addons/SourceMod/translations/"
- Run the command: sm plugins load sm_ipblock
or restart the server


:: Upgrading ::

- Run the command: sm plugins unload sm_ipblock
- Delete the file: "cfg/sourcemod/sm_ipblock.cfg"

- Copy the new file "sm_ipblock.smx" to the folder "addons/SourceMod/plugins/"
- Copy the new file "ipblock.phrases.txt" to the folder "addons/SourceMod/translations/"
- Run the command: sm plugins load sm_ipblock
or restart the server


:: Downloads ::

ReFlexPoison 05-22-2012 13:32

Re: IP Block
 
Seems familiar, but don't know. I'll try it out later on :)

Leonardo 05-22-2012 14:07

Re: IP Block
 
router users are loosers?

adrianman 05-23-2012 09:28

Re: IP Block
 
the thread name should be "duplicate ip block"

Experto 05-23-2012 12:22

Re: IP Block
 
You can set up to accept 0,1,2,3, etc., players with the same ip, so it should not be "duplicate ip block", because if I were to follow your logic, would be triplicate, quadruplicate, etc.

adrianman 05-25-2012 19:40

Re: IP Block
 
multiple ip block? :D

blue zebra 06-24-2012 11:36

Re: IP Block
 
1 Attachment(s)
Hi.
I am not use this plugin, but here are the Hungarian (HU) translation.
Warning. UTF-8 without BOM !


Edit:
Ooops!
Bots in or exclude?

d22rpi 07-01-2012 12:53

Re: IP Block
 
Quote:

Originally Posted by blue zebra (Post 1735194)
Hi.
I am not use this plugin, but here are the Hungarian (HU) translation.
Warning. UTF-8 without BOM !


Edit:
Ooops!
Bots in or exclude?

thanks :)

C0nw0nk 07-01-2012 17:37

Re: IP Block
 
I have never seen two players with the same ip address.... I thought it was impossible ?

DoPe^ 07-01-2012 17:55

Re: IP Block
 
Quote:

Originally Posted by C0nw0nk (Post 1740665)
I have never seen two players with the same ip address.... I thought it was impossible ?

not if multiple players sits under a router, they will all get the same external ip address


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

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