Blockland Forums > General Discussion
HamHost Dedicated Blockland servers | New poll: More free-user features?
hammereditor²:
--- Quote from: Zeblote on August 09, 2013, 02:30:07 PM ---You should scale down the logo
Also what prevents you from stealing our keys?
--- End quote ---
The users join the server, and eval a new function called 'changekey'.
Then they set the Blockland key by evaling,
--- Code: ---@changekey("XXXXX","XXXX","XXXX","XXXX");
--- End code ---
After the server has been set up, I send the customers an e-mail with instructions on how to do that.
Matthew Padilla:
So if I make an add-on that changes certain functions into the game to allow me to modify the way my server accepts connection requests, you would call me a hacker because I require a dll to do it?
Is your server on a SSD or a regular old HDD?
Zeblote:
--- Quote from: hammereditor² on August 09, 2013, 02:42:34 PM ---The users join the server, and eval a new function called 'changekey'.
Then they set the Blockland key by evaling,
--- Code: ---@changekey("XXXXX","XXXX","XXXX","XXXX");
--- End code ---
After the server has been set up, I send the customers an e-mail with instructions on how to do that.
--- End quote ---
key.dat file
hammereditor²:
--- Quote from: Matthew Padilla on August 09, 2013, 02:43:35 PM ---So if I make an add-on that changes certain functions into the game to allow me to modify the way my server accepts connection requests, you would call me a hacker because I require a dll to do it?
Is your server on a SSD or a regular old HDD?
--- End quote ---
1. The server uses a normal HDD. What would you expect?
2. I understand that there are legitimate uses of .DLL injection, and it is not hacking most of the time. But I cannot take any risks, and enable malicious users to tamper with other users' files by injecting a .dll.
--- Quote from: Zeblote on August 09, 2013, 02:43:47 PM ---key.dat file
--- End quote ---
That file is encrypted, and you cannot view the Blockland key on it.
Zeblote:
--- Quote from: hammereditor² on August 09, 2013, 03:02:45 PM ---That file is encrypted, and you cannot view the Blockland key on it.
--- End quote ---
...decrypt it then?
It contains all information that the auth server needs.