Jump to content
UBot Underground

Aaron Nimocks

Moderators
  • Content Count

    432
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Aaron Nimocks

  1. Scraping the links is easy. What I was wondering is how you plan to seperate the links since some of them are parts of movies and not the whole thing. Attached is how you scape it. Just change the filepath on where to save the txt file to test. promos.ubot
  2. On that page there are 38 versions of the movie. Some of them have a few links each and some have 1. You want to scrape all the links? Problem I see is how you are going to use this info after you scrape it since it will just be one long list.
  3. You dont need a list. Your list is 1-last number. Watch this tutorial and you will see how to do it.
  4. After you swap to you your proxy then when you visit a page do it within a Sub Window and it will work.
  5. It will do everything you put in there. So below where you navigate to your site in the same Sub enter what you want it to do.
  6. If you need some still let me know. But me and Seth figured it out today. If you run private proxies just do it in Sub Window and it works perfect.
  7. If you are referring to this one then yes. This is not UBot Studio software and is a standalone windows application. You can add your own sites in this one.
  8. Yes, please help me bug the crap out of him for this!
  9. ZAP is correct. The only way to make a submitter for directories and articles for multiple sites is to get all the Categories and ID's for each before hand. That way when you are submitting your site under the Business category it knows what ID to pick for each site. This is a long process to get all that and put it all together but it would be worth it when done.
  10. Can you attach your .ubot or make a screenshot? Would be easier to help.
  11. These are 2 major bots. I could possibly do them but wouldnt be able to start for a few weeks. Without seeing the sites also I would estimate this taking a long time to make and very expensive.
  12. If you use it on DP I will ban you there. No, it wouldn't because they use captcha. Also wont work for smart vbulletin owners that setup permissions for new users so they cant do this. The majority of sites don't do any of those though.
  13. Nope. But if you can save those parameters in a txt file and have UBot read the parameters when it starts, then yes.
  14. This tutorial turned out a little longer than I wanted but it shows how to create a PM spam bot. Included is the source code and the compiled version. There is a few changes from the .ubot and the video. Mainly I changed how it recognizes if there is a valid person to send the PM to and I fixed the counter. Heres your vBulletin PM Spam Bot tutorial!
  15. Getting a normal one is pretty easy. Takes an extra step though. Just scrape the page and then run it through an online extractor, then scrape the results.
  16. What you can do is after you enter the username do an IF STATEMENT and SEARCH PAGE for the text that appears if it alreadys exists. If it is found then select another and do the search again.
  17. Yes, that is what is good about UBot for scraping images is you have full control over the filename. So it can be anything you want really.
  18. Instead of a loop use the while statement. Then when you want to break out change the value of a variable so it will no longer "while".
  19. Create an IF statement Then right click on the screen what you want it to find. Then go back to the qualifer and pick search page. Within the selection given should be the text you want. All you do is select it. If you dont find it then just type it in.
  20. Save the URL you are on in a variable. When you want to go back just navigate to the URL you saved.
  21. Never tried this but why dont you ALWAYS have it go through the motions of doing it. If it does not exist then it will most likely just go through the code and it wont do anything. So no harm done.
  22. I tried for about 10 minutes when you initially made this thread and got pissed off and quit. I dont know what eBay does but they have something funky going on. Actually I didnt check to see if it was in an iframe. That could be it. When I was right clicking on the description it seems like it wasnt reading it. It was showing div,table,ect tags it was going to HTML like it was looking at the whole page. It was very odd.
  23. Not sure what you mean by THEN Should be IF NOT Search Page -> Keyword Navigate (google) If that doesnt work then delete that entire block and re-enter it. Make sure you select If first, then Not in the top blue box, then Search Page. I know I try to add a NOT in later and it wouldnt work. Had to rebuild it.
  24. I tried this for about 30 minutes (sent you an email too). I really dont know why I can't scrape yahoo URLS. It almost seems like a software issue but I don't like pointing the blame. I know the code WILL work and it does but ONLY scrapes the one I actually right click and scrape on. Then if I right click and scrape on a result that didnt save and run it again (using the exact same format!) it will now scrape that result too. Now when I go to the next page, none of them will scrape, unless I physically right click and scrape that individual result. Once again, it will ONLY scrape that one.
×
×
  • Create New...