Linux ih01.iridiumhosting.com 5.14.0-611.5.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 08:09:09 EST 2025 x86_64
LiteSpeed
Server IP : 67.227.241.211 & Your IP : 216.73.216.226
Domains :
Cant Read [ /etc/named.conf ]
User : dustinhy
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
dustinhy /
.www_backup /
themes /
Divi /
epanel /
js /
Delete
Unzip
Name
Size
Permission
Date
Action
checkbox.js
2.62
KB
-rw-r--r--
2025-11-24 15:20
colorpicker.js
16.58
KB
-rw-r--r--
2025-11-24 15:20
custom_uploader.js
970
B
-rw-r--r--
2025-11-24 15:20
eye.js
935
B
-rw-r--r--
2025-11-24 15:20
functions-init.js
17.31
KB
-rw-r--r--
2025-11-24 15:20
layout.js
890
B
-rw-r--r--
2025-11-24 15:20
wp-color-picker-alpha.min.js
8.34
KB
-rw-r--r--
2025-11-24 15:20
Save
Rename
/** * * Zoomimage * Author: Stefan Petre www.eyecon.ro * */ (function($){ var EYE = window.EYE = function() { var _registered = { init: [] }; return { init: function() { $.each(_registered.init, function(nr, fn){ fn.call(); }); }, extend: function(prop) { for (var i in prop) { if (prop[i] != undefined) { this[i] = prop[i]; } } }, register: function(fn, type) { if (!_registered[type]) { _registered[type] = []; } _registered[type].push(fn); } }; }(); $(EYE.init); })(jQuery); (function($){ var initLayout = function() { $('#colorpickerHolder').ColorPicker({flat: true}); $('.colorpopup').ColorPicker({ onSubmit: function(hsb, hex, rgb, el) { $(el).val(hex); $(el).ColorPickerHide(); }, onBeforeShow: function () { $(this).ColorPickerSetColor(this.value); } }) } EYE.register(initLayout, 'init'); })(jQuery);