实例介绍
网站访问流量统计系统 C#源代码 演示地址:http://netfree.meibu.com/itsun QQ:451327881 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓 网络访问统计系统功能列表 ●实时信息统计 ※最近25条访问记录 ※最新在线列表 ※今日小时段统计 ※今日全部访问列表 ※今日来路统计 ※今日搜索引擎 ※今日搜索关键字 ※页面受欢迎度统计 ※今日访问访次统计 ●历史信息统计 ※历史小时段统计 ※历史来路统计 ※历史搜索引擎 ※历史搜索关键字 ※历史详细数据查询 ※历史统计数据下载 ●数据统计分析 ※时段统计对比 ※每日数据对比 ※每周数据对比 ※每月数据对比 ※来路统计对比 ※引擎统计对比 ※关键词统计对比 ※受访页统计对比 ※地址位置对比 网络环境对比 ●统计概要及报表 ※网站统计概要 ※日统计报表 ※周统计报表 ※月统计报表 ※年统计报表 ※网络环境统计报表 ※Alexa统计走势图 ●客户端情况统计 ※用户操作系统统计 ※用户浏览器统计 ※访问地区统计 ※屏幕分辨率统计 ※访问者省份统计 ※C段IP地址分析 ●用户管理选项 ※获取统计代码 ※统计数据重置 ※退出系统
【实例截图】
【核心代码】
4744302542973334419.rar
└── itsun
├── ad1.htm
├── ad2.htm
├── ad.aspx
├── ad.aspx.resx
├── bin
│ ├── sc.dll
│ └── sc.pdb
├── Buy.aspx
├── Buy.aspx.resx
├── chart.aspx
├── chart.aspx.resx
├── count.aspx
├── count.aspx.resx
├── css
│ ├── plone.css
│ ├── ploneCustom.css
│ ├── ploneNS4.css
│ └── plonePresentation.css
├── csv
│ ├── 2008410_e2008410223641.csv
│ ├── 200841_2007126164346.csv
│ ├── 2008413_k20084101353.csv
│ ├── 200845_2007126164346.csv
│ ├── 200847_2007126164346.csv
│ ├── 2008512_y2008430144657.csv
│ ├── 2008713_y2008430144657.csv
│ ├── 2008715_e2008716141053.csv
│ ├── 200877_y2008430144657.csv
│ └── 2009311_y200842923242.csv
├── default.aspx
├── default.aspx.resx
├── default.css
├── do.aspx
├── do.aspx.resx
├── DoSQL.aspx
├── DoSQL.aspx.resx
├── eWebEditor
│ ├── buttonimage
│ │ ├── backcolor.gif
│ │ ├── bgcolor.gif
│ │ ├── bold.gif
│ │ ├── code.gif
│ │ ├── copy.gif
│ │ ├── createlink.gif
│ │ ├── cut.gif
│ │ ├── delete.gif
│ │ ├── fieldset.gif
│ │ ├── flash.gif
│ │ ├── forecolor.gif
│ │ ├── img.gif
│ │ ├── indent.gif
│ │ ├── inserthorizontalrule.gif
│ │ ├── insertorderedlist.gif
│ │ ├── insertparagraph.gif
│ │ ├── insertunorderedlist.gif
│ │ ├── italic.gif
│ │ ├── justifycenter.gif
│ │ ├── justifyfull.gif
│ │ ├── justifyleft.gif
│ │ ├── justifyright.gif
│ │ ├── media.gif
│ │ ├── modecodebtn.gif
│ │ ├── modecode.gif
│ │ ├── modeeditbtn.gif
│ │ ├── modeedit.gif
│ │ ├── modetextbtn.gif
│ │ ├── modetext.gif
│ │ ├── modeviewbtn.gif
│ │ ├── modeview.gif
│ │ ├── outdent.gif
│ │ ├── paste.gif
│ │ ├── pastetext.gif
│ │ ├── pasteword.gif
│ │ ├── quote.gif
│ │ ├── redo.gif
│ │ ├── sizeminus.gif
│ │ ├── sizeplus.gif
│ │ ├── symbol.gif
│ │ ├── tablecellprop.gif
│ │ ├── tablecellsplit.gif
│ │ ├── tablecoldelete.gif
│ │ ├── tablecolinsertleft.gif
│ │ ├── tablecolinsertright.gif
│ │ ├── tablecolmerge.gif
│ │ ├── tablecolsplit.gif
│ │ ├── tableinsert.gif
│ │ ├── tablemenu.gif
│ │ ├── tableprop.gif
│ │ ├── tablerowdelete.gif
│ │ ├── tablerowinsertabove.gif
│ │ ├── tablerowinsertbelow.gif
│ │ ├── tablerowmerge.gif
│ │ ├── tablerowprop.gif
│ │ ├── tablerowsplit.gif
│ │ ├── template.gif
│ │ ├── Thumbs.db
│ │ ├── underline.gif
│ │ ├── undo.gif
│ │ └── unlink.gif
│ ├── css
│ │ ├── editorarea.css
│ │ ├── editor.css
│ │ └── menuarea.css
│ ├── dialog
│ │ ├── dialog.css
│ │ ├── dialog.js
│ │ ├── fieldset.htm
│ │ ├── flash.htm
│ │ ├── hyperlink.htm
│ │ ├── img.htm
│ │ ├── media.htm
│ │ ├── paragraph.htm
│ │ ├── selcolor.htm
│ │ ├── symbol.htm
│ │ ├── tablecell.htm
│ │ ├── tablecellsplit.htm
│ │ └── table.htm
│ ├── ewebeditor.htm
│ ├── index.htm
│ ├── js
│ │ ├── editor.js
│ │ ├── lang.js
│ │ ├── main.js
│ │ ├── menu.js
│ │ ├── show.js
│ │ └── table.js
│ ├── language
│ │ ├── en.css
│ │ ├── en.js
│ │ ├── zh-cn.css
│ │ ├── zh-cn.js
│ │ ├── zh-tw.css
│ │ └── zh-tw.js
│ ├── post.php
│ ├── style
│ │ └── style.js
│ └── sysimage
│ ├── contextmenu.gif
│ ├── rect.gif
│ ├── rectimg.gif
│ ├── space.gif
│ └── Thumbs.db
├── getcode.aspx
├── getcode.aspx.resx
├── getpass.aspx
├── getpass.aspx.resx
├── Global.asax
├── Global.asax.resx
├── help.aspx
├── help.aspx.resx
├── images
│ ├── 050.gif
│ ├── 1.jpg
│ ├── 2
│ │ ├── 2_14.jpg
│ │ ├── 2_52.jpg
│ │ ├── index1_02.jpg
│ │ ├── index1_03.jpg
│ │ ├── main_05.jpg
│ │ ├── main_091.jpg
│ │ ├── main_09.jpg
│ │ ├── main1_03.jpg
│ │ ├── main1_09.jpg
│ │ ├── main1_17.jpg
│ │ ├── main_13.jpg
│ │ ├── main_17.jpg
│ │ ├── main_19.jpg
│ │ └── Thumbs.db
│ ├── 2_14.jpg
│ ├── 2_30.jpg
│ ├── 2_31.jpg
│ ├── 2_52.jpg
│ ├── 2.jpg
│ ├── 7x24.gif
│ ├── A10.gif
│ ├── A3.gif
│ ├── A.gif
│ ├── arrow.gif
│ ├── bottom.gif
│ ├── cals.gif
│ ├── ccb.gif
│ ├── CheckCode.bmp
│ ├── close.gif
│ ├── css.css
│ ├── dd_01.gif
│ ├── demo1.gif
│ ├── demo2.gif
│ ├── demo3.gif
│ ├── demo4.gif
│ ├── drop1.gif
│ ├── drop2.gif
│ ├── gs.jpg
│ ├── headbg-1.gif
│ ├── headbg-a.gif
│ ├── head.gif
│ ├── hx.gif
│ ├── image_01.gif
│ ├── image_04.gif
│ ├── image_06.gif
│ ├── image_08.gif
│ ├── image_10.gif
│ ├── image_12.gif
│ ├── image_13.gif
│ ├── image_14.gif
│ ├── img_exit.gif
│ ├── img_left.gif
│ ├── img_login.gif
│ ├── img_men.gif
│ ├── img_right.gif
│ ├── img_top-15.gif
│ ├── img_top.gif
│ ├── index1_02.jpg
│ ├── index1_03.jpg
│ ├── index1_06.jpg
│ ├── index1_10.jpg
│ ├── index1_12.jpg
│ ├── index1_19.jpg
│ ├── index1_21.jpg
│ ├── index1_23.jpg
│ ├── index1_26.jpg
│ ├── index1_27.jpg
│ ├── index1_34.jpg
│ ├── index1_38.jpg
│ ├── index1_41.jpg
│ ├── index1_43.jpg
│ ├── index1_45.jpg
│ ├── index1_46.jpg
│ ├── index1_50.jpg
│ ├── index1_53.jpg
│ ├── index1_55.jpg
│ ├── kk_01.gif
│ ├── kk_03.gif
│ ├── kk_04.gif
│ ├── kk_05.gif
│ ├── left1.gif
│ ├── left2.gif
│ ├── left_bottom.gif
│ ├── left.gif
│ ├── left_top.gif
│ ├── line.gif
│ ├── list_01.jpg
│ ├── list_02.jpg
│ ├── list_03.jpg
│ ├── list_04.jpg
│ ├── list_05.jpg
│ ├── list_06.jpg
│ ├── list_07.jpg
│ ├── list_08.jpg
│ ├── list_09.jpg
│ ├── list_10.jpg
│ ├── list_11.jpg
│ ├── list_12.jpg
│ ├── list_13.jpg
│ ├── list_14.jpg
│ ├── list_15.jpg
│ ├── list_16.jpg
│ ├── list_17.jpg
│ ├── list_18.jpg
│ ├── list_19.jpg
│ ├── list_20.jpg
│ ├── list_21.jpg
│ ├── list_22.jpg
│ ├── list_23.jpg
│ ├── list_24.jpg
│ ├── list_25.jpg
│ ├── list_26.jpg
│ ├── list_27.jpg
│ ├── list_28.gif
│ ├── list_29.jpg
│ ├── list_30.jpg
│ ├── list_31.jpg
│ ├── list_32.jpg
│ ├── list_33.jpg
│ ├── list_34.jpg
│ ├── list_35.jpg
│ ├── list_36.jpg
│ ├── list_37.jpg
│ ├── list_38.jpg
│ ├── list_39.jpg
│ ├── list_40.jpg
│ ├── list_41.jpg
│ ├── list_42.jpg
│ ├── login.gif
│ ├── logo-demo.psd
│ ├── logo_gb.gif
│ ├── logo.gif
│ ├── main_01.jpg
│ ├── main_05.jpg
│ ├── main_091.jpg
│ ├── main_09.jpg
│ ├── main1_09.jpg
│ ├── main1_17.jpg
│ ├── main_13.jpg
│ ├── main_17.jpg
│ ├── main_19.jpg
│ ├── main_22.jpg
│ ├── map.gif
│ ├── menu1_03.jpg
│ ├── menu1_04.jpg
│ ├── menu1_05.jpg
│ ├── menu1_06.jpg
│ ├── menu1_07.gif
│ ├── menu11_03.jpg
│ ├── menu11_04.jpg
│ ├── menu11_05.jpg
│ ├── menu11_06.jpg
│ ├── menu11_07.gif
│ ├── reg.gif
│ ├── right1.gif
│ ├── right2.gif
│ ├── right_bottom.gif
│ ├── right.gif
│ ├── right_top.gif
│ ├── sx.gif
│ ├── tb.jpg
│ ├── textbox_bottom.gif
│ ├── textbox_bottom_left.gif
│ ├── textbox_bottom_right.gif
│ ├── textbox_left.gif
│ ├── textbox_right.gif
│ ├── textbox_top.gif
│ ├── textbox_top_left.gif
│ ├── textbox_top_right.jpg
│ ├── Thumbs.db
│ ├── tjgy_01.jpg
│ ├── tjgy_02.jpg
│ ├── tjgy_03.jpg
│ ├── tjgy_04.jpg
│ ├── tjgy_05.jpg
│ ├── tjgy_06.jpg
│ ├── tjgy_07.jpg
│ ├── tjgy_08.jpg
│ ├── tjgy_09.jpg
│ ├── tjgy_10.jpg
│ ├── tjgy_11.jpg
│ ├── tjgy_12.jpg
│ ├── tjgy_13.jpg
│ ├── tjgy_14.jpg
│ ├── tjgy_15.jpg
│ ├── tjgy_16.jpg
│ ├── tjgy_17.gif
│ ├── tjgy_18.jpg
│ ├── tjgy_19.jpg
│ ├── tjgy_20.jpg
│ ├── tjgy_21.jpg
│ ├── tjgy_22.jpg
│ ├── topimg.jpg
│ ├── tx-1.gif
│ ├── tx-2.gif
│ ├── tx-3.gif
│ ├── tx-4.gif
│ ├── txtboxbottom.gif
│ ├── txtboxleft.gif
│ ├── txtboxright.gif
│ ├── txtboxtopbg.gif
│ ├── vcode.jpg
│ ├── x11.jpg
│ ├── x12.jpg
│ ├── x13.jpg
│ ├── x14.jpg
│ ├── x15.jpg
│ ├── x16.jpg
│ ├── xx_001.gif
│ └── 分隔符.gif
├── import_network.aspx
├── import_network.aspx.resx
├── itsun.csproj
├── itsun.csproj.user
├── itsun.csproj.webinfo
├── itsun.sln
├── itsun.suo
├── Javascript
│ └── show_ads.js
├── login.ascx
├── login.ascx.resx
├── manage_address.aspx
├── manage_address.aspx.resx
├── manage_admin.aspx
├── manage_admin.aspx.resx
├── manage_admin_cp.aspx
├── manage_admin_cp.aspx.resx
├── manage_admin_menu.ascx
├── manage_admin_menu.ascx.resx
├── manage_admin_news.aspx
├── manage_admin_news.aspx.resx
├── manage_admin_user.aspx
├── manage_admin_user.aspx.resx
├── manage_Alexa.aspx
├── manage_Alexa.aspx.resx
├── manage_area.aspx
├── manage_area.aspx.resx
├── manage.aspx
├── manage.aspx.resx
├── manage_bottom.ascx
├── manage_bottom.ascx.resx
├── manage_carea.aspx
├── manage_carea.aspx.resx
├── manage_come.aspx
├── manage_come.aspx.resx
├── manage_control.aspx
├── manage_control.aspx.resx
├── manage_count.aspx
├── manage_count.aspx.resx
├── manage_datamore.aspx
├── manage_datamore.aspx.resx
├── manage_down.aspx
├── manage_down.aspx.resx
├── manage_dp_area.aspx
├── manage_dp_area.aspx.resx
├── manage_dp_come.aspx
├── manage_dp_come.aspx.resx
├── manage_dp_day.aspx
├── manage_dp_day.aspx.resx
├── manage_dp_keyword.aspx
├── manage_dp_keyword.aspx.resx
├── manage_dp_month.aspx
├── manage_dp_month.aspx.resx
├── manage_dp_net.aspx
├── manage_dp_net.aspx.resx
├── manage_dp_search.aspx
├── manage_dp_search.aspx.resx
├── manage_dp_time.aspx
├── manage_dp_time.aspx.resx
├── manage_dp_week.aspx
├── manage_dp_week.aspx.resx
├── manage_dp_welcome.aspx
├── manage_dp_welcome.aspx.resx
├── manage_exporer.aspx
├── manage_exporer.aspx.resx
├── manage_get.aspx
├── manage_get.aspx.resx
├── manage_go.aspx
├── manage_go.aspx.resx
├── manage_history_come.aspx
├── manage_history_come.aspx.resx
├── manage_history_day.aspx
├── manage_history_day.aspx.resx
├── manage_history_keyword.aspx
├── manage_history_keyword.aspx.resx
├── manage_history_month.aspx
├── manage_history_month.aspx.resx
├── manage_history_net.aspx
├── manage_history_net.aspx.resx
├── manage_history_search.aspx
├── manage_history_search.aspx.resx
├── manage_history_time.aspx
├── manage_history_time.aspx.resx
├── manage_history_week.aspx
├── manage_history_week.aspx.resx
├── manage_history_year.aspx
├── manage_history_year.aspx.resx
├── manage_keyword.aspx
├── manage_keyword.aspx.resx
├── manage_login.aspx
├── manage_login.aspx.resx
├── manage_menu.ascx
├── manage_menu.ascx.resx
├── manage_news_add.aspx
├── manage_news_add.aspx.resx
├── manage_news.aspx
├── manage_news.aspx.resx
├── manage_newsmanage_add.aspx
├── manage_newsmanage_add.aspx.resx
├── manage_newsmanage.aspx
├── manage_newsmanage.aspx.resx
├── manage_newsmanage_edit.aspx
├── manage_newsmanage_edit.aspx.resx
├── manage_now.aspx
├── manage_now.aspx.resx
├── manage_online.aspx
├── manage_online.aspx.resx
├── manage_password.aspx
├── manage_password.aspx.resx
├── manage_question.aspx
├── manage_question.aspx.resx
├── manage_repost.aspx
├── manage_repost.aspx.resx
├── manage_rset.aspx
├── manage_rset.aspx.resx
├── manage_search.aspx
├── manage_search.aspx.resx
├── manage_search_more.aspx
├── manage_search_more.aspx.resx
├── manage_system.aspx
├── manage_system.aspx.resx
├── manage_todayall.aspx
├── manage_todayall.aspx.resx
├── manage_today.aspx
├── manage_today.aspx.resx
├── manage_todaynum.aspx
├── manage_todaynum.aspx.resx
├── manage_top.ascx
├── manage_top.ascx.resx
├── manage_uvip.aspx
├── manage_uvip.aspx.resx
├── manage_webset.aspx
├── manage_webset.aspx.resx
├── manage_welcome.aspx
├── manage_welcome.aspx.resx
├── manage_wh.aspx
├── manage_wh.aspx.resx
├── obj
│ ├── Debug
│ │ ├── itsun.csproj.GenerateResource.Cache
│ │ ├── sc.ad.resources
│ │ ├── sc.Buy.resources
│ │ ├── sc.Chart.resources
│ │ ├── sc.count.resources
│ │ ├── sc._default.resources
│ │ ├── sc.dll
│ │ ├── sc._do.resources
│ │ ├── sc.getcode.resources
│ │ ├── sc.getpass.resources
│ │ ├── sc.Global.resources
│ │ ├── sc.help.resources
│ │ ├── sc.import_network.resources
│ │ ├── sc.login.resources
│ │ ├── sc.manage_address.resources
│ │ ├── sc.manage_admin_cp.resources
│ │ ├── sc.manage_admin_menu.resources
│ │ ├── sc.manage_admin_news.resources
│ │ ├── sc.manage_admin.resources
│ │ ├── sc.manage_admin_user.resources
│ │ ├── sc.manage_Alexa.resources
│ │ ├── sc.manage_area.resources
│ │ ├── sc.manage_bottom.resources
│ │ ├── sc.manage_carea.resources
│ │ ├── sc.manage_comehere.resources
│ │ ├── sc.manage_come.resources
│ │ ├── sc.manage_control.resources
│ │ ├── sc.manage_count.resources
│ │ ├── sc.manage_datamore.resources
│ │ ├── sc.manage_down.resources
│ │ ├── sc.manage_dp_area.resources
│ │ ├── sc.manage_dp_come.resources
│ │ ├── sc.manage_dp_day.resources
│ │ ├── sc.manage_dp_keyword.resources
│ │ ├── sc.manage_dp_month.resources
│ │ ├── sc.manage_dp_net.resources
│ │ ├── sc.manage_dp_search.resources
│ │ ├── sc.manage_dp_time.resources
│ │ ├── sc.manage_dp_week.resources
│ │ ├── sc.manage_dp_welcome.resources
│ │ ├── sc.manage_exporer.resources
│ │ ├── sc.manage_get.resources
│ │ ├── sc.manage_go.resources
│ │ ├── sc.manage_history_day.resources
│ │ ├── sc.manage_history_keyword.resources
│ │ ├── sc.manage_history_month.resources
│ │ ├── sc.manage_history_net.resources
│ │ ├── sc.manage_history_search_aspx.resources
│ │ ├── sc.manage_history_time.resources
│ │ ├── sc.manage_history_week.resources
│ │ ├── sc.manage_history_year.resources
│ │ ├── sc.manage_keyword.resources
│ │ ├── sc.manage_login.resources
│ │ ├── sc.manage_menu.resources
│ │ ├── sc.manage_news_add.resources
│ │ ├── sc.manage_newsmanage_add.resources
│ │ ├── sc.manage_newsmanage_edit.resources
│ │ ├── sc.manage_newsmanage.resources
│ │ ├── sc.manage_news.resources
│ │ ├── sc.manage_now.resources
│ │ ├── sc.manage_online.resources
│ │ ├── sc.manage_password.resources
│ │ ├── sc.manage_question.resources
│ │ ├── sc.manage_repost.resources
│ │ ├── sc.manage.resources
│ │ ├── sc.manage_rset.resources
│ │ ├── sc.manage_search_more.resources
│ │ ├── sc.manage_search.resources
│ │ ├── sc.manage_system.resources
│ │ ├── sc.manage_todayall.resources
│ │ ├── sc.manage_todaynum.resources
│ │ ├── sc.manage_today.resources
│ │ ├── sc.manage_top.resources
│ │ ├── sc.manage_uvip.resources
│ │ ├── sc.manage_webset.resources
│ │ ├── sc.manage_welcome.resources
│ │ ├── sc.manage_wh.resources
│ │ ├── sc.pdb
│ │ ├── sc.register.resources
│ │ ├── sc.reg.resources
│ │ ├── sc.siteviewonline.resources
│ │ ├── sc.siteview.resources
│ │ ├── sc.viewnew.resources
│ │ ├── sc.view.resources
│ │ ├── sc.viewsort.resources
│ │ ├── sc.WebForm1.resources
│ │ ├── sc.WebForm2.resources
│ │ ├── sc.WebForm3.resources
│ │ ├── sc.WebForm4.resources
│ │ ├── TempPE
│ │ └── TotalSystem.DoSQL.resources
│ └── itsun.csproj.FileListAbsolute.txt
├── popcalendar.js
├── reg.aspx
├── reg.aspx.resx
├── register.aspx
├── register.aspx.resx
├── siteview.aspx
├── siteview.aspx.resx
├── siteviewonline.aspx
├── siteviewonline.aspx.resx
├── Untitled-2.html
├── upimgs
│ ├── kk.jpg
│ ├── kkk.jpg
│ └── kkkk.jpg
├── view.aspx
├── view.aspx.resx
├── viewnew.aspx
├── viewnew.aspx.resx
├── viewsort.aspx
├── viewsort.aspx.resx
├── Web.config
├── WebForm1.aspx
├── WebForm1.aspx.resx
├── WebForm2.aspx
├── WebForm2.aspx.resx
├── WebForm3.aspx
├── WebForm3.aspx.resx
├── WebForm4.aspx
├── WebForm4.aspx.resx
├── 使用说明.doc
├── 功能说明.doc
├── 在线演示.txt
├── 安装说明.doc
└── 购买源码.doc
19 directories, 611 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论