Jump to content
UBot Underground

ptlrc

Fellow UBotter
  • Content Count

    103
  • Joined

  • Last visited

Posts posted by ptlrc

  1. Node view

    set(#post,$plugin function("HTTP post.dll", "$http post", "URL HERE/Accounts/{#account id}/Messages.json", "\{
      \"To\": \"\",
      \"From\": \"\",
      \"Body\": \"Hello World\",
      \"u\": \":\"
    \}", "", "", "", ""),"Global")
    
    

    Code view

    set(#post,$plugin function("HTTP post.dll", "$http post", "URL HERE/Accounts/{#account id}/Messages.json", "\{

      \"To\": \"\",

      \"From\": \"\",

      \"Body\": \"Hello World\",

      \"u\": \":\"

    \}", "", "", "", ""),"Global")

     

     

    Copy the above and paste to ubot.

     

    Edit it to add your variables and corrected url

    thanks for your reply

     

     

    with your codes

    i get an error says 401 unauthorized

     

     

    and after days google

    i find with http basic mode , the authentication will pass through

     

     

    plugin command("HTTP post.dll", "http basic mode", "Yes")

    plugin command("HTTP post.dll", "http set headers", "Authorization", "{#account id}:{#token}")

    set(#post,$plugin function("HTTP post.dll", "$http post", "https://api.twilio.com/2010-04-01/Accounts/{#account id}/Messages.json", "To=+13018859006&From=+12022171008&Body=Hello World", "", "", "", ""),"Global")

     

    with the codes , i get an error says 400 bad request

     

    following are the debug content, please help me

     

     

    #post: HTTP/1.1 400 Bad Request

    Date: Tue, 10 Sep 2019 21:47:36 GMT

    Content-Type: text/html

    Content-Length: 264

    Connection: close

    X-Shenanigans: none

    Access-Control-Allow-Origin: *

    Access-Control-Allow-Headers: Accept, Authorization, Content-Type, If-Match, If-Modified-Since, If-None-Match, If-Unmodified-Since

    Access-Control-Allow-Methods: GET, POST, DELETE, OPTIONS

    Access-Control-Expose-Headers: ETag

    Access-Control-Allow-Credentials: true

    X-Powered-By: AT-5000

    Strict-Transport-Security: max-age=31536000

     

    <html>

    <head><title>400 The plain HTTP request was sent to HTTPS port</title></head>

    <body bgcolor="white">

    <center><h1>400 Bad Request</h1></center>

    <center>The plain HTTP request was sent to HTTPS port</center>

    <hr><center>nginx</center>

    </body>

    </html>

     

     

     

  2. yes

    can u please give me an example for http post

    set(#account id,"","Global")

    set(#token,"","Global")

    set(#to number,"","Global")

    set(#from number,"","Global")

    set(#text body,"","Global")

    set(#post,$plugin function("HTTP post.dll", "$http post", "https://api.twilio.com/2010-04-01/Accounts/{#account id}/Messages.json", "To={#to number}&From={#from number}&Body=Hello World&u={#account id}:{#token}", "", "", "", ""),"Global")

     

    know nothing about how code after reading twilio examples, please help me out

  3. October, waiting for the new release````

     

    i have one problem to solve google recaptcha with exbrowser.

     

    with normal browser, i can solve google recaptcha manually easy

    but with exbrowser ,manually too,  it would ask me try again though i solve the recpatcha correctly.  i test it for many times, and with full installation chrome/firefox and portable chrome/firefox

  4. what are you using in the launcher?

     

    proxies or anything like that.

     

    remove one 1 one to determine whats stopping or slowing the load up rates.

     

    thanks for reply,  i add portable chrome, luminati proxy, useragent, webtrc plugin in lauchcher.  but these are all must have for my bot.

     

    and if i replace "exbrowser wait for dom ready" with  wait 15 seconds, then the bot will running better

×
×
  • Create New...