Jump to content
UBot Underground

Lee

Fellow UBotter
  • Content Count

    12
  • Joined

  • Last visited

Community Reputation

-1 Poor

About Lee

  • Rank
    Member

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. no one trying to save images with this software?
  2. Just wrote a simple PHP script that will dynamically pull the image into a html file so I can navigate to the dynamic file using the image url as a variable. <? $d_file = $HTTP_GET_VARS["file"]; ?> <html> <head><title>hi</title></head> <body> <img src="<?=$d_file;?>" title="itsme"> </body> </html> And I have chosen the image by attribute (title) also tried choosing by position, yet still I keep getting the same error. Is this a known bug or am I just so silly I can't see the mistake in front of my eyes? This is very f
  3. Hi, Thanks for the great software. I am just playing around with it the now but I can see why alot of people are raving on about this. My problem is I have loaded a list of image locations to a text file and instructed uBot to visit each one of these URLS, I got all this working but can't seem to choose and save the image. I tried all the choose commands and none of them seem to recognise the image (maybe because I am navigating directly to it?). I just keep getting the error "No elements have been chosen this command requires elements are properly chosen" I can get it to work by savi
×
×
  • Create New...