Prerequisites:
If you successfully set up, you can test at
If you get any error, it gets logged to windows event log - application tab
If you want to use the SHA512 encryption from this post: http://forum.ragezone.com/f798/add-sha512-salted-encryption-tera-1194396/ set the salt in appsettings.json, and make sure it is enabled. If you want to use plaintext, just set it to false.
It is possible to use account benefits from this post: http://forum.ragezone.com/f798/92-03-add-account-benefits-1194487/, just make sure you have the table and have data in it.
bin:
src:
Example data
Credits: EvolutionX for the encryption, Luciole for the accountbenefits, argeus99 for testing.
If you know any missing features from the files which are API related let me know.
- IIS (Internet Information Services), Install from windows server roles
- .NET Core 3.1 Hosting bundle, download here:
To view the content, you need to sign in or register
- After installing the prerequisites, type inetmgr at the search in the start menu, to open IIS Manager.
- Create a new site, make it listen to port 8080, and the machines IP (not 127.0.0.1, the site must be accessible from other machines), create a folder for it
- Extract the bin.zip and copy the files to the folder created in the previous step
- make sure to edit your MYSQL ip, port, user and password
- Change your application pool to "No Managed Code"
If you successfully set up, you can test at
To view the content, you need to sign in or register
If you get any error, it gets logged to windows event log - application tab
If you want to use the SHA512 encryption from this post: http://forum.ragezone.com/f798/add-sha512-salted-encryption-tera-1194396/ set the salt in appsettings.json, and make sure it is enabled. If you want to use plaintext, just set it to false.
It is possible to use account benefits from this post: http://forum.ragezone.com/f798/92-03-add-account-benefits-1194487/, just make sure you have the table and have data in it.
bin:
To view the content, you need to sign in or register
src:
To view the content, you need to sign in or register
Example data
Code:
5935 433 1699293064
Credits: EvolutionX for the encryption, Luciole for the accountbenefits, argeus99 for testing.
If you know any missing features from the files which are API related let me know.