Jump to content
UBot Underground

HarryPotter

Fellow UBotter
  • Content Count

    206
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by HarryPotter

  1. for those interested... here is more discussion -> http://www.ubotstudio.com/forum/index.php?/topic/10193-setting-variable-names-with-variables-is-this-possible/
  2. ohhhhhhhhhhhh man! what do i do when i have to name a range of 20-50 variables? hard code each of them???
  3. hi! don't know if this is a STUPID question or not... but here we go! (problem 1) variable in list/table/variable name i have a csv file that describes what each row means at the first column so initially, i wanted to load the first column of the file and set my variables equal to the values of each row of the first column then i discovered that i can't add a variable to a list/table/variable name... nor can i use parameters in the list/table/variable name bummer! is there a workaround for this? (problem 2) auto naming list/table/variable if the above is not possible, i wa
  4. tried searching before but searching deeper i just found this... http://www.ubotstudio.com/forum/index.php?/topic/9624-variables-in-your-selector-with-wildcards/ this solved all my problems thank you
  5. hey guys... been trying to solve this one and not having much luck... this might be simple for some of you ANY help would be appreciated! description: - basically we have a table - there is one column on the table we can edit - thus each row has an edit text box we can type into problem: - what i want to do is SPECIFY the data_row_id value to make sure we are typing i the correct row is there a way i can add a variable in the selector... like this? <outerhtml=w"<input data_row_id=\"MY_VARIABLE\" type=\"text\" value=\"*\"> thanks for any insights you may have!
  6. weird............... i don't think navicat lite is released anymore because the latest version i found is from april 2011 here is the link to download for anyone else interested: http://download.cnet...4-11884522.html license for the above is "free" -> SO GET IT BEFORE THEY TAKE IT DOWN and if you click on "A newer version of Navicat Lite is available." it will take you to a "free to try" version
  7. where to find the full working free version? looked through the site and found 30-day free trials and paid versions THANKS
  8. got the answer... thanks for the help guys! define CANNOT be within another node and yes, 1 cycle loops or any loop would work within the define nodes
  9. got it... define cannot be within another node... (just like ui nodes)
  10. was wondering if you guys think a bot for gaining credits is possible for the website s y n n d[dot]c o m (without the spaces) they have their own software and so i was wondering if we can use ubot to build credits automatically their monthly credits are expensive... and a bot would save a ton of money! thanks for your expertise and advice
  11. yes hum... does that mean you can't execute loops within define? just curious... yes... i don't code in code view (i don't know how most folks here do it)... ahahha, for node view, the 1 cycle loops are necessary!!!
  12. yup yup under custom commands... i pulled the node to make sure it runs where i need it to i remember to add the "run sub"! but no go still...
  13. i see! i am having trouble getting the define to work for some reason... problem described here -> http://www.ubotstudio.com/forum/index.php?/topic/11766-how-do-i-create-containers/#entry64615 watched this still not getting it... any other tutorials available? THANKS!!
  14. exactly what i needed to compare a value against list!!! thanks
  15. just tried using the define > command to replace my multiple duplicate loops set to one cycle hahaha... want cleaner code i guess... since i was using command (don't want it to return anything), i simply added the "define > command" node, with no variables, and dragged my 1 cycle loop in the function didn't execute though even though it works fine as a 1 cycle loop any ideas?
  16. must be a stupid quest to some of you... i apologize... if i have a few tabs and each tab performs a different task how do i connect the different scripts into one thing? like, how do i run the other inactive tabs from my main script tab? thanks for the help!!!
  17. just got the new update and i see windows commands > click dialog button *fingers crossed* i think this might work
  18. thanks for the reply man! the site is a private membership area that constantly updated... or i would post it here along with the login! anyway, if it's not too much trouble, please explain how using change attribute would help download the file? THANKS!
  19. hummmmmmmmmmmm how do i click the dialog box to download the file using the above suggested commands? thanks for the help!
  20. hello! don't know how to handle redirects. scenario: - there is a list of urls - the bot navigates to the urls - if page loads fine, then mark site as "okay" and navigate to next url the problem is, some of these urls are redirected... example... url 1 -> redirect #1 -> redirect #2 -> redirect #3 -> final url right now my code looks at redirect #1 and sees it loading fine, then marks the site as "okay"... but what i really want is to see if the final url is loading "okay" i have: navigate(#link, "Wait") wait(2) wait for browser event("Everything Loaded",
  21. hi, tried searching for this topic but didn't find what I was looking for... anyway, I have this gigantic bot that i coded in ubot 3 (i am sure a lot of you are in the same situation) and I really need to add to it after many months of scraping by with the old code 2 questions: 1) I was wondering if anyone found an efficient way to translate their ubot3 bots to ubot4? 2) Also, is there a way to export the ubot3 code into a non ubot environment in case ubot3 files can't be opened anymore in the future (hence forever lost all the work)? THANKS
  22. solved. for anyone else interested... use {BS} for backspace and {BS}{BS}{BS}{BS}{BS}{BS}{BS}{BS}{BS}{BS}{BS}{BS}{BS}{BS}{BS}{BS}{BS}{BS}{BS}{BS}{BS}{BS}{BS}{BS}{BS}{BS}{BS} to clear whatever you want in the input box
  23. hi, i have a text box that can't be cleared via change attribute... is it possible to hit the [del] or [backspace] keys somehow so i can get rid of what's in the text box before i use type text? thanks!
×
×
  • Create New...