× Windows - Vous avez un problème, besoin d'un outil, proposer une astuce pour ce système d'exploitation.

Question TUTO - ANTI FLOOD Teamspeak

Plus d'informations
23 Jui 2009 00:27 #1 par Cobra
TUTO - ANTI FLOOD Teamspeak a été créé par Cobra
Bonjour

je me permet de poster un petit tutoriel pour vous protéger contre les GAMINS qui flood votre serveur Teamspeak 2!

Pour commencer il vous faut télécharger le TeamSpeak 2 Anti-Flood Daemon 0.5
Puis télécharger le logiciel ActivePerl

Voila, je vous rappelle que ce tuto est pour windows!

1//==>Installer activeperl sur votre pc ou est installer Serveur Teamspeak!

2//==>Décompressè le dossier RAR " ts2afd-0.5.zip " Vous devez avoir les fichier suivant:

* ts2afd
* ts2afd_startscript
* readme
* TeamSpeak2

3//==>Ouvrez le fichier ts2afd avec le bloc note! Configurez le fichier pour qu'il se connecte a vous serveur ts!

# ================================================================================?============
# ======================================= CONFIGURATION ======================================
# ================================================================================?============

# ****** SERVER ADDRESS AND TCP QUERY PORT ******
# This is the hostname or IP address and TCP port of the TeamSpeak 2 server.
# If you are unsure of what to put here, leave the default values.
my $server_address = "localhost";
my $server_tcpport = "51234";

# ****** SUPERADMIN USERNAME & PASSWORD ******
# This is the username and password you use to access your TeamSpeak 2 server.
# This must be an existing superadmn account.
my $ssa_username = "superadmin du teamspeak";
my $ssa_password = "password du superadmin du teamspeak";

# ****** FULL PATH TO SERVER LOGFILE ******
# On a few systems it may be necessary to input the full path to your servers logfile
# for the TeamSpeak 2 Anti-Flood Daemon to function normally.
# Example Unix:
# my $server_logfile = "/home/ts2/teamspeak2/server.log";
# Example Windows:
# my $server_logfile = "C:/Program Files/TeamSpeak2/server.log";
my $server_logfile = "/home/ts2/teamspeak2/server.log";

# ****** SERVER SPAM LIMITS ******
# These values define the max amount of new connections from an IP address in a limited
# number of seconds.
# Do NOT set one of these values to 0!
# Example:
# my $spam_connections = 3;
# my $spam_seconds = 10;
# In this case an IP address will be able to connect 3 times in 10 seconds.
my $spam_connections = 3;
my $spam_seconds = 10;

# ****** ENABLE/DISABLE UNIX DAEMON ******
# This option allows you to start the script as a background process on Unix based systems.
# Do not enable this feature on Windows servers.
my $script_daemonize = 0;


4//==> Allez dans le répertoire Teamspeak2_RC2, la ou est installez votre serveur ts, et ouvrez le fichier "Server" avec le bloc note! ( s'est un fichier de configuration):
modifier les valeur comme çà:

[log]
access_r=0
access_u=0
channel_registerred=0
channel_unregisterred=0
sa=0
chat=0
kick_server=0
kick_channel=0


5//==>Cliker sur ts2afd, il va s'ouvrir avec "Activeperl" Voila le tutoriel est terminer!

Cordialement Cobra

Dev en MySql

Connectez-vous ou Créer un compte pour participer à la conversation.

  • Vous ne pouvez pas: Créer un nouveau sujet.
  • Vous ne pouvez pas: Répondre au sujet.
  • Vous ne pouvez pas: Éditer votre message.
Modérateurs: lavstephxillibittramber91Scottuxsergestarter
Temps de génération de la page : 0.253 secondes