Skip to content

Commit

Permalink
Version 2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
webchills committed Jan 27, 2025
1 parent af30548 commit 937e36f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
9 changes: 2 additions & 7 deletions GEAENDERTE DATEIEN/DEINADMIN/whos_online.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Zen Cart German Version - www.zen-cart-pro.at
* @copyright Portions Copyright 2003 osCommerce
* @license https://www.zen-cart-pro.at/license/3_0.txt GNU General Public License V3.0
* @version $Id: whos_online.php for AbuseIPDB 2025-01-15 16:43:16Z webchills $
* @version $Id: whos_online.php for AbuseIPDB 2025-01-27 16:07:16Z webchills $
*/
// Default refresh interval (0=off). NOTE: Using automated refresh may put you in breach of PCI Compliance
$defaultRefreshInterval = 0;
Expand Down Expand Up @@ -75,11 +75,6 @@
<html <?php echo HTML_PARAMS; ?>>
<head>
<?php require DIR_WS_INCLUDES . 'admin_html_head.php'; ?>
<?php if (file_exists(DIR_FS_CATALOG . 'extras/fontawesome/6.7.0/css/all.min.css')) {?>
<link rel="stylesheet" href="../extras/fontawesome/6.7.0/css/all.min.css">
<?php } else { ?>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css">
<?php } ?>
<script>
function refreshTimer(time) {
if (time.length >= 2) {
Expand Down Expand Up @@ -140,7 +135,7 @@ function refreshTimer(time) {
<a class="optionClick<?php echo ($_SESSION['wo_exclude_admins']) ? ' chosen' : ''; ?>" href="<?php echo $optURL; ?>na=1"><?php echo TEXT_YES; ?></a>&nbsp;
<a class="optionClick<?php echo (!$_SESSION['wo_exclude_admins']) ? ' chosen' : ''; ?>" href="<?php echo $optURL; ?>na=0"><?php echo TEXT_NO; ?></a>&nbsp;
<?php if (defined('ABUSEIPDB_ENABLED') && ABUSEIPDB_ENABLED === 'true') : ?>&nbsp;&nbsp;&nbsp;<br>
<?php echo 'Exclude IPs by AbuseIPDB Threshold?'; ?>
<?php echo TEXT_WHOS_ONLINE_FILTER_ABUSEIPDB; ?>
<a class="optionClick<?php echo ($_SESSION['wo_exclude_abuseipdb']) ? ' chosen' : ''; ?>" href="<?php echo $optURL;?>ab=1"><?php echo TEXT_YES; ?></a>&nbsp;
<a class="optionClick<?php echo (!$_SESSION['wo_exclude_abuseipdb']) ? ' chosen' : ''; ?>" href="<?php echo $optURL;?>ab=0"><?php echo TEXT_NO; ?></a>&nbsp;
<?php endif; ?>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
/**
* AbuseIPDB for Zen Cart German 1.5.7
* Zen Cart German Version - www.zen-cart-pro.at
* @Copyright 2023-2024 marcopolo
* @Copyright 2023-2025 marcopolo
* see https://github.com/CcMarc/AbuseIPDB
* @license GNU General Public License (GPL)
* @version $Id: abuseipdb.php 2024-11-13 10:34:16Z webchills $
* @version $Id: abuseipdb.php 2025-01-27 16:34:16Z webchills $
*/
define('BOX_CONFIGURATION_ABUSEIPDB', 'AbuseIPDB Settings');
define('BOX_ABUSEIPDB_HEADER', 'AbuseIPDB Contributor');
define('BOX_ABUSEIPDB_HEADER', 'AbuseIPDB Contributor');
define('TEXT_WHOS_ONLINE_FILTER_ABUSEIPDB', 'Exclude IPs by AbuseIPDB Threshold?');
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
/**
* AbuseIPDB for Zen Cart German 1.5.7
* Zen Cart German Version - www.zen-cart-pro.at
* @Copyright 2023-2024 marcopolo
* @Copyright 2023-2025 marcopolo
* see https://github.com/CcMarc/AbuseIPDB
* @license GNU General Public License (GPL)
* @version $Id: abuseipdb.php 2024-11-13 16:34:16Z webchills $
* @version $Id: abuseipdb.php 2025-01-27 16:34:16Z webchills $
*/
define('BOX_CONFIGURATION_ABUSEIPDB', 'AbuseIPDB Einstellungen');
define('BOX_ABUSEIPDB_HEADER', 'AbuseIPDB Contributor');
define('BOX_ABUSEIPDB_HEADER', 'AbuseIPDB Contributor');
define('TEXT_WHOS_ONLINE_FILTER_ABUSEIPDB', 'IPs ausschließen, die den AbuseIPDB-Schwellenwert überschreiten?');

0 comments on commit 937e36f

Please sign in to comment.