You are on page 1of 1

//Configuration file for REFERER field in an HTTP-request //Sometimes you will need to use a specific referrer for some

site without which //download will be impossible. Here you can specify the site name and the templa te //that will be used to form the REFERER field. //The syntax: //sitename pattern //sitename - a string that must be found in a download URL //pattern - a REFERER field template //In a pattern you can use the following variables - $URL$, $SERVER$, $FOLDER$, $FILENAME$, $EXT$, none. //For example for http://www.westbyte.com/ida/download/idasetup.exe the variable s //will have the following values: //$URL$ = http://www.westbyte.com/ida/download/idasetup.exe //$SERVER$ = www.westbyte.com //$FOLDER$ = ida/download //$FILENAME$ = idasetup //$EXT$ = exe //none = the referrer will not be sent //---------------------------------------------------------dl.pleera.net http://pleera.net/viewer/$FOLDER$.shtml sourceforge.net http://sourceforge.net simtel.net none mp3.com none i-drive.com http://$SERVER$/$FOLDER$/index.html idrive.com http://$SERVER$/$FOLDER$/index.html geocities.com http://$SERVER$/$FOLDER$/index.html tripod.com $URL$ angelfire.com $URL$

You might also like