Jump to content
UBot Underground

Protecting a list of URLs


Recommended Posts

How would you protect a list of URLs other than just include then in a local text file?

 

Is there something like "$insert list from URL" instead of "$insert list from file"?

 

Would you add 100 lines (1 for each URL) as a string to a list?

 

Thanks...

Link to post
Share on other sites

You can use $list from text from the variables constants list.

 

You will have to put them all on one line with a deliminator though as it will not read the line breaks.

 

 

urlone|urltwo|urlthree|urlfour

 

 

 

You can even add the login info to the lines as well if you need to.

 

 

Richard

Link to post
Share on other sites

you could just scrape the information from a page you setup...

 

I assume by 'protect' you mean you don't want people you give the bot to having the complete list of URLs? If this was the case, and it was me, I would make a page with white text and a white background, then scrape the URLs from that page into a list. People will navigate to your page, see nothing and assume the bot is doing whatever, and never be the wiser about what your URL list is short of writing it down as your bot goes.

 

no idea if that's what your after??

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