Jump to content
UBot Underground

tycollins

Fellow UBotter
  • Content Count

    10
  • Joined

  • Last visited

Posts posted by tycollins

  1. 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 category boxes, clicks submit, navigates to the view post page, SAVES that new post Url to a txt file, and repeats the process.. and it does so successfully throughout my entire network of blogs without stopping.

     

    The output url list (from the view new post pages) is a very important part of this tool as I need that data for seo client reporting. When the software is done running through the network I have a txt file with hundreds of urls.

     

    If-Then functions are in place throughout the loop so that it won't stop and need a restart on error messages.

     

    Wait and delays are in place to allow for the appropriate time to pass between navigating, posting, submitting, etc.. so there

     

    I will provide this bot for open-source review if it will help during development of the new and improved bot.

     

    The new bot needs to do everything my original bot does, plus incorporate a few more advanced functions:

     

    1. Scheduling - I would like to be able to tell the bot to hit 50 blogs 1 week, 50 blogs the next week, 50 blogs the 3rd week, etc. An actual calendar scheduling feature would be great.. such as specifying to complete the project over 10 days. However the programming is best developed.. any scheduling would be better than what I have.

     

    2. Randomization - It would be great if we could randomize the blog sequence. Hit all blogs over a 2 week period, but randomly. As it is now I have to input a list that usually has all the blogs listed in the same exact sequence. This probably doesn't allow for natural content distribution so I need a randomization feature.

     

    3. Private Proxies - Switches proxies between posts. Harvests and cleans US proxies would be great as long as it worked perfect everytime, or at least allows me to upload proxies.

     

    4. Content Spinning - I need to upload an article and article title into the bot, both in spinning syntax, and the bot must have the ability to spin article output and fill the post feilds with spun content for submission.

     

    5. All-In-One SEO Pack - Spinnable Meta Titles/Descriptions/Keywords for these fields on the "new post" page in wordpress.

     

    6. Post Tags - specify keyword tags for posts.

     

    7. Joomla compatible - I have sites that use Joomla, and my current bot does not support Joomla. It would be great if this new one could post to the Joomla blogs as well, even if it was a different setting in the bot that had to be run seperately.

     

    This new bot needs to do everything the original bot did plus the new functions in a loop that won't experience errors that make the bot stop running.

     

    I will provide 5-7 of my blog urls and admins for testing (wordpress and joomla) but please be sure to delete posts created during testing.

     

    I will also provide my current bot, open source, if you need to see what functionality I've used so far to make this thing run on autopilot.

     

    The most important part of the project is the ability to upload an article in spinnable format {Sentence 1|Sentence 2|Sentence 3} which also contains embedded hyperlinks, and have the bot spin the article title and content each time it posts to the new-post content feild.

     

    The current bot requires that I create a list of posts, which I have to create with a content spinning program. I'd rather not have to build a file with hundreds of posts in it, and another with hundreds of titles, and try to engineer the two to synch together..

     

    Looking forward to seeing what you can do.. Feel free to PM me.

     

    Regards,

    TC

  2. 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 skip that site and navigate to the next?

     

    Thanks for your help!

     

    Tyler

  3. 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 successful submission.

     

    I have "wait finish" after the submit button, and even a couple delays in place to slow it down but I think I'm missing something.

     

    Please help.

    Tyler

  4. 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?

  5. 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?

     

    For example.. If I had 3 blogs and wanted to post to all three, I would use the following file

     

    title 1 | post content1

    title 2 | post content2

    title 3 | post content3

     

    I want to use "title 1" as the post title on the first blog, and "post content1" as the post.. then move to the next row and use "title 2" and "post content2" for the next blog.

     

    Thank you for your help.

     

    Tyler

×
×
  • Create New...