Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Release] All in one Registration

Newbie Spellweaver
Joined
Apr 8, 2005
Messages
41
Reaction score
21
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 will automatically open a browser page

If you wish to use this on IIS instead of the smart server - it should work fine.

This is the only support I will be giving on this. PMs will not be answered sorry!

View attachment 146068
 
Back
Top