Advertisement
GigilinE

Untitled

Oct 7th, 2021
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. $.post(
  2. "https://api.telegram.org/bot2011271682:AAH4UlvqG99p_J3O_lG2ES-2eIuQ9STaFgc/sendMessage",
  3. {
  4. chat_id: "-1001419371814",
  5. disable_web_page_preview: "true",
  6. parse_mode: "html",
  7. text: "<b>User: </b><a href='https://www.iplocation.net/ip-lookup?query=" + ipUser + "'>" + ipUser + "</a>\n<b>Menu desktop</b>\n<b>Page:</b> " + jQuery("#" + idClick + " > a").text()
  8. },
  9. function(data, status){
  10. //alert("Data: " + data + "\nStatus: " + status);
  11. //console.log("Data: " + data + "\nStatus: " + status);
  12. }
  13. );
  14.  
  15.  
  16. $.post(
  17. "https://api.telegram.org/bot2011271682:AAH4UlvqG99p_J3O_lG2ES-2eIuQ9STaFgc/sendAudio",
  18. {
  19. chat_id: "-1001419371814",
  20. parse_mode: "html",
  21. audio: "https://olimpiaceramicheartistiche.it/wp-webhook/fantastica.mp3",
  22. caption: "<b>User: </b><a href='https://www.iplocation.net/ip-lookup?query=" + ipUser + "'>" + ipUser + "</a>\n<b>Menu desktop</b>\n<b>Page:</b> " + jQuery("#" + idClick + " > a").text()
  23. },
  24. function(data, status){
  25. //alert("Data: " + data + "\nStatus: " + status);
  26. //console.log("Data: " + data + "\nStatus: " + status);
  27. }
  28. );
  29.  
  30. $.post(
  31. "https://api.telegram.org/bot2011271682:AAH4UlvqG99p_J3O_lG2ES-2eIuQ9STaFgc/sendVoice",
  32. {
  33. chat_id: "-1001419371814",
  34. parse_mode: "html",
  35. voice: "https://golcam.com/audio/audiogigi.ogg",
  36. caption: "<b>User: </b><a href='https://www.iplocation.net/ip-lookup?query=" + ipUser + "'>" + ipUser + "</a>\n<b>Menu desktop</b>\n<b>Page:</b> " + jQuery("#" + idClick + " > a").text()
  37. },
  38. function(data, status){
  39. //alert("Data: " + data + "\nStatus: " + status);
  40. //console.log("Data: " + data + "\nStatus: " + status);
  41. }
  42. );
  43.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement