gomer Wrote:http://redirect.gservers.nl/cstrike/
If they are sensible they will have it blocked with .htaccess and only allow referrs from hl2://xx.xx.xx.xx IPs - which indeed they have done since it says forbidden..
Heads up to server admins who run unprotected sv_downloadurls:
Create a .htaccess file with the following as an example:
Code:
SetEnvIfNoCase Referer hl2://195\.178\.106\.138 allow_download
SetEnvIfNoCase Referer hl2://xx\.xx\.xx\.xx allow_download
Order Deny,Allow
Allow from env=allow_download
Deny from all
Replace xx.xx.xx.xx with other server IPs if you host for more than 1 box, otherwise delete that line.