Jump to content
UBot Underground

tycollins

Fellow UBotter
  • Content Count

    10
  • Joined

  • Last visited

Community Reputation

0 Neutral

About tycollins

  • Rank
    Member

Profile Information

  • Gender
    Not Telling

System Specs

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

Recent Profile Visitors

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

  1. Hi I need a custom bot. Please PM for details. Thanks.
  2. Hello, I have a network of Wordpress / Joomla blogs - and I need an automated article spinning/posting bot.. I need an advanced developer to improve on the bot I created already. The current bot I have does the job, but there are a few things it does not currently do. First I should explain what my bot does.. It uses a loop function: First it navigates to each blog admin url (over 200), it logs in using my admin credentials, then navigates to the new post page, posts the post title and body content from two seperate lists (that I create from files before I run the bot), it then checks
  3. Under the document commands, what is the command to grab the URL of the page? Thanks
  4. Hi, I have a list of website directories that include links to my site. I need to build a list of all the URL's of the linking pages. I have a list of all the directory URL's, and the navigation is the same for each one, -> Directory -> Category -> Subcategory, etc.. so I will create a loop that tells Ubot to visit each directory, navigate to the linking page, and then 'hopefully' add the URL of the linking page to a list.. That's it. Is there a command that will do this? Also, if there is an error like "page not found" or the directory can't be found can I instruct Ubot to s
  5. My bot was working ok but recently it's been missing form fields. I have a couple form fields that it randomly skips when making a submission, and then sometime the "submit" button is bypassed and the form doesn't get submitted. When creating the flow, I have clicked and dragged the fields over, specified lists of data the populate the fields, and created a basic "click chosen" for the submit button. Like I say sometime it works perfectly.. other times it misses the fields and submits the the form have complete, other times it misses the submit button and moves onto the next form without a s
  6. My question is, can I use a .csv file to fill out forms? I want to separate field data by columns.. like First Name in the first column and Last name in the second column, then jump to the next row for the next form. I have watched all the tutorials and can't figure it out. Is this possible?
  7. Hi, my bot will be logging into my blogs using a loop and nav using a file of blog URL's. I'm creating a sub script to make posts to each blog, and hope to use a .csv file with all my posts. I want to use a .csv file with the first column as post titles, and the second column as the articles/posts. So when the blog's admin "new post" interface is in the browser, and I need to fill the title field and the post field with the content from the column 1 cell, and then the column 2 cell in the .csv file, how to I do it so that it will move to the NEXT ROW for the next blog it navigates to?
×
×
  • Create New...