Jump to content
UBot Underground

sputnik13

Members
  • Content Count

    133
  • Joined

  • Last visited

  • Days Won

    5

Posts posted by sputnik13

  1. I have been Using Steve Aylor's backlinkenergizer. It seems to be working pretty well though it is a bit of work to set up for massive numbers of backlinks. (A single "cluster" of sites does about 1,000 links in a month), but with WP 3.0 using multiple subdomains you can automate as many as you need. This method can get you up to about 90% indexation as measured with scrapebox.

     

    When testing previously RSS and pinging the best indexing I got was about 35%.

     

    http://linkjuicemaximizer.com/

     

    looks like it may work pretty well, just have to try it when it finally rolls out.

     

    Thanks for the props on my Energizer tools :-)

     

    combine the two methods ... make rss feeds out of your long list of profile urls.

     

    2000 profile link urls / 20 urls per .xml rss feed url = 100 urls to now "index"

     

    toss the 100 rss feed .xml urls into the energizer ... bake on high and get rockin.

  2. Thanks for the suggestions guys.

     

    And sorry, I honestly can't bear to watch those tutorials. The newer one's aren't so bad. The only way i'd spend the time watching the tutorial is by downloading it and watching it sped up x2.

     

    Wow ... ok - theres nothing like "kicking the gift horse in the teeth."

     

    Guess he could have just said RTFM? [ oh wait - there is no manual is there? ] :)

     

    Not sure why it wasnt said earlier - but it appears you need to use some of the basic list manipulation commands in uBot - like $list position.

     

    Not totally positive but this should take u in the right direction

     

    http://content.screencast.com/users/sputnikkk13/folders/Jing/media/70661fa2-4e02-483e-8d0e-d137f5468f68/list-stuff.png

     

    http://content.screencast.com/users/sputnikkk13/folders/Jing/media/fdbd3c3b-7ca2-44e4-a652-afe861fd0668/list-stuff-2.png

  3. Im trying to use aaron nimmocks Yahoo email verification bot as base source - but it doesnt seem to be clicking the links!!!

     

    - went with yahoo cuz you guys say its bestest ... I do like google for sign ups as you cna kinda make it a catchall with these tricks

     

    - bobsyouruncle@gmail.com ... is also the same as ...

     

    - bobs.your.uncle@gmail.com

    - bob.syouru.ncle@gmail.com

    - bobs.your.uncle+99@gmail.com

    - bobsyouruncle+100@gmail.com

     

    all will and can be delivered to the 1 gmail account. So long usernames prior ot the @ sign when creating gmails can yield good stuff. Many sites will view those modded email addies as "unique" - some do notas they try and validate the email prior to registrations.

     

    Can that be done with yahoo's ?

  4. Had the very same problem, came from the iMacros world of botting - and they just "append to file" Just as in-elegent to be sure but the only way Ive seen or read to do this in uBot is:

     

    1. use a .txt or .csv file to store success or failures.

     

    2. check for success on page

     

    3. if success - read log file in to a %list via %add to list from file

     

    4. add to list [ the new successfull URL or info you wish to add ]

     

    5. resave new update list to log file.

     

     

    My code and nodes are attached as an example.

     

    Id love to find a better way!!! So please if folks have a way to make this better Id love to hear or see it.

    post-691-12774800624489_thumb.png

  5. Hey there ... the Bypass Captcha command/function - whatever it is ... really sucks down the system resources as it waits for the reply is processing or what ever its doing. Should i toss that beast node in a thread and let her rock?

     

    Not sure it would do anything good?

     

    Advise....

  6. Is there a way to make it so the error messages dont stop the bot OR that we can direct the script to a certain NODE upon an error - like onto the next site in the list ...

     

    Sometimes the sites / platform are slow or backing up ... and elements cant be selected - and thus UP pops the error and the bot is now stopped. And since its designed to work while I grab my meager 4-5 hrs of pillow time - its sucks to wake up and see your bot is stuck at site 65 of 500.

     

    Help a newber out please ... idears?

     

    Gracias in advance

  7. I'll probably endup using both services for my bot but what is best - fastest and more relaible to use from a uBot users and coders perspective - gmail - yahoo ... or other freebie email service for clicking account verification links ?

     

    I did a run on a community site last nite - uses captcha and email verification.

     

    bypasscpatchas seemed to rock 265 sites - < 20 failures logged in the results file . However; i only rec'd 112 emails to the Yahoo email account.

     

    Im running the same test using gmail to see if its the bot - the community or the email account host or ???

     

    I also need a bot to click a very easy confirmation link ... if you got the base bot code for that and want to hook a brother up - this one would be MOST grateful!!

     

    thanks peeps

  8. ROFL

     

    Refresh the screen a few times. LOL No I have not tried that. But you are correct.

     

     

    nah just refresh the captcha image like on the recaptcha's ya can hit refresh.

     

    Barring sending spectacles to india or indonesia or wherever bypass captcha exists - not sure what else to do with some of these mind numbing captcha images

  9. Here is the code behind the image

     

    <img width="201" height="61" border="0" alt="Registration Image" src="image.php?type=regcheck&imagehash=56287090e911c58dc6e4ec38ce94d2ed" id="imagereg" style="cursor: pointer;" title="Registration Image">

     

    Here is the image:

     

    post-723-12771674465325_thumb.jpg

     

    I am using bypass captcha but it is not coming close. I can't share the site because I dont have permission from the customer.

     

    Thanks!

     

    Buddy

     

    can ya make it refresh the image a few time before grabbing it?

     

    I may be just anecdotally perceiving that the capcha images [ recaptcha's anyways ] seem to get simpler after a retry or two.

     

    totally spitballing here

  10. Other services are very possible to put in - just save the captcha image, open up a new subwindow, navigate to the captcha breaking company, upload the image and your id. They will then return your text which you scrape to a variable, subwindow closes and you put in the text where the captcha should go.

     

    fully serviceable solution to be sure - I was doing that with BeatCaptchas ... but its sooooo much more involved to code and 2x slower than bypass captcha - imho. As well the error rates were higher there [ beatcaptchas ] ... the Bypass Captchas function in uBot is much more elegant a solution, faster and easier - and seemingly more accurate with less moving parts to code.

     

    Sadly ... manual is THE fastest solution yet :-)

     

    Here's some text trying to explain what is going on ...

     

    Step 1. Choose Captcha Image "by attribute"

     

    Step 2. Choose Captcha Functions - select Bypass Captcha

     

    Step 3. either hard code or make a UI box for your bypass captchas ID code they give you when you sign up for their service

     

    Step 4. uBot Bypass Captcha function automagically sets the captcha image response text as system variable $captcha.

     

    Step 5. Choose attribute - form field where the captcha image text would normally be manually entered by registrant

     

    Step 6. Change attribute value of form field for captcha text to $captcha

     

    HTH

     

    Sputnik

  11. Wheres the damn Insert Node option? - The insert node option is not needed with this new fancy interface :)

     

    Why can i not rt click on a node in my bot and EDIT it vs. having to start over or drag a new node in and so it over? - Works fine here? :) Whats happening for you? Some veeeery old bots might fuck up with the editing, but thats some rural bug which we haven't had time to solve yet.

     

    What captcha service is now the best to use? - I would go with bypasscaptchas, they're very stabile!

     

     

    Ok well thanks for humoring my DAQ [ Dumb Ass Question ] - im a little late to the Insert Node drama fest - a little more search found out the reason why I wanted to shove my fist thru the monitor and grab the guy who changed that feature by the juggular ... I will take my cro-magnum ass and evolve I guess.

     

    Yeah I guess my bot was an OLDie - i had resisted the new version upgrade after all the hoopla over the compiler issues etc ... so it went from old code to the latest. Some nodes are 'editable'. I'll live.

     

    On a good note - thanks for the tips on the tips for Bypass Captcha!!! works a treat. A little slow but 2x as easy to work with in a real API vs. BeatCaptcha's klunky pop up windows :-)

     

    Just finished a run of 250 sites - i think it registered 15-16 errant captcha tries. Damn good imho - far better than decaptcher and beatcaptchas by a long shot.

     

    any folks have a faster but similarly reliable service - without the pop up window drama fest?

     

    Thanks guys ... [ and gals ]

×
×
  • Create New...