Development DLLs don't have or need encrypting... that would be silly. XD I've mentioned the possibility in posts about using DLLs instead of hacking extra sections into the main .exe because the main arguments against doing that when I first proposed it where that other servers could steal your custom code just by taking your DLL, and that hackers could replace your DLL to inject cheats. (If you encrypt client DLLs and Game.exe, and checksum any injected DLLs you should actually be better off than not using any DLLs, and most clients import HanDes.dll anyway... but that's all only for Pservers releasing clients to users anyway.)
I've attached an old server that was released as KPT Clean server, but I've not tested it extensively. Seems to be a Frogg server with some GFantasy/QuantumFusion stuff, including maps and KPT packet encoding routines.
Readme Quote:-This Kpt server is cleanned :
no added mix, all map usable
I] put KptServerClean.exe in PT root path of the server
II]put hotuk.ini in the same place
III]Change thoose lines for ur info :
Server Part :
*SERVER_NAME FroggPT (change the name for your server name)
*GAME_SERVER FroggPT 127.0.0.1 127.0.0.1 127.0.0.1 (with ur ip, put ur local Ip for play in lan, Inet ip for host game on Inet)
*CLAN_SERVER 127.0.0.1 80 127.0.0.1 80 (more info in ClanFiles.rar)
Admin part :
*DEBUG_ID adminLogin1
*DEBUG_ID adminLogin2
*DEBUG_ID adminLogin3
*DEBUG_ID adminLogin4
*DEBUG_IP 192.168.0.12
*DEBUG_IP 192.168.0.13
*DEBUG_IP 192.168.0.14
*DEBUG_IP 192.168.0.15
*ADMIN_IP 192.168.0.12 (this is the super admin ip)
*ADMINISTRATOR_IP 192.168.0.12 (this is the super admin ip)
*ADMIN_LOGIN "adminLogin1"
*ADMIN_NAME "adminChar" (here is the name to get admin stuff)
*ADMIN_COMMAND "passRk1"
*ADMIN_COMMAND "passRk2"
*ADMIN_COMMAND "passRk3" (here is the pass to get admin stuff rank 3)
to get admin u must log with admin client and type :
~/;adminChar passRk3
for every one you want to get rank3
More info that you need, and it's in the archive, but may help you decide if it's worth the massive 880k download. XD