(04-07-2020, 03:55 AM)Zeus Wrote:
I feel as if we need a change to the referral link and design.
An example would be: leakzone.net/ref=[USERNAME HERE] or leakzone.net/ref=Zeus
Also, making it easier to find your referral link by putting it on your profile page by the Members Referred Count ONLY they can see.
Another addition is you could make a one click copy to clipboard button so you don't have to highlight it with your mouse cursor.
Thank you for taking a look at my suggestion :blyat:
Using a plain-text for ref would be a mistake and a pain for the LZ team to re code it.
However, they could look at using htaccess to leakzone.net/ref={userId} and then make it redirect to the current page ;)
This will be leakzone.net/ref/userId, this can be changed however you see fit.
Code:
RewriteRule ^ref/(.*)/ member.php?action=register&referrer=$1