php-panel-v2 icon indicating copy to clipboard operation
php-panel-v2 copied to clipboard

DLL Getting api

Open wtf-keaton opened this issue 5 years ago • 3 comments

Can u make api method, for getting dll from site?

wtf-keaton avatar Nov 30 '20 19:11 wtf-keaton

you stream DLL from the server. What would an API do in this case?

znixbtw avatar Dec 01 '20 10:12 znixbtw

In the API, you can check for a login, password, subscription. If there is a subscription, give the user the DLL, if there is no subscription, do not give it away

This will protect the DLL on the server a bit

wtf-keaton avatar Dec 01 '20 12:12 wtf-keaton

you use the api to authenticate, then do whatever you need to do to stream the dll to memory and map to cs

zip15 avatar Dec 02 '20 22:12 zip15