SILENT KILLERPanel

Current Path: > home > transcarter > public_html > wp-content > plugins > leadin > scripts > > > > > iframe


Operation   : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Software     : Apache
Server IP    : 198.54.126.42 | Your IP: 216.73.216.135
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home/transcarter/public_html/wp-content/plugins/leadin/scripts/////iframe

NameTypeSizeLast ModifiedActions
integratedMessages Directory - -
IframeErrorPage.tsx File 1311 bytes July 17 2025 21:06:25.
constants.ts File 343 bytes July 17 2025 21:06:25.
messageMiddleware.ts File 5861 bytes July 17 2025 21:06:25.
renderIframeApp.tsx File 1606 bytes July 17 2025 21:06:25.
useAppEmbedder.ts File 5652 bytes July 17 2025 21:06:25.
useBackgroundApp.ts File 700 bytes July 17 2025 21:06:25.

Reading File: /home/transcarter/public_html/wp-content/plugins/leadin/scripts/////iframe/IframeErrorPage.tsx

import React from 'react';
import { __ } from '@wordpress/i18n';
import { styled } from '@linaria/react';

const IframeErrorContainer = styled.div`
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 120px;
  font-family: 'Lexend Deca', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  line-height: 1.5rem;
`;

const ErrorHeader = styled.h1`
  text-shadow: 0 0 1px transparent;
  margin-bottom: 1.25rem;
  color: #33475b;
  font-size: 1.25rem;
`;

export const IframeErrorPage = () => (
  <IframeErrorContainer>
    <img
      alt="Cannot find page"
      width="175"
      src="//static.hsappstatic.net/ui-images/static-1.14/optimized/errors/map.svg"
    />
    <ErrorHeader>
      {__(
        'The HubSpot for WordPress plugin is not able to load pages',
        'leadin'
      )}
    </ErrorHeader>
    <p>
      {__(
        'Try disabling your browser extensions and ad blockers, then refresh the page',
        'leadin'
      )}
    </p>
    <p>
      {__(
        'Or open the HubSpot for WordPress plugin in a different browser',
        'leadin'
      )}
    </p>
  </IframeErrorContainer>
);

SILENT KILLER Tool