WapTrick360


Share Your Creativity For Wapka
Home » Wapmaster codes » User point system
Hello Guest today i teach you how to create user point system(login registration etc.) step by step.


1. Goto your registration code and put this code in config section
<var_point>100</var_point>

that means user get 100 points for registration


2. Now goto your login page and put this code in config section
<URL>/reward</URL>

that means when user login user redirect to reward page


3. Now you need to create a reward page set permission to user and admin now goto user editor option then put this code in

first box
{{VALUE(%notify%)@IFEQ(Success)@THEN(/index)@GOTO@ELSE()}}


<input type="hidden" name="date" value="{{DATE(d)}}"/>
<input type="hidden" name="point" value="{{VALUE(%var(point)%)@PLUS(50)}}"/>



{{VALUE(%var(date)%)@IFNE@DATE(d)@THEN(<div class="hidepall" style='background-color: white;border:1px solid #ccc; padding:10px; margin:5px'><br/><br/><br/><div align='center'><img src='https://wapka-img.zuna.id/b5d45410.gif' width='50' height='50'/></div><div align='center'>Collecting daily point ...</div><br/><br/><br/></div><input type="hidden" name="Check" value="Check your data ..."/><input class="i" style="display:none" type="submit" value="hi"/><script>  
 setTimeout(function() { document.forms[0].submit(); }, 1000); 
</script>)@ELSE()}}


and this in second box

<USERID>{{VAR(USER_ID)}}</USERID>
<set_var_date>{{POST(date)}}</set_var_date>
<set_var_point>{{POST(point)}}</set_var_point>



all set now your user login amd registration point system is created thank you.🌹🌹🌹

Total likes [1] admin
For comment section please Login Or Registration Here
Recent Comments
2025 WapTrick360
Version 2.0