Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 314 → Rev 315

/alcasar.sh
487,7 → 487,8
</html>
EOF
echo "- URL d'accès au centre de gestion : https://$PRIVATE_IP" >> $FIC_PARAM
# On crée le VirtualHost pour l'accès au port 80
echo " ou https://alcasar" >> $FIC_PARAM
# On crée le VirtualHost pour l'accès au port 80 (page de filtrage de domaine)
# Utilisé pour :
# - la redirection après filtrage
# - la redirection suite à l'indisponibilité d'Internet (via watchdog)
876,8 → 877,7
# mode 'proxy transparent local'
$SED "s?^http_port.*?http_port 127.0.0.1:$SQUID_PORT transparent?g" /etc/squid/squid.conf
# compatibilité des logs avec awstats
$SED "s?^# emulate_httpd_log.*?emulate_httpd_log on?g" /etc/squid/squid.conf
$SED "s?^access_log.*?access_log /var/log/squid/access.log?g" /etc/squid/squid.conf
echo "emulate_httpd_log on" >> /etc/squid/squid.conf
# pour éviter les message d'erreur lors des changement d'état des interfaces réseaux
$SED "s?^SQUID_AUTO_RELOAD.*?SQUID_AUTO_RELOAD=no?g" /etc/sysconfig/squid
# Initialisation du cache de Squid
891,9 → 891,6
##################################################################
param_dansguardian ()
{
# modification du fichier d'initialisation (correction de la procédure d'arret)
[ -e /etc/init.d/dansguardian.default ] || cp /etc/init.d/dansguardian /etc/init.d/dansguardian.default
cp -f $DIR_CONF/dansguardian-init /etc/init.d/dansguardian
mkdir /var/dansguardian
chown dansguardian /var/dansguardian
[ -e /etc/dansguardian/dansguardian.conf.default ] || cp /etc/dansguardian/dansguardian.conf /etc/dansguardian/dansguardian.conf.default
962,6 → 959,7
$SED "s?^# PORT.*?PORT 8090?g" /etc/havp/havp.config
$SED "s?^# BIND_ADDRESS.*?BIND_ADDRESS 127.0.0.1?g" /etc/havp/havp.config
$SED "s?^ENABLECLAMLIB.*?ENABLECLAMLIB true?g" /etc/havp/havp.config
$SED "s?^# LOG_OKS.*?LOG_OKS false?g" /etc/havp/havp.config
# mise à jour de la base antivirale de clamav toutes les 2 heures
$SED "s?^Checks.*?Checks 12?g" /etc/freshclam.conf
$SED "s?^NotifyClamd.*?# NotifyClamd /etc/clamd.conf?g" /etc/freshclam.conf
/conf/dansguardian-init
File deleted
Property changes:
Deleted: svn:keywords
-Id Author Date
\ No newline at end of property
/conf/template-fr.html
11,7 → 11,7
<tr>
<td colspan=2 bgcolor=#FEA700 height=100 align=center>
<font face=arial,helvetica size=6>
<b>Acc&egrave;s refus&eacute;</b>
<b>ACC&Egrave;S REFUS&Eacute;</b>
</td>
</tr>
<tr>
/scripts/sbin/alcasar-uninstall.sh
84,17 → 84,15
[ -d /var/spool/squid ] && rm -rf /var/spool/squid/* && echo -n "2"
 
#param_dansguardian
echo -en "\n- param_dansguardian(10) : "
[ -e /etc/init.d/dansguardian.default ] && mv /etc/init.d/dansguardian.default /etc/init.d/dansguardian && echo -n "1, "
[ -d /var/dansguardian ] && rm -rf /var/dansguardian && echo -n "2, "
[ -e /etc/dansguardian/dansguardian.conf.default ] && mv /etc/dansguardian/dansguardian.conf.default /etc/dansguardian/dansguardian.conf && echo -n "3, "
[ -e /etc/dansguardian/lists/bannedphraselist.default ] && mv /etc/dansguardian/lists/bannedphraselist.default /etc/dansguardian/lists/bannedphraselist && echo -n "4, "
[ -e /etc/dansguardian/dansguardianf1.conf.default ] && mv /etc/dansguardian/dansguardianf1.conf.default /etc/dansguardian/dansguardianf1.conf && echo -n "5, "
[ -e /etc/dansguardian/lists/bannedextensionlist.default ] && mv /etc/dansguardian/lists/bannedextensionlist.default /etc/dansguardian/lists/bannedextensionlist && echo -n "6, "
[ -e /etc/dansguardian/lists/bannedmimetypelist.default ] && mv /etc/dansguardian/lists/bannedmimetypelist.default /etc/dansguardian/lists/bannedmimetypelist && echo -n "7, "
[ -e /etc/dansguardian/lists/exceptioniplist.default ] && mv /etc/dansguardian/lists/exceptioniplist.default /etc/dansguardian/lists/exceptioniplist && echo -n "8, "
[ -e /etc/dansguardian/lists/bannedsitelist.default ] && mv /etc/dansguardian/lists/bannedsitelist.default /etc/dansguardian/lists/bannedsitelist && echo -n "9, "
[ -d /etc/dansguardian/lists/blacklists.default ] && mv -f /etc/dansguardian/lists/blacklists.default /etc/dansguardian/lists/blacklists && echo -n "10"
echo -en "\n- param_dansguardian(8) : "
[ -d /var/dansguardian ] && rm -rf /var/dansguardian && echo -n "1, "
[ -e /etc/dansguardian/dansguardian.conf.default ] && mv /etc/dansguardian/dansguardian.conf.default /etc/dansguardian/dansguardian.conf && echo -n "2, "
[ -e /etc/dansguardian/lists/bannedphraselist.default ] && mv /etc/dansguardian/lists/bannedphraselist.default /etc/dansguardian/lists/bannedphraselist && echo -n "3, "
[ -e /etc/dansguardian/dansguardianf1.conf.default ] && mv /etc/dansguardian/dansguardianf1.conf.default /etc/dansguardian/dansguardianf1.conf && echo -n "4, "
[ -e /etc/dansguardian/lists/bannedextensionlist.default ] && mv /etc/dansguardian/lists/bannedextensionlist.default /etc/dansguardian/lists/bannedextensionlist && echo -n "5, "
[ -e /etc/dansguardian/lists/bannedmimetypelist.default ] && mv /etc/dansguardian/lists/bannedmimetypelist.default /etc/dansguardian/lists/bannedmimetypelist && echo -n "6, "
[ -e /etc/dansguardian/lists/exceptioniplist.default ] && mv /etc/dansguardian/lists/exceptioniplist.default /etc/dansguardian/lists/exceptioniplist && echo -n "7, "
[ -e /etc/dansguardian/lists/bannedsitelist.default ] && mv /etc/dansguardian/lists/bannedsitelist.default /etc/dansguardian/lists/bannedsitelist && echo -n "8"
sleep 1
 
#antivirus
/gestion/admin/bl_categories_help.php
16,7 → 16,46
$l_unknown_cat="Cette catégorie n'est pas décrite";
$l_nb_domains="Nombre de noms de domaine filtrés :";
$l_nb_urls="Nombre d'URL filtrés :";
$l_explain_adult="test-français";
$l_explain_adult="Sites relatifs à l'érotisme et à la pornographie";
$l_explain_agressif="Sites extrémistes, racistes, antisémites ou incitant à la haine";
$l_explain_astrology="Sites relatifs à l'astrologie";
$l_explain_audio-video="Sites de téléchargement de fichiers audio et vidéo";
$l_explain_blog="Sites d'hébergement de blogs";
$l_explain_celebrity="Sites « people », stars, etc.";
$l_explain_chat="Sites de dialogue en ligne";
$l_explain_child="Sites pour enfants";
$l_explain_cleaning="Sites relatifs à la mise à jour logicielle ou antivirale";
$l_explain_filehosting="Entrepôts de fichiers (vidéo, images, son, logiciels, etc.)";
$l_explain_financial="Sites d'informations financières, bourses, etc.";
$l_explain_forums="Sites d'hébergement de forums de discussion";
$l_explain_games="Sites de jeux en ligne";
$l_explain_liste_bu="Liste de sites éducatifs pour bibliothèque";
$l_explain_manga="Site de Mangas";
$l_explain_mobile-phone="Sites relatifs aux mobiles GSM (sonneries, logos, etc.)";
$l_explain_press="Sites de presse";
$l_explain_publicite="Sites ou bannières publicitaires";
$l_explain_radio="Sites de radios en ligne ou de podcast";
$l_explain_reaffected="Sites connus ayant changé de propriétaire (et donc de contenu)";
$l_explain_remote-control="Sites permettant la prise de controle a distance";
$l_explain_sexual_education="Sites relatifs à l'éducation sexuelle";
$l_explain_shopping="Sites de vente et d'achat en ligne";
$l_explain_webmail="Site WEB permettant de consultation son courrier électronique";
$l_explain_dangerous_material="Sites relatifs à la création de produits dangereux (explosif, poison, etc.)";
$l_explain_dating="Sites de rencontres en ligne";
$l_explain_drogue="Sites relatifs aux produits stupéfiants";
$l_explain_gambling="Sites de jeux d'argent en ligne (casino, grattage virtuel, etc.)";
$l_explain_hacking="Sites relatifs au piratage informatique";
$l_explain_malware="Site relatifs au logiciels malveillants (virus, vers, trojans, etc.)";
$l_explain_marketingware="Sites marchands douteux (X, organes, enfants, etc.)";
$l_explain_mixted_adult="Sites pour adultes (image-choc, gore, guerre, etc.)";
$l_explain_ossi="Liste noire secondaire";
$l_explain_phishing="Sites relatifs à l'hammeçonnage (pièges bancaires, redirection, etc.)";
$l_explain_redirector="Sites de redirection, d'anonymisation ou de contournement";
$l_explain_sect="Sites sectaires";
$l_explain_strict_redirector="URL intentionnellement mal formées";
$l_explain_strong_redirector="URL mal formées dans une requête « google »";
$l_explain_tricheur="Sites relatifs aux tricheries (examens, concours, etc.)";
$l_explain_warez="Sites relatifs aux logiciels piratés (crackés), aux générateurs de clés, etc.";
}
else {
$l_title = "Blacklist categories";
25,7 → 64,48
$l_unknown_cat="This category isn't describe";
$l_nb_domains="Number of filtered domain names :";
$l_nb_urls="Number of filtered URL :";
$l_explain_adult="test-anglais";
$l_explain_adult="Sites related to eroticism and pornography";
$l_explain_agressif="Sites extremist, racist, anti-Semitic or hate";
$l_explain_astrology="Sites related to astrology";
$l_explain_audio-video="Sites for downloading audio and video";
$l_explain_blog="Sites hosting blogs";
$l_explain_celebrity="Sites « people », stars, etc.";
$l_explain_chat="Online chat sites";
$l_explain_child="Sites for children";
$l_explain_cleaning="Sites related to software update or antiviral";
$l_explain_filehosting="Warehouses of files (video, images, sound, software, etc.)";
$l_explain_financial="Sites of financial information";
$l_explain_forums="Sites hosting discussion forums";
$l_explain_games="Online games sites";
$l_explain_liste_bu="List of educational sites for library";
$l_explain_manga="Manga site";
$l_explain_mobile-phone="Sites related to GSM mobile (ringtones, logos, etc.)";
$l_explain_press="News sites";
$l_explain_publicite="Advertising sites";
$l_explain_radio="Online radio podcast sites";
$l_explain_reaffected="Sites that have changed ownership (and therefore content)";
$l_explain_remote-control="Sites for making remote control";
$l_explain_sexual_education="Sites related to sex education";
$l_explain_shopping="Shopping sites and online shopping";
$l_explain_webmail="Web sites for e-mail consultation";
$l_explain_dangerous_material="Sites related to the creation of dangerous goods (explosives, poison, etc.)";
$l_explain_dating="Online dating sites";
$l_explain_drogue="Sites related to narcotic";
$l_explain_gambling="Online gambling sites (casino, virtual scratching, etc.)";
$l_explain_hacking="Sites related to hacking";
$l_explain_malware="Malware sites (viruses, worms, trojans, etc.).";
$l_explain_marketingware="doubtful commercial sites";
$l_explain_mixted_adult="Adult sites (shock, gore, war, etc.).";
$l_explain_ossi="Secondary blaclist";
$l_explain_phishing="Phishing sites (traps banking, redirect, etc..)";
$l_explain_redirector="redirects, anonymization or bypass sites";
$l_explain_sect="Sectarian sites";
$l_explain_strict_redirector="Intentionally malformed URL";
$l_explain_strong_redirector="Malformed URL in a 'google' query";
$l_explain_tricheur="Sites related to cheating (tests, examinations, etc.)";
$l_explain_warez="Sites related to cracked softwares";
";
 
}
if (isset($_GET['cat'])){$categorie=$_GET['cat'];}
$bl_categorie_domain_file=$bl_dir.$categorie."/domains";
/gestion/admin/dns_filter2.php
51,7 → 51,7
{
if ($cols == 1) { echo "<tr>";}
$categorie=trim(basename($ligne));
echo "<td><a href='bl_categories_help.php?cat=$categorie' target='cat_help' onclick=window.open('bl_categories_help.php','cat_help','width=600,height=200,toolbar=no,scrollbars=no,resizable=yes') title='categories help page'>$categorie</a><br>";
echo "<td><a href='bl_categories_help.php?cat=$categorie' target='cat_help' onclick=window.open('bl_categories_help.php','cat_help','width=600,height=150,toolbar=no,scrollbars=no,resizable=yes') title='categories help page'>$categorie</a><br>";
echo "<input type='checkbox' name='chk-$categorie'";
// si la ligne est commentée -> categorie non selectionnée
if (preg_match('/^#/',$ligne, $r)) { echo ">";}
/gestion/menu.php
21,7 → 21,6
$l_backup = "SAUVEGARDES";
$l_activity = "Activité";
$l_domains_filter = "Domaines et URLs";
$l_network_filter = "Protocoles réseau";
$l_ldap = "Ldap/A.D.";
$l_access_nb = "Accès au centre";
$l_create_user = "Créer usager";
45,7 → 44,6
$l_statistics = "STATISTICS";
$l_backup = "BACKUPS";
$l_activity = "Activity";
$l_network_filter = "Network protocols";
$l_domains_filter = "Domains & URLs";
$l_ldap = "Ldap/A.D.";
$l_access_nb = "Access to center";
63,11 → 61,11
$l_menu="Main";
}
echo "
<TABLE width=168 border=0 cellspacing=0 cellpadding=0>
<TABLE width=\"100%\" border=0 cellspacing=0 cellpadding=0>
<tr><th>$l_menu</th></tr>
<tr bgcolor=\"#FFCC66\"><td><img src=\"/images/pix.gif\" width=1 height=2></td></tr>
<tr><td bgcolor=\"#FFCC66\"><img src=\"/images/pix.gif\" width=1 height=2></td></tr>
</TABLE>
<TABLE width=168 border=1 cellspacing=0 cellpadding=0>
<TABLE width=\"100%\" border=1 cellspacing=0 cellpadding=0>
<tr bgcolor=\"#666666\"><td>
<TABLE width=\"100%\" border=0 cellspacing=0 cellpadding=2>
<tr><td valign=\"middle\" align=\"left\">
107,12 → 105,12
</td></tr>
</TABLE>
<br>
<TABLE width="150" border="0" cellspacing="0" cellpadding="0">
<TABLE width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><th>Doc</th></tr>
<tr bgcolor="#FFCC66"><td><img src="images/pix.gif" width="1"
height="2"></td></tr>
</TABLE>
<TABLE width="150" border=1 cellspacing=0 cellpadding=0>
<TABLE width="100%" border=1 cellspacing=0 cellpadding=0>
<tr bgcolor="#666666"><td>
<TABLE width="100%" border=0 cellspacing=0 cellpadding=2>
<tr><td valign="middle" align="left"><img src="images/right.gif" height=10
125,11 → 123,11
</td></tr>
</TABLE>
<BR>
<TABLE width="150" border="0" cellspacing="0" cellpadding="0">
<TABLE width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><th><? echo "$l_access_nb"; ?></th></tr>
<tr bgcolor="#FFCC66"><td><img src="images/pix.gif" width="1" height="2"></td></tr>
</TABLE>
<TABLE width="150" border=1 cellspacing=0 cellpadding=0>
<TABLE width="100%" border=1 cellspacing=0 cellpadding=0>
<tr bgcolor="#666666"><td>
<TABLE width="100%" border=0 cellspacing=0 cellpadding=0>
<tr><td valign="middle" align="center">
/gestion/filtering.php
1,6 → 1,6
<?
$select[0]="$l_domains_filter";
$select[1]=$l_network_filter;
$select[1]=$l_network;
$select[2]="Exceptions";
$fich[0]="admin/dns_filter.php";
$fich[1]="admin/net_filter.php";
/gestion/manager/htdocs/help/simultaneous_use_help.html
2,7 → 2,7
<HTML><!-- written by Rexy -->
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Simultaneous Use Help Page</title>
<title>Help Page</title>
<link rel="stylesheet" href="/css/style.css" type="text/css">
</HEAD>
<body>
13,8 → 13,8
</TABLE>
<TABLE width="100%" border=1 cellspacing=0 cellpadding=1>
<tr><td valign="middle" align="center">
Cet attribut d&eacute;finit le nombre maximum de sessions simultan&eacute;es
qu'un usager peut ouvrir (non renseign&eacute; = infini)
Cet attribut définit le nombre maximum de sessions simultanées
qu'un usager peut ouvrir (non renseigné = infini)
<hr>
This attribute defines the maximum number of concurrent logins
for a user (empty = infinity)
21,7 → 21,7
</td></tr>
</table>
<br>
<a href="javascript:window.close();"><b>Close Window</b></a>
<a href="javascript:window.close();"><b>Close / Fermer</b></a>
</center>
</body>
</html>
/gestion/manager/htdocs/help/chillispot_bandwidth_max_up_help.html
1,37 → 1,27
<html>
<head>
<title>Max Upload Bandwidth Help Page</title>
<link rel="stylesheet" href="../style.css">
</head>
<body bgcolor="#80a040" background="../images/greenlines1.gif" link="black" alink="black">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><!-- written by Rexy -->
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Help Page</title>
<link rel="stylesheet" href="/css/style.css" type="text/css">
</HEAD>
<body>
<center>
<table border=0 width=540 cellpadding=1 cellspacing=1>
<tr valign=top>
<td width=340></td>
<td bgcolor="black" width=400>
<table border=0 width=100% cellpadding=2 cellspacing=0>
<tr bgcolor="#907030" align=right valign=top><th><font color="white">Page d'aide : bande passante (&eacute;mission)</font>&nbsp;</th></tr>
</table>
</td></tr>
<tr bgcolor="black" valign=top><td colspan=2>
<table border=0 width=100% cellpadding=12 cellspacing=0 bgcolor="#ffffd0" valign=top>
<tr><td>
<br>
<center>
<pre>
Cet attribut d&eacute;finit la bande passante maximum en &eacute;mission
d'un usager ou groupe d'usagers (non renseign&eacute; = infini).
<TABLE width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><th>BANDE PASSANTE MAX EN EMISSION - BANDWIDTH MAX UP</th></tr>
<tr bgcolor="#FFCC66"><td><img src="/images/pix.gif" width="1" height="2"></td></tr>
</TABLE>
<TABLE width="100%" border=1 cellspacing=0 cellpadding=1>
<tr><td valign="middle" align="center">
Cet attribut définit la bande passante maximum en émission
d'un usager ou groupe d'usagers (non renseigné = infini).
<HR>
This attribute defines the maximum upload bandwidth
for a user or group (nothing = unlimited).
</pre>
</td></tr>
<tr><td align=center>
<a href="javascript:window.close();"><b>Close Window</b></a>
</td></tr>
</table>
<br>
<a href="javascript:window.close();"><b>Close / Fermer</b></a>
</center>
</table>
</tr>
</table>
</body>
</html>
/gestion/manager/htdocs/help/wispr_redirection_url_help.html
1,35 → 1,26
<html>
<head>
<title>Redirection URL Help Page</title>
<link rel="stylesheet" href="../style.css">
</head>
<body bgcolor="#80a040" background="../images/greenlines1.gif" link="black" alink="black">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><!-- written by Rexy -->
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Help Page</title>
<link rel="stylesheet" href="/css/style.css" type="text/css">
</HEAD>
<body>
<center>
<table border=0 width=540 cellpadding=1 cellspacing=1>
<tr valign=top>
<td width=340></td>
<td bgcolor="black" width=400>
<table border=0 width=100% cellpadding=2 cellspacing=0>
<tr bgcolor="#907030" align=right valign=top><th><font color="white">Page d'aide : URL de redirection</font>&nbsp;</th></tr>
</table>
</td></tr>
<tr bgcolor="black" valign=top><td colspan=2>
<table border=0 width=100% cellpadding=12 cellspacing=0 bgcolor="#ffffd0" valign=top>
<tr><td>
<br>
<center>
<pre>
<TABLE width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><th>URL DE REDIRECTION - REDIRECTION URL</th></tr>
<tr bgcolor="#FFCC66"><td><img src="/images/pix.gif" width="1" height="2"></td></tr>
</TABLE>
<TABLE width="100%" border=1 cellspacing=0 cellpadding=1>
<tr><td valign="middle" align="center">
Cet attribut d&eacute;finit l'URL de redirection apr&egrave;s authentification.
(non renseign&eacute; = URL demand&eacute; par l'usager)
<hr>
This attribute defines the redirection URL after authentication.
</pre>
</td></tr>
<tr><td align=center>
<a href="javascript:window.close();"><b>Close Window</b></a>
</td></tr>
</table>
<br>
<a href="javascript:window.close();"><b>Close / Fermer</b></a>
</center>
</table>
</tr>
</table>
</body>
</html>
/gestion/manager/htdocs/help/chillispot_max_input_octets_help.html
1,29 → 1,23
<html>
<head>
<title>Max Input Octet Help Page</title>
<link rel="stylesheet" href="../style.css">
</head>
<body bgcolor="#80a040" background="../images/greenlines1.gif" link="black" alink="black">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><!-- written by Rexy -->
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Help Page</title>
<link rel="stylesheet" href="/css/style.css" type="text/css">
</HEAD>
<body>
<center>
<table border=0 width=540 cellpadding=1 cellspacing=1>
<tr valign=top>
<td width=340></td>
<td bgcolor="black" width=400>
<table border=0 width=100% cellpadding=2 cellspacing=0>
<tr bgcolor="#907030" align=right valign=top><th><font color="white">Page d'aide : octets maximum &eacute;mis autoris&eacute;</font>&nbsp;</th></tr>
</table>
</td></tr>
<tr bgcolor="black" valign=top><td colspan=2>
<table border=0 width=100% cellpadding=12 cellspacing=0 bgcolor="#ffffd0" valign=top>
<tr><td>
<br>
<center>
<pre>
Cet attribut d&eacute;finit le nombre d'octets maximum que l'usager est
autoris&eacute; &agrave; &eacute;mettre. Apr&egrave;s cette limite l'usager est d&eacute;connect&eacute;.
<TABLE width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><th>VOLUME MAX D'OCTETS - MAX INPUT OCTETS</th></tr>
<tr bgcolor="#FFCC66"><td><img src="/images/pix.gif" width="1" height="2"></td></tr>
</TABLE>
<TABLE width="100%" border=1 cellspacing=0 cellpadding=1>
<tr><td valign="middle" align="center">
Cet attribut définit le nombre d'octets maximum que l'usager est
autorisé à <u>émettre</u>. Après cette limite l'usager est déconnecté.
<HR>
This attribute defines the maximum number of octets the user is allowed to
transmit. After this limit has been reached the user will be disconnected.
<u>transmit</u>. After this limit has been reached the user will be disconnected.
</pre>
</td></tr>
<tr><td align=center>
/gestion/manager/htdocs/help/chillispot_max_output_octets_help.html
1,37 → 1,27
<html>
<head>
<title>Max Output Octet Help Page</title>
<link rel="stylesheet" href="../style.css">
</head>
<body bgcolor="#80a040" background="../images/greenlines1.gif" link="black" alink="black">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><!-- written by Rexy -->
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Help Page</title>
<link rel="stylesheet" href="/css/style.css" type="text/css">
</HEAD>
<body>
<center>
<table border=0 width=540 cellpadding=1 cellspacing=1>
<tr valign=top>
<td width=340></td>
<td bgcolor="black" width=400>
<table border=0 width=100% cellpadding=2 cellspacing=0>
<tr bgcolor="#907030" align=right valign=top><th><font color="white">Page d'aide : octets maximum re&ccedil;u autoris&eacute;.</font>&nbsp;</th></tr>
</table>
</td></tr>
<tr bgcolor="black" valign=top><td colspan=2>
<table border=0 width=100% cellpadding=12 cellspacing=0 bgcolor="#ffffd0" valign=top>
<tr><td>
<br>
<center>
<pre>
Cet attribut d&eacute;finit le nombre d'octets maximum que l'usager est
autoris&eacute; &agrave; recevoir. Apr&egrave;s cette limite l'usager est d&eacute;connect&eacute;.
<TABLE width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><th>VOLUME MAX EN SORTIE - MAX OUTPUT OCTET</th></tr>
<tr bgcolor="#FFCC66"><td><img src="/images/pix.gif" width="1" height="2"></td></tr>
</TABLE>
<TABLE width="100%" border=1 cellspacing=0 cellpadding=1>
<tr><td valign="middle" align="center">
Cet attribut définit le nombre d'octets maximum que l'usager est
autorisé à <u>recevoir</u>. Après cette limite l'usager est déconnecté.
<HR>
This attribute defines the maximum number of octets the user is allowed to
receive. After this limit has been reached the user will be disconnected.
</pre>
<u>receive</u>. After this limit has been reached the user will be disconnected.
</td></tr>
<tr><td align=center>
<a href="javascript:window.close();"><b>Close Window</b></a>
</td></tr>
</table>
<br>
<a href="javascript:window.close();"><b>Close / Fermer</b></a>
</center>
</table>
</tr>
</table>
</body>
</html>
/gestion/manager/htdocs/help/expiration_help.html
1,40 → 1,30
<html>
<head>
<title>Expiration Help Page</title>
<link rel="stylesheet" href="../style.css">
</head>
<body bgcolor="#80a040" background="../images/greenlines1.gif" link="black" alink="black">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><!-- written by Rexy -->
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Help Page</title>
<link rel="stylesheet" href="/css/style.css" type="text/css">
</HEAD>
<body>
<center>
<table border=0 width=540 cellpadding=1 cellspacing=1>
<tr valign=top>
<td width=340></td>
<td bgcolor="black" width=400>
<table border=0 width=100% cellpadding=2 cellspacing=0>
<tr bgcolor="#907030" align=right valign=top><th><font color="white">Page d'aide : date d'expiration</font>&nbsp;</th></tr>
</table>
</td></tr>
<tr bgcolor="black" valign=top><td colspan=2>
<table border=0 width=100% cellpadding=12 cellspacing=0 bgcolor="#ffffd0" valign=top>
<tr><td>
<br>
<center>
<pre>
Cet attribut d&eacute;finit la date d'expiration du compte.
Le format est "jour mois ann&eacute;e" (ex: 20 april 2002).
<TABLE width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><th>DATE d'EXPIRATION - EXPIRATION DATE</th></tr>
<tr bgcolor="#FFCC66"><td><img src="/images/pix.gif" width="1" height="2"></td></tr>
</TABLE>
<TABLE width="100%" border=1 cellspacing=0 cellpadding=1>
<tr><td valign="middle" align="center">
Cet attribut définit la date d'expiration du compte.
Le format est "jour mois année" (ex: 20 april 2002).
Les mois en anglais sont : january, february, march, april, may, june,
july, august, september, october, november, december
<HR>
This attribute can be used to set the user expiration date. It
should be in the format "$month_day $month_name $year" like:
should be in the format "month_day month_name year" like:
"20 april 2002"
</pre>
</td></tr>
<tr><td align=center>
<a href="javascript:window.close();"><b>Fermer cette fen&ecirc;tre</b></a>
</td></tr>
</table>
<br>
<a href="javascript:window.close();"><b>Close / Fermer</b></a>
</center>
</table>
</tr>
</table>
</body>
</html>
/gestion/manager/htdocs/help/login_time_help.html
1,47 → 1,39
<html>
<head>
<title>Login-Time Help Page</title>
<link rel="stylesheet" href="../style.css">
</head>
<body bgcolor="#80a040" background="../images/greenlines1.gif" link="black" alink="black">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><!-- written by Rexy -->
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Help Page</title>
<link rel="stylesheet" href="/css/style.css" type="text/css">
</HEAD>
<body>
<center>
<table border=0 width=540 cellpadding=1 cellspacing=1>
<tr valign=top>
<td width=340></td>
<td bgcolor="black" width=400>
<table border=0 width=100% cellpadding=2 cellspacing=0>
<tr bgcolor="#907030" align=right valign=top><th><font color="white">Login-Time Help Page</font>&nbsp;</th></tr>
</table>
<TABLE width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><th>PERIODES DE CONNEXION - LOGIN TIME</th></tr>
<tr bgcolor="#FFCC66"><td><img src="/images/pix.gif" width="1" height="2"></td></tr>
</TABLE>
<TABLE width="100%" border=1 cellspacing=0 cellpadding=1>
<tr><td valign="middle" align="center">
Cet attribut définit les périodes pendant lesquelles un usager ou un groupe
peut se connecter.
Le format de cet attribut est une liste de chaînes de caractères séparées par une ",".
Chaque chaîne définit une période de la semaine.
Les journées sont définies ainsi : mo, tu, we, th, fr, sa ou su.
"wk" couvre la période du lundi au vendredi. "any" couvre tous les jours de
la semaine.
Le jour est suivi du créneau horaire au format hhmm-hhmm
Par exemple "Wk0755-1700,Sa,Su2000-2230" permet de se connecter les jours ouvrés de 7h55 à 17h00 et le week-end de 20h00 à 22h30
<hr>
Login-Time defines the time span a user may login to the system.
A time string may be a list of simple time strings separated by "|" or ",".
Each simple time string must begin with a day definition. That can be just
one day, multiple days, or a range of days separated by a hyphen. A
day is Mo, Tu, We, Th, Fr, Sa or Su, or Wk for Mo-Fr. "Any" means all days.
After that a range of hours follows in hhmm-hhmm format.
For example, "Wk0755-1700,Sa,Su2000-2230" allows connections on opens days between 07h55 and 17h00 and the W.E between 20h00 and 22h30
</td></tr>
<tr bgcolor="black" valign=top><td colspan=2>
<table border=0 width=100% cellpadding=12 cellspacing=0 bgcolor="#ffffd0" valign=top>
<tr><td>
</table>
<br>
<center>
<pre>
Cet attribut d&eacute;finit les p&eacute;riodes pendant lesquelles un usager ou un groupe
peut se connecter. Le format de cet attribut est le suivant :
 
C'est une liste de cha&icirc;nes de caract&egrave;res s&eacute;par&eacute;es par une ",".
Chaque cha&icirc;ne d&eacute;finit une p&eacute;riode pour une journ&eacute;e.
Les journ&eacute;es sont ainsi d&eacute;finies : mo, tu, we, th, fr, sa ou su.
"wk" couvre du lundi au vendredi. "any" couvre tous les jours de
la semaine.
Le jour est suivi du cr&eacute;neau horaire au format hhmm-hhmm
 
Exemple : Wk0755-1700,Sa,Su1655-2030
 
ALCASAR calcule le temps restant dans le cr&eacute;neau imparti. Ainsi, si un usager
se connecte &agrave; 16h30 et que son cr&eacute;neau a &eacute;t&eacute; d&eacute;fini &agrave; "any0800-1700",
sa session ne durera qu'une demi-heure.
</pre>
</td></tr>
<tr><td align=center>
<a href="javascript:window.close();"><b>Close Window</b></a>
</td></tr>
<a href="javascript:window.close();"><b>Close / Fermer</b></a>
</center>
</table>
</tr>
</table>
</body>
</html>
/gestion/manager/htdocs/help/session_timeout_help.html
1,37 → 1,27
<html>
<head>
<title>Session Timeout Help Page</title>
<link rel="stylesheet" href="../style.css">
</head>
<body bgcolor="#80a040" background="../images/greenlines1.gif" link="black" alink="black">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><!-- written by Rexy -->
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Help page</title>
<link rel="stylesheet" href="/css/style.css" type="text/css">
</HEAD>
<body>
<center>
<table border=0 width=540 cellpadding=1 cellspacing=1>
<tr valign=top>
<td width=340></td>
<td bgcolor="black" width=400>
<table border=0 width=100% cellpadding=2 cellspacing=0>
<tr bgcolor="#907030" align=right valign=top><th><font color="white">Page d'aide : dur&eacute;e de session</font>&nbsp;</th></tr>
</table>
</td></tr>
<tr bgcolor="black" valign=top><td colspan=2>
<table border=0 width=100% cellpadding=12 cellspacing=0 bgcolor="#ffffd0" valign=top>
<tr><td>
<br>
<center>
<pre>
Ces attibuts ('dur&eacute;e limite mensuelle, journali&egrave;re et d'une session')
d&eacute;finissent la dur&eacute;e de connexion des usagers ou des groupes (en secondes).
<TABLE width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><th>DUREE DE SESSION - SESSION TIMEOUT</th></tr>
<tr bgcolor="#FFCC66"><td><img src="/images/pix.gif" width="1" height="2"></td></tr>
</TABLE>
<TABLE width="100%" border=1 cellspacing=0 cellpadding=1>
<tr><td valign="middle" align="center">
Ces attibuts ('durée limite mensuelle, journalière et d'une session')
définissent la durée de connexion des usagers ou des groupes d'usagers (en secondes).
<HR>
These Attributes set the maximum number of seconds of service to be
provided to the user before termination of the session or prompt.
</pre>
provided to the user or the users groups before termination of the session or prompt.
</td></tr>
<tr><td align=center>
<a href="javascript:window.close();"><b>Fermer cette fen&ecirc;tre</b></a>
</td></tr>
</table>
<br>
<a href="javascript:window.close();"><b>Close / Fermer</b></a>
</center>
</table>
</tr>
</table>
</body>
</html>
/gestion/manager/htdocs/help/chillispot_bandwidth_max_down_help.html
1,37 → 1,27
<html>
<head>
<title>Max Download Bandwidth Help Page</title>
<link rel="stylesheet" href="../style.css">
</head>
<body bgcolor="#80a040" background="../images/greenlines1.gif" link="black" alink="black">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><!-- written by Rexy -->
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Help Page</title>
<link rel="stylesheet" href="/css/style.css" type="text/css">
</HEAD>
<body>
<center>
<table border=0 width=540 cellpadding=1 cellspacing=1>
<tr valign=top>
<td width=340></td>
<td bgcolor="black" width=400>
<table border=0 width=100% cellpadding=2 cellspacing=0>
<tr bgcolor="#907030" align=right valign=top><th><font color="white">Page d'aide : bande passante (t&eacute;l&eacute;chargement)</font>&nbsp;</th></tr>
</table>
</td></tr>
<tr bgcolor="black" valign=top><td colspan=2>
<table border=0 width=100% cellpadding=12 cellspacing=0 bgcolor="#ffffd0" valign=top>
<tr><td>
<br>
<center>
<pre>
Cet attribut d&eacute;finit la bande passante maximum en t&eacute;l&eacute;chargement
d'un usager ou groupe d'usagers (non renseign&eacute; = infini).
<TABLE width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><th>BANDE PASSANTE MAX EN RECEPTION - BANDWIDTH MAX DOWN</th></tr>
<tr bgcolor="#FFCC66"><td><img src="/images/pix.gif" width="1" height="2"></td></tr>
</TABLE>
<TABLE width="100%" border=1 cellspacing=0 cellpadding=1>
<tr><td valign="middle" align="center">
Cet attribut définit la bande passante maximum en téléchargement
d'un usager ou groupe d'usagers (non renseigné = infini).
<HR>
This attribute defines the maximum download bandwidth
for a user or group (nothing = unlimited).
</pre>
</td></tr>
<tr><td align=center>
<a href="javascript:window.close();"><b>Close Window</b></a>
</td></tr>
</table>
<br>
<a href="javascript:window.close();"><b>Close / Fermer</b></a>
</center>
</table>
</tr>
</table>
</body>
</html>
/gestion/manager/htdocs/help/chillispot_max_total_octets_help.html
1,27 → 1,21
<html>
<head>
<title>Max Total Octet Help Page</title>
<link rel="stylesheet" href="../style.css">
</head>
<body bgcolor="#80a040" background="../images/greenlines1.gif" link="black" alink="black">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><!-- written by Rexy -->
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Help Page</title>
<link rel="stylesheet" href="/css/style.css" type="text/css">
</HEAD>
<body>
<center>
<table border=0 width=540 cellpadding=1 cellspacing=1>
<tr valign=top>
<td width=340></td>
<td bgcolor="black" width=400>
<table border=0 width=100% cellpadding=2 cellspacing=0>
<tr bgcolor="#907030" align=right valign=top><th><font color="white">Page d'aide : octets maximum total autoris&eacute;.</font>&nbsp;</th></tr>
</table>
</td></tr>
<tr bgcolor="black" valign=top><td colspan=2>
<table border=0 width=100% cellpadding=12 cellspacing=0 bgcolor="#ffffd0" valign=top>
<tr><td>
<br>
<center>
<pre>
Cet attribut d&eacute;finit le nombre d'octets maximum que l'usager est
autoris&eacute; &agrave; transf&eacute;rer (somme des octets &eacute;mis et re&ccedil;us).
Apr&egrave;s cette limite l'usager est d&eacute;connect&eacute;.
<TABLE width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><th>VOLULE MAX d'OCTETS TRANFERE - MAX TOTAL OCTETS</th></tr>
<tr bgcolor="#FFCC66"><td><img src="/images/pix.gif" width="1" height="2"></td></tr>
</TABLE>
<TABLE width="100%" border=1 cellspacing=0 cellpadding=1>
<tr><td valign="middle" align="center">
Cet attribut définit le nombre d'octets maximum que l'usager est
autorisé à transférer (somme des octets émis et reçus).
Après cette limite l'usager est déconnecté.
<HR>
This attribute defines the maximum number of octets the user is
allowed to transfer (sum of octets transmitted and received).