shell bypass 403

Cubjrnet7 Shell


name : widget.min.js
(function(s){var a=PhpDebugBar.utils.makecsscls("phpdebugbar-widgets-"),d=PhpDebugBar.Widgets.TemplatesWidget=PhpDebugBar.Widget.extend({className:a("templates"),render:function(){this.$status=s("<div />").addClass(a("status")).appendTo(this.$el),this.$list=new PhpDebugBar.Widgets.ListWidget({itemRenderer:function(t,e){if(s("<span />").addClass(a("name")).text(e.name).appendTo(t),typeof e.xdebug_link<"u"&&e.xdebug_link!==null&&(e.xdebug_link.ajax?s('<a title="'+e.xdebug_link.url+'"></a>').on("click",function(n){n.stopPropagation(),s.ajax(e.xdebug_link.url)}).addClass(a("editor-link")).appendTo(t):s('<a href="'+e.xdebug_link.url+'"></a>').on("click",function(n){n.stopPropagation()}).addClass(a("editor-link")).appendTo(t)),e.render_time_str&&s('<span title="Render time" />').addClass(a("render-time")).text(e.render_time_str).appendTo(t),e.memory_str&&s('<span title="Memory usage" />').addClass(a("memory")).text(e.memory_str).appendTo(t),typeof e.param_count<"u"&&s('<span title="Parameter count" />').addClass(a("param-count")).text(e.param_count).appendTo(t),typeof e.type<"u"&&e.type&&s('<span title="Type" />').addClass(a("type")).text(e.type).appendTo(t),typeof e.editorLink<"u"&&e.editorLink&&s('<a href="'+e.editorLink+'" />').on("click",function(n){n.stopPropagation()}).addClass(a("editor-link")).text("file").appendTo(t),e.params&&!s.isEmptyObject(e.params)){var i=s('<table><tr><th colspan="2">Params</th></tr></table>').addClass(a("params")).appendTo(t);for(var r in e.params)typeof e.params[r]!="function"&&i.append('<tr><td class="'+a("name")+'">'+r+'</td><td class="'+a("value")+'"><pre><code>'+e.params[r]+"</code></pre></td></tr>");t.css("cursor","pointer").click(function(){i.is(":visible")?i.hide():i.show()})}}}),this.$list.$el.appendTo(this.$el),this.$callgraph=s("<div />").addClass(a("callgraph")).appendTo(this.$el),this.bindAttr("data",function(t){this.$list.set("data",t.templates),this.$status.empty(),this.$callgraph.empty();var e=t.sentence||"templates were rendered";s("<span />").text(t.nb_templates+" "+e).appendTo(this.$status),t.accumulated_render_time_str&&this.$status.append(s('<span title="Accumulated render time" />').addClass(a("render-time")).text(t.accumulated_render_time_str)),t.memory_usage_str&&this.$status.append(s('<span title="Memory usage" />').addClass(a("memory")).text(t.memory_usage_str)),t.nb_blocks>0&&s("<div />").text(t.nb_blocks+" blocks were rendered").appendTo(this.$status),t.nb_macros>0&&s("<div />").text(t.nb_macros+" macros were rendered").appendTo(this.$status),typeof t.callgraph<"u"&&this.$callgraph.html(t.callgraph)})}})})(PhpDebugBar.$);

© 2025 Cubjrnet7