ViLLE BABY 1 Posted May 23, 2012 Report Share Posted May 23, 2012 Using Ubot Pro v4 I'm having a problem while filling out the registration form on http://datpiff.com/register-iphone The Account Data function for the Username is entering the same username each time. Can anyone help me, please? Quote Link to post Share on other sites
JohnB 255 Posted May 23, 2012 Report Share Posted May 23, 2012 Yes...you need to put a "reset data" node in your loop. John Quote Link to post Share on other sites
ViLLE BABY 1 Posted May 23, 2012 Author Report Share Posted May 23, 2012 Yes...you need to put a "reset data" node in your loop. John Thanks again, is there any way to set the length of the username? Quote Link to post Share on other sites
LoWrIdErTJ - BotGuru 904 Posted May 23, 2012 Report Share Posted May 23, 2012 set variable. drag in $sub string set start position 0and however long your wanting it then for the content of that drag in account data username Quote Link to post Share on other sites
ViLLE BABY 1 Posted May 23, 2012 Author Report Share Posted May 23, 2012 set variable. drag in $sub string set start position 0and however long your wanting it then for the content of that drag in account data username Thanks.. Do you also know how I can multithread account log ins without it using the same username in each thread? It's removing the set amount of Emails from my list but only using the first one to log in with each new browser. Quote Link to post Share on other sites
LoWrIdErTJ - BotGuru 904 Posted May 23, 2012 Report Share Posted May 23, 2012 when multi threading pay attention to the global and local settings under advanced for set variables and things of that nature. you want to define them in a defined command, and set to local.so it doesnt overwrite in another browser/thread. http://ubotstudio.com/forum/index.php?/topic/10042-new-v4-tutorial-multi-threading-example/ that link will give you all that you need to know about how to setup the multi threading and make the process very easy to setup. 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.