Jump to content
UBot Underground

mk21

Fellow UBotter
  • Content Count

    64
  • Joined

  • Last visited

Everything posted by mk21

  1. This is probably a stupid question that I already know the answer to, but I built a bot that I want to trigger from an email. So I have to monitor my Gmail account for the email to trigger it. Is there a better way than just running it as loop while 1=1 using IMAP connection?
  2. Many, many, many thanks to TJ for helping me out with this. He's my hero of the month at this point, and I don't see anyone giving him much of a challenge.
  3. Oh it seriously can! The abilities of some of the people on here are quite amazing, and the amount of free help they give is even more amazing.
  4. Thanks for the response, but I guess I wasn't clear enough. I have to use SQL Server to store the data for my business (3rd party software). So what I need to be able to do is communicate between uBot and SQL Server, but I think the only way I'll be able to do so is using either mySQL or SQLite as a bridge somehow. I'm just slightly stumped at the moment as to how to accomplish this.
  5. Unfortunately, no one seems to have developed a way to integrate uBot with SQL Server yet, so I need a way to transfer the results of a SQL Server query directly into either mySQL or SQLite so that I can use uBot to complete my process. Does anyone know of a way to do this, inside or outside of uBot?
  6. I am looking for a way to compile a list of folders within a folder, so that I can then loop through each folder one of a time creating a list of the files in each folder to play around with. Can this plugin do that? I have tried all that seemed like it might, but I can't figure it out.
  7. having the same issue. bumping for it.
  8. I do realize that this is a uBot forum, and if this had nothing to do with uBot, I wouldn't have posted it. However, this is a command that works in uBot, and I was hoping that someone that is familiar with both uBot and vb.net or c# would be able to help me understand the underlying code for the "change file field" command so that I could expand my knowledge base into a new coding language.
  9. Thanks for the links. Unfortunately, that's not really what I'm looking to do. I'm looking to click an "upload file" button on a web page and have it change the file filed to the file without opening the open file diaglog box. That's the only way I can fully automate the bot. I know it's possible because I can do it uBot. I suppose it could only be possible in C++ or C# which I don't know much about at the moment.
  10. I'm still pretty new to uBot, but I've mastered it pretty well for the things that I've needed to learn to make some very useful bots for my business, but as I grow, I'm wanting to do a lot of with SQL server, which I can't do with uBot unfortunately. So I've been forced to try to learn a programming language. I've chosen vb.net for now, but I could probably be convinced to go in another direction if it made sense. So I've tried to recreate my uBot bots in vb.net as a learning experience. So far, I'm still stuck on my first one. I'm hoping maybe someone on here is familar enough with vb.n
  11. Save both tables to file as .csv. Add both as add list to list (list from file). Save list as .csv file. Table from file.
  12. Are you resetting your account data at the end of every loop?
  13. Is it possible to scrape a pdf file located on the computer? In short, I have pdf files that I download and name using ubot, however, sometimes ubot skips a step, and any files after it skips wind up having the wrong name associated with them. So I want to be able to scrape the actual files to see if they match the file name or not. Anyone know how this could be done? If not ubot, do you have another suggestion?
  14. zonfar, I can't help you on this because I don't have that knowledge base, but are you trying to do this to lock a program to a computer for piracy issues?
  15. I am having this same problem. Here's the post I made regarding this a couple days ago http://www.ubotstudio.com/forum/index.php?/topic/11917-check-box-list-box-or-impossible/ In reading through this post, I think I'm having the same issue as the OP. For those that say this would not be useful, I wonder why you don't see our points. I have say 100 accounts that I need to check regularly, but I don't always need to check all of them every time. I am pulling orders from the accounts, and oftentimes, there are not orders on all the accounts. So I have written html that will create a check
  16. Thanks for the response Duane. Are you saying create this column for the original account information without using any html or after I've done the html? If it's before, I thought about that already, and I know I can definitely do that, but that's still going to make my user go into their .csv file and change y's to n's and vice versa every time they want to run the bot pretty much. While that's better than not having the option if there's no other way, I don't think that will make the bot seem very professional. It would be much more appealing to be able to do it from the UI panel IMO. A
  17. Ok so I have an update to this, but I still have a problem that I'm starting to worry may not be possible in ubot. I wrote this code: clear list(%Accounts) clear table(&Accounts) create table from file("C:\\Users\\ADMIN\\Desktop\\Combo\\TM accounts.csv", &Accounts) set(#table_row, 0, "Global") loop($table total rows(&Accounts)) { add item to list(%Accounts, $table cell(&Accounts, #table_row, 0), "Delete", "Global") increment(#table_row) } clear list(%html) set list position(%Accounts, 0) loop($list total(%Accounts)) { set(#html, "<INPUT NAME=\"account\" TYPE=\
  18. So I am trying to build a bot for resale that will allow my customer to access several different accounts. I would like the customer to be able to add and remove accounts on their own using a .csv file. I have the process looped so that it will do the entire list. Currently, the only way for my customers to only check specific accounts would be to delete the account data for those they did not want to check at the moment. Clearly that is a pretty major inconvenience over time. So what I'm looking to do is give them a way to check any number of individual accounts via either check boxes or
  19. So I'm trying to take a table that I've created from various scraped data and trim rows of data from it. A way that I know I kind of think will work is creating a new list for each column of data, then deleting the correct list position on every list, and then adding the lists back to a fresh table as columns. I am hoping to keep this as dynamic as possible as I may want to add columns of data later. I can't figure out a good way to create the individual lists as it seems it will not allow me to add a variable in the "List To Add To. I was hoping to just make the lists called "column_#row"
  20. Thanks for the followup. I was able to find a developer on freelancer that built me a bot that could do that a while back, but he refused to provide support for the product, and it quit working. So it is possible. I just have no idea how to do it.
  21. Just for a better understanding of the way scraping works, why is flash so hard to scrape from? Is there absolutely no way to do it, or is it just that it's not possible to do using ubot? Also, why am I am able to scrape from the first link type, but not the other two. Is the first one not actually flash?
  22. I have an inventory file on my server that I export every 2 minutes from my point-of-sale. I need to upload this file to my sales sites whenever my inventory changes at all. I'm looking for a way for any change in the export file to trigger the upload procedure. Is this possible with ubot?
  23. I am trying to build a bot that will allow me to put in a url for an even on Stubhub.com and scrape the quantity of tickets remaining and the lowest price of the tickets for sale. Stubhub seems to use one of the following three types of listings for all events: http://www.stubhub.com/kansas-city-chiefs-tickets/chiefs-vs-falcons-arrowhead-stadium-4076006/ http://www.stubhub.com/new-york-knicks-tickets/new-york-knicks-albany-times-union-center-10-20-2012-4078808/ http://www.stubhub.com/one-direction-tickets/one-direction-new-york-madison-square-garden-3-12-2012-4067933/ For the first type o
×
×
  • Create New...