paracelsocryp
Forum Replies Created
-
Forum: Plugins
In reply to: [VidYen Crypto Reward System] Referral system?Hi,
Hi. I have been testing the referral system and I like how it works. It will be useful for my site.
Thsnks.
- This reply was modified 7 years, 8 months ago by paracelsocryp.
Forum: Plugins
In reply to: [VidYen Crypto Reward System] Referral system?You can use something like this to get the user id
function get_current_user_id () {
if (! function_exists (‘wp_get_current_user’))
return 0;
$ user = wp_get_current_user ();
return (isset ($ user-> ID)? (int) $ user-> ID: 0);
}
Then create a link with that ID and add a cookie that stores the ID to the user who accesses with that link. Then when a user is registered and has that cookie is added to the list of referrals of the user who belongs to the ID. Sorry if I said some stupidity because I’m not an expert.
It would be good to use that with adscend and the miners.
- This reply was modified 7 years, 9 months ago by paracelsocryp.
- This reply was modified 7 years, 9 months ago by paracelsocryp.
Forum: Plugins
In reply to: [VidYen Crypto Reward System] Referral system?That is a good idea. Also you could do that when a referral press the Redeem button he gets the points and the person who invited him a percentage of that amount in the same time. Maybe that is more easy.
Forum: Plugins
In reply to: [VidYen Crypto Reward System] Referral system?Most users want a referral system that pays them a percentage of what their referrals earn. That moves them to share the web and that’s what’s important.
Forum: Plugins
In reply to: [VidYen Crypto Reward System] Referral system?But the same sender can invite everyone he wants. So once he has the minimum points he could do many accounts. I think that if the sender earns a percentage of what their referrals earn, there is no problem. If he has 50 accounts he would have to earn points with the 50 accounts to earn the reward.