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

Signing you up...

Thank you for signing up!

PHP Decode

<div class="mt-7 flex items-center justify-between gap-4 max-md:block"> <!-- Left Tool..

Decoded Output download

<?  <div class="mt-7 flex items-center justify-between gap-4 max-md:block">
    <!-- Left Toolbar -->
    <div class="flex gap-x-1">
        <!-- Search Panel -->
        <div class="flex w-full items-center gap-x-1">
            <div class="shimmer h-[42px] w-[356px] rounded-lg max-md:w-[250px]"></div>
        </div>
    </div>

    <!-- Right Toolbar -->
    <div class="flex gap-x-4 max-md:my-4 max-md:items-center max-md:justify-between">
        <!-- Items Per Page Dropdown -->
        <div class="shimmer h-10 w-[88px] rounded-lg max-md:w-[75px]"></div>

        <!-- Filters Activation Button -->
        <div class="shimmer h-10 w-24 rounded-lg max-md:w-[110px]"></div>
    </div>
</div>
 ?>

Did this file decode correctly?

Original Code

<div class="mt-7 flex items-center justify-between gap-4 max-md:block">
    <!-- Left Toolbar -->
    <div class="flex gap-x-1">
        <!-- Search Panel -->
        <div class="flex w-full items-center gap-x-1">
            <div class="shimmer h-[42px] w-[356px] rounded-lg max-md:w-[250px]"></div>
        </div>
    </div>

    <!-- Right Toolbar -->
    <div class="flex gap-x-4 max-md:my-4 max-md:items-center max-md:justify-between">
        <!-- Items Per Page Dropdown -->
        <div class="shimmer h-10 w-[88px] rounded-lg max-md:w-[75px]"></div>

        <!-- Filters Activation Button -->
        <div class="shimmer h-10 w-24 rounded-lg max-md:w-[110px]"></div>
    </div>
</div>

Function Calls

None

Variables

None

Stats

MD5 e5d7028392eb4f33ba41fbb892cea685
Eval Count 0
Decode Time 100 ms