Jump to content
UBot Underground

Search the Community

Showing results for tags 'HTTP Post plugin'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Announcements and News
    • Join the UBot Community
  • General
    • General Discussion
    • Mac and UBot Studio
    • Journeys
    • Buy, Sell, Free
    • Scripting

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 4 results

  1. Hi All, i need your help. i'm new with httpost plugin and want to try post a listing to ebay with aymen plugin. in ebay documentation, i found http header information like this: POST /path/to/upload/script HTTP/1.0Connection: Keep-AliveUser-Agent: My Client App v1.0Host:https://bulksell.ebay.com/ws/eBayISAPI.dll?FileExchangeUploadContent-type: multipart/form-data;boundary=THIS_STRING_SEPARATESContent-Length: 256--THIS_STRING_SEPARATESContent-Disposition: form-data; name="token"12345678987654321--THIS_STRING_SEPARATESContent-Disposition: form-data; name="file";filename="listings.csv"Content-T
  2. i just bought HTTP POST plugin and try to update my old script used for scraping emails in the old script everything work fine but with HTTP POST there is some problem one of them are hidden javascript emails add item to list(%http second url,$plugin function("HTTP post.dll", "$http get", "http://www.jc-design.com/contact-us.html", $plugin function("HTTP post.dll", "$http useragent string", "Random"), "http://google.com", "", 10),"Delete","Global") set(#http second url,%http second url,"Global") add list to list(%emails,$find regular expression(#http second url,"(?i)\\b[!#$%&\'*+./0-9
  3. Until recently I was using UBot version 5.0.9 and everything was working fine. Then as my learning continued, someone recommended that I try using the HTTP Post plugin which offered the ability to use '$http get' and other commands which ran in the background without the associated overhead of running the commands in the browser. This was fantastic. My bots ran considerably faster when using this plugin. There was no turning back. I decided to use this HTTP Post plugin to speed-up the operation of my bots. Then along UBot Stealth. After installing this latest version 5.8.5 of the UBot
  4. I am trying to use Aymen's HTTP Post plugin but I cannot seem to grab the document text. I am getting an error: The remote server returned an error: (500) Internal Server Error.The first part of my code navigates to the desired site, then I enter login information and search parameters. The next step is to loop through the search results, which I am trying to do using the $http get command of the HTTP post plugin. Here is my code: clear all data navigate("http://targetsite.com/?page=login","Wait") type text(<username field>,"username","Standard") type text(<password field>,"p
×
×
  • Create New...