This website works better with JavaScript.
Home
Explore
Register
Sign In
miteruzo
/
goatoh_training_android
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Merge branch 'main' of
http://miteruzo.ml:3000/miteruzo/goatoh_training_android
main
Miteruzo
1 year ago
parent
73724f7629
871a829c47
commit
cd8e116818
1 changed files
with
33 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+33
-0
modules/user.mod.hsp
+ 33
- 0
modules/user.mod.hsp
View File
@@ -0,0 +1,33 @@
#module \
User
#define URL (CONFIG_SERVER_URL + "/make_user.php")
#defcfunc local \
New
id.insNum = 0
pass.insNum = ""
insNum++
Return insNum - 1
#deffunc local \
Make \
int p_insId,\
local data
HTTPLoad URL
HTTPInfo data
id.p_insId = 0
pass.p_insId = ""
Return
#deffunc local \
Get \
int p_insId
Return
#global
Write
Preview
Loading…
Cancel
Save