Jump to content
UBot Underground

BeerNut

Fellow UBotter
  • Content Count

    155
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by BeerNut

  1. Mind pasting your code here? I was looking at doing this.
  2. So can the protection features be used without the license system? I could really use the protection system now but moving over my entire license system from the current system may take a while and lots of new coding.
  3. Can I use this system just to obfuscate my code but not use its license system?
  4. They also invite paying customers. I have done most of my business by converting trial customers into paying customers.
  5. Funny. I didn't mean html. I ment the uBot side of things.
  6. I am about to upgrade to the developer version from pro and I want to start working on a html ui but I can't seem to find much on the subject. Most all video tutorials I have found assume you have the basic or pro version and don't mention the ui html components. I would love to create something as in depth as this http://www.ubotstudio.com/forum/index.php?/topic/10882-check-out-some-cool-things-you-can-do-with-the-ui-html-panel/ but really don't know where to start. The last page of that topic AutomationNinja mentions a thread http://www.ubotstudio.com/forum/index.php?/topic/11928-graph
  7. Seems I lack the ability to PM users. I submitted a support ticket with a screen cap of my PRGold. I also attempted to purchase the software but could not quite seem to do it (paypal issues?). Can you just send me an invoice? My email is the same for the support ticket. Nevermind, paid with another paypal account and saw your support ticket emails. Thanks
  8. So the standard plan allows for creating trials, but they are only hardware trials? Meaning that with standard I can not create a 1 day trial of the bot? Also does the old ProtectGold system for 3.5 count as a competing product?
  9. This is amazingly useful. Thank you very much.
  10. I can't believe he didn't email his current users to tell us about the new version or this promotional price that he had. I have had a v3 ProtectGold account forever now, it would have been nice for him to tell us that a v4 was out. I would have never checked here for it, I don't use the forums except for support. Not a cool move especially since the offer is long over.
  11. Ah awesome idea, I didn't know if the normal IE settings would transfer though to ubot IE. It makes sense I just never thought about it. This will speed things up considerably.
  12. Can we set up ubot to a html/source only mode? I don't need all of the images and the whole website to load every scrape. All the extra loading is doing is eating up ram and bandwidth. My newest bot mines though at least 10k pages, and takes hours and hours with fully loaded websites. Also I tried to search but it seems "html" is not search-able, searching for "html source" only searches for "source".
  13. I was trying to use your sample script to compare two saves lists but I was never able to get it to work without error because the lists did not have the same number of entries in them. How can you compare two lists to remove duplicates when they have different lengths?
  14. Any ETA on the "save file as" so we can download photos and files?
  15. Ah nuts this was the next problem I was having with my bot, I need it to save images to the HD and retain their file names. Guess I get to wait for this feature.
  16. All of the subs are being run in my source, since I couldn't have them all in one sub because of the "if-else" problem I had to break them out into their own sub. Then call a sub that ran all of the subs. This is because if the the search page came up false I needed to add a $nothing since you can not have a empty field when making a csv. I have looked at your SailboatFix bot but I don't see how its doing anything different than my current bot. There is no need for the #Class since your code is doing the same task but with an extra step. The one thing I am interested in is if not -> searc
  17. I don't know how to use the not function in regards to the search page feature. What I need is if (search page) then (scrape page) else ($nothing) I tired if (not)(search page) then (nothing) but it error-ed while making the csv meaning it did not place the $nothing as needed.
  18. I had been following the page scrape tutorial on ubottutorials and I can scrape data if it never changes. I have now run into a problem where some times the information is there and sometimes its not. To make things harder I am putting this information into a csv. The Problem: I am now using If-Then to scrape the data. If it searches and finds the data then it scrapes, if not it puts $nothing in the list. The problem is that it always puts nothing in the list. I really wish uBot had a "else" that was at the bottom of then like C so I could figure this out better. I have tired to keep them al
×
×
  • Create New...