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

Signing you up...

Thank you for signing up!

PHP Decode

<section class="workarea"> <div class="box"> <?$searchArray = ["/", "/me..

Decoded Output download

<section class="workarea"> 
      <div class="box"> 
          <?$searchArray = ["/", "/memory_book/chechen/"];?> 
          <?$searchArray = ["/", "/memory_book/ww2/"];?> 
          <?if(in_array($curDir, $searchArray) ):?> 
                <?$APPLICATION->IncludeComponent("bitrix:main.include","", 
                    Array( "AREA_FILE_SHOW" => "file", "PATH" => "/include/search_form.php"), $component, array("HIDE_ICONS" => true) 
                );?> 
          <?endif;?> 
          <?$APPLICATION->IncludeComponent( 
                "bitrix:breadcrumb", 
                "breadcrumb", 
                array( 
                    "COMPONENT_TEMPLATE" => "breadcrumb", 
                    "PATH" => "", 
                    "SITE_ID" => "s1", 
                    "START_FROM" => "0" 
                ), 
                false 
            );?> 
          <?if($curPage != "/index.php"):?> 
              <h1><?$APPLICATION->ShowTitle(false)?></h1> 
          <?endif;?> 
          <? 
          //  php_interface/constants.php 
          if(Helpers::IsNoCurrDir(DIRS)):?> 
        <div class="workarea-inner flex"> 
          <article> 
            <?endif;?> 

Did this file decode correctly?

Original Code

<section class="workarea">
      <div class="box">
          <?$searchArray = ["/", "/memory_book/chechen/"];?>
          <?$searchArray = ["/", "/memory_book/ww2/"];?>
          <?if(in_array($curDir, $searchArray) ):?>
                <?$APPLICATION->IncludeComponent("bitrix:main.include","",
                    Array( "AREA_FILE_SHOW" => "file", "PATH" => "/include/search_form.php"), $component, array("HIDE_ICONS" => true)
                );?>
          <?endif;?>
          <?$APPLICATION->IncludeComponent(
                "bitrix:breadcrumb",
                "breadcrumb",
                array(
                    "COMPONENT_TEMPLATE" => "breadcrumb",
                    "PATH" => "",
                    "SITE_ID" => "s1",
                    "START_FROM" => "0"
                ),
                false
            );?>
          <?if($curPage != "/index.php"):?>
              <h1><?$APPLICATION->ShowTitle(false)?></h1>
          <?endif;?>
          <?
          //  php_interface/constants.php
          if(Helpers::IsNoCurrDir(DIRS)):?>
        <div class="workarea-inner flex">
          <article>
            <?endif;?>

Function Calls

None

Variables

None

Stats

MD5 4b11c68c43ef65f38afa292efff51b38
Eval Count 0
Decode Time 83 ms