I borrowed a simple registration package from the DragonNest section and modified it for Pangya. Credits go to its originator.
It is very basic and not meant for live servers. Just a solution for people looking to get accounts made without the need for messing with mssql.
Edit config.asp in the inc folder.
SqlIP="HOSTNAME" //EX ".\SQLEXPRESS" "localhost" etc...
Name="LOGIN" //EX sa
pass="PASSWORD"
data="ini3_py_account"
Then, run smartserver_v13.exe - it...
Read more
It is very basic and not meant for live servers. Just a solution for people looking to get accounts made without the need for messing with mssql.
Edit config.asp in the inc folder.
SqlIP="HOSTNAME" //EX ".\SQLEXPRESS" "localhost" etc...
Name="LOGIN" //EX sa
pass="PASSWORD"
data="ini3_py_account"
Then, run smartserver_v13.exe - it...
Read more