Jump to content
UBot Underground

TheMentalist

Fellow UBotter
  • Content Count

    78
  • Joined

  • Last visited

  • Days Won

    1

TheMentalist last won the day on September 4 2012

TheMentalist had the most liked content!

Community Reputation

4 Neutral

About TheMentalist

  • Rank
    Advanced Member

Profile Information

  • Gender
    Not Telling

System Specs

  • OS
    Windows 8
  • Total Memory
    < 1Gb
  • Framework
    v3.5 & v4.0
  • License
    Developer Edition

Recent Profile Visitors

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

  1. With ubot, you can specify what browser is being sent to the host. This can affect things like layout, etc. For instance, to simply things, many people set the browser to a mobile version since mobile pages are usually simpler (and fast loading). The doesn't actually affect the uBot "browser" but does affect how the remote host sees the browser.
  2. In general, Google will look at obvious things... 1) Exact same content But, lately... they've also added: * Same number of paragraphs and sentences per paragraph and same number of words per sentence This allows this to check for the most basic of spinning - at the word level If you want to avoid dup content penalty... Take your article and re-write every sentence so that your spinner can choose one of two sentences. Then, spin each sentence. I like to also write an extra sentence or two that I add into one of the sentences so that it changes the sentence count. For example:
  3. Did you try changing the browser type? or just sending an {ENTER}?
  4. Thanks buddy! I appreciate the help! That seemed to do the trick... SORT OF... When I plugged that in... it DID find the email... but it only included PART of the URL... From To activate your account you need to confirm your e-mail address by clicking on this link: http://dashboard.bloglines.com/confirm/email/2daee3ff220e57635df0fac2b5a21bc2019b5beb?url=http%3A%2F%2Fdashboard.bloglines.com It only grabbed: http://dashboard.bloglines.com/confirm/email/ What am I doing wrong?
  5. Thanks BotGuru.... So... it looks like you put a \ in front of the . / correct? and then a \.* for the wildcard?
  6. If you have code that launches on a HTML UI button push, do you still need to click start? I don't remember having to ever hit start with my code launched via a html button onclick event.
  7. I seem to be having an issue actually finding the emails... I'm looking for: http://dashboard.bloglines.com/confirm/email/2daee3ff220e57635df0fac2b5a21bc2019b5beb?url=http://dashboard.bloglines.com And in the regular expression, I entered: http://dashboard.bloglines.com/confirm/email/.* My full code here... lots of comments so I can tell what's going on: ui html panel("<html> <body> <textarea id=\"log\" name=\"log\" variable=\"#log\" fillwith=\"value\" cols=\"40\" rows=\"15\"></textarea> </body> </html>", 300) set(#log, "Starting...</br>
  8. I've had the most success uploading them elsewhere... for mulitple reasons. #1... I can change the graphic without deploying a new version. #2... I can see who is hitting the graphic and therefore, who is using my bot #3... It keeps the size of the bot lower
  9. You can try Fiverr... gigbucks and some of the other sites like that. No need to do the work for $5... just say "I will work on a custom bot for you for 1 hours (or 30 minutes or whatever) for $5. Tell them to contact you first. Then, only take jobs for bots that you have already done and only require minor mods - or that you think will be popular and can do the same. For similiar sites, check out: uhype.com, gighour.com, justafive.com, gigme5.com, i-will-do.com, gigswood.com, zeerk.com (if it's back), and others. Once you get your basic bots down, you're charging $5 for 5 minutes of wo
  10. Um... you lost me there boss. Where would you actually set the if statements? It seems like you'd but those in right before the navigate in the process emailst... correct? I'm still trying to get a handle on the regex's too...
  11. Fixed this.... 1. Grab the line to a list broken by ":" 2. write the total list to table col 0 3. write rest of data starting at col 1 4. When cycling through, check the first column... if it's a 2, then just set the proxy ip and port, if it's 4, then grab the password and username. This allows multiple types of proxies in the same file.
  12. I wish I knew more about the verify email wizard. I'm working on a hotmail verification routine now and am running into issues.
  13. Professional or developer edition? In developer, if you use an html ui panel... you can just include a link to a banner graphic on the web. I have it pull from my site, so that later, I can always update the banner if I want to.
  14. So basically, if I want this to verify emails for various sites, I will need to code the verify address for each one... as well as the landing page confirmation?
  15. Can anyone tell me the best way to click on confirm emails in Hotmail? I see a "verify emails" command... but I'm not sure how to use it. Will it even work with Hotmail? I've also seen a video on YouTube that seems to be "the long way". What's the best way? Thanks!
×
×
  • Create New...