Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /proc/thread-self/cwd/wp-content/plugins/uicore-animate/includes/preloaders/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //proc/thread-self/cwd/wp-content/plugins/uicore-animate/includes/preloaders/box-spinner.php
<style>
    .ui-anim-box {
        width: 75px;
        height: 75px;
        border-radius: 3px;
        background-color: var(--ui-e-anim-preloader-color);
        animation: uiAnimLoader 500ms linear infinite;
    }

    @keyframes uiAnimLoader {
        17% {
            border-bottom-right-radius: 3px;
        }

        25% {
            transform: translateY(9px) rotate(22.5deg);
        }

        50% {
            border-bottom-right-radius: 40px;
            transform: translateY(21px) scale(1, .9) rotate(45deg);
        }

        75% {
            transform: translateY(9px) rotate(67.5deg);
        }

        100% {
            transform: translateY(0) rotate(90deg);
        }
    }

    .ui-anim-box-shadow {
        width: 75px;
        height: 7.5px;
        margin-top: 17px;
        border-radius: 50%;
        background-color: #000000;
        opacity: 0.1;
        animation: uiAnimLoader-shadow 500ms linear infinite;
    }

    @keyframes uiAnimLoader-shadow {
        50% {
            transform: scale(1.2, 1);
        }
    }
</style>

<div class="ui-anim-box"></div>
<div class="ui-anim-box-shadow"></div>

Spamworldpro Mini