Raised This Month: $32 Target: $400
 8% 

sv_downloadurl not working


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
warps013
Junior Member
Join Date: May 2018
Old 05-24-2018 , 10:48   sv_downloadurl not working
Reply With Quote #1

So Im trying to set up a fast download url... it shouldnt be this hard but it's not working
Just for trying Im using 000webhost.com, I created the cstrike dir inside public_html and in top dir just in case.

server.cfg
Quote:
sv_allowdownload 1
sv_downloadurl "http://[email protected]"
sv_allowupload 1
Server Log
Quote:
L 05/24/2018 - 11:43:27: Server cvar "sv_accelerate" = "5"
L 05/24/2018 - 11:43:27: Server cvar "sv_aim" = "0"
L 05/24/2018 - 11:43:27: Server cvar "sv_airaccelerate" = "10"
L 05/24/2018 - 11:43:27: Server cvar "sv_allowupload" = "1"
L 05/24/2018 - 11:43:27: Server cvar "sv_alltalk" = "1"
L 05/24/2018 - 11:43:27: Server cvar "sv_bounce" = "1"
L 05/24/2018 - 11:43:27: Server cvar "sv_cheats" = "0"
L 05/24/2018 - 11:43:27: Server cvar "sv_clienttrace" = "1"
L 05/24/2018 - 11:43:27: Server cvar "sv_contact" = "[email protected]"
L 05/24/2018 - 11:43:27: Server cvar "sv_friction" = "4"
L 05/24/2018 - 11:43:27: Server cvar "sv_gravity" = "800"
L 05/24/2018 - 11:43:27: Server cvar "sv_logblocks" = "0"
L 05/24/2018 - 11:43:27: Server cvar "sv_maxrate" = "20000"
L 05/24/2018 - 11:43:27: Server cvar "sv_maxspeed" = "320"
L 05/24/2018 - 11:43:27: Server cvar "sv_minrate" = "400"
L 05/24/2018 - 11:43:27: Server cvar "sv_password" = "12321"
L 05/24/2018 - 11:43:27: Server cvar "sv_proxies" = "1"
L 05/24/2018 - 11:43:27: Server cvar "sv_restart" = "0"
L 05/24/2018 - 11:43:27: Server cvar "sv_restartround" = "0"
L 05/24/2018 - 11:43:27: Server cvar "sv_stepsize" = "18"
L 05/24/2018 - 11:43:27: Server cvar "sv_stopspeed" = "75"
L 05/24/2018 - 11:43:27: Server cvar "sv_uploadmax" = "0.5"
L 05/24/2018 - 11:43:27: Server cvar "sv_voiceenable" = "1"
L 05/24/2018 - 11:43:27: Server cvar "sv_wateraccelerate" = "10"
L 05/24/2018 - 11:43:27: Server cvar "sv_waterfriction" = "1"
L 05/24/2018 - 11:43:27: Server cvar "uq_jumpstats" = "2.42"
L 05/24/2018 - 11:43:27: Server cvar "vtc_version" = "80"
L 05/24/2018 - 11:43:27: Server cvars end
I just realized that I posted this in a bad place. Please if and admin could move the post to HLDS would be great. Sorry and thanks!

Last edited by warps013; 05-24-2018 at 12:00. Reason: imbadatplacingthingintotheirplace
warps013 is offline
^SmileY
Veteran Member
Join Date: Jan 2010
Location: Brazil [<o>]
Old 05-24-2018 , 12:08   Re: sv_downloadurl not working
Reply With Quote #2

did you include cstrike folder at url?

sv_downloadurl "http://[email protected]/cstrike"

IF yes, i do not have sure if 000webhost allow direct links
__________________
Projects:

- See my Git Hub: https://github.com/SmileYzn
PHP Code:
set_pcvar_num(pCvar, !get_pcvar_num(pCvar)); 
^SmileY is offline
Send a message via MSN to ^SmileY Send a message via Skype™ to ^SmileY
warps013
Junior Member
Join Date: May 2018
Old 05-24-2018 , 12:34   Re: sv_downloadurl not working
Reply With Quote #3

Sorry I forget it in here, but yes it's added in the cfg... so you know how can I get the right link?

Also I think that sv_downloadurl is no starting when sv starts. Since In log is not listed.

This log is when I connec to server

Quote:
Warning: File maps/fl_secret_temple.bsp is too big to transfer from host
The host is HLDS not the web host

Last edited by warps013; 05-24-2018 at 12:47.
warps013 is offline
^SmileY
Veteran Member
Join Date: Jan 2010
Location: Brazil [<o>]
Old 05-24-2018 , 15:14   Re: sv_downloadurl not working
Reply With Quote #4

Try adjust net_maxfilesize to 64 < default is 16 megabytes (or bigger)
__________________
Projects:

- See my Git Hub: https://github.com/SmileYzn
PHP Code:
set_pcvar_num(pCvar, !get_pcvar_num(pCvar)); 
^SmileY is offline
Send a message via MSN to ^SmileY Send a message via Skype™ to ^SmileY
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 05-24-2018 , 15:41   Re: sv_downloadurl not working
Reply With Quote #5

This address looks like you used an ftp address and just replaced it with http. This does not work. you need a full webserver to store your files and public access.
Webhost also declares at his user agreement that you are not allowed to use the free webspace to give files to public access for download.
__________________

Mordekay is offline
meTaLiCroSS
Gaze Upon My Hat
Join Date: Feb 2009
Location: Viņa del Mar, Chile
Old 05-25-2018 , 13:30   Re: sv_downloadurl not working
Reply With Quote #6

Quote:
Originally Posted by ^SmileY View Post
Try adjust net_maxfilesize to 64 < default is 16 megabytes (or bigger)
sv_filetransfermaxsize *
__________________
Quote:
Originally Posted by joropito View Post
You're right Metalicross
meTaLiCroSS is offline
^SmileY
Veteran Member
Join Date: Jan 2010
Location: Brazil [<o>]
Old 05-28-2018 , 09:18   Re: sv_downloadurl not working
Reply With Quote #7

Quote:
Originally Posted by meTaLiCroSS View Post
sv_filetransfermaxsize *
Yes i take it wrong
__________________
Projects:

- See my Git Hub: https://github.com/SmileYzn
PHP Code:
set_pcvar_num(pCvar, !get_pcvar_num(pCvar)); 
^SmileY is offline
Send a message via MSN to ^SmileY Send a message via Skype™ to ^SmileY
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 05:20.


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