refferend user

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Originally posted by WereWolveZ View Post
    dude just one tip 4 urs. . . dont do same scripts with otherz . ! just be unique! dont copy that thing! with others! believe n ur self what ideas u wanted!
    LOL coming from someone who uses a LAVALAIR script!!!
    Eat your words bro.

    Comment


      #17
      wouldnt it make your life so much easier if you just learnt basic php

      Code:
      <?php
      $referredby = $_GET['ref'];
      mysql_query("UPDATE users SET points=points+500 WHERE username='".mysql_real_escape_string($referredby)."' LIMIT 1");
      ?>
      quite an easy thing to do, just build your page round a core query, ofcourse anyone with a brain would add in a flag so the points are only added if the referred user meets conditions such as sending 100 messages and being online for at least 24 hours.

      Comment

      Working...
      X