Buying Require app (desktop or web based) post spun articles via xmlrpc to multiple WP blogs

Discussion in 'Programming' started by Byron007, Sep 20, 2012.

  1. #1
    I'd like to build a simple php interface or desktop app to post spun articles via xmlrpc to multiple Wordpress blogs.

    The form would accept TBS spinner syntax like {text1|text2|{text5|text6}text3} and then be able to submit random variations from the form once submitted.

    The form itself does not need to be a spinner application, I would paste in an article in already in TBS syntax. There would be a static config file that can be edited that stores all of the blogs and login information that the submit page pulls in to post to.

    I would like a simple submit page/interface with the following capabilities:

    1. Have a field to enter title of blog entry as spun text
    2. Have a field to enter body of blog entry as spun text.
    3. Have a field to enter tags as spun or unspun text
    4. 3 fields to enter single or spun urls.
    5. 3 fields to enter single or spun anchors
    6. Each article will have up to 3 placeholders for the url/anchors e.g %keyword1%, %keyword2% & %keyword3% The script/app will pull the relevant urls & anchors from the URL & Keyword form fields and replace the anchors. Link(s) will be bolded or not, depending on check box selection. See example image.
    6. Preview feature that will allow a preview of an example of a spun article variation including title, body & tags
    7. List a set of blogs to choose to post to. Each blog has a checkbox next to it, allowing selection to post too.
    8. Submit button that will automatically process, login, and submit spun variations to all blogs selected.
    9. Post to random categories on each blog. Each blog has minimum of 3 categories.
    10. Error management i.e. advise if blog post was successful or not.
    11. List of post urls

    Check example of posting fields required
    [​IMG]


    Blogs
    Blogs are stored in a config file in format

    http://www.blog1.com,login,password,label
    http://blog2.com,login,password,label
    http://www.blog3.net,login,password,label

    Blogs are displayed next to the posting form, grouped by the Label tag, each blog having a checkbox next to it for posting selection
    Each blogs name is the domain name minus the http://, www & any trailing slashes i.e http://mydomain.com/ becomes mydomain.com

    So the Blog display box would look something like this

    Label 1
    mymdomain.com x
    thisblog.org x

    Label 2
    anotherblog.com x
    andmore.com x
    another.net x

    Label 3
    etc
    etc

    PM your quotes/questions.
    cheers
     
    Byron007, Sep 20, 2012 IP