Subversion Repositories ALCASAR

Compare Revisions

No changes between revisions

Ignore whitespace Rev 2822 → Rev 2823

/blacklist/blacklists.tar.gz
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/conf/etc/alcasar-bl-categories-enabled
2,8 → 2,8
agressif
cryptojacking
dangerous_material
dating
ddos
doh
drogue
gambling
hacking
/rpms/x86_64/coova-chilli-1.5-1.mga7.x86_64.rpm
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/web/favicon.ico
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Deleted: svn:mime-type
-application/octet-stream
\ No newline at end of property
/web/acc/bas.htm
1,4 → 1,4
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN//2.0">
<!DOCTYPE HTML>
<HTML><!-- frame BAS written by REXY -->
<HEAD>
<TITLE>bas</TITLE>
6,7 → 6,7
</HEAD>
<frameset COLS="15%,85%" border="no">
<frame frameborder="no" border="no" scrolling="no" nosave noresize src="menu.php" NAME="REXY1">
<frame frameborder="no" border="no" scrolling="yes" nosave noresize src="phpsysinfo/" NAME="REXY2">
<frame frameborder="no" border="no" scrolling="yes" nosave noresize src="welcome.php" NAME="REXY2">
<NOFRAMES> DESOLE!! Votre browser ne peut pas visualiser cette page car elle comporte des frames.</NOFRAMES>
</frameset>
</HTML>
/web/acc/index.html
1,17 → 1,14
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN//2.0">
<!DOCTYPE HTML>
<HTML>
<!-- Written by Rexy -->
<head>
<head>
<TITLE>ALCASAR Control Center</TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta NAME="description" CONTENT="page de gestion du portail captif">
<link rel="stylesheet" href="/css/acc.css" type="text/css">
<link rel="icon" href="/images/tux16.ico" type="image/ico">
<link rel="icon" href="/images/favicon-48.ico" type="image/ico">
</head>
<FRAMESET ROWS="100px,*" border="no">
<FRAME frameborder="no" border="no" scrolling="no" nosave noresize
SRC="haut.php" NAME="haut">
<FRAME frameborder="no" border="no" scrolling="no" nosave noresize
SRC="bas.htm" NAME="bas">
<FRAME frameborder="no" border="no" scrolling="no" nosave noresize src="haut.php" name="haut">
<FRAME frameborder="no" border="no" scrolling="no" nosave noresize src="bas.htm" name="bas">
</FRAMESET>
</HTML>
/web/acc/welcome.php
70,6 → 70,8
if ($Language === 'fr') {
$l_title = "Bienvenue dans l'ACC (ALCASAR Control Center)";
$l_internet_link = "Connexion Internet";
$l_enable = "Active";
$l_disable = "Désactivée";
$l_version = "Version instalée";
$l_available = "Version disponible";
$l_users = "Nombre d'utilisateurs / connectés";
78,7 → 80,9
}
else {
$l_title = "Welcome in ACC (ALCASAR Control Center)";
$l_internet_link = "Connexion Internet";
$l_internet_link = "Internet connection";
$l_enable = "Enabled";
$l_disable = "Disabled";
$l_version = "Installed version";
$l_available = "Available version";
$l_users = "Number of users / connected.";
88,14 → 92,14
?>
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="/css/acc.css">
</head>
<body>
<div class="panel">
<div class="panel-header"><?= $l_title ?></div>
<div class ="panel-row">
<div class="panel-cell">
<head>
<link rel="stylesheet" href="/css/acc.css">
</head>
<body>
<div class="panel">
<div class="panel-header"><?= $l_title ?></div>
<div class ="panel-row">
<div class="panel-cell">
<?
// Read CONF_FILE
define ('CONF_FILE', '/usr/local/etc/alcasar.conf');
117,11 → 121,11
$nb_groups = request ('group');
$nb_online_users = exec ("sudo /usr/sbin/chilli_query list | cut -d\" \" -f5 | grep \"1\" | wc -l");
if ((filtrageTest("/var/www/html/index.php","/network_pb = false/")) && (internetTest())) {
$internet_status = "<img src='/images/state_ok.gif'>".$text['enable'];
$internet_status = "<img src='/images/state_ok.gif'>".$l_enable;
$version = dns_get_record("version.alcasar.net",DNS_TXT);
$AVAILABLEDVERSION = $version[0]['txt'];
} else {
$internet_status = "<img src='/images/state_error.gif'>".$text['disable'];
$internet_status = "<img src='/images/state_error.gif'>".$l_disable;
$AVAILABLEDVERSION = "-";
}
echo $l_internet_link." : ".$internet_status."<br>\n";
132,12 → 136,12
echo $l_groups." : ".$nb_groups."<br>\n";
echo $l_bl_version." : ".$VERSIONBL."<br>\n";
?>
</div>
</div>
</div>
<div class="panel">
<iframe class="panel-iframe" src="phpsysinfo/">
</iframe>
</div>
</body>
</div>
<div class="panel">
<iframe class="panel-iframe" src="phpsysinfo/">
</iframe>
</div>
</body>
</html>
/web/autoregistrationinfo.php
120,6 → 120,7
<link rel="stylesheet" type="text/css" href="/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="/css/index.css">
<link rel="stylesheet" type="text/css" href="/css/jquery.dataTables.css">
<link rel="icon" href="/images/favicon-48.ico" type="image/ico">
<script src="/js/jquery.min.js"></script>
<script src="/js/jquery.dataTables.js"></script>
<script>
/web/images/favicon-48.ico
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:executable
+*
\ No newline at end of property
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/web/index.php
492,6 → 492,7
<title>ALCASAR - <?= $l_title ?></title>
<link rel="stylesheet" type="text/css" href="<?= ((!$direct_access) ? "//$hostname" : '') ?>/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="/css/index.css">
<link rel="icon" href="/images/favicon-48.ico" type="image/ico">
</head>
<body>
<div class="col-xs-12 col-md-10 col-md-offset-1">
/web/intercept.php
539,7 → 539,7
</script>
<link rel="stylesheet" href="/css/bootstrap.min.css" type="text/css">
<link rel="stylesheet" href="/css/intercept.css" type="text/css">
 
<link rel="icon" href="/images/favicon-48.ico" type="image/ico">
</head>
<body onLoad="javascript:doOnLoad(<?= $result ?>,'<?= $userurl ?>','<?= $redirurl ?>','<?= $adminurl ?>','<?= $timeleft ?>')">
<div class="col-xs-12">
/web/password.php
202,6 → 202,8
<link rel="stylesheet" type="text/css" href="/css/pwdmeter.css">
<link rel="stylesheet" type="text/css" href="/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="/css/pass.css">
<link rel="icon" href="/images/favicon-48.ico" type="image/ico">
 
<script src="/js/pwdmeter.js"></script>
</head>
<body>