其中*號項目為必填項目!/p>
/form>
/td>
/tr>
/table>
p align="center">font color="#FF0000">注意:本空間可以安裝BBS論壇,嚴格禁止江湖、聊天室等嚴重占用資源的程序運行。
一經(jīng)發(fā)現(xiàn),刪除全部程序及FTP帳號,并不于通知!/font>/p>
p align="center"> /p>
p align="center">-==a href="mailto:support@4email.vicp.net">寧波科宇網(wǎng)/a>==-
CopyRight By KeYu Computer WorkRoom 2001-2002/p>
/body>
/html>
2、后臺控制文件page.asp
html>
head>
title>Untitled Document/title>
meta http-equiv="Content-Type" content="text/html; charset=gb2312">
/head>
body bgcolor="#FFFFFF" text="#000000">
%vname=request("name")
vpass=request("pass")
vrpass=request("rpass")
vemail=request("email")
%>
%
if request.form("name")="" then
response.write "錯誤提示:請輸入用戶名!"
response.end
end if
if request.form("pass")="" then
response.write "錯誤提示:請輸入口令!"
response.end
end if
if request.form("pass")>request.form("rpass") then
response.write "錯誤提示:兩次口令不相符!"
response.end
end if
if request.form("email")="" then
response.write "錯誤提示:必須輸入你的正確EMAIL!"
response.end
end if
%>
%set myconn=server.createobject("ADODB.CONNECTION")
dbpath=server.mappath("db.mdb")
myconn.open "driver={Microsoft access driver (*.mdb)};dbq="dbpath
SQL="select * from hostname where 用戶名=''''"vname"''''"
set list=myconn.execute(sql)
%>
% if list.eof then%>
%
set rs=server.createobject("ADODB.RecordSet")
rs.Open "hostname", myconn, adOpenDynamic, 3
rs.addnew
rs("用戶名")=vname
rs("密碼")=vpass
rs("郵箱")=vemail
rs.update
rs.close
Set myfileobject=server.createobject("scripting.filesystemobject")
myfileobject.createfolder("e:\club\&;vname)
set afile=myfileobject.getfile("e:\club\person.htm")
afile.copy "e:\club\&;vname"\index.htm"
set afile=myfileobject.getfile("e:\club\line113.gif")
afile.copy "e:\club\&;vname"\line113.gif"
set afile=myfileobject.getfile("e:\club\bg11.gif")
afile.copy "e:\club\&;vname"\bg11.gif"
set afile=myfileobject.getfile("e:\club\c24.gif")
afile.copy "e:\club\&;vname"\c24.gif"
3、注冊成功頁面welcome.htm
html>
head>
title>OK/title>
meta http-equiv="Content-Type" content="text/html; charset=gb2312">
/head>
body bgcolor="#FFFFFF" text="#000000" background="bg14.jpg">
p align="center">b>font color="#FF0000" size="7">恭喜您/font>/b>/p>
p align="center">img border="0" src="line761.gif" width="560" height="18">/p>
p align="center">/p>
p align="center">您已成功地申請了自己的個人主頁/p>
p>/p>table width="451" border="0" align="center">
tr>
td width="443">b>請您閱讀以下注意事項:/b>/td>
/tr>
tr>
td width="443">1、您的主頁空間是20M,支持ASP,暫不支持CGI,請您及時上傳您的主頁,超過三周不上傳者,我們將刪除您的帳號!/td>
/tr>
tr>
td width="443">2、本站支持FTP登錄、支持斷點續(xù)傳,可以用各種FTP工具來上傳您的文件。/td>
/tr>
tr>
td width="443">3、本站個人主頁的FTP地址為b>font color="#FF0000">cn4e.vicp.net/font>/b>/td>
/tr>
tr>
td width="443">4、訪問路徑是b>font color="#FF0000">http://cn4e.vicp.net/您的用戶名/font>/b>/td>
/tr>
tr>
td width="443">5、如有任何疑問,請致信a href="mailto:support@4email.vicp.net">support@4email.vicp.net/a>/td>
/tr>
/table>
p align="center">a href="http://www.kydn.com">寧波科宇網(wǎng)/a>
p align="center">a href="/">返回首頁/a>/p>
p align="center">img src="line738.gif" width="500" height="24">/p>
p align="center">/p>
/body>
/html>
4、默認首頁文件person.htm
html>
head>
title>個人網(wǎng)站/title>
meta http-equiv="Content-Type" content="text/html; charset=gb2312">
/head>
body bgcolor="#FFFFFF" text="#000000" background="bg11.gif">
p align="center"> /p>
p align="center">b>font size="6">個人網(wǎng)頁/font>/b>/p>
p align="center">img border="0" src="c24.gif" width="96" height="66">/p>
p align="center">正在施工中。。。。。/p>
p align="center">img border="0" src="line113.gif" width="420" height="11">/p>
p align="center">-==a href="http://www.kydn.com">寧波科宇網(wǎng)/a>==-
CopyRight By KeYu Computer WorkRoom 2001-2002/p>
/body>
/html>