Search Result: Gist
My Registration Site have some errors
vdthanh · Published on 2022-12-28 16:07:44 (2 years ago )
 What is the wrong of my Registration Codes? The Password is not saved  
[](https://h2game.wapka.co/reg)
comment
[HELP] Right Now Wapka Showing Unregistered User Uploading Files As Admin Uploading Files Fix This
sajeevscg · Published on 2021-11-29 11:13:40 (3 years ago )
#Now Unregistered user uploaded files shown as admin upload files, 

#So, i need change it to (GUST) Upload [Who upload files without register] 

#*Example Link[*Education Purpose*](http://statusload.wapka.xyz/download/243875/vid-20211111-wa0000)

#i cant edit download page Becouse
(*1.Lots of advanced tag used in download page.
*2.its totaly wast my time.
*3.use mobile to update site.)

#im using difrent directores to upload files for users and admins.

#right now i just creat a code👇

:VALUE(%dir%).IFIN(["00000","00000","00000",]).THEN(ADMIN_UPLOAD).ELSE(GUST_UPLOAD).OR.VALUE(%dir%).IFIN(["1111","1111","1111"]).THEN.DATA(#GET(username)#).ELSE.NONE;

#All (0000) is Admin upload dir
#All (1111) is user upload dir
#iAm send user from download page to user file page via https-example.com/userfile?userid=%id%&username=%username% format

*But its not wirking!
*#Any one have a better mind,idea to solve ma problum!




comment
Why all wapka developer must create register form that save user password
mario · Published on 2021-11-19 15:23:10 (3 years ago )
<div class="list1" style="margin-left:10px;margin-right:10px;background:crimson;color:white;">is to let register member who forgot password recover it easily than you wasting time to visit api data lister of guest posted that they lost their password... i have two (2) idea for recovering the password of a user and the first one is security question & email recovery password pattern set var_password in register form which collect psw and store for login & session
</div><div class="list1" style="margin-left:10px;margin-right:10px;background:lightblue;"><div style="background:blue;color:white;text-align:center;">Note some people can use these to hacked users psw.</div>Register config. <code><*password>:POST(password);<*/password>
<*var_password>:POST(password);<*/var_password></code> so these config can save user password at once for recovering password Read how to recovered psw when forgot it.</div>
comment