meruem 0 Posted September 1, 2020 Is it possible for example. Every person to register on my control panel will enter a "code"? The code is from the one who recruited her/him on my server. Quote Share this post Link to post Share on other sites
0 Samuel 83 Posted September 1, 2020 21 minutes ago, meruem said: Is it possible for example. Every person to register on my control panel will enter a "code"? The code is from the one who recruited her/him on my server. Yes that's possible. I've seen this system before, referral system for fluxcp but it's not free. Quote Share this post Link to post Share on other sites
0 meruem 0 Posted September 1, 2020 1 minute ago, Samuel said: Yes that's possible. I've seen this system before, referral system for fluxcp but it's not free. Yeah Ive seen it. It cost $25. Do I have an alternative method with my idea above? Maybe ingame or something? Quote Share this post Link to post Share on other sites
0 Samuel 83 Posted September 1, 2020 Just now, meruem said: Yeah Ive seen it. It cost $25. Do I have an alternative method with my idea above? Maybe ingame or something? There are referral scripts before lurking here or in rathena that can be used in game. If the script stores values thru SQL, you can code your own add on to integrate it with fluxcp Quote Share this post Link to post Share on other sites
0 meruem 0 Posted September 1, 2020 Just now, Samuel said: There are referral scripts before lurking here or in rathena that can be used in game. If the script stores values thru SQL, you can code your own add on to integrate it with fluxcp It was too much for me to handle as of the moment. Im just starting learning. Even the terms youve said intimidated me. 😂 Quote Share this post Link to post Share on other sites
0 Samuel 83 Posted September 1, 2020 Just now, meruem said: It was too much for me to handle as of the moment. Im just starting learning. Even the terms youve said intimidated me. 😂 That's alright, take small steps and learn. Even me is still learning from time to time. Learn how the scripts and codes works and you can do it as well. If you're gonna do it yourself, try looking on PVP scripts and addons. See how pvp sql stores in scripts and retrieves values thru addons. Quote Share this post Link to post Share on other sites
0 astralprojection 35 Posted September 2, 2020 i would like to share some idea, you can somehow. 1. add column at login table `referral` default to 0 2. pass variable $referral at registration in flux. like /?module=account&action=create&referral=2001154 if(isset($_SESSION['referral'])){ $referral = $_SESSION['referral']; } else { $referral = 0; } // Woohoo! Register ;) $result = $server->loginServer->register($username, $password, $confirm, $email, $gender, $birthdate, $referral, $code); 3. save that extra field referral if there is. 4. use script to manage your controls. Quote Share this post Link to post Share on other sites
0 BuLaLaKaW 7 Posted October 11, 2020 better create a separate table for it so that it will not affect the main tables...should be easy but it takes time... Quote Share this post Link to post Share on other sites
0 pr3p 39 Posted November 6, 2020 We have this FluxCP Addons ( Referral System) with point system Regards, ROServices Quote Share this post Link to post Share on other sites
Is it possible for example. Every person to register on my control panel will enter a "code"? The code is from the one who recruited her/him on my server.
Share this post
Link to post
Share on other sites