Hi, I'm trying to Make some Customization. Please I need help with the following:
1. I wanted a Script were Sometimes member who wants to register would be able to specify their referral and Sponsor, e.g referred by member1 sponsored by member2.
So I made some customization to help meet these needs. but the script is seeing referred by after registration but not seeing sponsored by. here's the code:
$refstr = getmbrinfo($unref, 'username');
<input type="text" name="unref" id="unref" class="form-control" value="" placeholder="Enter referrer username">
The upper one is for referral which is enter the database.
$rowsprstr = getmbrinfo('', '', $rowstr['idspr']);
$sprstr = $rowsprstr['username'];
<input id="sprstr" type="text" class="form-control" name="sprstr" value="" placeholder="Upline/Placement id">
This one is for Sponsor.
but after Member registers, it says Sponsored by Administrator.
Please how do I make this work fine Thanks in Advance?
awaiting your kind response.