The MU forums have moved to WordPress.org

Will pay for: New blog creation from given userdata via cronjob (5 posts)

  1. Bruz
    Member
    Posted 15 years ago #

    I need the following done very urgently (in the next hours):

    We have an existing system that let users register. Trough that system we are writing some information in the wp_user table:

    INSERT INTO wp_users
          (
          user_login,
          display_name,
          user_pass_plaintext,
          user_email,
          user_url,
          user_registered
          )
    
     VALUES (
          '<administrator_user_login>',
          '<administrator_display_name>',
          '<administrator_user_pass>',
          '<administrator_email>',
          '<user_url>',
          NOW()
          )

    What we need is to have this infomation to be used to create a new blog every 5 minutes if a new user is written to the table - please contact me for details as fast as possible!

  2. Bruz
    Member
    Posted 15 years ago #

    http://wpmu.org/xmlrpc-addons/ is a way to the solution I think, we could also store the userdata in any other table than wp_users!
    "All" to do would be:

    • 1) check if in (... lets say wp_new_users to keep wp_users clean) wp_new_users is a new entry with user_login, display_name, user_pass_plaintext, user_email,
      user_url
    • 2) use this information through admin.newUserAndBlog to create the new blog with the new user
    • 3) Write something in wp_new_users to make sure that every entry is only used once
    • 4) Send out the email with login-credentials to the new user

    And thats about it - should/could be easy for somebody who knows what he's doing...

    And like the topic says: I'm paying for it and would give it back to the community.

  3. Bruz
    Member
    Posted 15 years ago #

    Sorry to push this again: I'm still searching for a developer!

    Or is my english to bad to understand what I need?

  4. VentureMaker
    Member
    Posted 15 years ago #

    Hello. Drop me a line to venturemaker [at] gmail [dot] com
    The only thing - I can do this in about 5-7 days...

  5. andrea_r
    Moderator
    Posted 15 years ago #

    No Bruz anyone here that can do it is pretty busy. :)

About this Topic