Vultr.com - Instant Cloud Server Deployment
Game Rank
Servers:
Teams:
Fans:
105955
Players:
2086
Forum Home > Call of Duty 4 Server Administration & Help > What is my url download?? download too slow for mods and maps
razor78800PM
#1
What is my url download?? download too slow for mods and maps
Aug 03, 2009 4:53 AM
Joined: Jun 17, 2009
Posts: 5
What is my url download??

I have a server on Gametracker and my friends download at 12kb/s
1 hour for a map, not possible for players...

Anyone can help me to find my download url???

Thanks...
<a href="http://s1000.photobucket.com/albums/af129/razor78/?action=view¤t=Signature_Razor2.png" target="_blank"><img src="http://i1000.photobucket.com/albums/af129/razor78/Signature_Razor2.png" border="0" alt="[VS]"></a>

<a href="http://s1000.photobucket.com/albums/af129/razor78/?action=view¤t=888411.png" target="_blank"><img src="http://i1000.photobucket.com/albums/af129/razor78/888411.png" border="0" alt="Photobucket"></a>
burnPM
#2
Aug 03, 2009 1:14 PM
Joined: Sep 27, 2006
Posts: 10924
You'd need to set it up at your own web host since GameTracker doesn't provide web hosting
I am retired from GameTracker after 11 years and will not be responsive for support requests.

darkrossPM
#3
Aug 04, 2009 5:08 PM
Joined: Sep 13, 2008
Posts: 1
thats a game restriction 12kb/s, you must have a host and create two folders WITH THE SAME structure and files of the mods and usermaps folders from your game server.

by example if game server has:
21345/cod4/mods
21345/cod4/usermaps

and u want to download from www.myclanname.com/cod4
must be a folder like:
public_html/cod4/mods
public_html/cod4/usermaps

after that add the next lines to your server config file:

set sv_allowdownload "1"
seta sv_wwwDownload "1"
seta sv_wwwBaseURL "http://www.myclanname.com/cod4"
seta sv_wwwDlDisconnected "0"


also search about "cod4 download redirect"
zaki85PM
#4
Aug 07, 2009 2:41 PM
Joined: Aug 07, 2009
Posts: 2
thats a game restriction 12kb/s, you must have a host and create two folders WITH THE SAME structure and files of the mods and usermaps folders from your game server.

by example if game server has:
21345/cod4/mods
21345/cod4/usermaps

and u want to download from www.myclanname.com/cod4
must be a folder like:
public_html/cod4/mods
public_html/cod4/usermaps

after that add the next lines to your server config file:

set sv_allowdownload "1"
seta sv_wwwDownload "1"
seta sv_wwwBaseURL "http://www.myclanname.com/cod4"
seta sv_wwwDlDisconnected "0"


also search about "cod4 download redirect"
zaki85PM
#5
Aug 07, 2009 2:42 PM
Joined: Aug 07, 2009
Posts: 2
and thank you very much