Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.79 KB | None | 0 0
  1. (function() {
  2. (function() {
  3. var el = document.createElement('div'),
  4. b = document.getElementsByTagName('body')[0];
  5. otherlib = false, msg = '';
  6. el.style.position = 'fixed';
  7. el.style.height = '32px';
  8. el.style.width = '220px';
  9. el.style.marginLeft = '-110px';
  10. el.style.top = '0';
  11. el.style.left = '50%';
  12. el.style.padding = '5px 10px';
  13. el.style.zIndex = 1001;
  14. el.style.fontSize = '12px';
  15. el.style.color = '#222';
  16. el.style.backgroundColor = '#f99';
  17. if (typeof jQuery != 'undefined') {
  18. msg = 'This%20page%20already%20using%20jQuery%20v' + jQuery.fn.jquery;
  19. return showMsg();
  20. jQuery('body');
  21. } else if (typeof $ == 'function') {
  22. otherlib = true;
  23. }
  24.  
  25. function getScript(url, success) {
  26. var script = document.createElement('script');
  27. script.src = url;
  28. var head = document.getElementsByTagName('head')[0],
  29. done = false;
  30. script.onload = script.onreadystatechange = function() {
  31. if (!done && (!this.readyState || this.readyState == 'loaded' || this.readyState == 'complete')) {
  32. done = true;
  33. success();
  34. script.onload = script.onreadystatechange = null;
  35. head.removeChild(script);
  36. }
  37. };
  38. head.appendChild(script);
  39. }
  40. getScript('http://code.jquery.com/jquery-latest.min.js', function() {
  41. if (typeof jQuery == 'undefined') {
  42. msg = 'Sorry,%20but%20jQuery%20wasn\'t%20able%20to%20load';
  43. } else {
  44. msg = 'This%20page%20is%20now%20jQuerified%20with%20v' + jQuery.fn.jquery;
  45. if (otherlib) {
  46. msg += '%20and%20noConflict().%20Use%20$jq(),%20not%20$().';
  47. }
  48. }
  49. return showMsg();
  50. });
  51.  
  52. function showMsg() {
  53. el.innerHTML = msg;
  54. b.appendChild(el);
  55. window.setTimeout(function() {
  56. if (typeof jQuery == 'undefined') {
  57. b.removeChild(el);
  58. } else {
  59. jQuery(el).fadeOut('slow', function() {
  60. jQuery(this).remove();
  61. });
  62. if (otherlib) {
  63. $jq = jQuery.noConflict();
  64. }
  65. var exclude = ["207056", "205718", "189200", "192108", "209304", "36934", "207959", "96834", "182722", "687", "114251", "206769", "55482", "112324", "115727", "162358", "183776", "205988", "96897", "52825", "58695", "168732", "207615", "56674", "207159", "208393", "157402", "1003", "146798", "151232", "205562", "5948", "206208", "198178", "152175", "192598", "63413", "80185", "95138", "188028", "207867", "205757", "93442", "207313", "1109", "205196", "150216", "210500","166378","132695","131896","151824","33225","155","191559","120891","212417","154488","206272","54","194584"];
  66.  
  67. jQuery('.showname').each(function() {
  68.  
  69. //var exclude = [];
  70. var id = jQuery(this).attr('href').split('-');
  71. id = id[1].replace('/', '');
  72. if(jQuery.inArray(id,exclude) == -1){
  73. exclude.push(id);
  74. jQuery.post("http://www.sexemodel.com/messages/add/" + id + "/", {
  75. "data[message]": "Bonjour,\r\nJe me présente Florian pour la société xCharmes broker(agence RH) spécialiser dans le secteur de l'adulte et du charmes.\r\nNous sommes à la recherche d'animatrices webcam érotiques pour plusieurs sites de live shows avec qui nous travaillons.\r\nDébutantes acceptées.\r\nLes animatrices doivent être motivées et âgées de plus de 18 ans.\r\nLe temps de travail est entièrement libre : vous travaillez quand vous le souhaitez.\r\nLe visage n'est pas obligatoire vous pouvez très bien être masqué.\r\nVous pouvez vous rendre sur notre site et formuler une demande de contact.(http://xcharmes.org)\r\nLa rémunération proposée varie de 1€ à 5€ la minutes celons les sites.\r\nN'hésitez pas à me contacter directement pour toute question :\r\nhttp://xcharmes.org\r\nSkype: xcharmes.recrutement\r\n\r\nA bientôt j'espère!\r\nFlorian",
  76. "data[to_user_id]": id
  77. })
  78. }else{
  79. console.log('nop');
  80. }
  81. });
  82. //console.log(exclude);
  83. }
  84. }, 2500);
  85. }
  86. })()
  87. })()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement