Network disk file free external link v2.0
How to use: Extract directly to the root directory of your website and run index.html
Usage environment: IIS/ASP.NET/3.5
You need to enable writable permissions on the file directory
Demo address:pan.decadework.com
The features of this program are easy to expand. The pseudo-static analysis format can be modified by yourself. Changes in all aspects are quite simple. If you don’t know, you can ask me.
---File description:
File location:App_Code/DecadeWorkConfig.cs
1. You can set whether to enable IP restrictions.
2. You can set limits on external link requests and times.
File location:App_Code/FileUpload.cs
1. You can set whether to enable the time format path.
2. You can set the extraction file size.
File location:Up_decadework.ashx
1. You can set the extension of the extracted file and then change the corresponding JS.
File location: css/decadework.js
1. You can set the upload file format, file size and other settings.
---V2.0 update content:
1. Added the ability to extract Weipan files.
2. Add Baidu/Weipan file parsing (for example: change the Baidu file address to a direct link address).
3. Add the Global.asax global file, which is used to limit the number of requests and parse direct links back to network disk files.
4. Add the App_Code/DecadeWorkConfig.cs configuration file to set whether to enable IP restrictions and request limit.
5. Optimize Baidu extraction function.
6. Fixed the bug where uploading and retrieval failed due to IP not being obtained.
7. Fix compatible browser issues.
8. Customize parsing file types.
---Example of parsing direct link:
The link format after analysis by Weipan is:
http://pan.decadework.com/vdisk/35345345.jpg
The link format after Baidu parses is:
http://pan.decadework.com/baidu/35345345_34534535.jpg
(The above is just a random example of the format I gave and is inaccessible)
---Notice:
1. Recently, many netizens have mistakenly understood the extraction of this program as analysis. This is a misunderstanding. The extraction of this program refers to downloading the files on Baidu or Weipan to the server where the program is located, and then constructing a real external link.
The files are not stored on a third-party network disk as you think, but are actually stored on the server where the program is located.
2. Since many netizens have asked for the parsing function, this version of this program has been updated. You only need to put the file sharing address of Baidu or Weipan into this program and you will get the pseudo-static direct link address. This is the parsing file. Stored in a third party, this program only changes the link display.
3. The last version said that it planned to update the 360 cloud disk extraction function. I would like to say sorry here. I don’t have time to connect with the API of 360 cloud disk, so I put up the power disk. I hope everyone understands.
---Friendly reminder:
1. If you don’t know how to set or change it, please go to the demo address and leave a comment.
2. Thank you all for your continued support of this program.
3. There is no copyright issue with the program, you can change it however you want.