!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)

C:\cumbreclima\wp-content\plugins\easy-logo-slider\js\   drwxrwxrwx
Free 4.13 GB of 39.52 GB (10.45%)
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:     jcarousel.responsive.js (2.28 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
function create_jcarousel(id){
 var ID = '#'+id;
 jQuery.noConflict();
 jQuery(document).ready(function($) {

    $(function() {

        var jcarousel = $(ID + ' .jcarousel');

        jcarousel

            .on('jcarousel:reload jcarousel:create', function () {

                var width = jcarousel.innerWidth();

                if (width >= 1100) {

                    width = width / 8;

                } else if (width >= 992) {

                    width = width / 6;

                } else if (width >= 768) {

                    width = width / 5;

                } else if (width >= 600) {

                    width = width / 4;

                } else if (width >= 480) {

                    width = width / 3;

                }else if (width >= 320) {

                    width = width / 2;

                }else if (width < 320) {

                    width = width / 1;
                }

                jcarousel.jcarousel('items').css('width', width + 'px');
            })

            .jcarousel({

                wrap: 'circular',
				rtl: false

            });

        $(ID + ' .jcarousel-control-prev')

            .jcarouselControl({

                target: '-=1'

            });

        $(ID + ' .jcarousel-control-next')

            .jcarouselControl({

                target: '+=1'

            });
        

        $(ID + ' .jcarousel-pagination')

            .on('jcarouselpagination:active', 'a', function() {

                $(this).addClass('active');

            })

            .on('jcarouselpagination:inactive', 'a', function() {

                $(this).removeClass('active');

            })

            .on('click', function(e) {

                e.preventDefault();

            })

            .jcarouselPagination({

                perPage: 1,

                item: function(page) {

                    return '<a href="#' + page + '">' + page + '</a>';

                }

            });
		$(ID + ' .jcarousel').jcarouselAutoscroll({

   			 interval: 2500,

			create: $(ID + ' .jcarousel').hover(function(){
				$(this).jcarouselAutoscroll('stop');
			},
			function(){
				$(this).jcarouselAutoscroll('start');
			})
		});

    });

 });
}

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