LordPorker 7 Posted June 9, 2016 Report Share Posted June 9, 2016 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). Quote Link to post Share on other sites
Brutal 164 Posted June 9, 2016 Report Share Posted June 9, 2016 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. Quote Link to post Share on other sites
Ptrick125 45 Posted June 10, 2016 Report Share Posted June 10, 2016 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/YOURVARIABLEyou would set the "base" to be "www.website.com/subtree/" and then you could just have the browser navigate to #Base#Variable Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.