Jump to content
UBot Underground

Josh

Fellow UBotter
  • Content Count

    348
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Josh

  1. So I came up with a small work around when scraping gigantic lists to reduce the memory used in my bots and keeps them from crashing. Before this fix the bots would get to about 40k scraped urls and then freeze up and the only way to even shut them down would be to end the process in the task manager. The work around is basically this... once the list reaches 10K it saves the list to a text file. The end result being a bunch of numbered text files like search-1, search-2, search-3 etc. Previously my stat monitor was tracking the total number of urls scraped by exactly that.... setting
  2. looking forward to this as well!
  3. I just picked this up! great plugin I would also like to see zip file extraction!
  4. well the proxies are stored in a table from another part of the bot and the first part of the proxy changing and credentials setting is done previously. Sorry I didn't mention that above. I was really having a hard time checking proxies and moving on to another if the proxy was bad. I had all kinds of if then commands.
  5. ok so after hours of coding and recoding I think I have this figured out... loop while($not($exists(<id="idDiv_PWD_UsernameExample">)) AND $comparison($add(#proxy num, 1), "<=", $table total rows(&proxies))) { change proxy($table cell(&proxies, #proxy num, 0)) change browser properties() change useragent() navigate("http://hotmail.com", "Wait") wait complete() increment(#proxy num) wait(1) }If anyone has any thoughts or a better implementation I would be happy to hear it. This is looking to see if the username field does not appear on the page
  6. So I'm working on my first public bot that uses proxies. Because people (in general) are stupid I'm trying to make it as mistake proof as possible. I don't need someone to explain to me how to make proxies work. That is easy enough as I have proxies working and changing already. What I'm am hoping to get is some advise on how to implement them efficiently. I understand how to do this, but I think I'm just coding it really inefficiently as the bot is really bogging down as I'm working. This particular part of the bot isn't anything special. It is simply creating hotmail accounts to be used
  7. So I tried it out, and it's pretty cool. If you made it so that you don't have to use images for the tabbed ui and you made it so that you could add more than just 5 items to the tabbed UI I would def purchase it, but those two limitations means that I have to host images for bot I build on my server and I'm limited to only 5 tabbed menu items, and that pretty much won't work for me. If you decide to add those two functions hit me up and I'll make a purchase!
  8. So I have a list that has a bunch of duplicates in it. I am getting rid of the duplicates and outputing the list to a variable. But I would also like to output the duplicates to a variable so that one variable shows the list without duplicates and the other variable show the list of duplicates. I know how to remove the duplicates just not how to show which duplicates were removed. I have tried using the subtract lists parameter, but that doesn't seems to work. Any ideas? Example: Original list.... dentist Plano dentist Plano best dentist Plano dentist Dallas best dentist Dallas great
  9. Yup That's pretty much what I had to do. Wish there was a live update option.
  10. Thanks WillyWonka! However I know how to do that one. That's not what I'm trying to do. I wanted the stat monitor to update when I paste the lines of text into the block text, not after I run the bot.
  11. Is this possible? Can anyone share how to do this if it is possible? I have a block text area to paste a list into. I would like a stat monitor to display the number of lines in the list when the list is pasted into the block text area. I know this is possible with the regular ui stat monitor, but how do I get this to work with the ui html panel?
  12. Sorry guys the forum will not allow me to post the compiled file, probably because it is an executable.
  13. It was created with DEV version. I can compile it and send it to you if you like.
  14. not sure about that. I will try it. If it doesn't work I will have to do it Duane's way.
  15. So I'm saving a bunch of screenshots and I would like to save them as 001, 002, 003... rather than 1,2,3. As I'm sure many of you know that when you have a list of files named 1,2,3 many times files 10,11,12 show up before the 1,2,3. I tried doing this in ubot setting the variable to 001 and then incrementing the variable, however after the first file is saved it reverts back to 1,2,3. I understand why this is happening, but can't figure out a good work around for this. Does anyone have any ideas on how to go about this?
  16. here you go... Code view: ui html panel("test: <br> <textarea rows=\"5\" cols=\"50%\" variable=\"#test\" fillwith=\"value\"></textarea>", 200)
  17. Any idea when this new product will be available? http://66th.net/protect-gold-for-ubot-4-x/
  18. Hey does anyone use beta testers for bot you plan to sell? If so where do you find them? Do you get them from ubot users or elsewhere?
  19. I have just recently began using Cpanel. Previously all of my hosting had been on dedicated servers, So I do have a lot of experience with WHM, but never really needed to login to Cpanel much. I am currently using SEOHosting.com (child of hostgator) I logged into my Cpanel to setup a wildcard domain, and there was already one setup there. Is this a normal thing for shared hosting or does this widely vary depending on hosting company? Any feedback is greatly appreciated.
  20. Wow! Looks nice. Wish these were available when I first started using ubot.
  21. I don't understand how this is any protection at all? If one person buys the bot, couldn't they simply share that bot with anyone and it would always work? since the password it built into the bot?
×
×
  • Create New...