Results 1 to 3 of 3
  1. #1
    Junior Member lintu's Avatar
    Joined
    Nov 2011
    Location
    Dallas, TX, USA
    Posts
    16
    Thanks
    Received:5
    Given: 4
    Version
    1.2.0
    Site
    http://www.stockpickstr.com

    Question A how-to-question

    Dear Pligg Experts,

    I have a requirement to run a job on a nightly basis that will update a column on the user and links tables based on a calculation. I am calling this field ‘Accuracy Rating’ and is similar to the user’s karma rating.

    I looked at the code on the karma.php file and could not get come up with a workable solution. Appreciate it if someone could give me some pointers or sample code.

    Thanks,
    Abu
    Last edited by lintu; 07-18-2012 at 05:12 PM.

  2. #2
    Pligg Developer/Coder/Designer ChuckRoast's Avatar
    Joined
    Dec 2005
    Location
    Pliggville USA
    Posts
    9,118
    Thanks
    Received:396
    Given: 73
    Version
    SVN Build
    Site
    http://Pligg.com/chuckroast
    I'm not sure I completely grasp the question. I would assume you will need to build a php file in your root to be called nightly by your cron.

    Add in the necessary php includes files

    Then use something like
    $db->query($sql="UPDATE " . table_users . " SET WHATEVERCOLUMN+'".$db->escape($_REQUEST['WHATEVERCOLUMN'])."' WHERE user_login='".$db->escape($_REQUEST['WHATEVERCOLUMN'])."'");

    Hope that at least gets you pointed in the right direction.
    Help Keep ChuckRoast Home
    Today's Pligg Blog Post


  3. #3
    Junior Member lintu's Avatar
    Joined
    Nov 2011
    Location
    Dallas, TX, USA
    Posts
    16
    Thanks
    Received:5
    Given: 4
    Version
    1.2.0
    Site
    http://www.stockpickstr.com
    Chuckroast,

    That's exactly how I ended up doing and it's working. Thanks.

    Closing this thread.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Pligg Modules and Pligg Templates from Pligg Pro Web Hosting Services by Midphase Dreamhost Web Hosting Donate to Pligg