- Joined
- Jul 30, 2008
- Messages
- 98
- Reaction score
- 0
how do i ban someone without having to log in the game? and how do i check their ip and block it?
Sexy, that's just IP witch hunting. To actually block somebody's Ip completely from your server you could use Peer guardian as suggested. I suggested that first. Like a year ago when HAKO was dosing me. You can also install a firewall such as eset smart security, and add the ip to ban to a non-trusted ip list. Or, you can use a hardware firewall like a cisco systems one. All of these are viable solutions.
thx for all the info on blocking ips but i dont know where it says there actual ip, on my tb user it just says "NULL" on the coloum where it says IP, so how do i find out the IP of them? and can i also find out the IP they registered with and the IP that there playing with?
Next time they're online on your server, go to the currentuser table and it should show their IP.need this answered bump
when someone log it will save his IP in the table tb_user so even if he is offline u still can get his IPALTER PROCEDURE [dbo].[PROC_INSERT_CURRENTUSER]
@AccountID varchar(50),
@CharID varchar(50),
@ServerNo int,
@ServerIP varchar(50),
@ClientIP varchar(50),
@nret smallint output
AS
INSERT INTO CURRENTUSER ( nServerNo, strServerIP, strAccountID, strCharID, strClientIP ) Values (@ServerNo, @ServerIP, @AccountID, @CharID, @ClientIP )
set @nret=1
update tb_user set IP = @clientip where straccountid = @accountid
thx ill try that out, but does anyone know how to add ips to peerguardian using list manager it asks for a p2p file or some ****