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

Signing you up...

Thank you for signing up!

PHP Decode

<!-- Most Orders Shimmer --> <div class="box-shadow relative flex-1 rounded bg-white p-4 d..

Decoded Output download

<?  <!-- Most Orders Shimmer -->
<div class="box-shadow relative flex-1 rounded bg-white p-4 dark:bg-gray-900">
    <!-- Header -->
    <div class="mb-4 flex items-center justify-between">
        <div class="shimmer h-[17px] w-[150px]"></div>

        <div class="shimmer h-[21px] w-[79px]"></div>
    </div>
    
    <!-- Progress Bar Shimmer -->
    <x-admin::shimmer.reporting.progress-bar />
</div> ?>

Did this file decode correctly?

Original Code

<!-- Most Orders Shimmer -->
<div class="box-shadow relative flex-1 rounded bg-white p-4 dark:bg-gray-900">
    <!-- Header -->
    <div class="mb-4 flex items-center justify-between">
        <div class="shimmer h-[17px] w-[150px]"></div>

        <div class="shimmer h-[21px] w-[79px]"></div>
    </div>
    
    <!-- Progress Bar Shimmer -->
    <x-admin::shimmer.reporting.progress-bar />
</div>

Function Calls

None

Variables

None

Stats

MD5 47091558bb3a7ae1d3702e589314ba86
Eval Count 0
Decode Time 128 ms