Unlimited non-commercial works
Development environment vc++ 7.0 (MFC) / windows 2003 sp1 / iis6.1
Main functions:
1 Anti-hotlinking
2 Limit the number of file download threads
3 Limit file download speed
How to use:
1 Open Internet Information Services (IIS) Manager/Local Computer/Website/Default Website/Properties/ISAPI Filter/Add
2. Select the relink.dll you decompressed with a random name.
3 Restart IIS
4 Open ReLink.ini
Specific parameters:
[settings]
url= The website address that allows external links is separated by "|", such as "xfrog.cn|webtm.cn"
extension=gif|jpg|png|psd|bmp|swf|midi|wav|mp3|wma|avi|mpg|wmv|asf|rm|rmvb|zip|rar The file types that need to be filtered and monitored are separated by "|"
speed=50 File download speed unit "K" Please note that it is not so accurate due to different network environments.
thread=2 maximum thread for single file download
If the loading fails, please set the directory permissions to the read/write/ permissions of the users user. Use the default application pool to load.
Expand