Jump to content

Game server redirects


Holmes26

Recommended Posts

Hello,

I know how to set up a redirect via webhosting. That is not why im posting this thread. I was wondering how i would set a redirect up from the actual server itself using ftp link. Anyone know how to do this?

Link to comment
Share on other sites

Not sure if this is what you're looking for, but this is what I use and it works fine.

Put this into your server's config file:

 

//Download Redirect

set sv_allowdownload "1"

seta sv_wwwDownload "1"

seta sv_wwwBaseURL http://Enter your redirect location here

seta sv_wwwDlDisconnected "0"

 

Then on the MOTD page of your Mod put a "clicky" to the redirect for your players to D/L the mod's client files.

 

Hope that helps..........

Edited by CosmicBlue
Link to comment
Share on other sites

Hello,

I know how to set up a redirect via webhosting. That is not why im posting this thread. I was wondering how i would set a redirect up from the actual server itself using ftp link. Anyone know how to do this?

 

Don't know if this would work but you could try this changing it to your specific information where you place your download link.in the config.

 

fp://username:[email protected]/pathtomodfolder

Link to comment
Share on other sites

Anyone with a packet sniffer would have your login credentials if you use your username / passwd as part of the FTP URI.

 

Well not just that as the connection is flashed across the screen for a few seconds when the download starts to happen. It wouldn't be very difficult for someone to just print screen it either. I most sincerely wouldn't recommend it nor would I recommend offering the download from the box that the game server is on in any fashion.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.