Jump to content
UBot Underground

urls appending to each other


Recommended Posts

 

My text file has three URLS:

 

URL1

URL2

URL3

 

The URLs are stored in a .txt file.  The method I used for reading the file etc is based on this example:

 

http://botsoftware.org/forum/index.php?topic=219.0

 

I want to display each page, pause 2 seconds and then display the next page.  However when I run my script it appends URL1 to URL1, then URL2 to URL1, then URL3 to URL1, so in the address bar it shows@

 

http://url1/http://url1

then

 

http://url1/http://url2

 

then

http://url1/http://url3

 

Is there a way to prevent this?  E.g. initialise the address bar?

 

Thanks, Barista.

Link to post
Share on other sites

If you want to make it where you can input the file names into the ui box, you could do

clear list

ui block text

save to file

add to list

loop -->list total

nav -->next list item

wait finish

delay 2

 

Alternatively, if you are working with a list already, skip the block junk, go straight to 'add to list' and pull the file you have etc.

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...