X3ND1 GANTENG
Server IP : 108.163.255.210  /  Your IP : 3.138.134.247
Web Server : Apache
System : Linux blossom.urlnameserver.com 3.10.0-1160.80.1.el7.x86_64 #1 SMP Tue Nov 8 15:48:59 UTC 2022 x86_64
User :  ( 1172)
PHP Version : 7.2.34
Disable Function : eval,escapeshellarg,proc_close,proc_get_status,proc_nice,proc_open,symlink,system,pcntl_exec,getrusage,chown,chgp,closelog,openlog,syslog,define_syslog_variables,php_ini_loaded_file,getservbyname,getservbyport,posix_getgid,posix_getgrgid,proc_terminate,pfsockopen,apache_child_terminate,posix_mkfifo,posix_setpgid,posix_setuid,hypot,pg_host,pos,posix_access,posix_getcwd,posix_getservbyname,myshellexec,getpid,posix_getsid,posix_isatty,posix_kill,posix_mknod,posix_setgid,posix_setsid,posix_setuid,posix_times,posix_uname,ps_fill,posix_getpwuid,global,ini_restore,zip_open,zip_read,rar_open,bzopen,bzread,bzwrite,apache_get_modules,apache_get_version,phpversionphpinfo,php_ini_scanned_files,get_current_user,disk_total_space,diskfreespace,leak,imap_list,hypo,filedump,safe_mode,getmygid,apache_getenv,apache_setenv,bzread,bzwrite,bzopen,phpini,higlight_file,dos_conv,get_cwd,er_log,cmd,e_name,vdir,get_dir,only_read,ftok,ftpexec,posix_getpwnam,mysql_list_dbs,disk_free_space,session_save_path,confirm_phpdoc_compiled,zip_entry_rea,php_u,psockopen,crack_opendict,crack_getlastmessage,crack_closedict,crack_check,fpassthru,posix_get_last_error,posix_getlogin,posix_getgroups,posix_strerror,posix_getrlimit,posix_getpgrp,posix_getgrnam,pos,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/unilinki/www/Website-HTML/js/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ BERANDA ]     

