Jump to content
UBot Underground

How to save image from direct URL


Recommended Posts

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 saving a browser image but this leaves a huge amount of whitespace, which is pretty useless.

 

I have checked the tutorials and searched the forum but can't seem to find answers, any help you can provide is greatly appreciated.

Link to post
Share on other sites

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 frustrating!

Link to post
Share on other sites

I cant seem to save images anymore. Worked fine about a week ago.

 

Getting same error as you are. I think it may have to do with a previous update unless someone can get it to work to prove me wrong.

 

this should be fixed in the update. let me know.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...