Search results

  1. E

    Reseller Plugin

    ysmods used to have a voucher plugin to do something like this. You may still get this plugin from someone who bought it in the past.
  2. E

    Continual revenue share for rewards

    +1 Apparently it should be easy to do. I didn’t test it but I think if you execute the code in _append_payment_ipn_paypal.php for every order it will work.
  3. E

    PPD

    You could add a mt_rand(0,3) in the _append_class_file_download_complete.php preventing the execution but the users will notice it. if (!mt_rand(0,3)) $continue = false;
  4. E

    Rewards Program (PPS/PPD) plugin

    Check this post: http://forum.mfscripts.com/viewtopic.php?f=28&t=1770#p8022
  5. E

    plugin reward

    I've been working on this plugin recently and I had the same idea. However, this plugin was made in a very strange way and needs modifications on how it stores the user’s gains. Apparently it aggregate the revenue in a different table every day, so you will have 1 record per day per user with...