Contest $10 for 1 minutes from a programmer.

Discussion in 'Design Contests' started by ryanlanane, Dec 14, 2010.

  1. #1
    If done by 9 PM - $10 BONUS, if done by midnight - $5 BONUS (CST)
    -------------------------------------------------------------------------------------
    (MEANING $15/$20 TOTAL)
    ----------------------------------

    First, maybe read this post .. http://forums.digitalpoint.com/showthread.php?t=2031670#post15450345

    I will try to cover everything here though.

    The above post shows the code of a plug-in I am running on WPMU which re enables the ability to allow your users with weblogs to add ping servers.

    So, now my dilemna is they can add ping servers but the only one listed is the default one. I have a list of 130 or so sites to ping I want added to every user's account so when they make the post those services are pinged.

    Right now I am going through about 150 user accounts and manually running

    UPDATE `ryans_wpmu`.`wp_10_options` SET `option_value` = '
    http://1470.net/api/ping
    http://api.feedster.com/ping
    http://api.moreover.com/RPC2
    http://api.moreover.com/ping
    http://api.my.yahoo.com/RPC2'

    and replacing 10 through 160 users or whatever I have .. It is working, pain in the ass though.

    My end result I want is to have it so when a new user account is sql statement is run, or however possible - their sub blog on my WPMU site has a list of all blog pinging services I choose added to it before their first post is even made.

    As it stands I will have to manually do this daily, which is a huge pain.

    Brownie Points and a bonus if there is a solution to modify every user's ping list with a script as well because I am sure I will update the ping list with some regularity and I know a php script could be developed to handle that rather than doing it manually.

    First person who KNOWS they can handle it to post "I'm on it" gets the job ... That way I don't have multiple people sending me code.. Please only do this if you know you can handle it, not if you are just learning php. This should be a breeze for an experienced php programmer, especially if familiar with WPMU
     
    ryanlanane, Dec 14, 2010 IP
  2. ryandanielt

    ryandanielt Well-Known Member

    Messages:
    1,797
    Likes Received:
    37
    Best Answers:
    0
    Trophy Points:
    185
    As Seller:
    100% - 2
    As Buyer:
    100% - 0
    #2
    I am pretty sure that I can help you find a solution for this... Now I am not going to post what you said to get the job because that sort of thing gets you banned on these forms... Read the rules ;) But anyways lets chat on messenger and maybe you can explain this to me a little better so I can help you figure out a solution to this problem.
     
    ryandanielt, Dec 14, 2010 IP