How can i do fast download on cod2 server?
Printable View
How can i do fast download on cod2 server?
this is all you need:
check the url, so you the the folder-structure.Code:set sv_allowDownload "0"
set sv_wwwDownload "1"
set sv_wwwBaseURL "http://killtube.org/deathrun"
set sv_wwwDlDisconnected "1"
dr_bananaphone? dr_terminator? xD
yeah dr_terminator is a map made by Killer.Pro and later it got extended by STAUFFii and Dark.Angel i think. But havent yet implemented the map :D
bananaphone is some older map, still nice, but i dont remember anymore what the reason was of not-implementing-it.
How to make the set sv_wwwBaseURL "" on my root? :D
In WinSCP goto /var/www, thats your web-data.
Ye, but how will i make the mods downloading from the site if i dont have a site? :D
And i dont know how to make... Does it exist some default site for web data?
Your "site" is your vserver. You can reach it by ip: http://188.165.248.215/
Yep, there is the default site of apache2.
Ye, how to setup a default site for file download?
you dont need a default site.
just create those folders:
- /var/www/cod2
- /var/www/cod2/main
- /var/www/cod2/your_fsgame_name
and:
set sv_wwwBaseURL "http://1.2.3.4/cod2"
Can you download the .iwd files with a normal browser? Whats your sv_wwwBaseURL?
not downloaded.
wwwBaseURL= http://185.82.218.196/cod2
lol yea, so what might be wrong here? did you forgot to upload the mod in the first place?
https://winscp.net/eng/download.php
Attachment 1376
I installed mode but it does not work
If it would be a rights issue apache normally has a "forbidden" error message, so its probably a config issue... different web path
https://askubuntu.com/questions/6846...ory-of-website
Do you have a /var/www/html folder? Then thats probably the root path for your website, just drag /var/www/cod2 into /var/www/html then
He probably created the cod2 folder with no execute bit set on it, so "everyone" couldnt cd into it, and given that his files are now root-owned, it was probably as root.