Results 1 to 9 of 9

Thread: Can I know my own guid with my homeserver?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    Private First Class YuriJurek's Avatar
    Join Date
    Jun 2013
    Posts
    219
    Thanks
    152
    Thanked 88 Times in 47 Posts
    Code:
    set sv_allowDownload "0"
    set sv_wwwDownload "1"
    set sv_wwwBaseURL "http://example.com/cod2fastdl"
    set sv_wwwDlDisconnected "1"
    Goes into your server.cfg or whatever you have called it.

    Next you'll need a web hosting to host your files on.
    I can't really recommend a free web hosting because I have never used one. (Maybe: http://www.000webhost.com/)
    Upload your files to a web hosting via some FTP Client or web interface and you're done.

    Just make sure you supply the correct path to your files in the server config:
    Code:
    set sv_wwwBaseURL "http://example.com/cod2fastdl"
    Regards Yuri.

  2. The Following 3 Users Say Thank You to YuriJurek For This Useful Post:

    kung foo man (20th April 2014),pollo (20th April 2014),serthy (21st April 2014)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •