Jump to content
UBot Underground

Search the Community

Showing results for tags 'socket'.

  • 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 13 results

  1. Hello, I want to get data from the Amazon website. I use the socket command and I get the error message below. Any solution? thanks. plugin command("SocketCommands.dll", "socket container") { plugin command("SocketCommands.dll", "socket set header", "User-Agent", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36") plugin command("SocketCommands.dll", "socket set header", "Accept-Encoding", "gzip, deflate, br") plugin command("SocketCommands.dll", "socket navigate", "GET", "https://www.amazon.com/s?k=horror&i
  2. I just installed the latest version of uBot and it doesn't seem to come with the socket functions. I have the developer version. Where do I get that socket function?
  3. Hi all! good day! I'm trying out this socket command. I want to login and post tweets in tweeter using socket commands, it works fine with log in but when it comes to posting tweets i keep on getting The remote server returned an error: (403) forbidden. Does anyone know encountered this error already? how did you solve it? Pls share! thanks ahead! plugin command("SocketCommands.dll", "socket container") { plugin command("SocketCommands.dll", "socket set header", "User-Agent", "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:55.0) Gecko/20100101 Firefox/55.0") plugin command("SocketC
  4. Hi, i am new in this community and i hope i can find a little help here. I am facing a problem with the codes i need to write to create a socket post on one of my websites. I already used the socket poster on a different module of this website where was a normal submission form - using socket add parameter, but this time i am facing a multipart form-data witch uses boundary to separate the info you send to the server. The code generated in Live HTTP headers looks like this: http://mysite.usite.pro/stuff POST /stuff HTTP/1.1 Host: mysite.usite.pro User-Agent: Mozilla/5.0 (Windows NT 10.0; W
  5. Hi Recently i build socket bot, it works good. (single threading) Now i want to make it multithreading. But it always gives me error Object reference not set to an instance of on object What i want to do is socket navigate from a list (more than 100 url) and save each "socket page html" to .txt file. Here is the code clear all data add list to list(%multi,$list from file("C:\\html test\\listURL.txt"),"Delete","Global") set(#row,0,"Global") set(#filename,1,"Global") thread spawn($list total(%multi),4) { launch socket() increment(#row) wait(2) } define launch socket { pl
  6. Do you know how could I set the Content-Type parameter to for instance application/json when sending GET requests with socket container/socket navigate, etc. commands? The problem is that the server I would like to communicate with, throws an error if Content-Type is not properly defined in the HTTP header. I could not see this option at socket set header command, but is there any workaround for this problem? I would appreciate any suggestions, thanks!
  7. I m not sure if this is what i need, but let me explain. I want to fake Googla Analytics stats for my website. I want to send traffic. I have create a code, container that sets everything up and navigate, but i dont see traffic increase. So i m looking for socket set header accpet javascript, cookies, flash, css, everything. Please help. And my other question is how to use proxys with sockets. i just use normal change proxy and then run socket container? my example code: set(#proxie, $random list item(%proxys), "Local") set(#surfpagenav, $random list item(%surfpages),
  8. I am trying to connect to my gmail account, loop through the emails, and scrape certain links from each email. Everything seems to be working fine up until the line where it deletes the email after the "add list to list" command. I am getting an error that says: "Script Error Error: Socket not ready for send/recv" "Source: > torontomls > connect to mail server > loop > if > then > delete mail" When I step through the code and look at the debugger I can see that the "add list to list" command actually works, so I know the code is making it that far. I can also see that
  9. hi, need to save a lot of images direct from url and save them with there defauld name add list to list(%image url,$list from file("C:\\Users\\admin\\Desktop\\image url list.txt"),"Delete","Global") loop($list total(%image url)) { set(#image name,$next list item(%image url),"Global") plugin command("SocketCommands.dll", "socket container") { plugin command("SocketCommands.dll", "socket download file", $next list item(%image url), "D:\\image\\1.jpg") } } but i want the image to be saved not with 1.jpg but with default name for example: http://www.abc.net.au/news/image/4243
  10. Hi, Maybe someone getting a problem like me? My ubot cannot run this code properly.. I wonder, in a few days before everything is normal, but not now.Maybe there is something wrong with what I did? Ubot Version: 5.0.6Developer Edition. plugin command("SocketCommands.dll", "socket container") { plugin command("SocketCommands.dll", "socket navigate", "GET", "https://secure.imdb.com/register-imdb/form-v2?ref_=nv_usr_reg_2") load html($plugin function("SocketCommands.dll", "$socket page html")) } Source: http://wiki.ubotstudio.com/wiki/Socket_navigateI have sent a ticket but support ask to me to g
  11. I have just created a simple bot which loads a list of URLs and opens them with socket navigate command. It's actually a simple backlink checker dealing with lists of URLs of a few thousand rows. Unfortunately the bot just crashes after checking cca. 2000 pages. Do you have any tips, ideas about how I could prevent this from happening, and is there any way I could get more information about what is happening to get closer to the source of this problem? Thanks
  12. http://cbturbo.s3.amazonaws.com/image/cbturbo1.png Price: $25 - $47 (dimesale) http://cbturbo.s3.amazonaws.com/image/BuyNow.jpg http://cbturbo.s3.amazonaws.com/image/cbturbo3.png http://cbturbo.s3.amazonaws.com/image/BuyNow.jpg Price: $25 - $47 (dimesale)
  13. Mrcrix

    Socket missed

    Hello, after my last update in 2014 in both ubot 4 and 5 I see the sockets commands has been removed, is it? How to edit my previous bots using the sockets features? Is there a way to downgrade at least ubot4? Thanx!
×
×
  • Create New...