//get user referral function ref() { $ref = "not implemented"; return $ref; } //get user ip function ip() { $ip = "not implemented"; return $ip; } ?>