Post by cspak on Sept 21, 2016 7:35:17 GMT
Hello Friends,
Today i want to tell you all how can we install http server on localhost (windows)
its usefull when you using LAN server and need FastDL for all LAN players
also you can share any folder of localhost PC over LAN.
may other benefits lets depends upon your use
Lets start the installation of http server
1- 1st Download NodeJs from here LINK
2- Install NodeJs in your windows
3- open cmd or command prompt by press windows key + R
4- type npm install http-server -g then press enter
(its takes about 5 to 10 mints to install server)
5- when server installation Done use following command to share the mail folder http server
you can use any server as i am going to share d:/server/
6- tye this command http-server D:/server/ then press enter
7- now http server installed and D:/server/ is the main dir of http server
8- to check the folder just putt some files in it and open http://localhost:8080 in any browser
How we use this as FastDL for CS1.6 ZM MODs
1- Simply open cstrike of your cstrike server then server.cfg
2- putt following commands
sv_downloadurl "http://localhost:8080/cstrike/"
sv_allowdownload 1
sv_allowupload 1
3- now open the main folder of http server like i use D:/server/
4- create cstrike folder and putt all resoures in it
5- now start your server and play LAN server with FastDL
You can share files via http server over LAN with friends
1- Just open main http server folder e.g D:/server/
2- Create folder named Shared
3- Putt the Files you want to share over Lan in Folder named Shared
4- now ask friends on Lan to open http://localhost:8080/Shared/
5- and download all files from your PC (mark files ready only to stop others delete them)
Enjoy hopefully this will be fun for you !!!!
give karma if its nice
Today i want to tell you all how can we install http server on localhost (windows)
its usefull when you using LAN server and need FastDL for all LAN players
also you can share any folder of localhost PC over LAN.
may other benefits lets depends upon your use
Lets start the installation of http server
1- 1st Download NodeJs from here LINK
2- Install NodeJs in your windows
3- open cmd or command prompt by press windows key + R
4- type npm install http-server -g then press enter
(its takes about 5 to 10 mints to install server)
5- when server installation Done use following command to share the mail folder http server
you can use any server as i am going to share d:/server/
6- tye this command http-server D:/server/ then press enter
7- now http server installed and D:/server/ is the main dir of http server
8- to check the folder just putt some files in it and open http://localhost:8080 in any browser
How we use this as FastDL for CS1.6 ZM MODs
1- Simply open cstrike of your cstrike server then server.cfg
2- putt following commands
sv_downloadurl "http://localhost:8080/cstrike/"
sv_allowdownload 1
sv_allowupload 1
3- now open the main folder of http server like i use D:/server/
4- create cstrike folder and putt all resoures in it
5- now start your server and play LAN server with FastDL
You can share files via http server over LAN with friends
1- Just open main http server folder e.g D:/server/
2- Create folder named Shared
3- Putt the Files you want to share over Lan in Folder named Shared
4- now ask friends on Lan to open http://localhost:8080/Shared/
5- and download all files from your PC (mark files ready only to stop others delete them)
Enjoy hopefully this will be fun for you !!!!
give karma if its nice