How to kick a client from the Server-Side?

Just starting out? Need help? Post your questions and find answers here.
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by merendo.

Hi all

I am the server in a network (Of course, not ME, my computer) and I want to bann a user from the network. But I have not found a command for this in the PB-Manual. Can anybody help me?

Cu @ll, merendo
--
Auf Regen folgt stets Sonnenschein!

Rain is always followed by sunshine!
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Henrik.

Hi merendo
This link is about how to get the clients ip adresse
viewtopic.php?t=4837

Then close the session for that client.
CloseNetworkConnection(ConnectionID)
Regards
Henrik
Post Reply