Domain apps.alemat.cz
Czechia
WEDOS Internet, a.s.
Software information

GolfeX

tcp/443 tcp/80

  • Open service 2a02:2b88:2:63f::1:80 · apps.alemat.cz

    2026-01-25 07:50

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 25 Jan 2026 07:50:24 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://apps.alemat.cz/
    Server: GolfeX
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 89.221.217.63:443 · apps.alemat.cz

    2026-01-25 07:50

    HTTP/1.1 200 OK
    Date: Sun, 25 Jan 2026 07:50:24 GMT
    Content-Type: application/javascript
    Content-Length: 79730
    Connection: close
    Vary: Accept-Encoding
    Last-Modified: Fri, 23 Jan 2026 06:36:32 GMT
    Vary: Accept-Encoding
    ETag: "697316f0-13772"
    Accept-Ranges: bytes
    Server: GolfeX
    
    
    let dp_eventsToCheck = [
      "add_to_cart",
      "view_item",
      "login",
      "sign_up",
      "view_cart",
      "begin_checkout",
      "remove_from_cart",
      "view_item_list",
      "select_item",
      "add_to_wishlist",
      "view_promotion",
      "select_promotion",
      "add_payment_info",
      "add_shipping_info",
      "refund",
    ];
    
    let dp_eventsForUpgates = {
      "cart.add": "add_to_cart",
      "cart.remove": "remove_from_cart",
      "checkout.initiate": "begin_checkout",
      "checkout.payment.select": "add_payment_info",
      "checkout.shipment.select": "add_shipping_info",
    };
    
    var dp_xdataSent = false;
    let dp_lastTrackedUrl = window.location.href;
    
    window.index_conversion = window.index_conversion || {};
    window.index_conversion.automatic_event =
      window.index_conversion.automatic_event || [];
    var dp_dataProcessed = false;
    var urlForErrors =
      "https://n8n.advisio.cz/webhook/cc0a1f34-d512-46b6-b8ad-f60750a019ea";
    var dp_shopType;
    
    // custom_cb (EEpurchase*) state
    var dp_cbLastTransactionId = null;
    
    // Matches only: "EEpurchase" or "EEpurchase" + 2-letter suffix (CZ/SK/RO/...)
    function dp_isCbPurchaseEventName(name) {
      const n = String(name || "").trim();
      return /^EEpurchase(?:[A-Za-z]{2})?$/.test(n);
    }
    
    function dp_buildCbPurchaseEvent(dl) {
      if (!dl || typeof dl !== "object") return null;
      if (!dp_isCbPurchaseEventName(dl.event)) return null;
    
      const ecommerce =
        dl.ecommerce && typeof dl.ecommerce === "object" ? dl.ecommerce : null;
      if (!ecommerce) return null;
    
      const purchase =
        ecommerce.purchase && typeof ecommerce.purchase === "object"
          ? ecommerce.purchase
          : {};
      const actionField =
        purchase.actionField && typeof purchase.actionField === "object"
          ? purchase.actionField
          : {};
    
      const transactionId = actionField.id != null ? String(actionField.id) : "";
      if (!transactionId) return null;
    
      const currency =
        ecommerce.currencyCode != null
          ? String(ecommerce.currencyCode)
          : actionField.currency != null
          ? String(actionField.currency)
          : tldToCurrency();
    
      const value =
        actionField.revenue != null && String(actionField.revenue) !== ""
          ? String(actionField.revenue)
          : "0";
    
      const rawProducts = Array.isArray(ecommerce.products)
        ? ecommerce.products
        : [];
      const items = rawProducts
        .map(function (p0) {
          const p = p0 || {};
          if (!p || typeof p !== "object") return null;
    
          const obj = {};
    
          if (p.id != null && String(p.id)) obj.id = String(p.id);
          if (typeof p.name === "string" && p.name) obj.nm = trimString(p.name);
    
          if (p.price != null && String(p.price) !== "") obj.pr = String(p.price);
          if (p.quantity != null && String(p.quantity) !== "")
            obj.qt = String(p.quantity);
    
          if (p.brand != null && String(p.brand)) obj.br = String(p.brand);
          if (p.variant != null && String(p.variant)) obj.va = String(p.variant);
    
          let categorySplit = null;
          if (typeof p.category === "string") categorySplit = p.category.split("|");
          else if (Array.isArray(p.category)) categorySplit = p.category;
    
          if (Array.isArray(categorySplit)) {
            for (let k = 0; k < categorySplit.length; k++) {
              const trimmed = categorySplit[k]
                ? String(categorySplit[k]).trim()
                : "";
              if (!trimmed) continue;
              const key = k === 0 ? "ca" : "c" + (k + 1);
              obj[key] = trimString(trimmed);
            }
          }
    
          return Object.keys(obj).length > 0 ? obj : null;
        })
        .filter(Boolean);
    
      const purchaseEvent = {
        name: "purchase",
        currency,
        transaction_id: transactionId,
        version: "custom_cb",
        value,
        items,
      };
    
      if (
        actionField.affiliation != null &&
        String(actionField.affiliation) !== ""
      ) {
        purchaseEvent.affiliation = String(actionField.affiliation);
      }
      if (actionField.shipping != null && String(actionField.shipping) !== "") {
        purchaseEvent.shipping = String(actionField.shipping);
      }
      if (actionField.coupon != null && String(actionField.coupon) !== "") {
        purchaseEvent.coupon = String(actionField.coupon);
      }
    
      return purchase
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 89.221.217.63:80 · apps.alemat.cz

    2026-01-25 07:50

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 25 Jan 2026 07:50:24 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://apps.alemat.cz/
    Server: GolfeX
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 2a02:2b88:2:63f::1:443 · apps.alemat.cz

    2026-01-25 07:50

    HTTP/1.1 200 OK
    Date: Sun, 25 Jan 2026 07:50:24 GMT
    Content-Type: application/javascript
    Content-Length: 79730
    Connection: close
    Vary: Accept-Encoding
    Last-Modified: Fri, 23 Jan 2026 06:36:32 GMT
    Vary: Accept-Encoding
    ETag: "697316f0-13772"
    Accept-Ranges: bytes
    Server: GolfeX
    
    
    let dp_eventsToCheck = [
      "add_to_cart",
      "view_item",
      "login",
      "sign_up",
      "view_cart",
      "begin_checkout",
      "remove_from_cart",
      "view_item_list",
      "select_item",
      "add_to_wishlist",
      "view_promotion",
      "select_promotion",
      "add_payment_info",
      "add_shipping_info",
      "refund",
    ];
    
    let dp_eventsForUpgates = {
      "cart.add": "add_to_cart",
      "cart.remove": "remove_from_cart",
      "checkout.initiate": "begin_checkout",
      "checkout.payment.select": "add_payment_info",
      "checkout.shipment.select": "add_shipping_info",
    };
    
    var dp_xdataSent = false;
    let dp_lastTrackedUrl = window.location.href;
    
    window.index_conversion = window.index_conversion || {};
    window.index_conversion.automatic_event =
      window.index_conversion.automatic_event || [];
    var dp_dataProcessed = false;
    var urlForErrors =
      "https://n8n.advisio.cz/webhook/cc0a1f34-d512-46b6-b8ad-f60750a019ea";
    var dp_shopType;
    
    // custom_cb (EEpurchase*) state
    var dp_cbLastTransactionId = null;
    
    // Matches only: "EEpurchase" or "EEpurchase" + 2-letter suffix (CZ/SK/RO/...)
    function dp_isCbPurchaseEventName(name) {
      const n = String(name || "").trim();
      return /^EEpurchase(?:[A-Za-z]{2})?$/.test(n);
    }
    
    function dp_buildCbPurchaseEvent(dl) {
      if (!dl || typeof dl !== "object") return null;
      if (!dp_isCbPurchaseEventName(dl.event)) return null;
    
      const ecommerce =
        dl.ecommerce && typeof dl.ecommerce === "object" ? dl.ecommerce : null;
      if (!ecommerce) return null;
    
      const purchase =
        ecommerce.purchase && typeof ecommerce.purchase === "object"
          ? ecommerce.purchase
          : {};
      const actionField =
        purchase.actionField && typeof purchase.actionField === "object"
          ? purchase.actionField
          : {};
    
      const transactionId = actionField.id != null ? String(actionField.id) : "";
      if (!transactionId) return null;
    
      const currency =
        ecommerce.currencyCode != null
          ? String(ecommerce.currencyCode)
          : actionField.currency != null
          ? String(actionField.currency)
          : tldToCurrency();
    
      const value =
        actionField.revenue != null && String(actionField.revenue) !== ""
          ? String(actionField.revenue)
          : "0";
    
      const rawProducts = Array.isArray(ecommerce.products)
        ? ecommerce.products
        : [];
      const items = rawProducts
        .map(function (p0) {
          const p = p0 || {};
          if (!p || typeof p !== "object") return null;
    
          const obj = {};
    
          if (p.id != null && String(p.id)) obj.id = String(p.id);
          if (typeof p.name === "string" && p.name) obj.nm = trimString(p.name);
    
          if (p.price != null && String(p.price) !== "") obj.pr = String(p.price);
          if (p.quantity != null && String(p.quantity) !== "")
            obj.qt = String(p.quantity);
    
          if (p.brand != null && String(p.brand)) obj.br = String(p.brand);
          if (p.variant != null && String(p.variant)) obj.va = String(p.variant);
    
          let categorySplit = null;
          if (typeof p.category === "string") categorySplit = p.category.split("|");
          else if (Array.isArray(p.category)) categorySplit = p.category;
    
          if (Array.isArray(categorySplit)) {
            for (let k = 0; k < categorySplit.length; k++) {
              const trimmed = categorySplit[k]
                ? String(categorySplit[k]).trim()
                : "";
              if (!trimmed) continue;
              const key = k === 0 ? "ca" : "c" + (k + 1);
              obj[key] = trimString(trimmed);
            }
          }
    
          return Object.keys(obj).length > 0 ? obj : null;
        })
        .filter(Boolean);
    
      const purchaseEvent = {
        name: "purchase",
        currency,
        transaction_id: transactionId,
        version: "custom_cb",
        value,
        items,
      };
    
      if (
        actionField.affiliation != null &&
        String(actionField.affiliation) !== ""
      ) {
        purchaseEvent.affiliation = String(actionField.affiliation);
      }
      if (actionField.shipping != null && String(actionField.shipping) !== "") {
        purchaseEvent.shipping = String(actionField.shipping);
      }
      if (actionField.coupon != null && String(actionField.coupon) !== "") {
        purchaseEvent.coupon = String(actionField.coupon);
      }
    
      return purchase
    Found 2026-01-25 by HttpPlugin
    Create report
apps.alemat.cz
CN:
apps.alemat.cz
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-25 23:19
Not after:
2026-02-23 23:19
Domain summary
IP summary