Jump to content
UBot Underground

Jeff

Fellow UBotter
  • Content Count

    23
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Jeff

  • Rank
    Member
  • Birthday 01/04/1988

Profile Information

  • Gender
    Male
  • Location
    Phoenix, AZ

Contact Methods

  • Skype
    jeff_schuler

System Specs

  • OS
    Windows 8
  • Total Memory
    4Gb
  • Framework
    v3.5
  • License
    Standard Edition

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I actually already thought of trying to do that, but I couldn't figure out how to scrape one of the other comments and the name of the commenter!! Do you know how to do this, say on a wordpress blog?! If so I would greatly appreciate a point in the right direction... Thanks man
  2. James - THIS is what I was looking for the whole time. Thanks for the tip, this is the way to get this thing to work without it getting halted by an error every time. There are a lot of issues so far that I've been able to overcome and when I'm done, I'm going to share them right here. When given a list of wordpress blogs, my bot can step through them one at a time and comment all day long, mixing it up in all sorts of ways. The tricky part is getting a list of blogs who's platforms are consistent with one another (e.g. all wordpress, or all blogger etc. etc.). Also, another ti
  3. The only way I can seem to distinguish between the different "Leave a Comment" "* Comments" "Comments *" etc. possibilities is to use Choose By Attribute. The problem is that I can't use Choose By Attribute in my qualifier field of the IF statement. So I guess my question is, how am I to ever try one thing after another by nesting IF statements if I can't use the choose by attribute as a qualifier? Of course I could delete the qualifier place holder and just stick a Choose By Attribute in its place, but I don't think that will work. I know this is probably a disconnect in my knowledge l
  4. Abs - Thanks for taking the time to write out this comment, I really appreciate it. I'll be back in here to provide updates on my progress for anyone who is interested.
  5. Frank, quick question for you. You said that if the field I'm searching for doesn't exist on the page, it will not affect anything. I'm having unpleasant results in regards to this when having a bunch of "choose by attributes" one after another, looking for different links on the page that either say "leave a comment", "# comments", or "comments #", to click on. So each of my "choose by attributes" I put in a row go like this: Choose by attribute (outer html) "<A class=comment-link onclick=""href="*">* comments</A>" wildcards Choose by attribute (inner text) "Leave a commen
  6. I've drawn out the whole process on paper and planned each individual smaller subroutine. So I've got a good plan. But I've never thought about it like you just said, just firing at several and hoping that I have a good percentage that hit. I think that will be much easier than trying to have a portion of the bot be a quite sophisticated "decision maker". Thanks for the tips, I think I'm going to implement this. Has anyone else out there made something like this?
  7. Hey Ubotters - My Goal: Okay, so I'm working on a bot that will troll around blogs all day long dropping comments for me. Here is the process I'm working with so far: My Routine: 1) Subroutine 1: Visit google blogsearch & parse out a large list of keyword related blogs for commenting on. (Thanks to JohnB with help on this) 2) Subroutine 2: Visit each individual blog URL and determine whether or not it knows how to comment here. If so go to step 3, otherwise loop to next URL. 3) Subroutine 3: If there are comments, copy the most recent users comment and name and make the same c
  8. You. Are. My. Hero. Thank you so much!
  9. Or if anyone knows a dependable source where I can scrape an exhaustive list of active wordpress blogs for any given keyword or niche...that would be baller as well.
  10. Hey everyone, here is my issue: I'm trying to scrape Google Blogsearch: http://blogsearch.google.com/. First, I navigate to that page, then type in what blogs I'm looking for and perform the search. Then, I want to scrape all of the urls from the 10 results returned. The problem is that when you do the search for related blogs, the only url that I'm able to get a scrape on is the green colored one that appears below each result. Within this url, Google inserts <b> and </b> tags to bold the word in the url that matches your search. Because I want to then visit each url, I can
  11. Thanks to everyone who helped me look into this problem! Super Dave - I used this code to check whether or not the user agent was changing and it indeed WAS! Meter - The script works great. The problem was with the caching of the user agent by browser within UBot, so I couldn't notice the change even though it was happening. For anyone else who is experiencing a problem with this script not changing your user agent, upload the code above to a directory on your server somewhere and navigate to that location after running the change user agent script, if it changes, you have succeeded.
  12. Thanks for looking into it for me, I really appreciate it. I'm going to use that script just posted and see if the user agent is changing or not. I'll get to that tonight and bring back my findings
  13. That's actually a great question. I'm not sure how to check whether it is or isn't. Does anyone out there know if UBot caches the page? If it does, do you know a way I can check to see if my user agent has changed or not after the execution of the shell script? - Jeff
  14. Yes, I've attached a screenshot of the console window so you can see it. After the execution of the shell script, I then navigate back to http://whatsmyuseragent.com in order to see if the user agent changed to the new one or not and it remains the same. Thanks a million for looking into this for me Console Window:
  15. Windows 7, The path I'm using to call the ChangeUserAgent.exe is the full path from the drive to the directory where it is located.
×
×
  • Create New...