Change log
The code has been optimized to solve the BUG that caused the CPU to reach 100% on the playback page, allowing everyone to steal more smoothly... ^_^
Function introduction
1. All data is updated synchronously with Yahoo MP3, no need for daily maintenance and management.
2. The homepage and column pages automatically collect and generate local HTM pages, and the data is updated every 48 hours.
3. Other pages use caching technology. After the first call, if called again within 24 hours, the client's local information will be directly read.
4. The program core is separated from the page template, making it easy to modify the page style yourself. If you know HTML, you can modify the style template.
5. LRC lyrics are displayed simultaneously.
6. The code is streamlined and runs quickly. The kernel program only occupies a few tens of KB.
Installation method
1. [Necessary Settings] Use Notepad to open the config.asp file and follow the prompts to set parameters.
2. [Optional settings] Enter the directory where the template is located (the default is the skin directory, which can be set in config.asp), and modify the template style by yourself.
3. Upload it to your space and it will run normally.
Note: After modifying the template, you need to delete all cached HTM files in the cache folder, and then refresh the page. Otherwise, you will still read the static files in the cache folder, which will be automatically generated after 48 hours. Delete the HTM files inside and then refresh. The page can be forcibly updated
Expand