Jump to content
UBot Underground

Trying To Stick A Var Into A Url


Recommended Posts

So I'm gonna navigate a site by manipulating certain values in the url. Some of the urls are very long, and in the case of using Zennoposter, I used to be able to paste the url into a text file, and copy 'n' paste my variable at certain points and it worked quite well.

 

How do I achieve the same with UB? I tried putting the var: #keyword into the url via the navigate command, and the bot literally put: #keyword into the url! (and not the actual keyword). :rolleyes:

Link to post
Share on other sites

try that again - it works fine, I just did it in a bot im working on.

 

make sure you drag the var into the function instead of typing it in, that way you remove any risk of error.

Link to post
Share on other sites

I would figure out the url's "base", then I would create a variable to put after the "base". For example:

we have the url www.website.com/subtree/YOURVARIABLE

you would set the "base" to be "www.website.com/subtree/" and then you could just have the browser navigate to #Base#Variable

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