Search results

  1. V

    [UNDER DEVELOPMENT] REVCMS group system

    Hey guys , I've recently realized that theres no addon for revcms groups while other cms like ubercms and even holocms has this. So I figured why not I try to code a RevCMS group system? Heres what I have been working on The only problem i have now is a hard time figuring out...
  2. V

    [HELP] Vip_points transfer system :)

    <?php if(isset($_POST['send'])){ // If the form has been submitted. $to = $_POST['to']; $from = $_POST['from']; $amount = $_POST['amount']; $from_sql = "UPDATE users SET vip_points = vip_points - $amount WHERE username='$from'"...
Top