shell bypass 403

GrazzMean Shell

Uname: Linux webm016.cluster127.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Software: Apache
PHP version: 7.4.33 [ PHP INFO ] PHP os: Linux
Server Ip: 54.36.31.145
Your Ip: 216.73.216.182
User: homesquasz (91404) | Group: users (100)
Safe Mode: OFF
Disable Function:
_dyuweyrj4,_dyuweyrj4r,dl

name : template-functions-footer.php
<?php

add_action( 'agni_footer', 'cartify_footer', 10, 2 );
add_action( 'agni_footer_default', 'cartify_footer_default' );
add_action( 'agni_footer_content_block', 'cartify_footer_content_block' );

if(!function_exists('cartify_footer')){
    /**
     * function for footer
     */
    function cartify_footer( $footer_choice = '2', $footer_block_choice = '' ){

        do_action( 'agni_before_footer' );

        ?>
        <footer id="colophon" class="site-footer">
            <?php if( $footer_block_choice != 'none' ){
                if( !empty( $footer_block_choice ) || $footer_choice == '2' ){
                    do_action( 'agni_footer_content_block', $footer_block_choice );
                } else {
                    do_action( 'agni_footer_default' );
                } 
            } ?>
        </footer>
        <?php

        do_action( 'agni_after_footer' );
    }
}


function cartify_footer_default(){
    ?>
    <div class="site-footer-container">
        <?php if ( is_active_sidebar( 'cartify-footerbar-1' ) ){ ?>
            <div class="site-footer-widgets">
                <div class="site-footer-widgets__container">
                    <div class="site-footer-widgets__content"><?php 
                        dynamic_sidebar( 'cartify-footerbar-1' ); 
                    ?></div>
                </div>
            </div>
        <?php } ?>
        <div class="site-footer-main">
            <div class="site-footer-main__container">
                <div class="site-footer-copyright-text">
                    <?php 
                    $footer_copyright_text = esc_html__( 'copyright @ 2022 AgniHD. All rights reserved.', 'cartify' );

                    echo apply_filters('agni_footer_copyright_text', $footer_copyright_text);

                    ?>
                </div>
            </div>
        </div>
    </div>
    <?php
}


function cartify_footer_content_block( $block_id ){
    ?>
    <div class="site-footer-content-block">
        <?php echo apply_filters( 'agni_content_block', $block_id ); ?>
    </div>
    <?php 
}
© 2026 GrazzMean