实例介绍
【实例简介】虚拟主机管理系统(C#源码)
虚拟主机管理系统(C#源码) 在线开通iis 域名注册 开通 ftp
文件清单
└── 虚拟主机管理系统(C#源码)
├── ccSDK
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ ├── Debug
│ │ │ ├── ccSDK.dll
│ │ │ └── ccSDK.pdb
│ │ └── Release
│ │ ├── ccSDK.dll
│ │ └── CloseChina.dll
│ ├── Bottom
│ │ ├── BizInterface
│ │ │ ├── BizTools.cs
│ │ │ ├── DMCheckB.cs
│ │ │ ├── DMDelB.cs
│ │ │ ├── DMDnsB.cs
│ │ │ ├── DMLockB.cs
│ │ │ ├── DMPwModB.cs
│ │ │ ├── DMRegCnB.cs
│ │ │ ├── DMRegComB.cs
│ │ │ ├── DMUnLockB.cs
│ │ │ ├── DMUrlAddB.cs
│ │ │ ├── DMUrlDelB.cs
│ │ │ └── DMUrlModB.cs
│ │ ├── EMail
│ │ │ └── test.cs
│ │ ├── Ftp
│ │ │ ├── FtpControl.cs
│ │ │ └── FtpCreate.cs
│ │ ├── Util
│ │ │ ├── CCException.cs
│ │ │ ├── CCTools.cs
│ │ │ ├── DBUtility.cs
│ │ │ └── FileSystem.cs
│ │ └── VH
│ │ ├── CreatVHB.cs
│ │ ├── VHControl.cs
│ │ └── VHCreate.cs
│ ├── ccSDKOld.csproj
│ ├── ccSDKOld.csproj.user
│ ├── ClassDiagram1.cd
│ ├── manage
│ │ ├── domain
│ │ │ ├── DMCheck.cs
│ │ │ ├── DMComReg.cs
│ │ │ └── DMTrue.cs
│ │ ├── member
│ │ │ ├── RegisterUser.cs
│ │ │ ├── UserLogin.cs
│ │ │ └── VHLogin.cs
│ │ └── virtualhost
│ │ ├── BuyVH.cs
│ │ └── CtrlVH.cs
│ └── obj
│ ├── ccSDK.csproj.FileList.txt
│ ├── Debug
│ │ ├── ccSDK.dll
│ │ ├── ccSDK.pdb
│ │ ├── ccSDK.projdata
│ │ ├── Refactor
│ │ ├── temp
│ │ └── TempPE
│ └── Release
│ ├── ccSDK.dll
│ ├── ccSDK.projdata
│ ├── CloseChina.dll
│ ├── temp
│ └── TempPE
├── web
│ ├── acHe!21$^^~@12w5_
│ │ └── #ewcvf~w!.mdb
│ ├── admin
│ │ ├── admin.htm
│ │ ├── admin_m.aspx
│ │ ├── Admin_M.aspx.cs
│ │ ├── Admin_M.aspx.resx
│ │ ├── admin_middle.htm
│ │ ├── admin_mid_left.aspx
│ │ ├── admin_mid_left.aspx.cs
│ │ ├── admin_mid_left.aspx.resx
│ │ ├── admin_mid_right.aspx
│ │ ├── admin_mid_right.aspx.cs
│ │ ├── admin_mid_right.aspx.resx
│ │ ├── ce_m.aspx
│ │ ├── CE_M.aspx.cs
│ │ ├── CE_M.aspx.resx
│ │ ├── ce_pro_add.aspx
│ │ ├── CE_Pro_Add.aspx.cs
│ │ ├── CE_Pro_Add.aspx.resx
│ │ ├── ce_pro_md.aspx
│ │ ├── CE_Pro_MD.aspx.cs
│ │ ├── CE_Pro_MD.aspx.resx
│ │ ├── cs_add.aspx
│ │ ├── CS_Add.aspx.cs
│ │ ├── CS_Add.aspx.resx
│ │ ├── csd_add.aspx
│ │ ├── CSD_Add.aspx.cs
│ │ ├── CSD_Add.aspx.resx
│ │ ├── csd_m.aspx
│ │ ├── CSD_M.aspx.cs
│ │ ├── CSD_M.aspx.resx
│ │ ├── csd_md.aspx
│ │ ├── CSD_MD.aspx.cs
│ │ ├── CSD_MD.aspx.resx
│ │ ├── cs_m.aspx
│ │ ├── CS_M.aspx.cs
│ │ ├── CS_M.aspx.resx
│ │ ├── cs_md.aspx
│ │ ├── CS_MD.aspx.cs
│ │ ├── CS_MD.aspx.resx
│ │ ├── cs_show.aspx
│ │ ├── CS_Show.aspx.cs
│ │ ├── CS_Show.aspx.resx
│ │ ├── delete.aspx
│ │ ├── Delete.aspx.cs
│ │ ├── Delete.aspx.resx
│ │ ├── dm_buy_m.aspx
│ │ ├── DM_Buy_M.aspx.cs
│ │ ├── DM_Buy_M.aspx.resx
│ │ ├── dm_m.aspx
│ │ ├── DM_M.aspx.cs
│ │ ├── DM_M.aspx.resx
│ │ ├── dm_pro_add.aspx
│ │ ├── DM_Pro_Add.aspx.cs
│ │ ├── DM_Pro_Add.aspx.resx
│ │ ├── dm_pro_md.aspx
│ │ ├── DM_Pro_MD.aspx.cs
│ │ ├── DM_Pro_MD.aspx.resx
│ │ ├── dm_show.aspx
│ │ ├── DM_Show.aspx.cs
│ │ ├── DM_Show.aspx.resx
│ │ ├── error
│ │ │ ├── error.htm
│ │ │ └── success.htm
│ │ ├── fileup.aspx
│ │ ├── FileUp.aspx.cs
│ │ ├── FileUp.aspx.resx
│ │ ├── gif.aspx
│ │ ├── ht_m.aspx
│ │ ├── HT_M.aspx.cs
│ │ ├── HT_M.aspx.resx
│ │ ├── ht_pro_add.aspx
│ │ ├── HT_Pro_Add.aspx.cs
│ │ ├── HT_Pro_Add.aspx.resx
│ │ ├── ht_pro_md.aspx
│ │ ├── HT_Pro_MD.aspx.cs
│ │ ├── HT_Pro_MD.aspx.resx
│ │ ├── image_admin
│ │ │ ├── add_01.gif
│ │ │ ├── admin_03.gif
│ │ │ ├── admin_05.gif
│ │ │ ├── admin.css
│ │ │ ├── admin_top.css
│ │ │ ├── arrow.gif
│ │ │ ├── backg_w.gif
│ │ │ ├── css.css
│ │ │ ├── del_01.gif
│ │ │ ├── edit_01.gif
│ │ │ ├── Hdr_Tall_Right.jpg
│ │ │ ├── Hdr_Welcome.jpg
│ │ │ ├── LOGO_03.gif
│ │ │ ├── lon2_03.gif
│ │ │ ├── none.gif
│ │ │ ├── submit_03.gif
│ │ │ ├── system_40.gif
│ │ │ ├── system_42.gif
│ │ │ ├── system_44.gif
│ │ │ ├── toc_endnode.gif
│ │ │ ├── version.gif
│ │ │ └── way.gif
│ │ ├── inc
│ │ │ ├── admin_js.js
│ │ │ ├── date.js
│ │ │ ├── editor
│ │ │ │ ├── css.css
│ │ │ │ ├── editcolor.htm
│ │ │ │ ├── edit.js
│ │ │ │ ├── editor.htm
│ │ │ │ ├── fieldset.htm
│ │ │ │ ├── flash.htm
│ │ │ │ ├── hr.htm
│ │ │ │ ├── iframe.htm
│ │ │ │ ├── images
│ │ │ │ │ ├── bgcolor.gif
│ │ │ │ │ ├── bian.gif
│ │ │ │ │ ├── blank.gif
│ │ │ │ │ ├── bold.gif
│ │ │ │ │ ├── clear.gif
│ │ │ │ │ ├── copy.gif
│ │ │ │ │ ├── createlink.gif
│ │ │ │ │ ├── cut.gif
│ │ │ │ │ ├── date.gif
│ │ │ │ │ ├── delete.gif
│ │ │ │ │ ├── emot.gif
│ │ │ │ │ ├── excel.gif
│ │ │ │ │ ├── fieldset.gif
│ │ │ │ │ ├── fontcolor.gif
│ │ │ │ │ ├── help.gif
│ │ │ │ │ ├── iframe.gif
│ │ │ │ │ ├── img.gif
│ │ │ │ │ ├── indent.gif
│ │ │ │ │ ├── inserthorizontalrule.gif
│ │ │ │ │ ├── insertimage.gif
│ │ │ │ │ ├── insertorderedlist.gif
│ │ │ │ │ ├── insertunorderedlist.gif
│ │ │ │ │ ├── italic.gif
│ │ │ │ │ ├── justifycenter.gif
│ │ │ │ │ ├── justifyleft.gif
│ │ │ │ │ ├── justifyright.gif
│ │ │ │ │ ├── media.gif
│ │ │ │ │ ├── mp.gif
│ │ │ │ │ ├── outdent.gif
│ │ │ │ │ ├── paste.gif
│ │ │ │ │ ├── real.gif
│ │ │ │ │ ├── redo.gif
│ │ │ │ │ ├── selectall.gif
│ │ │ │ │ ├── sub.gif
│ │ │ │ │ ├── sup.gif
│ │ │ │ │ ├── swf.gif
│ │ │ │ │ ├── table.gif
│ │ │ │ │ ├── time.gif
│ │ │ │ │ ├── underline.gif
│ │ │ │ │ ├── undo.gif
│ │ │ │ │ ├── unlink.gif
│ │ │ │ │ ├── upload.gif
│ │ │ │ │ └── wordclean.gif
│ │ │ │ ├── media.htm
│ │ │ │ ├── pic.aspx
│ │ │ │ ├── pic_up.aspx
│ │ │ │ ├── rm.htm
│ │ │ │ ├── selcolor.htm
│ │ │ │ ├── selectlist.js
│ │ │ │ └── table.htm
│ │ │ ├── inner.aspx
│ │ │ ├── inner.aspx.cs
│ │ │ └── inner.aspx.resx
│ │ ├── index.aspx
│ │ ├── Index.aspx.cs
│ │ ├── Index.aspx.resx
│ │ ├── logout.aspx
│ │ ├── Logout.aspx.cs
│ │ ├── Logout.aspx.resx
│ │ ├── member_m.aspx
│ │ ├── Member_M.aspx.cs
│ │ ├── Member_M.aspx.resx
│ │ ├── member_show.aspx
│ │ ├── Member_Show.aspx.cs
│ │ ├── Member_Show.aspx.resx
│ │ ├── other_survey_m.aspx
│ │ ├── Other_Survey_M.aspx.cs
│ │ ├── Other_Survey_M.aspx.resx
│ │ ├── pass.aspx
│ │ ├── pass.aspx.cs
│ │ ├── pass.aspx.resx
│ │ ├── product_class_add.aspx
│ │ ├── Product_Class_Add.aspx.cs
│ │ ├── Product_Class_Add.aspx.resx
│ │ ├── product_class_m.aspx
│ │ ├── Product_Class_M.aspx.cs
│ │ ├── Product_Class_M.aspx.resx
│ │ ├── product_class_md.aspx
│ │ ├── Product_Class_MD.aspx.cs
│ │ ├── Product_Class_MD.aspx.resx
│ │ ├── qanda_m.aspx
│ │ ├── QandA_M.aspx.cs
│ │ ├── QandA_M.aspx.resx
│ │ ├── upload
│ │ ├── vh_buy_m.aspx
│ │ ├── VH_Buy_M.aspx.cs
│ │ ├── VH_Buy_M.aspx.resx
│ │ ├── vh_m.aspx
│ │ ├── VH_M.aspx.cs
│ │ ├── VH_M.aspx.resx
│ │ ├── vh_pro_add.aspx
│ │ ├── VH_Pro_Add.aspx.cs
│ │ ├── VH_Pro_Add.aspx.resx
│ │ ├── vh_pro_md.aspx
│ │ ├── VH_Pro_MD.aspx.cs
│ │ ├── VH_Pro_MD.aspx.resx
│ │ ├── vh_show.aspx
│ │ ├── VH_Show.aspx.cs
│ │ ├── VH_Show.aspx.resx
│ │ ├── wd_m.aspx
│ │ ├── WD_M.aspx.cs
│ │ ├── WD_M.aspx.resx
│ │ ├── wd_pro_add.aspx
│ │ ├── WD_Pro_Add.aspx.cs
│ │ ├── WD_Pro_Add.aspx.resx
│ │ ├── wd_pro_md.aspx
│ │ ├── WD_Pro_MD.aspx.cs
│ │ └── WD_Pro_MD.aspx.resx
│ ├── App_Code
│ │ ├── AssemblyInfo.cs
│ │ ├── ClassDiagram.cd
│ │ ├── CloseChina
│ │ │ ├── BizIF.cs
│ │ │ ├── CCBiz.cs
│ │ │ ├── CCTools.cs
│ │ │ ├── Config.cs
│ │ │ ├── ConFtp.cs
│ │ │ ├── ConIIS.cs
│ │ │ ├── DBUtility.cs
│ │ │ ├── msDBUtility.cs
│ │ │ └── Orders.cs
│ │ ├── Global.asax.cs
│ │ └── Migrated
│ │ └── Stub_VH_ProShow_aspx_cs.cs
│ ├── aspnet_client
│ │ └── system_web
│ │ └── 1_1_4322
│ │ ├── SmartNav.htm
│ │ ├── SmartNav.js
│ │ └── WebUIValidation.js
│ ├── bin
│ │ ├── Interop.EASYMAILLib.dll
│ │ ├── WebControlLibrary1.dll
│ │ └── WebControlLibrary1.pdb
│ ├── CE_Index.aspx
│ ├── CE_Index.aspx.cs
│ ├── CE_Index.aspx.resx
│ ├── CE_ProShow.aspx
│ ├── CE_ProShow.aspx.cs
│ ├── CE_ProShow.aspx.resx
│ ├── CloseChina
│ ├── comData
│ │ ├── 2005712200912.gif
│ │ ├── 2005712235225.gif
│ │ ├── 200571321229.gif
│ │ ├── bank_bc.gif
│ │ ├── bank_cmb.gif
│ │ ├── bank_icbc.gif
│ │ ├── bank_js.gif
│ │ ├── bank_jt.gif
│ │ ├── bank_ny.gif
│ │ ├── bank_sy.gif
│ │ ├── bank_yz.gif
│ │ ├── df_baidu_bg.gif
│ │ ├── df_baidu_buttom.gif
│ │ ├── df_baidu_title_1.gif
│ │ ├── df_baidu_title_2.gif
│ │ ├── df_baidu_title_3.gif
│ │ ├── df_sohu_top_1.gif
│ │ ├── df_sohu_top_6.gif
│ │ ├── DM_ProShow_1.gif
│ │ ├── DM_ProShow_2.gif
│ │ ├── DM_ProShow_3.gif
│ │ ├── DM_ProShow_4.gif
│ │ ├── DM_ProShow_5.gif
│ │ ├── DM_ProShow_6.gif
│ │ ├── DM_ProShow_7.gif
│ │ ├── dotbiz_logo.gif
│ │ ├── dotca_logo.gif
│ │ ├── dotcc_logo.gif
│ │ ├── dotcn_logo.gif
│ │ ├── dotinfo_logo.gif
│ │ ├── dotname_logo.gif
│ │ ├── dotorg_logo.gif
│ │ ├── dottm_logo.gif
│ │ ├── dottw_logo.gif
│ │ ├── dotus_logo.gif
│ │ ├── google_bg.gif
│ │ ├── google_bt.gif
│ │ ├── index_78.gif
│ │ ├── index_80.gif
│ │ ├── index_83.gif
│ │ ├── jj_baidu.gif
│ │ ├── jj_sina.gif
│ │ ├── jj_sohu.gif
│ │ ├── smail_163.gif
│ │ ├── smail_buttom.gif
│ │ ├── smail_cns.gif
│ │ ├── smail_sina.gif
│ │ ├── smail_sohu.gif
│ │ ├── tg_163.gif
│ │ ├── tg_baidu.gif
│ │ ├── tg_chinasearch.gif
│ │ ├── tg_google.gif
│ │ ├── tg_sina.gif
│ │ ├── tg_sohu.gif
│ │ ├── VH_Index_13.gif
│ │ ├── VH_Index_15.gif
│ │ ├── VH_Index_23.gif
│ │ ├── VH_Index_25.gif
│ │ ├── VH_Index_47.gif
│ │ ├── VH_Index_49.gif
│ │ ├── VH_Index_51.gif
│ │ ├── VH_Index_53.gif
│ │ ├── VH_Index_60.gif
│ │ ├── VH_Index_63.gif
│ │ ├── VH_Index_66.gif
│ │ ├── VH_Index_68.gif
│ │ ├── VH_Index_70.gif
│ │ ├── VH_Index_72.gif
│ │ ├── VH_Index_75.gif
│ │ ├── VH_Index_78.gif
│ │ ├── VH_ProShow_2.gif
│ │ ├── VH_ProShow_3.gif
│ │ ├── VH_ProShow_4.gif
│ │ ├── VH_ProShow_5.gif
│ │ ├── VH_ProShow_6.gif
│ │ ├── VH_ProShow_7.gif
│ │ ├── VH_ProShow_8.gif
│ │ ├── yanshi_baidu.gif
│ │ ├── yanshi_google.gif
│ │ ├── yanshi_sina_1.gif
│ │ ├── yanshi_sina_2.gif
│ │ ├── yanshi_sina_3.gif
│ │ └── yanshi_sohu.gif
│ ├── ConversionReport.txt
│ ├── CS_Index.aspx
│ ├── CS_Index.aspx.cs
│ ├── CS_Index.aspx.resx
│ ├── CS_ProShow.aspx
│ ├── CS_ProShow.aspx.cs
│ ├── CS_ProShow.aspx.resx
│ ├── DM_Check_Result.aspx
│ ├── DM_Check_Result.aspx.cs
│ ├── DM_Check_Result.aspx.resx
│ ├── DM_inc_Menu.htm
│ ├── DM_Index.aspx
│ ├── DM_Index.aspx.cs
│ ├── DM_Index.aspx.resx
│ ├── DM_ProShow.aspx
│ ├── DM_ProShow.aspx.cs
│ ├── DM_ProShow.aspx.resx
│ ├── DM_Register.aspx
│ ├── DM_Register.aspx.cs
│ ├── DM_Register.aspx.resx
│ ├── DM_Register_Doc.aspx
│ ├── DM_Register_Doc.aspx.cs
│ ├── DM_Register_Doc.aspx.resx
│ ├── DM_Register_Doc.aspx.xsd
│ ├── DM_Register_Doc.aspx.xsx
│ ├── DM_Register_Failed.aspx
│ ├── DM_Register_Failed.aspx.cs
│ ├── DM_Register_Failed.aspx.resx
│ ├── DM_Register_Success.aspx
│ ├── DM_Register_Success.aspx.cs
│ ├── DM_Register_Success.aspx.resx
│ ├── Err_Failed.aspx
│ ├── Err_Failed.aspx.cs
│ ├── Err_Failed.aspx.resx
│ ├── Err_UC.aspx
│ ├── Err_UC.aspx.cs
│ ├── Err_UC.aspx.resx
│ ├── gif.aspx
│ ├── Global.asax
│ ├── Global.asax.resx
│ ├── HT_Index.aspx
│ ├── HT_Index.aspx.cs
│ ├── HT_Index.aspx.resx
│ ├── image
│ │ ├── 163_a.gif
│ │ ├── 163_b.gif
│ │ ├── 163_c.gif
│ │ ├── 163_d.gif
│ │ ├── 24hours.gif
│ │ ├── buttonleft.gif
│ │ ├── buttonmiddle.gif
│ │ ├── buttonright.gif
│ │ ├── CC_Bg.gif
│ │ ├── CC_Bg.js
│ │ ├── CE_Index_03.gif
│ │ ├── CE_Index_07.gif
│ │ ├── CE_Index_11.gif
│ │ ├── CE_ProShow_21.gif
│ │ ├── check_26_b.gif
│ │ ├── check_26.gif
│ │ ├── check_30.gif
│ │ ├── check_31.gif
│ │ ├── china_a.gif
│ │ ├── china_b.gif
│ │ ├── china_c.gif
│ │ ├── china_d_2.gif
│ │ ├── china_d_3.gif
│ │ ├── china_d_4.gif
│ │ ├── china_e.gif
│ │ ├── clip_image002.jpg
│ │ ├── clip_image003.gif
│ │ ├── clip_image004.gif
│ │ ├── clip_image005.gif
│ │ ├── clip_image007.gif
│ │ ├── clip_image009.jpg
│ │ ├── clip_image010.gif
│ │ ├── clip_image012.jpg
│ │ ├── clip_image014.jpg
│ │ ├── control_18.gif
│ │ ├── control_242.gif
│ │ ├── control_24.gif
│ │ ├── control_28.gif
│ │ ├── cs_dm_032.gif
│ │ ├── cs_dm_033.gif
│ │ ├── cs_dm_034.gif
│ │ ├── cs_dm_03.gif
│ │ ├── CS_Index_032.gif
│ │ ├── CS_Index_03.gif
│ │ ├── CS_Index_07.gif
│ │ ├── cs_vh_032.gif
│ │ ├── cs_vh_033.gif
│ │ ├── cs_vh_034.gif
│ │ ├── cs_vh_03.gif
│ │ ├── df_163_title_1.gif
│ │ ├── df_163_title_2.gif
│ │ ├── df_163_title_3.gif
│ │ ├── df_163_title_4.gif
│ │ ├── df_163_top_1.gif
│ │ ├── df_163_top_2.gif
│ │ ├── df_chinas_title_1.gif
│ │ ├── df_chinas_title_2.gif
│ │ ├── df_chinas_title_3.gif
│ │ ├── df_chinas_title_4.gif
│ │ ├── df_chinas_title_5.gif
│ │ ├── df_chinas_title_6.gif
│ │ ├── df_chinas_top_1.gif
│ │ ├── df_chinas_top_2.gif
│ │ ├── df_sina_title_1.gif
│ │ ├── df_sina_title_2.gif
│ │ ├── df_sina_title_3.gif
│ │ ├── df_sina_title_4.gif
│ │ ├── df_sina_title_5.gif
│ │ ├── df_sina_title_6.gif
│ │ ├── df_sina_title_7.gif
│ │ ├── df_sina_title_8.gif
│ │ ├── df_sina_title_9.gif
│ │ ├── df_sina_top_1.gif
│ │ ├── df_sina_top_2.gif
│ │ ├── df_sina_top_3.gif
│ │ ├── df_sina_top_4.gif
│ │ ├── df_sina_top_5.gif
│ │ ├── df_sina_top_6.gif
│ │ ├── df_sohu_title_1.gif
│ │ ├── df_sohu_title_2.gif
│ │ ├── df_sohu_title_3.gif
│ │ ├── df_sohu_title_4.gif
│ │ ├── df_sohu_title_5.gif
│ │ ├── df_sohu_title_6.gif
│ │ ├── df_sohu_title_7.gif
│ │ ├── df_sohu_title_8.gif
│ │ ├── df_sohu_top_2.gif
│ │ ├── df_sohu_top_3.gif
│ │ ├── df_sohu_top_4.gif
│ │ ├── df_sohu_top_5.gif
│ │ ├── df_sohu_top_7.gif
│ │ ├── df_sohu_top_8.gif
│ │ ├── dir_03.gif
│ │ ├── dir_04.gif
│ │ ├── dir_06.gif
│ │ ├── DM_Check_Result_24.gif
│ │ ├── DM_Index_03.gif
│ │ ├── DM_Index_07.gif
│ │ ├── DM_ProShow_21.gif
│ │ ├── DM_ProShow_27.gif
│ │ ├── DM_ProShow_32.gif
│ │ ├── DM_Register_Success_03.gif
│ │ ├── DM_Register_Success_05.gif
│ │ ├── domain_img1.gif
│ │ ├── domain_img7.gif
│ │ ├── flash_duilian.swf
│ │ ├── flash_ht.swf
│ │ ├── flash_index.swf
│ │ ├── hd315.gif
│ │ ├── HT_Index_033.gif
│ │ ├── icon_notice.gif
│ │ ├── idc_02.gif
│ │ ├── idc_04.gif
│ │ ├── idc_08.gif
│ │ ├── idc_09_c.gif
│ │ ├── idc_09.gif
│ │ ├── idc_10.gif
│ │ ├── idc_11.gif
│ │ ├── idc_12.gif
│ │ ├── idc_13.gif
│ │ ├── idc_14.gif
│ │ ├── idc_15.gif
│ │ ├── idc_17.gif
│ │ ├── idc_27.gif
│ │ ├── idc_292.gif
│ │ ├── idc_30.gif
│ │ ├── idc_41.gif
│ │ ├── idc_422.gif
│ │ ├── idc_42.gif
│ │ ├── idc_46.gif
│ │ ├── idc_472.gif
│ │ ├── idc_473.gif
│ │ ├── idc_48.gif
│ │ ├── idc_492.gif
│ │ ├── idc_49.gif
│ │ ├── idc_55.gif
│ │ ├── idc_c_09.gif
│ │ ├── idc_c_10.gif
│ │ ├── idc_c_11.gif
│ │ ├── idc_c_12.gif
│ │ ├── idc_c_13.gif
│ │ ├── idc_c_14.gif
│ │ ├── image.css
│ │ ├── index_03.gif
│ │ ├── index_05.gif
│ │ ├── index_12.gif
│ │ ├── index_21.gif
│ │ ├── index_22.gif
│ │ ├── index_47.gif
│ │ ├── index_61.gif
│ │ ├── index_75.gif
│ │ ├── index_81.gif
│ │ ├── index_84.gif
│ │ ├── index_87.gif
│ │ ├── index_89.gif
│ │ ├── index_90.gif
│ │ ├── index_c_21.gif
│ │ ├── index_c_22.gif
│ │ ├── leapftp01.gif
│ │ ├── leapftp02.gif
│ │ ├── leapftp03.gif
│ │ ├── leapftp04.gif
│ │ ├── leapftp05.gif
│ │ ├── linkanhui.gif
│ │ ├── Login_03.gif
│ │ ├── Login_05.gif
│ │ ├── Login_08.gif
│ │ ├── Login_10.gif
│ │ ├── Login_17.gif
│ │ ├── Login2_03.gif
│ │ ├── Login2_17.gif
│ │ ├── Login2_18.gif
│ │ ├── Login2_19.gif
│ │ ├── Login2_20.gif
│ │ ├── Login2_21.gif
│ │ ├── mailuse101.gif
│ │ ├── mailuse102.gif
│ │ ├── mailuse103.gif
│ │ ├── mailuse104.gif
│ │ ├── mailuse105.gif
│ │ ├── Menu_Doc&Prob.gif
│ │ ├── new1.gif
│ │ ├── new2.gif
│ │ ├── new3.gif
│ │ ├── new4.gif
│ │ ├── Other_About_03.gif
│ │ ├── Other_Accounts_03.gif
│ │ ├── Other_contact_03.gif
│ │ ├── Other_survey_03.gif
│ │ ├── promotion_imgp.gif
│ │ ├── Reg_15_2.gif
│ │ ├── Reg_15.gif
│ │ ├── Reg_15_t.gif
│ │ ├── register_031.gif
│ │ ├── register_032.gif
│ │ ├── register_033.gif
│ │ ├── register_03.gif
│ │ ├── register_07.gif
│ │ ├── register_11.gif
│ │ ├── shopcart_07.gif
│ │ ├── sina_a.gif
│ │ ├── sina_b.gif
│ │ ├── sina_c_1.gif
│ │ ├── sina_c_2.gif
│ │ ├── sina_c_3.gif
│ │ ├── sina_d.gif
│ │ ├── sina_e.gif
│ │ ├── sina_f.gif
│ │ ├── sina_j.gif
│ │ ├── sohu_a.gif
│ │ ├── sohu_b.gif
│ │ ├── sohu_c.gif
│ │ ├── sohu_d.gif
│ │ ├── sohu_e.gif
│ │ ├── sohu_f.gif
│ │ ├── sohu_g.gif
│ │ ├── submenu_03.gif
│ │ ├── submenu_05.gif
│ │ ├── submenu_07.gif
│ │ ├── submitimg.gif
│ │ ├── tel_01.gif
│ │ ├── tel_02.gif
│ │ ├── tel_03.gif
│ │ ├── tel_04.gif
│ │ ├── top_03.gif
│ │ ├── top_05.gif
│ │ ├── top_07.gif
│ │ ├── top_09.gif
│ │ ├── top_11.gif
│ │ ├── top.gif
│ │ ├── tuiguan_buttom.gif
│ │ ├── tuiguang_sina.gif
│ │ ├── UserCtr_ce_24.gif
│ │ ├── userctr_ds_24.gif
│ │ ├── UserCtr_Index_10.gif
│ │ ├── UserCtr_Index_15.gif
│ │ ├── UserCtr_Index_17.gif
│ │ ├── UserCtr_Index_20.gif
│ │ ├── UserCtr_Index_22.gif
│ │ ├── UserCtr_Index_24.gif
│ │ ├── UserCtr_Index_41.gif
│ │ ├── UserCtr_Index_43.gif
│ │ ├── UserCtrl_CE.gif
│ │ ├── UserCtrl_dm.gif
│ │ ├── UserCtrl_log.gif
│ │ ├── UserCtrl_menu.gif
│ │ ├── UserCtrl_Mon.gif
│ │ ├── UserCtrl_MyData.gif
│ │ ├── UserCtrl_support.gif
│ │ ├── UserCtrl_vh.gif
│ │ ├── UserCtr_Mny_M_24.gif
│ │ ├── userctr_vh_24.gif
│ │ ├── VH_Buy_Success_03.gif
│ │ ├── VH_Index_03.gif
│ │ ├── VH_Index_06.gif
│ │ ├── VH_Index_09.gif
│ │ ├── VH_Index_112.gif
│ │ ├── VH_Index_11.gif
│ │ ├── VH_Index_18.gif
│ │ ├── VH_Index_29.gif
│ │ ├── VH_Index_312.gif
│ │ ├── VH_Index_31.gif
│ │ ├── VH_Index_32.gif
│ │ ├── VH_Index_34.gif
│ │ ├── VH_Index_36.gif
│ │ ├── VH_Index_38.gif
│ │ ├── VH_Index_43.gif
│ │ ├── VH_ProShow_21.gif
│ │ ├── VH_ProShow_34.gif
│ │ ├── WD_Index_03.gif
│ │ ├── WD_Index_07.gif
│ │ ├── WD_Index_102.gif
│ │ └── WD_Index_10.gif
│ ├── inc_bottom.htm
│ ├── inc_contact.htm
│ ├── inc_reg.aspx
│ ├── inc_reg.aspx.cs
│ ├── inc_reg.aspx.resx
│ ├── inc_tel.htm
│ ├── inc_Top.ascx
│ ├── inc_Top.ascx.cs
│ ├── inc_Top.ascx.resx
│ ├── Index.aspx
│ ├── Index.aspx.cs
│ ├── Index.aspx.resx
│ ├── menu
│ │ ├── cs_ct.aspx
│ │ ├── menu.js
│ │ ├── stm30ie4.js
│ │ ├── stm30nn6.js
│ │ ├── stm30op6.js
│ │ └── stm30uns.js
│ ├── Other_About.aspx
│ ├── Other_About.aspx.cs
│ ├── Other_About.aspx.resx
│ ├── Other_Accounts.aspx
│ ├── Other_Accounts.aspx.cs
│ ├── Other_Accounts.aspx.resx
│ ├── Other_contact.aspx
│ ├── Other_contact.aspx.cs
│ ├── Other_contact.aspx.resx
│ ├── Other_privacy.aspx
│ ├── Other_privacy.aspx.cs
│ ├── Other_privacy.aspx.resx
│ ├── Other_QandA.aspx
│ ├── Other_QandA.aspx.cs
│ ├── Other_QandA.aspx.resx
│ ├── Other_QandA_Success.aspx
│ ├── Other_QandA_Success.aspx.cs
│ ├── Other_QandA_Success.aspx.resx
│ ├── Other_ShowNews.aspx
│ ├── Other_ShowNews.aspx.cs
│ ├── Other_ShowNews.aspx.resx
│ ├── Other_Survey.aspx
│ ├── Other_Survey.aspx.cs
│ ├── Other_Survey.aspx.resx
│ ├── Other_Survey_Success.aspx
│ ├── Other_Survey_Success.aspx.cs
│ ├── Other_Survey_Success.aspx.resx
│ ├── Other_terms.aspx
│ ├── Other_terms.aspx.cs
│ ├── Other_terms.aspx.resx
│ ├── Register_F.aspx
│ ├── Register_F.aspx.cs
│ ├── Register_F.aspx.resx
│ ├── Register_S.aspx
│ ├── Register_S.aspx.cs
│ ├── Register_S.aspx.resx
│ ├── Register_T.aspx
│ ├── Register_T.aspx.cs
│ ├── Register_T.aspx.resx
│ ├── support
│ │ ├── urltoaw.aspx
│ │ ├── UrlToAW.aspx.cs
│ │ └── UrlToAW.aspx.resx
│ ├── Untitled-1.htm
│ ├── upfile
│ │ ├── 200561134631.gif
│ │ ├── 2005613235622.gif
│ │ ├── 200561400710.gif
│ │ ├── 200561401011.gif
│ │ ├── 200561401654.gif
│ │ ├── 200561401806.gif
│ │ ├── 200561402125.gif
│ │ ├── 200561405513.gif
│ │ ├── 200561405824.gif
│ │ ├── 200561410105.gif
│ │ ├── 200561410202.gif
│ │ ├── 200561410231.gif
│ │ ├── 200561410518.gif
│ │ ├── 200561411724.gif
│ │ ├── 200561411732.gif
│ │ ├── 200561411739.gif
│ │ ├── 200561411827.gif
│ │ ├── 200561411851.gif
│ │ ├── 200561412816.gif
│ │ ├── 200561413053.gif
│ │ ├── 200561415652.gif
│ │ ├── 200561421152.gif
│ │ ├── 200561421624.gif
│ │ ├── 200561421645.gif
│ │ ├── 2005614220325.gif
│ │ ├── 2005614221505.gif
│ │ ├── 200561430928.gif
│ │ ├── 200561431330.gif
│ │ ├── 200561431505.gif
│ │ ├── 200561431639.gif
│ │ ├── 200561431752.gif
│ │ ├── 200561431811.gif
│ │ ├── 200562212729.gif
│ │ ├── 200571103915.gif
│ │ ├── 2005712200912.gif
│ │ ├── 2005712221121.gif
│ │ ├── 2005712223524.gif
│ │ ├── 2005712223942.gif
│ │ ├── 2005712224202.gif
│ │ ├── 2005712225014.gif
│ │ ├── 2005712225235.gif
│ │ ├── 2005712225358.gif
│ │ ├── 2005712225503.gif
│ │ ├── 2005712225718.gif
│ │ ├── 2005712225905.gif
│ │ ├── 2005712225932.gif
│ │ ├── 2005712230427.gif
│ │ ├── 2005712230623.gif
│ │ ├── 2005712230722.gif
│ │ ├── 2005712231101.gif
│ │ ├── 2005712231206.gif
│ │ ├── 2005712231321.gif
│ │ ├── 2005712232652.gif
│ │ ├── 2005712232749.gif
│ │ ├── 2005712233203.gif
│ │ ├── 2005712233440.gif
│ │ ├── 2005712234729.gif
│ │ ├── 2005712234924.gif
│ │ ├── 2005712235225.gif
│ │ ├── 200571303639.gif
│ │ ├── 200571303818.gif
│ │ ├── 200571314928.gif
│ │ ├── 200571315025.gif
│ │ ├── 200571321015.gif
│ │ ├── 200571321229.gif
│ │ ├── 200571324215.gif
│ │ ├── 200571324357.gif
│ │ ├── 200571324526.gif
│ │ └── 200571835149.gif
│ ├── UserCtr_CE_M.aspx
│ ├── UserCtr_CE_M.aspx.cs
│ ├── UserCtr_CE_M.aspx.resx
│ ├── UserCtr_DM_M.aspx
│ ├── UserCtr_DM_M.aspx.cs
│ ├── UserCtr_DM_M.aspx.resx
│ ├── UserCtr_DM_MD_Index.aspx
│ ├── UserCtr_DM_MD_Index.aspx.cs
│ ├── UserCtr_DM_MD_Index.aspx.resx
│ ├── UserCtr_DS_MD.aspx
│ ├── UserCtr_DS_MD.aspx.cs
│ ├── UserCtr_DS_MD.aspx.resx
│ ├── Userctr_inc_menu.htm
│ ├── UserCtr_Index.aspx
│ ├── UserCtr_Index.aspx.cs
│ ├── UserCtr_Index.aspx.resx
│ ├── UserCtr_Mny_M.aspx
│ ├── UserCtr_Mny_M.aspx.cs
│ ├── UserCtr_Mny_M.aspx.resx
│ ├── UserCtr_MyData_MD.aspx
│ ├── UserCtr_MyData_MD.aspx.cs
│ ├── UserCtr_MyData_MD.aspx.resx
│ ├── UserCtr_VH_M.aspx
│ ├── UserCtr_VH_M.aspx.cs
│ ├── UserCtr_VH_M.aspx.resx
│ ├── UserCtr_VH_MD.aspx
│ ├── UserCtr_VH_MD.aspx.cs
│ ├── UserCtr_VH_MD.aspx.resx
│ ├── VH_Buy.aspx
│ ├── VH_Buy.aspx.cs
│ ├── VH_Buy.aspx.resx
│ ├── VH_Buy_Doc.aspx
│ ├── VH_Buy_Doc.aspx.cs
│ ├── VH_Buy_Doc.aspx.resx
│ ├── VH_Buy_Failed.aspx
│ ├── VH_Buy_Failed.aspx.cs
│ ├── VH_Buy_Failed.aspx.resx
│ ├── VH_Buy_Success.aspx
│ ├── VH_Buy_Success.aspx.cs
│ ├── VH_Buy_Success.aspx.resx
│ ├── VH_Index.aspx
│ ├── VH_Index.aspx.cs
│ ├── VH_Index.aspx.resx
│ ├── VH_ProMenu.ascx
│ ├── VH_ProMenu.ascx.cs
│ ├── VH_ProMenu.ascx.resx
│ ├── VH_ProShow.aspx
│ ├── VH_ProShow.aspx.cs
│ ├── VH_ProShow.aspx.resx
│ ├── WD_Index.aspx
│ ├── WD_Index.aspx.cs
│ ├── WD_Index.aspx.resx
│ ├── WD_ProMenu.htm
│ ├── WD_ProShow.aspx
│ ├── WD_ProShow.aspx.cs
│ ├── WD_ProShow.aspx.resx
│ ├── Web.config
│ ├── zzz.aspx
│ ├── zzz.aspx.cs
│ └── zzz.aspx.resx
└── 说明.txt
45 directories, 874 files
虚拟主机管理系统(C#源码) 在线开通iis 域名注册 开通 ftp
【实例截图】
文件清单
└── 虚拟主机管理系统(C#源码)
├── ccSDK
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ ├── Debug
│ │ │ ├── ccSDK.dll
│ │ │ └── ccSDK.pdb
│ │ └── Release
│ │ ├── ccSDK.dll
│ │ └── CloseChina.dll
│ ├── Bottom
│ │ ├── BizInterface
│ │ │ ├── BizTools.cs
│ │ │ ├── DMCheckB.cs
│ │ │ ├── DMDelB.cs
│ │ │ ├── DMDnsB.cs
│ │ │ ├── DMLockB.cs
│ │ │ ├── DMPwModB.cs
│ │ │ ├── DMRegCnB.cs
│ │ │ ├── DMRegComB.cs
│ │ │ ├── DMUnLockB.cs
│ │ │ ├── DMUrlAddB.cs
│ │ │ ├── DMUrlDelB.cs
│ │ │ └── DMUrlModB.cs
│ │ │ └── test.cs
│ │ ├── Ftp
│ │ │ ├── FtpControl.cs
│ │ │ └── FtpCreate.cs
│ │ ├── Util
│ │ │ ├── CCException.cs
│ │ │ ├── CCTools.cs
│ │ │ ├── DBUtility.cs
│ │ │ └── FileSystem.cs
│ │ └── VH
│ │ ├── CreatVHB.cs
│ │ ├── VHControl.cs
│ │ └── VHCreate.cs
│ ├── ccSDKOld.csproj
│ ├── ccSDKOld.csproj.user
│ ├── ClassDiagram1.cd
│ ├── manage
│ │ ├── domain
│ │ │ ├── DMCheck.cs
│ │ │ ├── DMComReg.cs
│ │ │ └── DMTrue.cs
│ │ ├── member
│ │ │ ├── RegisterUser.cs
│ │ │ ├── UserLogin.cs
│ │ │ └── VHLogin.cs
│ │ └── virtualhost
│ │ ├── BuyVH.cs
│ │ └── CtrlVH.cs
│ └── obj
│ ├── ccSDK.csproj.FileList.txt
│ ├── Debug
│ │ ├── ccSDK.dll
│ │ ├── ccSDK.pdb
│ │ ├── ccSDK.projdata
│ │ ├── Refactor
│ │ ├── temp
│ │ └── TempPE
│ └── Release
│ ├── ccSDK.dll
│ ├── ccSDK.projdata
│ ├── CloseChina.dll
│ ├── temp
│ └── TempPE
├── web
│ ├── acHe!21$^^~@12w5_
│ │ └── #ewcvf~w!.mdb
│ ├── admin
│ │ ├── admin.htm
│ │ ├── admin_m.aspx
│ │ ├── Admin_M.aspx.cs
│ │ ├── Admin_M.aspx.resx
│ │ ├── admin_middle.htm
│ │ ├── admin_mid_left.aspx
│ │ ├── admin_mid_left.aspx.cs
│ │ ├── admin_mid_left.aspx.resx
│ │ ├── admin_mid_right.aspx
│ │ ├── admin_mid_right.aspx.cs
│ │ ├── admin_mid_right.aspx.resx
│ │ ├── ce_m.aspx
│ │ ├── CE_M.aspx.cs
│ │ ├── CE_M.aspx.resx
│ │ ├── ce_pro_add.aspx
│ │ ├── CE_Pro_Add.aspx.cs
│ │ ├── CE_Pro_Add.aspx.resx
│ │ ├── ce_pro_md.aspx
│ │ ├── CE_Pro_MD.aspx.cs
│ │ ├── CE_Pro_MD.aspx.resx
│ │ ├── cs_add.aspx
│ │ ├── CS_Add.aspx.cs
│ │ ├── CS_Add.aspx.resx
│ │ ├── csd_add.aspx
│ │ ├── CSD_Add.aspx.cs
│ │ ├── CSD_Add.aspx.resx
│ │ ├── csd_m.aspx
│ │ ├── CSD_M.aspx.cs
│ │ ├── CSD_M.aspx.resx
│ │ ├── csd_md.aspx
│ │ ├── CSD_MD.aspx.cs
│ │ ├── CSD_MD.aspx.resx
│ │ ├── cs_m.aspx
│ │ ├── CS_M.aspx.cs
│ │ ├── CS_M.aspx.resx
│ │ ├── cs_md.aspx
│ │ ├── CS_MD.aspx.cs
│ │ ├── CS_MD.aspx.resx
│ │ ├── cs_show.aspx
│ │ ├── CS_Show.aspx.cs
│ │ ├── CS_Show.aspx.resx
│ │ ├── delete.aspx
│ │ ├── Delete.aspx.cs
│ │ ├── Delete.aspx.resx
│ │ ├── dm_buy_m.aspx
│ │ ├── DM_Buy_M.aspx.cs
│ │ ├── DM_Buy_M.aspx.resx
│ │ ├── dm_m.aspx
│ │ ├── DM_M.aspx.cs
│ │ ├── DM_M.aspx.resx
│ │ ├── dm_pro_add.aspx
│ │ ├── DM_Pro_Add.aspx.cs
│ │ ├── DM_Pro_Add.aspx.resx
│ │ ├── dm_pro_md.aspx
│ │ ├── DM_Pro_MD.aspx.cs
│ │ ├── DM_Pro_MD.aspx.resx
│ │ ├── dm_show.aspx
│ │ ├── DM_Show.aspx.cs
│ │ ├── DM_Show.aspx.resx
│ │ ├── error
│ │ │ ├── error.htm
│ │ │ └── success.htm
│ │ ├── fileup.aspx
│ │ ├── FileUp.aspx.cs
│ │ ├── FileUp.aspx.resx
│ │ ├── gif.aspx
│ │ ├── ht_m.aspx
│ │ ├── HT_M.aspx.cs
│ │ ├── HT_M.aspx.resx
│ │ ├── ht_pro_add.aspx
│ │ ├── HT_Pro_Add.aspx.cs
│ │ ├── HT_Pro_Add.aspx.resx
│ │ ├── ht_pro_md.aspx
│ │ ├── HT_Pro_MD.aspx.cs
│ │ ├── HT_Pro_MD.aspx.resx
│ │ ├── image_admin
│ │ │ ├── add_01.gif
│ │ │ ├── admin_03.gif
│ │ │ ├── admin_05.gif
│ │ │ ├── admin.css
│ │ │ ├── admin_top.css
│ │ │ ├── arrow.gif
│ │ │ ├── backg_w.gif
│ │ │ ├── css.css
│ │ │ ├── del_01.gif
│ │ │ ├── edit_01.gif
│ │ │ ├── Hdr_Tall_Right.jpg
│ │ │ ├── Hdr_Welcome.jpg
│ │ │ ├── LOGO_03.gif
│ │ │ ├── lon2_03.gif
│ │ │ ├── none.gif
│ │ │ ├── submit_03.gif
│ │ │ ├── system_40.gif
│ │ │ ├── system_42.gif
│ │ │ ├── system_44.gif
│ │ │ ├── toc_endnode.gif
│ │ │ ├── version.gif
│ │ │ └── way.gif
│ │ ├── inc
│ │ │ ├── admin_js.js
│ │ │ ├── date.js
│ │ │ ├── editor
│ │ │ │ ├── css.css
│ │ │ │ ├── editcolor.htm
│ │ │ │ ├── edit.js
│ │ │ │ ├── editor.htm
│ │ │ │ ├── fieldset.htm
│ │ │ │ ├── flash.htm
│ │ │ │ ├── hr.htm
│ │ │ │ ├── iframe.htm
│ │ │ │ ├── images
│ │ │ │ │ ├── bgcolor.gif
│ │ │ │ │ ├── bian.gif
│ │ │ │ │ ├── blank.gif
│ │ │ │ │ ├── bold.gif
│ │ │ │ │ ├── clear.gif
│ │ │ │ │ ├── copy.gif
│ │ │ │ │ ├── createlink.gif
│ │ │ │ │ ├── cut.gif
│ │ │ │ │ ├── date.gif
│ │ │ │ │ ├── delete.gif
│ │ │ │ │ ├── emot.gif
│ │ │ │ │ ├── excel.gif
│ │ │ │ │ ├── fieldset.gif
│ │ │ │ │ ├── fontcolor.gif
│ │ │ │ │ ├── help.gif
│ │ │ │ │ ├── iframe.gif
│ │ │ │ │ ├── img.gif
│ │ │ │ │ ├── indent.gif
│ │ │ │ │ ├── inserthorizontalrule.gif
│ │ │ │ │ ├── insertimage.gif
│ │ │ │ │ ├── insertorderedlist.gif
│ │ │ │ │ ├── insertunorderedlist.gif
│ │ │ │ │ ├── italic.gif
│ │ │ │ │ ├── justifycenter.gif
│ │ │ │ │ ├── justifyleft.gif
│ │ │ │ │ ├── justifyright.gif
│ │ │ │ │ ├── media.gif
│ │ │ │ │ ├── mp.gif
│ │ │ │ │ ├── outdent.gif
│ │ │ │ │ ├── paste.gif
│ │ │ │ │ ├── real.gif
│ │ │ │ │ ├── redo.gif
│ │ │ │ │ ├── selectall.gif
│ │ │ │ │ ├── sub.gif
│ │ │ │ │ ├── sup.gif
│ │ │ │ │ ├── swf.gif
│ │ │ │ │ ├── table.gif
│ │ │ │ │ ├── time.gif
│ │ │ │ │ ├── underline.gif
│ │ │ │ │ ├── undo.gif
│ │ │ │ │ ├── unlink.gif
│ │ │ │ │ ├── upload.gif
│ │ │ │ │ └── wordclean.gif
│ │ │ │ ├── media.htm
│ │ │ │ ├── pic.aspx
│ │ │ │ ├── pic_up.aspx
│ │ │ │ ├── rm.htm
│ │ │ │ ├── selcolor.htm
│ │ │ │ ├── selectlist.js
│ │ │ │ └── table.htm
│ │ │ ├── inner.aspx
│ │ │ ├── inner.aspx.cs
│ │ │ └── inner.aspx.resx
│ │ ├── index.aspx
│ │ ├── Index.aspx.cs
│ │ ├── Index.aspx.resx
│ │ ├── logout.aspx
│ │ ├── Logout.aspx.cs
│ │ ├── Logout.aspx.resx
│ │ ├── member_m.aspx
│ │ ├── Member_M.aspx.cs
│ │ ├── Member_M.aspx.resx
│ │ ├── member_show.aspx
│ │ ├── Member_Show.aspx.cs
│ │ ├── Member_Show.aspx.resx
│ │ ├── other_survey_m.aspx
│ │ ├── Other_Survey_M.aspx.cs
│ │ ├── Other_Survey_M.aspx.resx
│ │ ├── pass.aspx
│ │ ├── pass.aspx.cs
│ │ ├── pass.aspx.resx
│ │ ├── product_class_add.aspx
│ │ ├── Product_Class_Add.aspx.cs
│ │ ├── Product_Class_Add.aspx.resx
│ │ ├── product_class_m.aspx
│ │ ├── Product_Class_M.aspx.cs
│ │ ├── Product_Class_M.aspx.resx
│ │ ├── product_class_md.aspx
│ │ ├── Product_Class_MD.aspx.cs
│ │ ├── Product_Class_MD.aspx.resx
│ │ ├── qanda_m.aspx
│ │ ├── QandA_M.aspx.cs
│ │ ├── QandA_M.aspx.resx
│ │ ├── upload
│ │ ├── vh_buy_m.aspx
│ │ ├── VH_Buy_M.aspx.cs
│ │ ├── VH_Buy_M.aspx.resx
│ │ ├── vh_m.aspx
│ │ ├── VH_M.aspx.cs
│ │ ├── VH_M.aspx.resx
│ │ ├── vh_pro_add.aspx
│ │ ├── VH_Pro_Add.aspx.cs
│ │ ├── VH_Pro_Add.aspx.resx
│ │ ├── vh_pro_md.aspx
│ │ ├── VH_Pro_MD.aspx.cs
│ │ ├── VH_Pro_MD.aspx.resx
│ │ ├── vh_show.aspx
│ │ ├── VH_Show.aspx.cs
│ │ ├── VH_Show.aspx.resx
│ │ ├── wd_m.aspx
│ │ ├── WD_M.aspx.cs
│ │ ├── WD_M.aspx.resx
│ │ ├── wd_pro_add.aspx
│ │ ├── WD_Pro_Add.aspx.cs
│ │ ├── WD_Pro_Add.aspx.resx
│ │ ├── wd_pro_md.aspx
│ │ ├── WD_Pro_MD.aspx.cs
│ │ └── WD_Pro_MD.aspx.resx
│ ├── App_Code
│ │ ├── AssemblyInfo.cs
│ │ ├── ClassDiagram.cd
│ │ ├── CloseChina
│ │ │ ├── BizIF.cs
│ │ │ ├── CCBiz.cs
│ │ │ ├── CCTools.cs
│ │ │ ├── Config.cs
│ │ │ ├── ConFtp.cs
│ │ │ ├── ConIIS.cs
│ │ │ ├── DBUtility.cs
│ │ │ ├── msDBUtility.cs
│ │ │ └── Orders.cs
│ │ ├── Global.asax.cs
│ │ └── Migrated
│ │ └── Stub_VH_ProShow_aspx_cs.cs
│ ├── aspnet_client
│ │ └── system_web
│ │ └── 1_1_4322
│ │ ├── SmartNav.htm
│ │ ├── SmartNav.js
│ │ └── WebUIValidation.js
│ ├── bin
│ │ ├── Interop.EASYMAILLib.dll
│ │ ├── WebControlLibrary1.dll
│ │ └── WebControlLibrary1.pdb
│ ├── CE_Index.aspx
│ ├── CE_Index.aspx.cs
│ ├── CE_Index.aspx.resx
│ ├── CE_ProShow.aspx
│ ├── CE_ProShow.aspx.cs
│ ├── CE_ProShow.aspx.resx
│ ├── CloseChina
│ ├── comData
│ │ ├── 2005712200912.gif
│ │ ├── 2005712235225.gif
│ │ ├── 200571321229.gif
│ │ ├── bank_bc.gif
│ │ ├── bank_cmb.gif
│ │ ├── bank_icbc.gif
│ │ ├── bank_js.gif
│ │ ├── bank_jt.gif
│ │ ├── bank_ny.gif
│ │ ├── bank_sy.gif
│ │ ├── bank_yz.gif
│ │ ├── df_baidu_bg.gif
│ │ ├── df_baidu_buttom.gif
│ │ ├── df_baidu_title_1.gif
│ │ ├── df_baidu_title_2.gif
│ │ ├── df_baidu_title_3.gif
│ │ ├── df_sohu_top_1.gif
│ │ ├── df_sohu_top_6.gif
│ │ ├── DM_ProShow_1.gif
│ │ ├── DM_ProShow_2.gif
│ │ ├── DM_ProShow_3.gif
│ │ ├── DM_ProShow_4.gif
│ │ ├── DM_ProShow_5.gif
│ │ ├── DM_ProShow_6.gif
│ │ ├── DM_ProShow_7.gif
│ │ ├── dotbiz_logo.gif
│ │ ├── dotca_logo.gif
│ │ ├── dotcc_logo.gif
│ │ ├── dotcn_logo.gif
│ │ ├── dotinfo_logo.gif
│ │ ├── dotname_logo.gif
│ │ ├── dotorg_logo.gif
│ │ ├── dottm_logo.gif
│ │ ├── dottw_logo.gif
│ │ ├── dotus_logo.gif
│ │ ├── google_bg.gif
│ │ ├── google_bt.gif
│ │ ├── index_78.gif
│ │ ├── index_80.gif
│ │ ├── index_83.gif
│ │ ├── jj_baidu.gif
│ │ ├── jj_sina.gif
│ │ ├── jj_sohu.gif
│ │ ├── smail_163.gif
│ │ ├── smail_buttom.gif
│ │ ├── smail_cns.gif
│ │ ├── smail_sina.gif
│ │ ├── smail_sohu.gif
│ │ ├── tg_163.gif
│ │ ├── tg_baidu.gif
│ │ ├── tg_chinasearch.gif
│ │ ├── tg_google.gif
│ │ ├── tg_sina.gif
│ │ ├── tg_sohu.gif
│ │ ├── VH_Index_13.gif
│ │ ├── VH_Index_15.gif
│ │ ├── VH_Index_23.gif
│ │ ├── VH_Index_25.gif
│ │ ├── VH_Index_47.gif
│ │ ├── VH_Index_49.gif
│ │ ├── VH_Index_51.gif
│ │ ├── VH_Index_53.gif
│ │ ├── VH_Index_60.gif
│ │ ├── VH_Index_63.gif
│ │ ├── VH_Index_66.gif
│ │ ├── VH_Index_68.gif
│ │ ├── VH_Index_70.gif
│ │ ├── VH_Index_72.gif
│ │ ├── VH_Index_75.gif
│ │ ├── VH_Index_78.gif
│ │ ├── VH_ProShow_2.gif
│ │ ├── VH_ProShow_3.gif
│ │ ├── VH_ProShow_4.gif
│ │ ├── VH_ProShow_5.gif
│ │ ├── VH_ProShow_6.gif
│ │ ├── VH_ProShow_7.gif
│ │ ├── VH_ProShow_8.gif
│ │ ├── yanshi_baidu.gif
│ │ ├── yanshi_google.gif
│ │ ├── yanshi_sina_1.gif
│ │ ├── yanshi_sina_2.gif
│ │ ├── yanshi_sina_3.gif
│ │ └── yanshi_sohu.gif
│ ├── ConversionReport.txt
│ ├── CS_Index.aspx
│ ├── CS_Index.aspx.cs
│ ├── CS_Index.aspx.resx
│ ├── CS_ProShow.aspx
│ ├── CS_ProShow.aspx.cs
│ ├── CS_ProShow.aspx.resx
│ ├── DM_Check_Result.aspx
│ ├── DM_Check_Result.aspx.cs
│ ├── DM_Check_Result.aspx.resx
│ ├── DM_inc_Menu.htm
│ ├── DM_Index.aspx
│ ├── DM_Index.aspx.cs
│ ├── DM_Index.aspx.resx
│ ├── DM_ProShow.aspx
│ ├── DM_ProShow.aspx.cs
│ ├── DM_ProShow.aspx.resx
│ ├── DM_Register.aspx
│ ├── DM_Register.aspx.cs
│ ├── DM_Register.aspx.resx
│ ├── DM_Register_Doc.aspx
│ ├── DM_Register_Doc.aspx.cs
│ ├── DM_Register_Doc.aspx.resx
│ ├── DM_Register_Doc.aspx.xsd
│ ├── DM_Register_Doc.aspx.xsx
│ ├── DM_Register_Failed.aspx
│ ├── DM_Register_Failed.aspx.cs
│ ├── DM_Register_Failed.aspx.resx
│ ├── DM_Register_Success.aspx
│ ├── DM_Register_Success.aspx.cs
│ ├── DM_Register_Success.aspx.resx
│ ├── Err_Failed.aspx
│ ├── Err_Failed.aspx.cs
│ ├── Err_Failed.aspx.resx
│ ├── Err_UC.aspx
│ ├── Err_UC.aspx.cs
│ ├── Err_UC.aspx.resx
│ ├── gif.aspx
│ ├── Global.asax
│ ├── Global.asax.resx
│ ├── HT_Index.aspx
│ ├── HT_Index.aspx.cs
│ ├── HT_Index.aspx.resx
│ ├── image
│ │ ├── 163_a.gif
│ │ ├── 163_b.gif
│ │ ├── 163_c.gif
│ │ ├── 163_d.gif
│ │ ├── 24hours.gif
│ │ ├── buttonleft.gif
│ │ ├── buttonmiddle.gif
│ │ ├── buttonright.gif
│ │ ├── CC_Bg.gif
│ │ ├── CC_Bg.js
│ │ ├── CE_Index_03.gif
│ │ ├── CE_Index_07.gif
│ │ ├── CE_Index_11.gif
│ │ ├── CE_ProShow_21.gif
│ │ ├── check_26_b.gif
│ │ ├── check_26.gif
│ │ ├── check_30.gif
│ │ ├── check_31.gif
│ │ ├── china_a.gif
│ │ ├── china_b.gif
│ │ ├── china_c.gif
│ │ ├── china_d_2.gif
│ │ ├── china_d_3.gif
│ │ ├── china_d_4.gif
│ │ ├── china_e.gif
│ │ ├── clip_image002.jpg
│ │ ├── clip_image003.gif
│ │ ├── clip_image004.gif
│ │ ├── clip_image005.gif
│ │ ├── clip_image007.gif
│ │ ├── clip_image009.jpg
│ │ ├── clip_image010.gif
│ │ ├── clip_image012.jpg
│ │ ├── clip_image014.jpg
│ │ ├── control_18.gif
│ │ ├── control_242.gif
│ │ ├── control_24.gif
│ │ ├── control_28.gif
│ │ ├── cs_dm_032.gif
│ │ ├── cs_dm_033.gif
│ │ ├── cs_dm_034.gif
│ │ ├── cs_dm_03.gif
│ │ ├── CS_Index_032.gif
│ │ ├── CS_Index_03.gif
│ │ ├── CS_Index_07.gif
│ │ ├── cs_vh_032.gif
│ │ ├── cs_vh_033.gif
│ │ ├── cs_vh_034.gif
│ │ ├── cs_vh_03.gif
│ │ ├── df_163_title_1.gif
│ │ ├── df_163_title_2.gif
│ │ ├── df_163_title_3.gif
│ │ ├── df_163_title_4.gif
│ │ ├── df_163_top_1.gif
│ │ ├── df_163_top_2.gif
│ │ ├── df_chinas_title_1.gif
│ │ ├── df_chinas_title_2.gif
│ │ ├── df_chinas_title_3.gif
│ │ ├── df_chinas_title_4.gif
│ │ ├── df_chinas_title_5.gif
│ │ ├── df_chinas_title_6.gif
│ │ ├── df_chinas_top_1.gif
│ │ ├── df_chinas_top_2.gif
│ │ ├── df_sina_title_1.gif
│ │ ├── df_sina_title_2.gif
│ │ ├── df_sina_title_3.gif
│ │ ├── df_sina_title_4.gif
│ │ ├── df_sina_title_5.gif
│ │ ├── df_sina_title_6.gif
│ │ ├── df_sina_title_7.gif
│ │ ├── df_sina_title_8.gif
│ │ ├── df_sina_title_9.gif
│ │ ├── df_sina_top_1.gif
│ │ ├── df_sina_top_2.gif
│ │ ├── df_sina_top_3.gif
│ │ ├── df_sina_top_4.gif
│ │ ├── df_sina_top_5.gif
│ │ ├── df_sina_top_6.gif
│ │ ├── df_sohu_title_1.gif
│ │ ├── df_sohu_title_2.gif
│ │ ├── df_sohu_title_3.gif
│ │ ├── df_sohu_title_4.gif
│ │ ├── df_sohu_title_5.gif
│ │ ├── df_sohu_title_6.gif
│ │ ├── df_sohu_title_7.gif
│ │ ├── df_sohu_title_8.gif
│ │ ├── df_sohu_top_2.gif
│ │ ├── df_sohu_top_3.gif
│ │ ├── df_sohu_top_4.gif
│ │ ├── df_sohu_top_5.gif
│ │ ├── df_sohu_top_7.gif
│ │ ├── df_sohu_top_8.gif
│ │ ├── dir_03.gif
│ │ ├── dir_04.gif
│ │ ├── dir_06.gif
│ │ ├── DM_Check_Result_24.gif
│ │ ├── DM_Index_03.gif
│ │ ├── DM_Index_07.gif
│ │ ├── DM_ProShow_21.gif
│ │ ├── DM_ProShow_27.gif
│ │ ├── DM_ProShow_32.gif
│ │ ├── DM_Register_Success_03.gif
│ │ ├── DM_Register_Success_05.gif
│ │ ├── domain_img1.gif
│ │ ├── domain_img7.gif
│ │ ├── flash_duilian.swf
│ │ ├── flash_ht.swf
│ │ ├── flash_index.swf
│ │ ├── hd315.gif
│ │ ├── HT_Index_033.gif
│ │ ├── icon_notice.gif
│ │ ├── idc_02.gif
│ │ ├── idc_04.gif
│ │ ├── idc_08.gif
│ │ ├── idc_09_c.gif
│ │ ├── idc_09.gif
│ │ ├── idc_10.gif
│ │ ├── idc_11.gif
│ │ ├── idc_12.gif
│ │ ├── idc_13.gif
│ │ ├── idc_14.gif
│ │ ├── idc_15.gif
│ │ ├── idc_17.gif
│ │ ├── idc_27.gif
│ │ ├── idc_292.gif
│ │ ├── idc_30.gif
│ │ ├── idc_41.gif
│ │ ├── idc_422.gif
│ │ ├── idc_42.gif
│ │ ├── idc_46.gif
│ │ ├── idc_472.gif
│ │ ├── idc_473.gif
│ │ ├── idc_48.gif
│ │ ├── idc_492.gif
│ │ ├── idc_49.gif
│ │ ├── idc_55.gif
│ │ ├── idc_c_09.gif
│ │ ├── idc_c_10.gif
│ │ ├── idc_c_11.gif
│ │ ├── idc_c_12.gif
│ │ ├── idc_c_13.gif
│ │ ├── idc_c_14.gif
│ │ ├── image.css
│ │ ├── index_03.gif
│ │ ├── index_05.gif
│ │ ├── index_12.gif
│ │ ├── index_21.gif
│ │ ├── index_22.gif
│ │ ├── index_47.gif
│ │ ├── index_61.gif
│ │ ├── index_75.gif
│ │ ├── index_81.gif
│ │ ├── index_84.gif
│ │ ├── index_87.gif
│ │ ├── index_89.gif
│ │ ├── index_90.gif
│ │ ├── index_c_21.gif
│ │ ├── index_c_22.gif
│ │ ├── leapftp01.gif
│ │ ├── leapftp02.gif
│ │ ├── leapftp03.gif
│ │ ├── leapftp04.gif
│ │ ├── leapftp05.gif
│ │ ├── linkanhui.gif
│ │ ├── Login_03.gif
│ │ ├── Login_05.gif
│ │ ├── Login_08.gif
│ │ ├── Login_10.gif
│ │ ├── Login_17.gif
│ │ ├── Login2_03.gif
│ │ ├── Login2_17.gif
│ │ ├── Login2_18.gif
│ │ ├── Login2_19.gif
│ │ ├── Login2_20.gif
│ │ ├── Login2_21.gif
│ │ ├── mailuse101.gif
│ │ ├── mailuse102.gif
│ │ ├── mailuse103.gif
│ │ ├── mailuse104.gif
│ │ ├── mailuse105.gif
│ │ ├── Menu_Doc&Prob.gif
│ │ ├── new1.gif
│ │ ├── new2.gif
│ │ ├── new3.gif
│ │ ├── new4.gif
│ │ ├── Other_About_03.gif
│ │ ├── Other_Accounts_03.gif
│ │ ├── Other_contact_03.gif
│ │ ├── Other_survey_03.gif
│ │ ├── promotion_imgp.gif
│ │ ├── Reg_15_2.gif
│ │ ├── Reg_15.gif
│ │ ├── Reg_15_t.gif
│ │ ├── register_031.gif
│ │ ├── register_032.gif
│ │ ├── register_033.gif
│ │ ├── register_03.gif
│ │ ├── register_07.gif
│ │ ├── register_11.gif
│ │ ├── shopcart_07.gif
│ │ ├── sina_a.gif
│ │ ├── sina_b.gif
│ │ ├── sina_c_1.gif
│ │ ├── sina_c_2.gif
│ │ ├── sina_c_3.gif
│ │ ├── sina_d.gif
│ │ ├── sina_e.gif
│ │ ├── sina_f.gif
│ │ ├── sina_j.gif
│ │ ├── sohu_a.gif
│ │ ├── sohu_b.gif
│ │ ├── sohu_c.gif
│ │ ├── sohu_d.gif
│ │ ├── sohu_e.gif
│ │ ├── sohu_f.gif
│ │ ├── sohu_g.gif
│ │ ├── submenu_03.gif
│ │ ├── submenu_05.gif
│ │ ├── submenu_07.gif
│ │ ├── submitimg.gif
│ │ ├── tel_01.gif
│ │ ├── tel_02.gif
│ │ ├── tel_03.gif
│ │ ├── tel_04.gif
│ │ ├── top_03.gif
│ │ ├── top_05.gif
│ │ ├── top_07.gif
│ │ ├── top_09.gif
│ │ ├── top_11.gif
│ │ ├── top.gif
│ │ ├── tuiguan_buttom.gif
│ │ ├── tuiguang_sina.gif
│ │ ├── UserCtr_ce_24.gif
│ │ ├── userctr_ds_24.gif
│ │ ├── UserCtr_Index_10.gif
│ │ ├── UserCtr_Index_15.gif
│ │ ├── UserCtr_Index_17.gif
│ │ ├── UserCtr_Index_20.gif
│ │ ├── UserCtr_Index_22.gif
│ │ ├── UserCtr_Index_24.gif
│ │ ├── UserCtr_Index_41.gif
│ │ ├── UserCtr_Index_43.gif
│ │ ├── UserCtrl_CE.gif
│ │ ├── UserCtrl_dm.gif
│ │ ├── UserCtrl_log.gif
│ │ ├── UserCtrl_menu.gif
│ │ ├── UserCtrl_Mon.gif
│ │ ├── UserCtrl_MyData.gif
│ │ ├── UserCtrl_support.gif
│ │ ├── UserCtrl_vh.gif
│ │ ├── UserCtr_Mny_M_24.gif
│ │ ├── userctr_vh_24.gif
│ │ ├── VH_Buy_Success_03.gif
│ │ ├── VH_Index_03.gif
│ │ ├── VH_Index_06.gif
│ │ ├── VH_Index_09.gif
│ │ ├── VH_Index_112.gif
│ │ ├── VH_Index_11.gif
│ │ ├── VH_Index_18.gif
│ │ ├── VH_Index_29.gif
│ │ ├── VH_Index_312.gif
│ │ ├── VH_Index_31.gif
│ │ ├── VH_Index_32.gif
│ │ ├── VH_Index_34.gif
│ │ ├── VH_Index_36.gif
│ │ ├── VH_Index_38.gif
│ │ ├── VH_Index_43.gif
│ │ ├── VH_ProShow_21.gif
│ │ ├── VH_ProShow_34.gif
│ │ ├── WD_Index_03.gif
│ │ ├── WD_Index_07.gif
│ │ ├── WD_Index_102.gif
│ │ └── WD_Index_10.gif
│ ├── inc_bottom.htm
│ ├── inc_contact.htm
│ ├── inc_reg.aspx
│ ├── inc_reg.aspx.cs
│ ├── inc_reg.aspx.resx
│ ├── inc_tel.htm
│ ├── inc_Top.ascx
│ ├── inc_Top.ascx.cs
│ ├── inc_Top.ascx.resx
│ ├── Index.aspx
│ ├── Index.aspx.cs
│ ├── Index.aspx.resx
│ ├── menu
│ │ ├── cs_ct.aspx
│ │ ├── menu.js
│ │ ├── stm30ie4.js
│ │ ├── stm30nn6.js
│ │ ├── stm30op6.js
│ │ └── stm30uns.js
│ ├── Other_About.aspx
│ ├── Other_About.aspx.cs
│ ├── Other_About.aspx.resx
│ ├── Other_Accounts.aspx
│ ├── Other_Accounts.aspx.cs
│ ├── Other_Accounts.aspx.resx
│ ├── Other_contact.aspx
│ ├── Other_contact.aspx.cs
│ ├── Other_contact.aspx.resx
│ ├── Other_privacy.aspx
│ ├── Other_privacy.aspx.cs
│ ├── Other_privacy.aspx.resx
│ ├── Other_QandA.aspx
│ ├── Other_QandA.aspx.cs
│ ├── Other_QandA.aspx.resx
│ ├── Other_QandA_Success.aspx
│ ├── Other_QandA_Success.aspx.cs
│ ├── Other_QandA_Success.aspx.resx
│ ├── Other_ShowNews.aspx
│ ├── Other_ShowNews.aspx.cs
│ ├── Other_ShowNews.aspx.resx
│ ├── Other_Survey.aspx
│ ├── Other_Survey.aspx.cs
│ ├── Other_Survey.aspx.resx
│ ├── Other_Survey_Success.aspx
│ ├── Other_Survey_Success.aspx.cs
│ ├── Other_Survey_Success.aspx.resx
│ ├── Other_terms.aspx
│ ├── Other_terms.aspx.cs
│ ├── Other_terms.aspx.resx
│ ├── Register_F.aspx
│ ├── Register_F.aspx.cs
│ ├── Register_F.aspx.resx
│ ├── Register_S.aspx
│ ├── Register_S.aspx.cs
│ ├── Register_S.aspx.resx
│ ├── Register_T.aspx
│ ├── Register_T.aspx.cs
│ ├── Register_T.aspx.resx
│ ├── support
│ │ ├── urltoaw.aspx
│ │ ├── UrlToAW.aspx.cs
│ │ └── UrlToAW.aspx.resx
│ ├── Untitled-1.htm
│ ├── upfile
│ │ ├── 200561134631.gif
│ │ ├── 2005613235622.gif
│ │ ├── 200561400710.gif
│ │ ├── 200561401011.gif
│ │ ├── 200561401654.gif
│ │ ├── 200561401806.gif
│ │ ├── 200561402125.gif
│ │ ├── 200561405513.gif
│ │ ├── 200561405824.gif
│ │ ├── 200561410105.gif
│ │ ├── 200561410202.gif
│ │ ├── 200561410231.gif
│ │ ├── 200561410518.gif
│ │ ├── 200561411724.gif
│ │ ├── 200561411732.gif
│ │ ├── 200561411739.gif
│ │ ├── 200561411827.gif
│ │ ├── 200561411851.gif
│ │ ├── 200561412816.gif
│ │ ├── 200561413053.gif
│ │ ├── 200561415652.gif
│ │ ├── 200561421152.gif
│ │ ├── 200561421624.gif
│ │ ├── 200561421645.gif
│ │ ├── 2005614220325.gif
│ │ ├── 2005614221505.gif
│ │ ├── 200561430928.gif
│ │ ├── 200561431330.gif
│ │ ├── 200561431505.gif
│ │ ├── 200561431639.gif
│ │ ├── 200561431752.gif
│ │ ├── 200561431811.gif
│ │ ├── 200562212729.gif
│ │ ├── 200571103915.gif
│ │ ├── 2005712200912.gif
│ │ ├── 2005712221121.gif
│ │ ├── 2005712223524.gif
│ │ ├── 2005712223942.gif
│ │ ├── 2005712224202.gif
│ │ ├── 2005712225014.gif
│ │ ├── 2005712225235.gif
│ │ ├── 2005712225358.gif
│ │ ├── 2005712225503.gif
│ │ ├── 2005712225718.gif
│ │ ├── 2005712225905.gif
│ │ ├── 2005712225932.gif
│ │ ├── 2005712230427.gif
│ │ ├── 2005712230623.gif
│ │ ├── 2005712230722.gif
│ │ ├── 2005712231101.gif
│ │ ├── 2005712231206.gif
│ │ ├── 2005712231321.gif
│ │ ├── 2005712232652.gif
│ │ ├── 2005712232749.gif
│ │ ├── 2005712233203.gif
│ │ ├── 2005712233440.gif
│ │ ├── 2005712234729.gif
│ │ ├── 2005712234924.gif
│ │ ├── 2005712235225.gif
│ │ ├── 200571303639.gif
│ │ ├── 200571303818.gif
│ │ ├── 200571314928.gif
│ │ ├── 200571315025.gif
│ │ ├── 200571321015.gif
│ │ ├── 200571321229.gif
│ │ ├── 200571324215.gif
│ │ ├── 200571324357.gif
│ │ ├── 200571324526.gif
│ │ └── 200571835149.gif
│ ├── UserCtr_CE_M.aspx
│ ├── UserCtr_CE_M.aspx.cs
│ ├── UserCtr_CE_M.aspx.resx
│ ├── UserCtr_DM_M.aspx
│ ├── UserCtr_DM_M.aspx.cs
│ ├── UserCtr_DM_M.aspx.resx
│ ├── UserCtr_DM_MD_Index.aspx
│ ├── UserCtr_DM_MD_Index.aspx.cs
│ ├── UserCtr_DM_MD_Index.aspx.resx
│ ├── UserCtr_DS_MD.aspx
│ ├── UserCtr_DS_MD.aspx.cs
│ ├── UserCtr_DS_MD.aspx.resx
│ ├── Userctr_inc_menu.htm
│ ├── UserCtr_Index.aspx
│ ├── UserCtr_Index.aspx.cs
│ ├── UserCtr_Index.aspx.resx
│ ├── UserCtr_Mny_M.aspx
│ ├── UserCtr_Mny_M.aspx.cs
│ ├── UserCtr_Mny_M.aspx.resx
│ ├── UserCtr_MyData_MD.aspx
│ ├── UserCtr_MyData_MD.aspx.cs
│ ├── UserCtr_MyData_MD.aspx.resx
│ ├── UserCtr_VH_M.aspx
│ ├── UserCtr_VH_M.aspx.cs
│ ├── UserCtr_VH_M.aspx.resx
│ ├── UserCtr_VH_MD.aspx
│ ├── UserCtr_VH_MD.aspx.cs
│ ├── UserCtr_VH_MD.aspx.resx
│ ├── VH_Buy.aspx
│ ├── VH_Buy.aspx.cs
│ ├── VH_Buy.aspx.resx
│ ├── VH_Buy_Doc.aspx
│ ├── VH_Buy_Doc.aspx.cs
│ ├── VH_Buy_Doc.aspx.resx
│ ├── VH_Buy_Failed.aspx
│ ├── VH_Buy_Failed.aspx.cs
│ ├── VH_Buy_Failed.aspx.resx
│ ├── VH_Buy_Success.aspx
│ ├── VH_Buy_Success.aspx.cs
│ ├── VH_Buy_Success.aspx.resx
│ ├── VH_Index.aspx
│ ├── VH_Index.aspx.cs
│ ├── VH_Index.aspx.resx
│ ├── VH_ProMenu.ascx
│ ├── VH_ProMenu.ascx.cs
│ ├── VH_ProMenu.ascx.resx
│ ├── VH_ProShow.aspx
│ ├── VH_ProShow.aspx.cs
│ ├── VH_ProShow.aspx.resx
│ ├── WD_Index.aspx
│ ├── WD_Index.aspx.cs
│ ├── WD_Index.aspx.resx
│ ├── WD_ProMenu.htm
│ ├── WD_ProShow.aspx
│ ├── WD_ProShow.aspx.cs
│ ├── WD_ProShow.aspx.resx
│ ├── Web.config
│ ├── zzz.aspx
│ ├── zzz.aspx.cs
│ └── zzz.aspx.resx
└── 说明.txt
45 directories, 874 files
好例子网口号:伸出你的我的手 — 分享!
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论