Jump to content
UBot Underground

Aaron Nimocks

Moderators
  • Content Count

    432
  • Joined

  • Last visited

  • Days Won

    7

Posts posted by Aaron Nimocks

  1. OMG thats confusing. :)

     

    If I understood it correctly cant you just set another variable when thats done then when it goes to sub1 and then to sub2 it will see that variable is set and do something else?

     

    This is the pain of putting subs inside of subs.

  2. I would just find 1 article directory for now that you want to submit to.

     

    Start with http://www.articledashboard.com/

     

    Now what you want to do is make the bot go to each process of logging in and then posting the article.

     

    Here is the process

     

    Navigate (http://www.articledashboard.com/)

    Click Member Login

    Change attributes for login details

    Click Submit

    Add New Article

    Change attributes for article details

    Submit

     

    http://www.ubotstudio.com/tutorials.aspx (Tutorial 1 and 2 should get you enough info on how to get 1 done)

     

    Then when you perfect on how doing just 1 of them you can start looking into how to do multiple ones.

     

    I may make this one my next project that I code and give away on my site. Seems people love article directories. :)

     

    To find more sites that use the exact same script you can google

     

    "powered by Article Dashboard"

     

    and that will give you a ton to find.

  3. ok...i scraped the confirmation link using a wild card like http://google.com/accounts/VE?service=youtube&c=*=en

     

    are u saying i should only scrape to "...youtube&" then nav to that with a wildcard?

     

    You need to end up browsing to the below URL

     

    http://www.google.com/accounts/VE?service=youtube&c=CKOGr6biuq72PRCAqubQkvD4zkY&hl=en
    

    In yahoo mobile the email is showing the & as a &

     

    So basically you need to take that URL in the email and replace all the & with & then navigate to it.

  4. so you have it working with youtube confirmation huh?...thats great...when i scape the url and nav to it...google says that its the wrong url or something...im going thru yahoo mobile (or whatever that is that Aaron showed in his tutorial) and i get into the inbox and open up the email by selecting the position...once in...i scrape the url and send it to a list then nav to the url in the list...did i miss a step?

     

    Yahoo mobile doesnt open in a new window so you dont need to scrape the URL. Just pick some of the URL that is unique and Select Attribute then Click It.

  5. Setting these up is really pretty easy. I was just playing around with one and made it in a few minutes.

     

    The key is just to get your list of directories and seperate them depending on what software they use to run the site. For instance I think the most popular one is article dashboard. So if you have 200 article dashboard sites then they all use the same code for submitting an article. Really easy.

     

    The only tricky part is when you will have to choose categories. Do you want to do it automatically or manually?>

  6. Dont think that is a possibility at all.

     

    Only way I could possibly see this working (never tested) is if your library calls a text file on your server and then uses that data inside the library to fill out the code. But you would need a way to block people from browsing to that text file and at the same time not restrict libraries from pulling it.

  7. What I do when I need this done is save the Next List Item in a variable and use the variable when I a using the data. That way you can use it more than one time. If you position the set variable to next list item in the right spot in your script this will work fine.

×
×
  • Create New...