Jump to content
UBot Underground

Jpizzo

Fellow UBotter
  • Content Count

    27
  • Joined

  • Last visited

Everything posted by Jpizzo

  1. Guys, I am having trouble setting a 4 number variable and having it increment. Ex: 0000, 0001, 0002, etc. All it is doing is going from 0000 to 1, 2, 3, etc. Do you have any tips?
  2. Guys, I am having trouble setting a variable with four numbers, ex: 0000, and having it increment 0001, 0002, 0003, etc. Any tips? Sorry I posted this in the wrong spot
  3. Technically, could I make just a table with one column and type out the html and variables in that single column?
  4. Thats just it, I don't have anything to sample for you guys. I am trying to simply take some html and then use variables inside of it to place the demographic info into it. I am looking for basically a type text tool then a save the text typed function. I like the idea of putting it into a table or list.
  5. found the answer to csv files but still trying to figure out how to get ubot to type out html and save the file
  6. This has two parts. I have a list of zip codes I need to put into html files then later I'll put them on the web. Why does my list get chopped up? I'll provide a side by side example. Yes before you ask, I save as comma delimited. I am going to upload a screenshot so you can see. Second - I want to use those zip codes and cities to plug into an html file I am going to create. What I have is a lot of cities to plug and it would take forever. No I don't want to use a database since my boss wants the files individually done. I dont see anything on ubot that can take that variable data and ty
  7. http://posting.albany.backpage.com/online/classifieds/PostAdPPI.html/alb/albany.backpage.com/?u=alb&serverName=albany.backpage.com&category=5416&section=4374 Guys when I make a script to navigate to each of the pages I have which is over 400 of them, I want to post to each biz op page for an actual job that I am offering for sales reps. Anyway I go to the page that you see above and now have to scrape each one and pick them each in a new navigation. Blah blah I can't scrape the href's and it's got me going crazy here is the code: loop($list total(%urls)) { navigate($list it
  8. I have a list with 11300 different cities and I have another list of URL's with 485. I want to trim down my list of 485 urls because they have the city included in the url itself. How can i make a list compare against the other list and eliminate all of the unwanted urls? I havent even started working on this but wanted more of some ideas on next step.
  9. guys that worked.. Zap your script was what put it over the top and now I just need to take the time to learn what it is actually doing. Thanks.... If you did a youtube video on it explaining the stuff that would be awesome but if not then thank you. Itsexspert yours worked too but just a lot of text in that first deal but thank you as well.
  10. Guys, It's been a while ( a few years ) since I have used UBOT. I am trying to use it to jump on backpage.com and scraping the United States only hrefs. I am "navigating" "adding list to list with scrape element and the element I'm using is class="united-states geoBlock"" I am trying to grab all the hrefs with-in that block but it grabs nothing. I can grab all the hrefs off the page but that does me no good. Any ideas on what I'm doing wrong? I am adding a screenshot to give you an idea..... Please Help me get back up to speed.......
  11. Guys, It's been a while ( a few years ) since I have used UBOT. I am trying to use it to jump on backpage.com and scraping the United States only hrefs. I am "navigating" "adding list to list with scrape element and the element I'm using is class="united-states geoBlock"" I am trying to grab all the hrefs with-in that block but it grabs nothing. I can grab all the hrefs off the page but that does me no good. Any ideas on what I'm doing wrong? I am adding a screenshot to give you an idea..... Please Help me get back up to speed.......
  12. Hey all again. I scrape a yellowpages web site gathering addresses and phone numbers but the bit won't scrape the last page because I run the add list to list command inside of a loop while statement and the loop while looks for the next tag. When it gets to the last page it fails to scrape it. I somehow remember a trick was said about how it could be scraped but I can't find it
  13. I will provide a sample this evening but Im trying to get my computer back up after the new update...
  14. Ok this time I am trying to add list data by scraping it from yellowpages.com. I do all the usual stuff to navigate and search my terms then I scrape the data and here is where the problem comes. I run the add list to table as column inside of a loop I set my row and set my column both to 0 then scrape the data finally navigate to the next page. The scraped data gets written over because I'm guessing the row goes back to 0. How do I fix this and if on page 1 it scrapes 20 addresses and phone numbers then page 2 it will continue to the list and not rewrite my first 20 rows? Thanks I love y
  15. Where would one "acquire" this plugin?
  16. Hey guys, I've been using ubot for over a month and can scrape data just fine but I want to do more. I want to use ubot to create thousands of websites on a dummy domain and even have ubot make subdomains. Giving the appearance that my site is getting lots of link traffic. Any pointers where to start looking or feedback of how this can be done? I don't want to use wordpress, I just want to upload a single html page with the links then submit to google, bing, and yahoo and finally ping the site. I haven't seen anything about doing this in action just saw it apparently can be done.
  17. I'm scraping emails from yellowpages.com and I can scrape the email but it always has the mailto: in my list. I want to remove that before I save it or remove it from the start. Should I use regex or some other way?
  18. I added like 100 likes yesterday with a bot I built then Facebook gave me a nice JavaScript alert saying I was blocked for two days from adding likes which is weird because I ran the bot again and still liked more pages
  19. I posted this before but I made a bot to go to facebook and search for a word thus giving me a list of pages. I want to scrape those pages into a list and capture each one. My code is: type text(<aria-label="search">, #search, "Standard") clear list(%pages) add list to list(%pages, $scrape sttribute(<class="text">, fullhref"), "Delete", "Global") but when it scrapes the data it only gives me one link and not all the links. This is all happening within a javascript window, I presume. Any help will be much appreciated! I am including screen shots to show you what I mean. Yes
  20. Ok this is what I have and let me know if I am doing this wrong. I go to facebook, have a status box with an if statement that runs if I have a UI checkbox true, then I search for a term. My code for the scraping of the URLS is here: type text(<aria-label="search">, #search, "Standard") clear list(%pages) add list to list(%pages, $scrape sttribute(<class="text">, fullhref"), "Delete", "Global") This is an updated image explaining it the best I can.
  21. Hi guys, I'm trying to make a bot to click on the pages in facebook and I have included some screen shots to give an understanding. The first thing is to have ubot search for people, places and things in the top search query box, the search is going to be based on a UI text box with variable that a user can select a keyword for. After the search is done I want ubot to click through each one and making a post if it is possible and if not move to the next one (an if else statement?) My screen shots shows what I'm talking about. Edit: I forgot to add that I want to do this to multiple pages
  22. I've looked but didn't see any element that's specific to the iframe text box. Ill post the HTML and a link when I get home.
  23. Okay here is the deal guys, I have a bot that is going to go into a forum and automatically post a subject, body, and tags. Here is where the problem comes, the bot logs in, starts a new post, adds the subject, and then the body ( which is contained in an iframe window, much like this writing area, they are exactly the same ) and then it posts the body also into the tags area. Is there any way to contain just the body element and allow the #body variable to post only within that? Or the root question, how can I select a block of text and then delete it thus allowing me to add the tags after?
×
×
  • Create New...