If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
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.
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