A total of 5 files:
Two are configuration files:
Configuration file:
cfg.txt'---Save the detection ID information, set it to 1 during the first acquisition, and detect it from small to large
cfg.asp'---ASP configuration information, the content is as follows:
The code copy is as follows:
<%
'''
''╔===============================================================================
'''┆┆
'''┆@System: 7xi music collection system Version 2.0┆
'''┆@Module:Configuration File ┆
'''┆@Created: 2006/07/24┆
'''┆@Author: DSFang┆
''┆@Contact:[email protected]┆
'''┆@Copyright: The source code is public, there are no copyright issues, you can ┆
''┆Use with confidence!!!Respect the author's labor achievements, please┆
'''┆Keep this information! ┆
'''┆┆
''╚===================================================================
'''
'
dimpicc_FolderPath,mp3_FolderPath
dimv_7xijs_url,v_7xipicc_url,v_7xiplay_url,v_7xialbum_url,v_7ximp3_url,cfg_name,cfg_line
dimhttpobj,str,str0,str1,str2,str3,str4,str5,str6,str7,str8,str9
dimis_getrm
'---Whether the music file is saved locally, true-Save; false-Don't save
is_getrm=false
'---Save path
picc_FolderPath="H:/mp3data/images/"
mp3_FolderPath="H:/mp3data/rm/"
'---7xi related pages
v_7xijs_url="http://7xi.net/player/Js.js"
v_7xipicc_url="http://ww.7xi.net/picc/"
v_7xiplay_url="http://7xi.net/playsong/"
v_7xialbum_url="http://ww.7xi.net/Vo2/"
v_7ximp3_url=""'--Real-time Read
'---Detection ID
cfg_name="cfg.txt"
cfg_line=1