REM 管理欄目設(shè)置
dim menu(4,10)
menu(0,0)="信息及常規(guī)管理"
menu(0,1)="<a target=main href=admin_config.asp>網(wǎng)站參數(shù)設(shè)置</a>"
menu(0,2)="<a target=main href=admin_link.asp>友情鏈接管理</a>"
menu(0,3)="<a target=main href=admin_mb.asp>網(wǎng)站模板管理</a>"
menu(0,4)="<a target=main href=admin_ads.asp>網(wǎng)站廣告管理</a>"
menu(0,5)="<a target=main href=serverinfo.asp>服務(wù)器信息探測(cè)</a>"
menu(0,6)="<a target=main href=mysql.asp>SQL高級(jí)管理</a>"
menu(0,7)="<a target=main href=admin_config1.asp>恢復(fù)初始設(shè)置</a>"
標(biāo)簽:
menu
admin_config
target
href
上傳時(shí)間:
2014-01-15
上傳用戶:moshushi0009
A very simple ftp server s source code for demonstration.
* It supports PASV/PORT modes and following operations:
* ls,pwd,cwd,get,put,dele.
* I have tested it using following ftp clients:
* 1. Windows XP s command line ftp client,
* 2. IE 6.0,
* 3. Redhat 9.0 s ftp client,
* 4. CuteFTP 8,
* I ll introduce more functions and improve its performance
標(biāo)簽:
demonstration
supports
followi
simple
上傳時(shí)間:
2013-12-22
上傳用戶:wl9454