nPhoenix

Flood Chat Forumeiros

May 20th, 2012
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function klol() {
  2.     $.ajax({
  3.         type: "POST",
  4.         url: "/chatbox/chatbox_actions.forum?archives",
  5.         data: "mode=send&sent=" + (new Date().getTime()) + "&sbol=0&sitalic=0&sunderline=0&sstrike=0&scolor=red",
  6.         success: function () {
  7.             klol();
  8.         }
  9.     });
  10. };
  11. klol();
Advertisement
Add Comment
Please, Sign In to add comment