shell bypass 403

GrazzMean-Shell Shell

Uname: Linux webm012.cluster130.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: 8.0.30 [ PHP INFO ] PHP os: Linux
Server Ip: 145.239.37.162
Your Ip: 216.73.216.190
User: dreampi (1009562) | Group: users (100)
Safe Mode: OFF
Disable Function:
_dyuweyrj4,_dyuweyrj4r,dl

name : sticky-add-to-cart.js
/*global motiox_sticky_add_to_cart_params */
( function() {
	"use strict";
	document.addEventListener( 'DOMContentLoaded', function() {
		var stickyAddToCart = document.getElementsByClassName( 'motiox-sticky-add-to-cart' );

		if ( ! stickyAddToCart.length ) {
			return;
		}

		if ( typeof motiox_sticky_add_to_cart_params === 'undefined' ) {
			return;
		}

		var trigger = document.getElementsByClassName( motiox_sticky_add_to_cart_params.trigger_class );

		if ( trigger.length > 0 ) {
			var stickyAddToCartToggle = function() {

				if ( ( trigger[0].getBoundingClientRect().top + trigger[0].scrollHeight ) < 0 ) {
					stickyAddToCart[0].classList.add( 'motiox-sticky-add-to-cart--slideOutUp' );
					stickyAddToCart[0].classList.remove( 'motiox-sticky-add-to-cart--slideInDown' );
					if ((window.innerHeight + window.scrollY) >= document.body.offsetHeight) {
						stickyAddToCart[0].classList.add( 'motiox-sticky-add-to-cart--slideInDown' );
						stickyAddToCart[0].classList.remove( 'motiox-sticky-add-to-cart--slideOutUp' );
					}
				} else if ( stickyAddToCart[0].classList.contains( 'motiox-sticky-add-to-cart--slideOutUp' ) ) {
					stickyAddToCart[0].classList.add( 'motiox-sticky-add-to-cart--slideInDown' );
					stickyAddToCart[0].classList.remove( 'motiox-sticky-add-to-cart--slideOutUp' );
				}
			};

			stickyAddToCartToggle();

			window.addEventListener( 'scroll', function() {
				stickyAddToCartToggle();
			} );

			// Get product id
			var product_id = null;

			document.body.classList.forEach( function( item ){
				if ( 'postid-' === item.substring( 0, 7 ) ) {
					product_id = item.replace( /[^0-9]/g, '' );
				}
			} );

			if ( product_id ) {
				var product = document.getElementById( 'product-' + product_id );

				if ( product ) {
					if ( ! product.classList.contains( 'product-type-simple' ) && ! product.classList.contains( 'product-type-external' ) ) {
						var selectOptions = document.getElementsByClassName( 'motiox-sticky-add-to-cart__content-button' );

						selectOptions[0].addEventListener( 'click', function( event ) {
							event.preventDefault();
							document.getElementById( 'product-' + product_id ).scrollIntoView();
						} );
					}
				}
			}
		}
	} );
} )();
© 2026 GrazzMean-Shell