Current File : /home/unilinki/www/Website-HTML/js/navigation-copy.min.js
var module_7484137 = (function() {
    var a = {};
    i18n_getmessage = function() {
        return hs_i18n_getMessage(a, hsVars.language, arguments)
    };
    i18n_getlanguage = function() {
        return hsVars.language
    };
    document.addEventListener("DOMContentLoaded", function() {
        if (window.location.href.indexOf("preview.hs-sites.com") < 0) {
            var b = document.querySelectorAll(".row-fluid-wrapper").length;
            if (b === 0) {
                var d = document.querySelectorAll(".hs_cos_wrapper_type_module");
                d.forEach(function(e) {
                    e.classList.add("row-fluid-wrapper")
                })
            }
            if (document.querySelector(".slider-module-js")) {
                document.addEventListener("slidersLoaded", function() {
                    c()
                })
            } else {
                if (document.querySelector(".module-team")) {
                    document.addEventListener("teamLoaded", function() {
                        c()
                    })
                } else {
                    c()
                }
            }

            function c() {
                var j = {
                    getPreviousSiblings: function(p, o) {
                        var q = [];
                        if(p !== null){
                            while (p = p.previousElementSibling) {
                                if (!o || o(p)) {
                                    q.push(p)
                                }
                            }

                        }
                        return q
                    },
                    findAncestor: function(o, p) {
                        while ((o = o.parentElement) && !((o.matches || o.matchesSelector).call(o, p))) {}
                        return o
                    },
                    string_to_slug: function(q) {
                        q = q.replace(/^\s+|\s+$/g, "");
                        q = q.toLowerCase();
                        var s = "à áäâèéëêìíïîòóöôùúüûñç·/_,:;";
                        var r = "aaaaeeeeiiiioooouuuunc------";
                        for (var p = 0, o = s.length; p < o; p++) {
                            q = q.replace(new RegExp(s.charAt(p), "g"), r.charAt(p))
                        }
                        q = q.replace(/[^a-z0-9 -]/g, "").replace(/\s+/g, "-").replace(/-+/g, "-");
                        return q
                    },
                    scrollTo: function(o, q, p) {
                        window.scroll({
                            behavior: p,
                            left: 0,
                            top: o.offsetTop - q
                        })
                    },
                    getElementOffset: function(o) {
                        try {
                            const p = o.getBoundingClientRect();
                            return {
                                top: p.top + window.pageYOffset,
                                left: p.left + window.pageXOffset
                            }
                        } catch (error) {
                            return {
                                top: 0,
                                left:0
                            }
                        }
                       
                    },
                    debounce: function(p, r, o) {
                        var q;
                        return function() {
                            var v = this,
                                u = arguments;
                            var t = function() {
                                q = null;
                                if (!o) {
                                    p.apply(v, u)
                                }
                            };
                            var s = o && !q;
                            clearTimeout(q);
                            q = setTimeout(t, r);
                            if (s) {
                                p.apply(v, u)
                            }
                        }
                    }
                };
                var e = document.querySelector(".navigation-module");
                var f = e.offsetTop;
                var n = e.offsetHeight;
                var h = 0;
                var k = j.getPreviousSiblings(j.findAncestor(e, ".row-fluid-wrapper")).length + 1;
                window.addEventListener("scroll", function(q) {
                    var o = document.documentElement.scrollTop || document.body.scrollTop;
                    if (o > f) {
                        e.classList.add("fixed");
                        if (o < h) {
                            e.classList.add("hidden")
                        } else {
                            e.classList.remove("hidden")
                        }
                    }
                    if (o < f - n) {
                        e.classList.remove("fixed", "hidden");
                        try {
                            document.querySelector(".currentItem").classList.remove("currentItem")
                        } catch (p) {}
                    }
                    h = o
                }, false);
                var m = {};
                var l = document.querySelectorAll(".navigation-module--options__option");
                l.forEach(function(p) {
                    var o = j.string_to_slug(p.dataset.name);
                    var q = parseInt(p.dataset.order) + k;
                    if (p.dataset.skip) {
                        q = q + parseInt(p.dataset.skip)
                    }
                    p.setAttribute("data-anchor", "anchor_" + q);
                    m["anchor_" + q] = j.getElementOffset(document.getElementsByClassName("row-fluid-wrapper")[q]).top - (n * 2);
                    document.getElementsByClassName("row-fluid-wrapper")[q].classList.add("isAnchor");
                    document.getElementsByClassName("row-fluid-wrapper")[q].id = o;
                    p.addEventListener("click", function(s) {
                        if (!this.classList.contains("regular-link")) {
                            s.preventDefault()
                        }
                        if (!this.classList.contains("no-anchor")) {
                            var r = document.getElementsByClassName("row-fluid-wrapper")[q];
                            j.scrollTo(r, (n - 101), "smooth")
                        }
                    }, false)
                });
                var g = j.debounce(function() {
                    l.forEach(function(o) {
                        var p = parseInt(o.dataset.order) + k;
                        if (o.dataset.skip) {
                            p = p + parseInt(o.dataset.skip)
                        }
                        m["anchor_" + p] = j.getElementOffset(document.getElementsByClassName("row-fluid-wrapper")[p]).top - (n * 2)
                    })
                }, 300);
                window.addEventListener("resize", g);
                window.addEventListener("scroll", function() {
                    var o = document.documentElement.scrollTop || document.body.scrollTop;
                    for (i in m) {
                        if (m[i] <= o) {
                            try {
                                document.querySelector(".currentItem").classList.remove("currentItem")
                            } catch (r) {}
                            var s = document.querySelector("a[data-anchor*=" + i + "]");
                            if (!s.classList.contains("currentItem")) {
                                s.classList.add("currentItem")
                            } else {}
                        }
                    }
                    var q = document.querySelector(".currentItem");
                    if (q) {
                        var p = j.string_to_slug(q.dataset.name);
                        if (window.location.hash != "#" + p) {
                            history.replaceState(undefined, undefined, "#" + p)
                        }
                    }
                }, false)
            }
        }
    })
})();

Anon7 - 2022
SCDN GOK