Advertisement
Guest User

Untitled

a guest
Jun 3rd, 2015
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. $('a#move_to_bin').on('click', function() {
  2. GM_xmlhttpRequest({
  3. method: "POST",
  4. url: 'www.phoenix-warez.ws/moderate.php?fid='+section_id,
  5. data: "topics="+topic_id+"&move_to_forum=34&move_topics_to=Déplacer",
  6. headers: {
  7. 'Referer': "www.phoenix-warez.ws/moderate.php?fid="+section_id+"&move_topics="+topic_id,
  8. "Content-Type": "application/x-www-form-urlencoded"
  9. },
  10. onload: function (result) {
  11. alert('Topic déplacé');
  12. //alert(result.responseText)
  13. },
  14. error: function (a,b,c) {
  15. alert(a+b+c)
  16. }
  17. });
  18. return false;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement