Recent content by Vaulient1

  1. V

    [UNDER DEVELOPMENT] REVCMS group system

    Alright i'll try but im ending up on error 505 heres the script for the group page <!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>{hotelName} - VIP</title> <link rel="stylesheet"...
  2. V

    [UNDER DEVELOPMENT] REVCMS group system

    My databse is phoenix 3.11 and thank you , ill be sure to inform you if this works :) Ok yay it didnt work :P
  3. 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...
  4. V

    [REL] RevCMS NEW Index Page

    Bro please, the one I did was like this http://prntscr.com/pob38 , the one you did is the one above , clearly you deserve more credz , you edited alot of things , and I give you a 10/10 I admire your work
  5. V

    [REL] RevCMS NEW Index Page

    Omg wow <3
  6. V

    i pmed you tv details

    i pmed you tv details
  7. V

    [HELP] Vip_points transfer system :)

    Nope bro , it didnt work. Ended in error 505
  8. V

    [HELP] Vip_points transfer system :)

    haha ok then
  9. V

    [HELP] Vip_points transfer system :)

    I'm not sure wether you called me an idiot , but ok , thanks though :3
  10. V

    [HELP] Vip_points transfer system :)

    Ahh thank you , but how do I do this , you see im new to this stuff and I really need some guidance. I am sorry if I am irritating.
  11. V

    [HELP] Vip_points transfer system :)

    That didnt even help a bit , I didnt ask for info , I asked if anybody could fix this to prevent it from decreasing more than 0
  12. 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