Linux localhost.localdomain 3.10.0-1160.80.1.el7.x86_64 #1 SMP Tue Nov 8 15:48:59 UTC 2022 x86_64
Apache
: 10.29.51.72 | : 216.73.216.153
Cant Read [ /etc/named.conf ]
7.2.34
apache
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
mpc_emas /
public /
newsticker /
[ HOME SHELL ]
Name
Size
Permission
Action
1.png
11.96
KB
-rw-r--r--
2.png
16.72
KB
-rw-r--r--
3.png
11.47
KB
-rw-r--r--
4.png
12.97
KB
-rw-r--r--
5.png
10.53
KB
-rw-r--r--
6.png
10.23
KB
-rw-r--r--
7.png
9.52
KB
-rw-r--r--
jquery.bootstrap.newsbox.js
9.25
KB
-rw-r--r--
jquery.bootstrap.newsbox.min.j...
4.31
KB
-rw-r--r--
jquery.slim.js
221.84
KB
-rw-r--r--
jquery.slim.min.js
68.28
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : jquery.bootstrap.newsbox.min.js
"function"!=typeof Object.create&&(Object.create=function(e){function n(){}return n.prototype=e,new n}),function(e,n,t,i){var o={init:function(n,t){if(this.elem=t,this.$elem=e(t),this.newsTagName=this.$elem.find(":first-child").prop("tagName"),this.newsClassName=this.$elem.find(":first-child").attr("class"),this.timer=null,this.resizeTimer=null,this.animationStarted=!1,this.isHovered=!1,"string"==typeof n)throw console&&console.error("String property override is not supported"),"String property override is not supported";this.options=e.extend({},e.fn.bootstrapNews.options,n),this.prepareLayout(),this.options.autoplay&&this.animate(),this.options.navigation&&this.buildNavigation(),"function"==typeof this.options.onToDo&&this.options.onToDo.apply(this,arguments)},prepareLayout:function(){var t=this;e(t.elem).find("."+t.newsClassName).on("mouseenter",function(){t.onReset(!0)}),e(t.elem).find("."+t.newsClassName).on("mouseout",function(){t.onReset(!1)}),e.map(t.$elem.find(t.newsTagName),function(n,i){i>t.options.newsPerPage-1?e(n).hide():e(n).show()}),t.$elem.find(t.newsTagName).length<t.options.newsPerPage&&(t.options.newsPerPage=t.$elem.find(t.newsTagName).length);var i=0;e.map(t.$elem.find(t.newsTagName),function(n,o){o<t.options.newsPerPage&&(i=parseInt(i)+parseInt(e(n).height())+10)}),e(t.elem).css({"overflow-y":"hidden",height:i}),e(n).resize(function(){null!==t.resizeTimer&&clearTimeout(t.resizeTimer),t.resizeTimer=setTimeout(function(){t.prepareLayout()},200)})},findPanelObject:function(){for(var e=this.$elem;void 0!==e.parent();)if((e=e.parent()).parent().hasClass("card"))return e.parent()},buildNavigation:function(){var n=this.findPanelObject();if(n){var t='<ul class="pagination float-right" style="margin: 0px;"><li class="page-item"><a href="#" class="page-link prev"><i class="fas fa-chevron-down"></i></a></li><li class="page-item"><a href="#" class="page-link next"><i class="fas fa-chevron-up"></i></a></li></ul><div class="clearfix"></div>',i=e(n).find(".card-footer")[0];i?e(i).append(t):e(n).append('<div class="card-footer">'+t+"</div>");var o=this;e(n).find(".prev").on("click",function(e){e.preventDefault(),o.onPrev()}),e(n).find(".next").on("click",function(e){e.preventDefault(),o.onNext()})}},onStop:function(){},onPause:function(){this.isHovered=!0,this.options.autoplay&&this.timer&&clearTimeout(this.timer)},onReset:function(e){this.timer&&clearTimeout(this.timer),this.options.autoplay&&(this.isHovered=e,this.animate())},animate:function(){var e=this;e.timer=setTimeout(function(){e.options.pauseOnHover||(e.isHovered=!1),e.isHovered||("up"===e.options.direction?e.onNext():e.onPrev())},e.options.newsTickerInterval)},onPrev:function(){var n=this;if(n.animationStarted)return!1;n.animationStarted=!0;var t="<"+n.newsTagName+' style="display:none;" class="'+n.newsClassName+'">'+e(n.$elem).find(n.newsTagName).last().html()+"</"+n.newsTagName+">";e(n.$elem).prepend(t),e(n.$elem).find(n.newsTagName).first().slideDown(n.options.animationSpeed,function(){e(n.$elem).find(n.newsTagName).last().remove()}),e(n.$elem).find(n.newsTagName+":nth-child("+parseInt(n.options.newsPerPage+1)+")").slideUp(n.options.animationSpeed,function(){n.animationStarted=!1,n.onReset(n.isHovered)}),e(n.elem).find("."+n.newsClassName).on("mouseenter",function(){n.onReset(!0)}),e(n.elem).find("."+n.newsClassName).on("mouseout",function(){n.onReset(!1)})},onNext:function(){var n=this;if(n.animationStarted)return!1;n.animationStarted=!0;var t="<"+n.newsTagName+' style="display:none;" class='+n.newsClassName+">"+e(n.$elem).find(n.newsTagName).first().html()+"</"+n.newsTagName+">";e(n.$elem).append(t),e(n.$elem).find(n.newsTagName).first().slideUp(n.options.animationSpeed,function(){e(this).remove()}),e(n.$elem).find(n.newsTagName+":nth-child("+parseInt(n.options.newsPerPage+1)+")").slideDown(n.options.animationSpeed,function(){n.animationStarted=!1,n.onReset(n.isHovered)}),e(n.elem).find("."+n.newsClassName).on("mouseenter",function(){n.onReset(!0)}),e(n.elem).find("."+n.newsClassName).on("mouseout",function(){n.onReset(!1)})}};e.fn.bootstrapNews=function(e){return this.each(function(){Object.create(o).init(e,this)})},e.fn.bootstrapNews.options={newsPerPage:4,navigation:!0,autoplay:!0,direction:"up",animationSpeed:"normal",newsTickerInterval:4e3,pauseOnHover:!0,onStop:null,onPause:null,onReset:null,onPrev:null,onNext:null,onToDo:null}}(jQuery,window,document);
Close