Fast Download Issues

Post Reply
tamadrums92
New to forums
New to forums
Posts: 8
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Thu Aug 02, 2012 9:40 am

Fast Download Issues

Post by tamadrums92 »

The fast download systems seems to be setup right, but it does a trickle speed.
still can't find the issue.
The website is hosted with Nfo. The bz2's, sounds etc are up loaded to the webspace.
domain/public/cstrike/maps. maps are under the last folder.
mapname.bsp.bz2

On the Srcds folders the maps are uploaded there also. mapname.bsp


sv_allowupload 1
sv_allowdownload 1
sv_downloadurl "domain.com/public/cstrike"

please help. :|
User avatar
kraze
Former staff
Former staff
Posts: 4362
Joined: Fri Sep 17, 2010 9:06 am
Location: California

Re: Fast Download Issues

Post by kraze »

Does this happen with all users? How big are the files you are trying to download?
@Kraze^NFo> Juski has a very valid point
@Juski> Got my new signature, thanks!
@Kraze^NFo> Out of context!
@Juski> Doesn't matter!
@Juski> You said I had a valid point! You can't take it back now! It's out there!
tamadrums92
New to forums
New to forums
Posts: 8
Joined: Thu Aug 02, 2012 9:40 am

Re: Fast Download Issues

Post by tamadrums92 »

yes, all users. gungame maps, sounds, etc.
tamadrums92
New to forums
New to forums
Posts: 8
Joined: Thu Aug 02, 2012 9:40 am

Re: Fast Download Issues

Post by tamadrums92 »

For convenience, here are the last 20 lines of the access_log:

(No Acesses)



That is my website for the fast downloads.
User avatar
kraze
Former staff
Former staff
Posts: 4362
Joined: Fri Sep 17, 2010 9:06 am
Location: California

Re: Fast Download Issues

Post by kraze »

What is your websites url?
@Kraze^NFo> Juski has a very valid point
@Juski> Got my new signature, thanks!
@Kraze^NFo> Out of context!
@Juski> Doesn't matter!
@Juski> You said I had a valid point! You can't take it back now! It's out there!
tamadrums92
New to forums
New to forums
Posts: 8
Joined: Thu Aug 02, 2012 9:40 am

Re: Fast Download Issues

Post by tamadrums92 »

rpg2012.site.nfoservers.com/public/cstrike
User avatar
kraze
Former staff
Former staff
Posts: 4362
Joined: Fri Sep 17, 2010 9:06 am
Location: California

Re: Fast Download Issues

Post by kraze »

Since you have no website set up, try using just your domain instead of adding the "/public/cstrike" at the end.

In your download URL would be rpg2012.site.nfoservers.com
@Kraze^NFo> Juski has a very valid point
@Juski> Got my new signature, thanks!
@Kraze^NFo> Out of context!
@Juski> Doesn't matter!
@Juski> You said I had a valid point! You can't take it back now! It's out there!
User avatar
Edge100x
Founder
Founder
Posts: 12947
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: Fast Download Issues

Post by Edge100x »

If it says "No accesses" then your URL is not pointing to the write subdomain, because our webserver isn't seeing any requests at all coming from clients. For instance, maybe you have another file that is overwriting sv_downloadurl later.

I believe that the URL also has to end in a "/". But, that's the sort of problem you'd also see as an error in the log.
tamadrums92
New to forums
New to forums
Posts: 8
Joined: Thu Aug 02, 2012 9:40 am

Re: Fast Download Issues

Post by tamadrums92 »

now it is saying missing map discconecting.
User avatar
Edge100x
Founder
Founder
Posts: 12947
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: Fast Download Issues

Post by Edge100x »

What does the access log say?

I should probably move this to the website forum, or dedicated server forum, because you're not actually running the game server on our normal system. If you were, you'd be able to just use the Websync option in your control panel to set everything up for you.
tamadrums92
New to forums
New to forums
Posts: 8
Joined: Thu Aug 02, 2012 9:40 am

Re: Fast Download Issues

Post by tamadrums92 »

no accesses. I can setup 10 servers in 24 hours and secure them but I can figure this out... haha.
User avatar
Edge100x
Founder
Founder
Posts: 12947
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: Fast Download Issues

Post by Edge100x »

The files still aren't being requested at all, in that case, so there must be a configuration problem on the server side. Its logs might be able to provide more clues.
tamadrums92
New to forums
New to forums
Posts: 8
Joined: Thu Aug 02, 2012 9:40 am

Re: Fast Download Issues

Post by tamadrums92 »

I'm not getting any information pertaining to the fast download via server logs. just everything else.
tamadrums92
New to forums
New to forums
Posts: 8
Joined: Thu Aug 02, 2012 9:40 am

Re: Fast Download Issues

Post by tamadrums92 »

this is the fix to the situation for those who are having the same problem. :D


sv_allowupload 1
sv_allowdownload 1
sv_downloadurl "http://rpg2012.site.nfoservers.com/cstrike/"
net_maxfilesize 99999

and thanks for the support NFO!
User avatar
Edge100x
Founder
Founder
Posts: 12947
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: Fast Download Issues

Post by Edge100x »

I'm glad that you were able to nail it down :)
Post Reply