Jump to content
UBot Underground

addamroy

Fellow UBotter
  • Content Count

    386
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by addamroy

  1. I'm trying to find a way to edit and save data from a file using the UI HTML Panel. By default the html panel just has your standard set of text input boxes, each one assigned a variable. You click the button and it saves the data you put in the fields, to a csv file. Very simple. Now what I'm trying to do, is work out a way to EDIT data in the csv file. Since I don't use the browser at all (visibility off), I need a way to populate the UI Html Panel. When I display the results of the table where the info is saved, basically it runs a loop, displays all the entries in the table via th
  2. That would work. Would having a table with a huge number of rows slow down the bot considerably using this approach?
  3. So I'm trying to use the 'table search' feature to easily display data to the user from a CSV file. Table search uses a string to search through a table and returns the row index. For example if I have a table with 3 columns, first name, last name, and note... john, smith, doctor tim, jones, lawyer So if I use table search and use the 'last name' as the string to search for, and search for 'smith' it would return the row index of john smith, so I could then display the results of that row to the user via the browser. The problem comes when what if there is more than one john smith
  4. I'm just trying to work out a way that I can delete table entries, and/or prevent duplicate entries into the table. I was interested in using the 'table search' command and check if a certain entry exists but I don't know how to use it here. Preferably I would like to create an if node where the qualifier is the table search result as true or false. If table already contains 'value', then do this, else do that.
  5. Solved. The problem was the application icon. I saved a .png file out of photoshop, then manually changed the file extension to .ico for the app. That was the problem. I went to convertico.org and converted the .png file to .ico that way and used that, this solved it.
  6. I'm attaching the error I get when trying to compile a bot. Any idea how to fix this? And where did the bug report section go?
  7. Ok it works now, I had to close the bot and reopen it.... Weird
  8. Try entering the values as ui html, and see if it still works... ? idk why it's not working for me
  9. Trying to make a simple thing here, not really working well. I'm trying to multiply two values (each a numerical value entered into the ui html panel)... Via set > eval > Multiply variable1 * variable2 It's giving me an error saying "you cannot multiply two strings" set(#Je_FuelCosts, $eval($multiply(#Je_FuelMileageCost, #Je_CostPerMile)), "Global") That should work shouldn't it...?
  10. I mean I can generate all the if statements, and I could accomplish that with the lists, it's just I hate to use 1,000 lines of code when in all reality it could be done in 10. Anybody think this is a feature worth considering for the near future?
  11. I already tried that, doesn't work. You cannot dynamically create or change a variable in any way at all with ubot and it totally stinks!
  12. Exactly! Bumping this up. I posted another thread too with a slightly different explanation but I'm in the same exact situation. http://www.ubotstudio.com/forum/index.php?/topic/12643-how-to-cycle-through-variables-in-a-loop/
  13. This whole users connecting to ubot servers without their knowledge needs to go and it needs to go quick. I didn't even know this was the case. Definitely something that should be included in our disclaimers when we're distributing and selling these things no? What happens if ubot servers get hacked for example, (as has happened before) they could do any number of things to the users systems who uses one of our bots. Even besides that, the people receiving these bots should not have to be reliant on ubot servers being up and live in order for them to download support files if need be. I
  14. Why not scrape each URL in the Google results to a list, then navigate to each one in the list via a socket (would be real quick that way) and save the URL of the landing page. Then do whatever with the landing page URLs from there, navigate to them or whatever it is you want to do.
  15. To put it more simply, say you had 10 text boxes in your ui panel. How would you check the value of each text box in a loop? Would be nice to load the variable for each text box into a list and use it in a loop.
  16. I have a semi complex bot here. Basically I have a crapload of text areas each assigned a variable, and each value will be a number. I need to do some math with the value inputted in each text box. Since there will be anywhere from 10 to 100's of text areas when this is done, it would be way easier to accomplish this with a loop instead of an individual 'if' command for each one. Each textarea has a certain value assigned to it already, and will be multiplied by whatever the user inputs in the text area. Each textarea variable, and the number each texarea value will be multiplied by, are
  17. Any other easy alternatives to build a table from a hosted file/source without connecting to the db?
  18. I don't feel comfortable using ubot's sql commands, there's too much wrong with the software to trust it. I'd rather upload a .txt file with the list from each table column and read those individually before I'd go the mysql route.
  19. So I'm working on a bot that takes data from a CSV file, makes a table, creates lists from each column, then uses the data from the lists in the bot. This is a bot I plan to distribute. So as of now, during my testing/rough draft phase, I've been using the 'open file' command to insert the .csv file, and creating a table from that file. However this csv file is going to be upgraded regularly, and I can't figure out a way to store it on my server and access it from Ubot that way. If I could do that, I could just upload the new .csv file as new data is added and the bots won't have to upda
  20. Is there any way to save to PDF? I'd like to be able to save browser image, then output that image in a PDF file, is it possible??
  21. Can ubot do FTP to a server somehow? I tried searching FTP via the forum search feature but, unfortunately, no results.
  22. I hear ya, i didn't mean to make any misrepresentation on the bot bank, I do however apologize for coming across that way. But yea I guess if it doesn't slow anything down at all when creating bots, I don't really see a problem with it but i was under the impression for some reason that this was the case. No biggie though thanks for the answer. And yes, that did clear it up for me
×
×
  • Create New...