AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Source Servers (SRCDS) (https://forums.alliedmods.net/forumdisplay.php?f=130)
-   -   .Net FastDL Server (https://forums.alliedmods.net/showthread.php?t=312691)

Neuro Toxin 12-12-2018 15:17

.Net FastDL Server
 
Description

A very simple but effective FastDL Server for Counter Strike that allows your game server clients to download your server content from a HTTP service.

Features
  • Single lightwieght executable
  • Easy Configuration
  • Maps to CSGO folder
  • File Access Control
  • Auto BZ2 with Cache Control
  • Bandwidth Control
  • Built in Visual Studio 2010
  • 100% C# Code
  • No third party libraries!!!

Screenshots

https://a.fsdn.com/con/app/proj/netf...ainConsole.jpg

https://a.fsdn.com/con/app/proj/netf...ts/Config1.jpg

https://a.fsdn.com/con/app/proj/netf...ts/Config2.jpg

https://a.fsdn.com/con/app/proj/netf...ts/Config3.jpg

https://a.fsdn.com/con/app/proj/netf...ompressing.jpg

https://a.fsdn.com/con/app/proj/netf...inConsole2.jpg

SourceForge
Download

_GamerX 12-12-2018 16:53

Re: .Net FastDL Server
 
o.O

backwards 12-13-2018 02:00

Re: .Net FastDL Server
 
This is a really nice idea and very creative, good job! Just need to have some security checks to verify users can't maliciously request files by path traversal exploits such as "\..\" or "\b" to escape the root directory. Also has to have a white list of allowed file extensions so people can't download server.cfg for instance and grab the rcon password or steal custom plugins with .smx/.dlls !! Not sure if these checks are already in place or not in the initial release but it's easy to over look these things.

Neuro Toxin 12-13-2018 02:51

Re: .Net FastDL Server
 
Only files in the shared folders can be downloaded. Any requests made outside of shared folders are 404'd.

There is no file extension security however, you shouldn't share any other folders besides what you see in the screenshots.

I made this a few years ago and its worth testing for mentioned exploits to be safe.

YenFong 03-13-2019 02:14

Re: .Net FastDL Server
 
Quote:

Originally Posted by Neuro Toxin (Post 2628731)
Only files in the shared folders can be downloaded. Any requests made outside of shared folders are 404'd.

There is no file extension security however, you shouldn't share any other folders besides what you see in the screenshots.

I made this a few years ago and its worth testing for mentioned exploits to be safe.

help DJ YENFONG#4576

Neuro Toxin 03-13-2019 03:55

Re: .Net FastDL Server
 
Huh?

FubarJamie 03-21-2019 06:11

Re: .Net FastDL Server
 
Hey what process is running for this error to occur?

* Loading config file... done
* Server starting... error
* Unable to start server: The process cannot access the file because it is being used by another process

CryWolf 03-21-2019 06:19

Re: .Net FastDL Server
 
I think you can use it for GoldSrc (CS1.6, CS:CZ etc) if you don't compress the files, or am i mistaking ?

Good Job , FASTDL Becomes simple :)

Neuro Toxin 03-21-2019 16:06

Re: .Net FastDL Server
 
I dont see why not.

emiyowow 07-08-2019 05:28

Re: .Net FastDL Server
 
this addons still working? :cry::cry:


All times are GMT -4. The time now is 08:38.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.