Browse Source

第一次上传

hanzhengyi 2 years ago
commit
018c4ec8ef
100 changed files with 11976 additions and 0 deletions
  1. BIN
      db/20210201155041.rar
  2. 3721 0
      log/W3SVC/ex170913.log
  3. 9 0
      web/.htaccess
  4. BIN
      web/0667.png
  5. 1 0
      web/application/cache/.htaccess
  6. 10 0
      web/application/cache/index.html
  7. 116 0
      web/application/config/autoload.php
  8. 370 0
      web/application/config/config.php
  9. 70 0
      web/application/config/constants.php
  10. 75 0
      web/application/config/database.php
  11. 15 0
      web/application/config/doctypes.php
  12. 64 0
      web/application/config/foreign_chars.php
  13. 16 0
      web/application/config/hooks.php
  14. 10 0
      web/application/config/index.html
  15. 41 0
      web/application/config/migration.php
  16. 106 0
      web/application/config/mimes.php
  17. 19 0
      web/application/config/my_setting.php
  18. 17 0
      web/application/config/profiler.php
  19. 44 0
      web/application/config/routes.php
  20. 66 0
      web/application/config/smileys.php
  21. 178 0
      web/application/config/user_agents.php
  22. 43 0
      web/application/controllers/about.php
  23. 59 0
      web/application/controllers/admin/about.php
  24. 42 0
      web/application/controllers/admin/adminlogin.php
  25. 62 0
      web/application/controllers/admin/adminuser.php
  26. 93 0
      web/application/controllers/admin/cloud.php
  27. 110 0
      web/application/controllers/admin/example.php
  28. 122 0
      web/application/controllers/admin/index.php
  29. 93 0
      web/application/controllers/admin/join.php
  30. 33 0
      web/application/controllers/admin/main.php
  31. 122 0
      web/application/controllers/admin/news.php
  32. 107 0
      web/application/controllers/admin/product.php
  33. 96 0
      web/application/controllers/admin/type.php
  34. 99 0
      web/application/controllers/admin/upload.php
  35. 95 0
      web/application/controllers/api.php
  36. 30 0
      web/application/controllers/cloud.php
  37. 28 0
      web/application/controllers/example.php
  38. 74 0
      web/application/controllers/index.php
  39. 23 0
      web/application/controllers/join.php
  40. 20 0
      web/application/controllers/law.php
  41. 48 0
      web/application/controllers/news.php
  42. 25 0
      web/application/controllers/product.php
  43. 59 0
      web/application/core/MY_Controller.php
  44. 20 0
      web/application/core/MY_Loader.php
  45. 10 0
      web/application/core/MY_Model.php
  46. 10 0
      web/application/core/index.html
  47. 62 0
      web/application/errors/error_404.php
  48. 62 0
      web/application/errors/error_db.php
  49. 62 0
      web/application/errors/error_general.php
  50. 10 0
      web/application/errors/error_php.php
  51. 10 0
      web/application/errors/index.html
  52. 15 0
      web/application/helpers/custom_func_helper.php
  53. 10 0
      web/application/helpers/index.html
  54. 89 0
      web/application/helpers/send_sms_helper.php
  55. 10 0
      web/application/hooks/index.html
  56. 10 0
      web/application/index.html
  57. 10 0
      web/application/language/english/index.html
  58. 10 0
      web/application/language/index.html
  59. 213 0
      web/application/libraries/CCPRestSmsSDK.php
  60. 1387 0
      web/application/libraries/UploadHandler.php
  61. 10 0
      web/application/libraries/index.html
  62. 10 0
      web/application/logs/index.html
  63. 88 0
      web/application/models/admin_model.php
  64. 51 0
      web/application/models/cloud_model.php
  65. 53 0
      web/application/models/example_model.php
  66. 51 0
      web/application/models/homepage_model.php
  67. 10 0
      web/application/models/index.html
  68. 51 0
      web/application/models/join_model.php
  69. 78 0
      web/application/models/news_model.php
  70. 78 0
      web/application/models/product_model.php
  71. 78 0
      web/application/models/type_model.php
  72. 38 0
      web/application/models/web_setting_model.php
  73. 10 0
      web/application/third_party/index.html
  74. 13 0
      web/application/views/admin/_css.php
  75. 38 0
      web/application/views/admin/_header.php
  76. 23 0
      web/application/views/admin/_js.php
  77. 78 0
      web/application/views/admin/_siderbar.php
  78. 77 0
      web/application/views/admin/aboutEditView.php
  79. 76 0
      web/application/views/admin/aboutPdfView.php
  80. 129 0
      web/application/views/admin/adminLoginView.php
  81. 124 0
      web/application/views/admin/adminUserEditView.php
  82. 141 0
      web/application/views/admin/adminUserModifyPassView.php
  83. 82 0
      web/application/views/admin/cloudAddView.php
  84. 83 0
      web/application/views/admin/cloudEditView.php
  85. 155 0
      web/application/views/admin/cloudView.php
  86. 95 0
      web/application/views/admin/exampleAddView.php
  87. 96 0
      web/application/views/admin/exampleEditView.php
  88. 157 0
      web/application/views/admin/exampleView.php
  89. 82 0
      web/application/views/admin/indexAddView.php
  90. 83 0
      web/application/views/admin/indexEditView.php
  91. 140 0
      web/application/views/admin/indexSliderView.php
  92. 155 0
      web/application/views/admin/indexView.php
  93. 84 0
      web/application/views/admin/joinAddView.php
  94. 85 0
      web/application/views/admin/joinEditView.php
  95. 153 0
      web/application/views/admin/joinView.php
  96. 144 0
      web/application/views/admin/newsAddView.php
  97. 161 0
      web/application/views/admin/newsEditView.php
  98. 141 0
      web/application/views/admin/newsView.php
  99. 171 0
      web/application/views/admin/productAddView.php
  100. 173 0
      web/application/views/admin/productEditView.php

BIN
db/20210201155041.rar


+ 3721 - 0
log/W3SVC/ex170913.log

@@ -0,0 +1,3721 @@
+#Software: Microsoft Log Parser
+#Version: 1.0
+#Date: 2017-09-14 00:40:03
+#Fields: LogFilename RecordNumber ComputerName SiteID DateTime ClientIpAddress ServerIpAddress ServerPort Method ProtocolVersion ProtocolStatus SubStatus TimeTaken BytesSent BytesReceived Win32Status UriStem UriQuery UserName
+d:\iislog\W3SVC\ra170913.ibl 11 USKY-3D398D8F45 112000 2017-09-13 00:03:33 115.29.113.101 222.73.136.94 80 GET HTTP/1.1 200 0 140 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 13 USKY-3D398D8F45 112000 2017-09-13 00:04:55 121.43.105.176 222.73.136.94 80 GET HTTP/1.1 200 0 125 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 29 USKY-3D398D8F45 112000 2017-09-13 00:12:15 59.63.248.133 222.73.136.94 80 GET HTTP/1.1 200 0 46 1086 386 0 /assets/v1/css/reset.css - -
+d:\iislog\W3SVC\ra170913.ibl 30 USKY-3D398D8F45 112000 2017-09-13 00:12:15 59.63.248.133 222.73.136.94 80 GET HTTP/1.1 200 0 78 1469 387 0 /assets/v1/css/jPages.css - -
+d:\iislog\W3SVC\ra170913.ibl 31 USKY-3D398D8F45 112000 2017-09-13 00:12:15 59.63.248.133 222.73.136.94 80 GET HTTP/1.1 200 0 78 2794 385 0 /assets/v1/css/head.css - -
+d:\iislog\W3SVC\ra170913.ibl 32 USKY-3D398D8F45 112000 2017-09-13 00:12:15 59.63.248.133 222.73.136.94 80 GET HTTP/1.1 200 0 109 5778 385 0 /assets/v1/css/area.css - -
+d:\iislog\W3SVC\ra170913.ibl 33 USKY-3D398D8F45 112000 2017-09-13 00:12:15 59.63.248.133 222.73.136.94 80 GET HTTP/1.1 200 0 125 8730 385 0 /assets/v1/css/base.css - -
+d:\iislog\W3SVC\ra170913.ibl 34 USKY-3D398D8F45 112000 2017-09-13 00:12:15 59.63.248.133 222.73.136.94 80 GET HTTP/1.1 200 0 78 3373 378 0 /assets/v1/js/jquery.plugins.js - -
+d:\iislog\W3SVC\ra170913.ibl 35 USKY-3D398D8F45 112000 2017-09-13 00:12:15 59.63.248.133 222.73.136.94 80 GET HTTP/1.1 200 0 46 3260 388 0 /assets/v1/images/eh.png - -
+d:\iislog\W3SVC\ra170913.ibl 36 USKY-3D398D8F45 112000 2017-09-13 00:12:15 59.63.248.133 222.73.136.94 80 GET HTTP/1.1 200 0 109 11689 387 0 /assets/v1/js/jquery.SuperSlide.2.1.1.js - -
+d:\iislog\W3SVC\ra170913.ibl 37 USKY-3D398D8F45 112000 2017-09-13 00:12:16 59.63.248.133 222.73.136.94 80 GET HTTP/1.1 200 0 515 68955 485 0 /index.php/example - -
+d:\iislog\W3SVC\ra170913.ibl 38 USKY-3D398D8F45 112000 2017-09-13 00:12:16 59.63.248.133 222.73.136.94 80 GET HTTP/1.1 200 0 265 492 371 0 /assets/v1/js/picture.js - -
+d:\iislog\W3SVC\ra170913.ibl 39 USKY-3D398D8F45 112000 2017-09-13 00:12:16 59.63.248.133 222.73.136.94 80 GET HTTP/1.1 200 0 328 96588 381 0 /assets/v1/js/jquery-1.11.1.min.js - -
+d:\iislog\W3SVC\ra170913.ibl 40 USKY-3D398D8F45 112000 2017-09-13 00:12:16 59.63.248.133 222.73.136.94 80 GET HTTP/1.1 200 0 234 18588 370 0 /assets/v1/js/jPages.js - -
+d:\iislog\W3SVC\ra170913.ibl 41 USKY-3D398D8F45 112000 2017-09-13 00:12:16 59.63.248.133 222.73.136.94 80 GET HTTP/1.1 200 0 171 42137 396 0 /assets/v1/images/slider1_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 42 USKY-3D398D8F45 112000 2017-09-13 00:12:16 59.63.248.133 222.73.136.94 80 GET HTTP/1.1 200 0 359 45520 396 0 /assets/v1/images/slider3_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 43 USKY-3D398D8F45 112000 2017-09-13 00:12:16 59.63.248.133 222.73.136.94 80 GET HTTP/1.1 200 0 78 1533 387 0 /assets/v1/css/footer.css - -
+d:\iislog\W3SVC\ra170913.ibl 44 USKY-3D398D8F45 112000 2017-09-13 00:12:16 59.63.248.133 222.73.136.94 80 GET HTTP/1.1 200 0 203 45306 393 0 /assets/v1/images/num7_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 45 USKY-3D398D8F45 112000 2017-09-13 00:12:16 59.63.248.133 222.73.136.94 80 GET HTTP/1.1 200 0 203 45922 393 0 /assets/v1/images/num8_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 46 USKY-3D398D8F45 112000 2017-09-13 00:12:17 59.63.248.133 222.73.136.94 80 GET HTTP/1.1 200 0 875 53183 391 0 /assets/v1/images/num34.png - -
+d:\iislog\W3SVC\ra170913.ibl 47 USKY-3D398D8F45 112000 2017-09-13 00:12:17 59.63.248.133 222.73.136.94 80 GET HTTP/1.1 200 0 890 45152 396 0 /assets/v1/images/slider2_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 48 USKY-3D398D8F45 112000 2017-09-13 00:12:17 59.63.248.133 222.73.136.94 80 GET HTTP/1.1 200 0 578 47439 393 0 /assets/v1/images/num9_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 49 USKY-3D398D8F45 112000 2017-09-13 00:12:17 59.63.248.133 222.73.136.94 80 GET HTTP/1.1 200 0 1828 47034 394 0 /assets/v1/images/num5_spc.png - -
+d:\iislog\W3SVC\ra170913.ibl 51 USKY-3D398D8F45 112000 2017-09-13 00:12:18 59.63.248.133 222.73.136.94 80 GET HTTP/1.1 200 0 2609 57855 389 0 /assets/v1/images/wx1.png - -
+d:\iislog\W3SVC\ra170913.ibl 52 USKY-3D398D8F45 112000 2017-09-13 00:12:19 59.63.248.133 222.73.136.94 80 GET HTTP/1.1 200 0 1984 174485 389 0 /assets/v1/images/rh2.png - -
+d:\iislog\W3SVC\ra170913.ibl 53 USKY-3D398D8F45 112000 2017-09-13 00:12:19 59.63.248.133 222.73.136.94 80 GET HTTP/1.1 200 0 3140 46136 393 0 /assets/v1/images/num6_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 54 USKY-3D398D8F45 112000 2017-09-13 00:12:19 59.63.248.133 222.73.136.94 80 GET HTTP/1.1 200 0 421 47566 395 0 /assets/v1/images/alert1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 55 USKY-3D398D8F45 112000 2017-09-13 00:12:19 59.63.248.133 222.73.136.94 80 GET HTTP/1.1 200 0 1171 43618 390 0 /assets/v1/images/logo.png - -
+d:\iislog\W3SVC\ra170913.ibl 56 USKY-3D398D8F45 112000 2017-09-13 00:12:20 59.63.248.133 222.73.136.94 80 GET HTTP/1.1 200 0 312 41331 391 0 /assets/v1/images/n1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 57 USKY-3D398D8F45 112000 2017-09-13 00:12:20 59.63.248.133 222.73.136.94 80 GET HTTP/1.1 200 0 3203 175445 389 0 /assets/v1/images/rh1.png - -
+d:\iislog\W3SVC\ra170913.ibl 58 USKY-3D398D8F45 112000 2017-09-13 00:12:20 59.63.248.133 222.73.136.94 80 GET HTTP/1.1 200 0 2796 332445 343 0 /uploads/logo/ZFSQ_03%20(1).png - -
+d:\iislog\W3SVC\ra170913.ibl 59 USKY-3D398D8F45 112000 2017-09-13 00:12:20 59.63.248.133 222.73.136.94 80 GET HTTP/1.1 200 0 1328 42424 389 0 /assets/v1/images/tel.png - -
+d:\iislog\W3SVC\ra170913.ibl 60 USKY-3D398D8F45 112000 2017-09-13 00:12:20 59.63.248.133 222.73.136.94 80 GET HTTP/1.1 200 0 359 45087 393 0 /assets/v1/images/n1_2_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 61 USKY-3D398D8F45 112000 2017-09-13 00:12:20 59.63.248.133 222.73.136.94 80 GET HTTP/1.1 200 0 578 50498 393 0 /assets/v1/images/n1_1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 62 USKY-3D398D8F45 112000 2017-09-13 00:12:21 59.63.248.133 222.73.136.94 80 GET HTTP/1.1 200 0 984 46427 391 0 /assets/v1/images/h1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 63 USKY-3D398D8F45 112000 2017-09-13 00:12:21 59.63.248.133 222.73.136.94 80 GET HTTP/1.1 200 0 1406 174453 389 0 /assets/v1/images/rh3.png - -
+d:\iislog\W3SVC\ra170913.ibl 64 USKY-3D398D8F45 112000 2017-09-13 00:12:22 59.63.248.133 222.73.136.94 80 GET HTTP/1.1 200 0 5937 287673 337 0 /uploads/logo/ZHSQ_03.png - -
+d:\iislog\W3SVC\ra170913.ibl 65 USKY-3D398D8F45 112000 2017-09-13 00:12:24 59.63.248.133 222.73.136.94 80 GET HTTP/1.1 200 0 7812 791405 332 0 /uploads/logo/LD.png - -
+d:\iislog\W3SVC\ra170913.ibl 66 USKY-3D398D8F45 112000 2017-09-13 00:12:27 59.63.248.133 222.73.136.94 80 GET HTTP/1.1 200 0 10734 907988 332 0 /uploads/logo/HM.png - -
+d:\iislog\W3SVC\ra170913.ibl 67 USKY-3D398D8F45 112000 2017-09-13 00:12:28 59.63.248.133 222.73.136.94 80 GET HTTP/1.1 200 0 8140 868664 332 0 /uploads/logo/WL.png - -
+d:\iislog\W3SVC\ra170913.ibl 68 USKY-3D398D8F45 112000 2017-09-13 00:12:28 59.63.248.133 222.73.136.94 80 GET HTTP/1.1 200 0 11031 805201 332 0 /uploads/logo/lt.png - -
+d:\iislog\W3SVC\ra170913.ibl 69 USKY-3D398D8F45 112000 2017-09-13 00:12:30 59.63.248.133 222.73.136.94 80 GET HTTP/1.1 200 0 5812 805797 332 0 /uploads/logo/hy.png - -
+d:\iislog\W3SVC\ra170913.ibl 70 USKY-3D398D8F45 112000 2017-09-13 00:12:30 59.63.248.133 222.73.136.94 80 GET HTTP/1.1 200 0 7687 907374 332 0 /uploads/logo/jx.png - -
+d:\iislog\W3SVC\ra170913.ibl 72 USKY-3D398D8F45 112000 2017-09-13 00:12:31 59.63.248.133 222.73.136.94 80 GET HTTP/1.1 200 0 3359 230340 337 0 /uploads/logo/ZHYQ_03.png - -
+d:\iislog\W3SVC\ra170913.ibl 73 USKY-3D398D8F45 112000 2017-09-13 00:12:33 59.63.248.133 222.73.136.94 80 GET HTTP/1.1 200 0 16312 599455 338 0 /uploads/logo/HS%20(2).png - -
+d:\iislog\W3SVC\ra170913.ibl 74 USKY-3D398D8F45 112000 2017-09-13 00:12:34 59.63.248.133 222.73.136.94 80 GET HTTP/1.1 200 0 4515 149183 389 0 /assets/v1/images/rh4.png - -
+d:\iislog\W3SVC\ra170913.ibl 75 USKY-3D398D8F45 112000 2017-09-13 00:12:35 59.63.248.133 222.73.136.94 80 GET HTTP/1.1 200 0 8156 649751 332 0 /uploads/logo/th.png - -
+d:\iislog\W3SVC\ra170913.ibl 76 USKY-3D398D8F45 112000 2017-09-13 00:12:36 59.63.248.133 222.73.136.94 80 GET HTTP/1.1 200 0 5515 715156 335 64 /uploads/logo/kgcxy.png - -
+d:\iislog\W3SVC\ra170913.ibl 77 USKY-3D398D8F45 112000 2017-09-13 00:12:36 59.63.248.133 222.73.136.94 80 GET HTTP/1.1 200 0 7343 658335 334 64 /uploads/logo/kjxy.png - -
+d:\iislog\W3SVC\ra170913.ibl 90 USKY-3D398D8F45 112000 2017-09-13 00:19:55 121.43.105.176 222.73.136.94 80 GET HTTP/1.1 200 0 109 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 101 USKY-3D398D8F45 112000 2017-09-13 00:24:33 66.249.66.143 222.73.136.94 80 GET HTTP/1.1 404 0 250 1358 225 0 /index.php/robots.txt - -
+d:\iislog\W3SVC\ra170913.ibl 102 USKY-3D398D8F45 112000 2017-09-13 00:24:33 66.249.66.141 222.73.136.94 80 GET HTTP/1.1 304 0 203 214 249 0 /uploads/logo/fans_02.png - -
+d:\iislog\W3SVC\ra170913.ibl 103 USKY-3D398D8F45 112000 2017-09-13 00:25:14 123.125.71.43 222.73.136.94 80 GET HTTP/1.1 200 0 281 64892 360 0 /index.php/news - -
+d:\iislog\W3SVC\ra170913.ibl 105 USKY-3D398D8F45 112000 2017-09-13 00:26:04 106.11.158.156 222.73.136.94 80 GET HTTP/1.1 200 0 93 12744 177 0 /index.php/law - -
+d:\iislog\W3SVC\ra170913.ibl 113 USKY-3D398D8F45 112000 2017-09-13 00:27:29 115.28.171.22 222.73.136.94 80 GET HTTP/1.1 200 0 156 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 126 USKY-3D398D8F45 112000 2017-09-13 00:34:55 121.43.105.176 222.73.136.94 80 GET HTTP/1.1 200 0 93 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 135 USKY-3D398D8F45 112000 2017-09-13 00:38:07 120.26.216.168 222.73.136.94 80 GET HTTP/1.1 200 0 109 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 146 USKY-3D398D8F45 112000 2017-09-13 00:42:08 115.28.171.22 222.73.136.94 80 GET HTTP/1.1 200 0 156 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 170 USKY-3D398D8F45 112000 2017-09-13 00:54:25 120.26.64.126 222.73.136.94 80 GET HTTP/1.1 200 0 93 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 179 USKY-3D398D8F45 112000 2017-09-13 00:57:08 115.28.171.22 222.73.136.94 80 GET HTTP/1.1 200 0 140 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 182 USKY-3D398D8F45 112000 2017-09-13 00:58:34 220.181.108.121 222.73.136.94 80 GET HTTP/1.1 200 0 250 68955 257 0 /index.php/example - -
+d:\iislog\W3SVC\ra170913.ibl 183 USKY-3D398D8F45 112000 2017-09-13 00:58:56 65.55.210.96 222.73.136.94 80 GET HTTP/1.1 200 0 343 1086 331 0 /assets/v1/css/reset.css - -
+d:\iislog\W3SVC\ra170913.ibl 184 USKY-3D398D8F45 112000 2017-09-13 00:58:57 199.30.24.247 222.73.136.94 80 GET HTTP/1.1 200 0 328 1469 332 0 /assets/v1/css/jPages.css - -
+d:\iislog\W3SVC\ra170913.ibl 185 USKY-3D398D8F45 112000 2017-09-13 00:59:01 199.30.25.70 222.73.136.94 80 GET HTTP/1.1 200 0 2562 96588 341 0 /assets/v1/js/jquery-1.11.1.min.js - -
+d:\iislog\W3SVC\ra170913.ibl 186 USKY-3D398D8F45 112000 2017-09-13 00:59:02 199.30.24.237 222.73.136.94 80 GET HTTP/1.1 200 0 531 3373 338 0 /assets/v1/js/jquery.plugins.js - -
+d:\iislog\W3SVC\ra170913.ibl 187 USKY-3D398D8F45 112000 2017-09-13 00:59:04 65.55.210.154 222.73.136.94 80 GET HTTP/1.1 200 0 671 11689 347 0 /assets/v1/js/jquery.SuperSlide.2.1.1.js - -
+d:\iislog\W3SVC\ra170913.ibl 188 USKY-3D398D8F45 112000 2017-09-13 00:59:06 65.55.210.96 222.73.136.94 80 GET HTTP/1.1 200 0 593 18588 330 0 /assets/v1/js/jPages.js - -
+d:\iislog\W3SVC\ra170913.ibl 189 USKY-3D398D8F45 112000 2017-09-13 00:59:10 199.30.25.152 222.73.136.94 80 GET HTTP/1.1 200 0 234 2794 330 0 /assets/v1/css/head.css - -
+d:\iislog\W3SVC\ra170913.ibl 190 USKY-3D398D8F45 112000 2017-09-13 00:59:14 65.55.210.127 222.73.136.94 80 GET HTTP/1.1 200 0 1843 42137 339 0 /assets/v1/images/slider1_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 191 USKY-3D398D8F45 112000 2017-09-13 00:59:15 65.55.210.55 222.73.136.94 80 GET HTTP/1.1 200 0 187 1533 332 0 /assets/v1/css/footer.css - -
+d:\iislog\W3SVC\ra170913.ibl 192 USKY-3D398D8F45 112000 2017-09-13 00:59:21 199.30.25.87 222.73.136.94 80 GET HTTP/1.1 200 0 1953 57855 332 0 /assets/v1/images/wx1.png - -
+d:\iislog\W3SVC\ra170913.ibl 193 USKY-3D398D8F45 112000 2017-09-13 00:59:23 199.30.24.21 222.73.136.94 80 GET HTTP/1.1 200 0 1562 45520 339 0 /assets/v1/images/slider3_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 195 USKY-3D398D8F45 112000 2017-09-13 00:59:25 199.30.25.70 222.73.136.94 80 GET HTTP/1.1 200 0 656 44989 332 0 /assets/v1/images/spc.png - -
+d:\iislog\W3SVC\ra170913.ibl 196 USKY-3D398D8F45 112000 2017-09-13 00:59:29 65.55.210.175 222.73.136.94 80 GET HTTP/1.1 200 0 10171 45152 339 0 /assets/v1/images/slider2_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 197 USKY-3D398D8F45 112000 2017-09-13 00:59:51 121.40.130.38 222.73.136.94 80 GET HTTP/1.1 200 0 93 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 208 USKY-3D398D8F45 112000 2017-09-13 01:05:10 113.102.130.128 222.73.136.94 80 GET HTTP/1.1 200 0 203 13664 242 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 220 USKY-3D398D8F45 112000 2017-09-13 01:10:04 106.11.158.156 222.73.136.94 80 GET HTTP/1.1 200 0 109 13335 190 0 /index.php/news/read/ id=32 -
+d:\iislog\W3SVC\ra170913.ibl 227 USKY-3D398D8F45 112000 2017-09-13 01:12:08 115.28.171.22 222.73.136.94 80 GET HTTP/1.1 200 0 109 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 252 USKY-3D398D8F45 112000 2017-09-13 01:23:29 42.236.99.194 222.73.136.94 80 GET HTTP/1.1 200 0 218 13664 315 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 253 USKY-3D398D8F45 112000 2017-09-13 01:24:04 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 78 13382 439 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 254 USKY-3D398D8F45 112000 2017-09-13 01:24:04 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 31 1086 375 0 /assets/v1/css/reset.css - -
+d:\iislog\W3SVC\ra170913.ibl 255 USKY-3D398D8F45 112000 2017-09-13 01:24:04 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 31 8730 374 0 /assets/v1/css/base.css - -
+d:\iislog\W3SVC\ra170913.ibl 256 USKY-3D398D8F45 112000 2017-09-13 01:24:04 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 0 492 360 0 /assets/v1/js/picture.js - -
+d:\iislog\W3SVC\ra170913.ibl 257 USKY-3D398D8F45 112000 2017-09-13 01:24:04 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 15 1469 376 0 /assets/v1/css/jPages.css - -
+d:\iislog\W3SVC\ra170913.ibl 258 USKY-3D398D8F45 112000 2017-09-13 01:24:04 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 31 3789 375 0 /assets/v1/css/index.css - -
+d:\iislog\W3SVC\ra170913.ibl 259 USKY-3D398D8F45 112000 2017-09-13 01:24:04 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 31 3373 367 0 /assets/v1/js/jquery.plugins.js - -
+d:\iislog\W3SVC\ra170913.ibl 260 USKY-3D398D8F45 112000 2017-09-13 01:24:04 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 31 11689 376 0 /assets/v1/js/jquery.SuperSlide.2.1.1.js - -
+d:\iislog\W3SVC\ra170913.ibl 261 USKY-3D398D8F45 112000 2017-09-13 01:24:04 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 46 18588 359 0 /assets/v1/js/jPages.js - -
+d:\iislog\W3SVC\ra170913.ibl 262 USKY-3D398D8F45 112000 2017-09-13 01:24:04 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 46 2794 374 0 /assets/v1/css/head.css - -
+d:\iislog\W3SVC\ra170913.ibl 263 USKY-3D398D8F45 112000 2017-09-13 01:24:04 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 31 3260 385 0 /assets/v1/images/eh.png - -
+d:\iislog\W3SVC\ra170913.ibl 264 USKY-3D398D8F45 112000 2017-09-13 01:24:04 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 250 96588 370 0 /assets/v1/js/jquery-1.11.1.min.js - -
+d:\iislog\W3SVC\ra170913.ibl 265 USKY-3D398D8F45 112000 2017-09-13 01:24:04 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 593 0 386 64 /assets/v1/images/wx1.png - -
+d:\iislog\W3SVC\ra170913.ibl 266 USKY-3D398D8F45 112000 2017-09-13 01:24:04 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 625 0 393 64 /assets/v1/images/slider1_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 267 USKY-3D398D8F45 112000 2017-09-13 01:24:04 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 281 0 414 64 /uploads/avatar/2%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E5%AE%A2%E6%88%B7%E6%A1%88%E4%BE%8B.png - -
+d:\iislog\W3SVC\ra170913.ibl 268 USKY-3D398D8F45 112000 2017-09-13 01:24:04 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 609 0 393 64 /assets/v1/images/slider2_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 269 USKY-3D398D8F45 112000 2017-09-13 01:24:04 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 593 0 393 64 /assets/v1/images/slider3_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 270 USKY-3D398D8F45 112000 2017-09-13 01:24:04 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 281 0 414 64 /uploads/avatar/4%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E4%BA%BA%E5%8A%9B%E8%B5%84%E6%BA%90.png - -
+d:\iislog\W3SVC\ra170913.ibl 271 USKY-3D398D8F45 112000 2017-09-13 01:24:04 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 93 13324 485 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 272 USKY-3D398D8F45 112000 2017-09-13 01:24:05 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 206 0 0 302 453 0 /assets/v1/images/slider1_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 273 USKY-3D398D8F45 112000 2017-09-13 01:24:05 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 206 0 31 299 443 0 /assets/v1/images/wx1.png - -
+d:\iislog\W3SVC\ra170913.ibl 274 USKY-3D398D8F45 112000 2017-09-13 01:24:05 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 206 0 31 302 453 0 /assets/v1/images/slider2_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 275 USKY-3D398D8F45 112000 2017-09-13 01:24:05 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 31 45520 393 0 /assets/v1/images/slider3_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 276 USKY-3D398D8F45 112000 2017-09-13 01:24:05 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 206 0 46 29374 453 0 /assets/v1/images/slider1_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 277 USKY-3D398D8F45 112000 2017-09-13 01:24:05 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 206 0 15 4800 453 0 /assets/v1/images/slider2_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 278 USKY-3D398D8F45 112000 2017-09-13 01:24:05 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 206 0 15 55254 444 0 /assets/v1/images/wx1.png - -
+d:\iislog\W3SVC\ra170913.ibl 279 USKY-3D398D8F45 112000 2017-09-13 01:24:06 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 1671 0 414 64 /uploads/avatar/3%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E6%96%B0%E9%97%BB%E8%B5%84%E8%AE%AF.png - -
+d:\iislog\W3SVC\ra170913.ibl 280 USKY-3D398D8F45 112000 2017-09-13 01:24:07 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 2109 338195 390 0 /assets/v1/images/num3_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 281 USKY-3D398D8F45 112000 2017-09-13 01:24:07 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 31 1533 376 0 /assets/v1/css/footer.css - -
+d:\iislog\W3SVC\ra170913.ibl 282 USKY-3D398D8F45 112000 2017-09-13 01:24:07 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 62 42681 408 0 /assets/v1/images/bd.png - -
+d:\iislog\W3SVC\ra170913.ibl 283 USKY-3D398D8F45 112000 2017-09-13 01:24:07 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 206 0 62 303 465 0 /uploads/avatar/1%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E6%B0%B8%E5%A4%A9%E4%BA%91.png - -
+d:\iislog\W3SVC\ra170913.ibl 284 USKY-3D398D8F45 112000 2017-09-13 01:24:07 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 206 0 78 302 473 0 /uploads/avatar/4%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E4%BA%BA%E5%8A%9B%E8%B5%84%E6%BA%90.png - -
+d:\iislog\W3SVC\ra170913.ibl 285 USKY-3D398D8F45 112000 2017-09-13 01:24:07 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 206 0 78 302 474 0 /uploads/avatar/3%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E6%96%B0%E9%97%BB%E8%B5%84%E8%AE%AF.png - -
+d:\iislog\W3SVC\ra170913.ibl 286 USKY-3D398D8F45 112000 2017-09-13 01:24:07 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 206 0 78 303 474 0 /uploads/avatar/2%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E5%AE%A2%E6%88%B7%E6%A1%88%E4%BE%8B.png - -
+d:\iislog\W3SVC\ra170913.ibl 287 USKY-3D398D8F45 112000 2017-09-13 01:24:07 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 206 0 218 82401 475 0 /uploads/avatar/2%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E5%AE%A2%E6%88%B7%E6%A1%88%E4%BE%8B.png - -
+d:\iislog\W3SVC\ra170913.ibl 288 USKY-3D398D8F45 112000 2017-09-13 01:24:08 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 206 0 2859 305 452 0 /assets/v1/images/num2_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 289 USKY-3D398D8F45 112000 2017-09-13 01:24:08 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 3000 126613 388 0 /assets/v1/images/num28.png - -
+d:\iislog\W3SVC\ra170913.ibl 290 USKY-3D398D8F45 112000 2017-09-13 01:24:08 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 62 42424 408 0 /assets/v1/images/tel.png - -
+d:\iislog\W3SVC\ra170913.ibl 291 USKY-3D398D8F45 112000 2017-09-13 01:24:08 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 3406 24271 389 0 /assets/v1/images/num1_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 292 USKY-3D398D8F45 112000 2017-09-13 01:24:09 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 578 162783 388 0 /assets/v1/images/num29.png - -
+d:\iislog\W3SVC\ra170913.ibl 293 USKY-3D398D8F45 112000 2017-09-13 01:24:09 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 15 20514 389 0 /assets/v1/images/num2_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 294 USKY-3D398D8F45 112000 2017-09-13 01:24:09 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 4046 366588 390 0 /assets/v1/images/num4_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 295 USKY-3D398D8F45 112000 2017-09-13 01:24:09 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 4125 419700 390 0 /assets/v1/images/num1_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 296 USKY-3D398D8F45 112000 2017-09-13 01:24:09 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 390 64070 387 0 /uploads/logo/partner1.png - -
+d:\iislog\W3SVC\ra170913.ibl 297 USKY-3D398D8F45 112000 2017-09-13 01:24:09 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 500 32407 389 0 /assets/v1/images/num3_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 298 USKY-3D398D8F45 112000 2017-09-13 01:24:09 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 46 61076 387 0 /uploads/logo/partner2.png - -
+d:\iislog\W3SVC\ra170913.ibl 299 USKY-3D398D8F45 112000 2017-09-13 01:24:09 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 171 57699 387 0 /uploads/logo/partner4.png - -
+d:\iislog\W3SVC\ra170913.ibl 300 USKY-3D398D8F45 112000 2017-09-13 01:24:09 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 15 936 388 0 /uploads/logo/partner15.png - -
+d:\iislog\W3SVC\ra170913.ibl 301 USKY-3D398D8F45 112000 2017-09-13 01:24:09 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 15 3514 387 0 /uploads/logo/partner7.png - -
+d:\iislog\W3SVC\ra170913.ibl 302 USKY-3D398D8F45 112000 2017-09-13 01:24:10 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 15 8042 386 0 /uploads/logo/fans_02.png - -
+d:\iislog\W3SVC\ra170913.ibl 303 USKY-3D398D8F45 112000 2017-09-13 01:24:10 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 0 2334 386 0 /uploads/logo/fans_04.png - -
+d:\iislog\W3SVC\ra170913.ibl 304 USKY-3D398D8F45 112000 2017-09-13 01:24:10 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 15 9675 386 0 /uploads/logo/fans_06.png - -
+d:\iislog\W3SVC\ra170913.ibl 305 USKY-3D398D8F45 112000 2017-09-13 01:24:10 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 15 11471 386 0 /uploads/logo/fans_08.png - -
+d:\iislog\W3SVC\ra170913.ibl 306 USKY-3D398D8F45 112000 2017-09-13 01:24:10 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 15 11849 386 0 /uploads/logo/fans_10.png - -
+d:\iislog\W3SVC\ra170913.ibl 307 USKY-3D398D8F45 112000 2017-09-13 01:24:10 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 296 56348 387 0 /uploads/logo/partner3.png - -
+d:\iislog\W3SVC\ra170913.ibl 308 USKY-3D398D8F45 112000 2017-09-13 01:24:10 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 15 4360 386 0 /uploads/logo/fans_15.png - -
+d:\iislog\W3SVC\ra170913.ibl 309 USKY-3D398D8F45 112000 2017-09-13 01:24:10 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 15 5838 386 0 /uploads/logo/fans_17.png - -
+d:\iislog\W3SVC\ra170913.ibl 310 USKY-3D398D8F45 112000 2017-09-13 01:24:10 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 15 8475 386 0 /uploads/logo/fans_19.png - -
+d:\iislog\W3SVC\ra170913.ibl 311 USKY-3D398D8F45 112000 2017-09-13 01:24:10 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 0 5778 386 0 /uploads/logo/fans_20.png - -
+d:\iislog\W3SVC\ra170913.ibl 312 USKY-3D398D8F45 112000 2017-09-13 01:24:10 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 890 28927 388 0 /assets/v1/images/num31.png - -
+d:\iislog\W3SVC\ra170913.ibl 313 USKY-3D398D8F45 112000 2017-09-13 01:24:10 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 2750 43618 409 0 /assets/v1/images/logo.png - -
+d:\iislog\W3SVC\ra170913.ibl 314 USKY-3D398D8F45 112000 2017-09-13 01:24:10 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 206 0 2812 80850 474 0 /uploads/avatar/3%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E6%96%B0%E9%97%BB%E8%B5%84%E8%AE%AF.png - -
+d:\iislog\W3SVC\ra170913.ibl 315 USKY-3D398D8F45 112000 2017-09-13 01:24:10 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 218 43269 413 0 /assets/v1/images/num1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 316 USKY-3D398D8F45 112000 2017-09-13 01:24:10 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 2156 41156 413 0 /assets/v1/images/meun_tab.png - -
+d:\iislog\W3SVC\ra170913.ibl 317 USKY-3D398D8F45 112000 2017-09-13 01:24:10 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 206 0 2375 239276 452 0 /assets/v1/images/num2_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 318 USKY-3D398D8F45 112000 2017-09-13 01:24:10 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 359 47566 414 0 /assets/v1/images/alert1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 319 USKY-3D398D8F45 112000 2017-09-13 01:24:10 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 234 44989 410 0 /assets/v1/images/spc.png - -
+d:\iislog\W3SVC\ra170913.ibl 320 USKY-3D398D8F45 112000 2017-09-13 01:24:10 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 593 50030 390 0 /assets/v1/images/footer1.png - -
+d:\iislog\W3SVC\ra170913.ibl 321 USKY-3D398D8F45 112000 2017-09-13 01:24:10 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 656 54113 390 0 /assets/v1/images/footer2.png - -
+d:\iislog\W3SVC\ra170913.ibl 322 USKY-3D398D8F45 112000 2017-09-13 01:24:11 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 15 43552 419 0 /assets/v1/images/num1_bg_hover.png - -
+d:\iislog\W3SVC\ra170913.ibl 323 USKY-3D398D8F45 112000 2017-09-13 01:24:11 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 206 0 4359 140580 466 0 /uploads/avatar/1%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E6%B0%B8%E5%A4%A9%E4%BA%91.png - -
+d:\iislog\W3SVC\ra170913.ibl 324 USKY-3D398D8F45 112000 2017-09-13 01:24:12 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 404 0 15 1358 348 0 /index.php/favicon.ico - -
+d:\iislog\W3SVC\ra170913.ibl 325 USKY-3D398D8F45 112000 2017-09-13 01:24:12 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 206 0 4906 60889 474 0 /uploads/avatar/4%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E4%BA%BA%E5%8A%9B%E8%B5%84%E6%BA%90.png - -
+d:\iislog\W3SVC\ra170913.ibl 334 USKY-3D398D8F45 112000 2017-09-13 01:27:08 115.28.171.22 222.73.136.94 80 GET HTTP/1.1 200 0 156 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 338 USKY-3D398D8F45 112000 2017-09-13 01:28:50 121.40.130.38 222.73.136.94 80 GET HTTP/1.1 200 0 93 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 346 USKY-3D398D8F45 112000 2017-09-13 01:31:54 220.181.108.103 222.73.136.94 80 GET HTTP/1.1 200 0 187 13664 311 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 347 USKY-3D398D8F45 112000 2017-09-13 01:32:04 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 953 13476 379 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 348 USKY-3D398D8F45 112000 2017-09-13 01:32:05 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 404 0 281 1358 236 0 /index.php/apple-touch-icon-120x120-precomposed.png - -
+d:\iislog\W3SVC\ra170913.ibl 349 USKY-3D398D8F45 112000 2017-09-13 01:32:05 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 404 0 234 1358 224 0 /index.php/apple-touch-icon-120x120.png - -
+d:\iislog\W3SVC\ra170913.ibl 350 USKY-3D398D8F45 112000 2017-09-13 01:32:06 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 404 0 250 1358 216 0 /index.php/apple-touch-icon.png - -
+d:\iislog\W3SVC\ra170913.ibl 351 USKY-3D398D8F45 112000 2017-09-13 01:32:07 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 404 0 328 1358 207 0 /index.php/favicon.ico - -
+d:\iislog\W3SVC\ra170913.ibl 352 USKY-3D398D8F45 112000 2017-09-13 01:32:07 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 404 0 296 1358 236 0 /index.php/apple-touch-icon-120x120-precomposed.png - -
+d:\iislog\W3SVC\ra170913.ibl 353 USKY-3D398D8F45 112000 2017-09-13 01:32:08 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 404 0 296 1358 224 0 /index.php/apple-touch-icon-120x120.png - -
+d:\iislog\W3SVC\ra170913.ibl 354 USKY-3D398D8F45 112000 2017-09-13 01:32:08 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 404 0 218 1358 228 0 /index.php/apple-touch-icon-precomposed.png - -
+d:\iislog\W3SVC\ra170913.ibl 355 USKY-3D398D8F45 112000 2017-09-13 01:32:09 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 404 0 3281 1358 228 0 /index.php/apple-touch-icon-precomposed.png - -
+d:\iislog\W3SVC\ra170913.ibl 356 USKY-3D398D8F45 112000 2017-09-13 01:32:10 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 404 0 250 1358 216 0 /index.php/apple-touch-icon.png - -
+d:\iislog\W3SVC\ra170913.ibl 357 USKY-3D398D8F45 112000 2017-09-13 01:32:10 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 404 0 250 1358 207 0 /index.php/favicon.ico - -
+d:\iislog\W3SVC\ra170913.ibl 359 USKY-3D398D8F45 112000 2017-09-13 01:33:25 106.11.158.156 222.73.136.94 80 GET HTTP/1.1 200 0 93 7552 187 0 /index.php/news/read/ id=131 -
+d:\iislog\W3SVC\ra170913.ibl 361 USKY-3D398D8F45 112000 2017-09-13 01:34:22 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 234 1086 405 0 /assets/v1/css/reset.css - -
+d:\iislog\W3SVC\ra170913.ibl 362 USKY-3D398D8F45 112000 2017-09-13 01:34:22 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 937 13664 412 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 363 USKY-3D398D8F45 112000 2017-09-13 01:34:22 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 265 1469 406 0 /assets/v1/css/jPages.css - -
+d:\iislog\W3SVC\ra170913.ibl 364 USKY-3D398D8F45 112000 2017-09-13 01:34:23 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 437 3789 405 0 /assets/v1/css/index.css - -
+d:\iislog\W3SVC\ra170913.ibl 365 USKY-3D398D8F45 112000 2017-09-13 01:34:23 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 218 2794 404 0 /assets/v1/css/head.css - -
+d:\iislog\W3SVC\ra170913.ibl 366 USKY-3D398D8F45 112000 2017-09-13 01:34:23 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 250 1533 406 0 /assets/v1/css/footer.css - -
+d:\iislog\W3SVC\ra170913.ibl 367 USKY-3D398D8F45 112000 2017-09-13 01:34:23 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 234 3373 397 0 /assets/v1/js/jquery.plugins.js - -
+d:\iislog\W3SVC\ra170913.ibl 368 USKY-3D398D8F45 112000 2017-09-13 01:34:23 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 750 8730 404 0 /assets/v1/css/base.css - -
+d:\iislog\W3SVC\ra170913.ibl 369 USKY-3D398D8F45 112000 2017-09-13 01:34:23 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 250 492 390 0 /assets/v1/js/picture.js - -
+d:\iislog\W3SVC\ra170913.ibl 370 USKY-3D398D8F45 112000 2017-09-13 01:34:23 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 234 3260 434 0 /assets/v1/images/eh.png - -
+d:\iislog\W3SVC\ra170913.ibl 371 USKY-3D398D8F45 112000 2017-09-13 01:34:23 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 453 11689 406 0 /assets/v1/js/jquery.SuperSlide.2.1.1.js - -
+d:\iislog\W3SVC\ra170913.ibl 372 USKY-3D398D8F45 112000 2017-09-13 01:34:23 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 500 3514 384 0 /uploads/logo/partner7.png - -
+d:\iislog\W3SVC\ra170913.ibl 373 USKY-3D398D8F45 112000 2017-09-13 01:34:24 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 484 11471 383 0 /uploads/logo/fans_08.png - -
+d:\iislog\W3SVC\ra170913.ibl 374 USKY-3D398D8F45 112000 2017-09-13 01:34:24 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 1281 96588 400 0 /assets/v1/js/jquery-1.11.1.min.js - -
+d:\iislog\W3SVC\ra170913.ibl 375 USKY-3D398D8F45 112000 2017-09-13 01:34:24 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 718 42137 442 0 /assets/v1/images/slider1_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 376 USKY-3D398D8F45 112000 2017-09-13 01:34:24 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 671 45152 442 0 /assets/v1/images/slider2_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 377 USKY-3D398D8F45 112000 2017-09-13 01:34:24 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 250 4360 383 0 /uploads/logo/fans_15.png - -
+d:\iislog\W3SVC\ra170913.ibl 378 USKY-3D398D8F45 112000 2017-09-13 01:34:24 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 1281 56348 384 0 /uploads/logo/partner3.png - -
+d:\iislog\W3SVC\ra170913.ibl 379 USKY-3D398D8F45 112000 2017-09-13 01:34:24 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 1296 64070 384 0 /uploads/logo/partner1.png - -
+d:\iislog\W3SVC\ra170913.ibl 380 USKY-3D398D8F45 112000 2017-09-13 01:34:24 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 234 57855 435 0 /assets/v1/images/wx1.png - -
+d:\iislog\W3SVC\ra170913.ibl 381 USKY-3D398D8F45 112000 2017-09-13 01:34:24 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 218 8475 383 0 /uploads/logo/fans_19.png - -
+d:\iislog\W3SVC\ra170913.ibl 382 USKY-3D398D8F45 112000 2017-09-13 01:34:24 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 203 5778 383 0 /uploads/logo/fans_20.png - -
+d:\iislog\W3SVC\ra170913.ibl 383 USKY-3D398D8F45 112000 2017-09-13 01:34:24 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 234 5838 383 0 /uploads/logo/fans_17.png - -
+d:\iislog\W3SVC\ra170913.ibl 384 USKY-3D398D8F45 112000 2017-09-13 01:34:24 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 484 45520 442 0 /assets/v1/images/slider3_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 385 USKY-3D398D8F45 112000 2017-09-13 01:34:26 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 3078 9675 383 0 /uploads/logo/fans_06.png - -
+d:\iislog\W3SVC\ra170913.ibl 386 USKY-3D398D8F45 112000 2017-09-13 01:34:27 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 484 18588 389 0 /assets/v1/js/jPages.js - -
+d:\iislog\W3SVC\ra170913.ibl 387 USKY-3D398D8F45 112000 2017-09-13 01:34:27 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 671 11849 383 0 /uploads/logo/fans_10.png - -
+d:\iislog\W3SVC\ra170913.ibl 388 USKY-3D398D8F45 112000 2017-09-13 01:34:28 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 3484 338195 439 0 /assets/v1/images/num3_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 389 USKY-3D398D8F45 112000 2017-09-13 01:34:28 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 1750 366588 439 0 /assets/v1/images/num4_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 390 USKY-3D398D8F45 112000 2017-09-13 01:34:28 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 3937 355323 439 0 /assets/v1/images/num2_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 391 USKY-3D398D8F45 112000 2017-09-13 01:34:29 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 250 24271 438 0 /assets/v1/images/num1_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 392 USKY-3D398D8F45 112000 2017-09-13 01:34:29 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 250 20514 438 0 /assets/v1/images/num2_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 393 USKY-3D398D8F45 112000 2017-09-13 01:34:30 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 1062 162783 437 0 /assets/v1/images/num29.png - -
+d:\iislog\W3SVC\ra170913.ibl 394 USKY-3D398D8F45 112000 2017-09-13 01:34:30 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 234 28927 437 0 /assets/v1/images/num31.png - -
+d:\iislog\W3SVC\ra170913.ibl 395 USKY-3D398D8F45 112000 2017-09-13 01:34:30 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 218 32407 438 0 /assets/v1/images/num3_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 396 USKY-3D398D8F45 112000 2017-09-13 01:34:30 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 250 50030 439 0 /assets/v1/images/footer1.png - -
+d:\iislog\W3SVC\ra170913.ibl 397 USKY-3D398D8F45 112000 2017-09-13 01:34:30 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 250 43618 436 0 /assets/v1/images/logo.png - -
+d:\iislog\W3SVC\ra170913.ibl 398 USKY-3D398D8F45 112000 2017-09-13 01:34:30 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 437 54113 439 0 /assets/v1/images/footer2.png - -
+d:\iislog\W3SVC\ra170913.ibl 399 USKY-3D398D8F45 112000 2017-09-13 01:34:30 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 265 42424 435 0 /assets/v1/images/tel.png - -
+d:\iislog\W3SVC\ra170913.ibl 400 USKY-3D398D8F45 112000 2017-09-13 01:34:30 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 6421 419700 439 0 /assets/v1/images/num1_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 401 USKY-3D398D8F45 112000 2017-09-13 01:34:31 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 296 97969 503 0 /uploads/avatar/3%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E6%96%B0%E9%97%BB%E8%B5%84%E8%AE%AF.png - -
+d:\iislog\W3SVC\ra170913.ibl 402 USKY-3D398D8F45 112000 2017-09-13 01:34:31 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 250 43269 439 0 /assets/v1/images/num1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 403 USKY-3D398D8F45 112000 2017-09-13 01:34:31 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 281 44989 435 0 /assets/v1/images/spc.png - -
+d:\iislog\W3SVC\ra170913.ibl 404 USKY-3D398D8F45 112000 2017-09-13 01:34:31 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 250 41156 440 0 /assets/v1/images/meun_tab.png - -
+d:\iislog\W3SVC\ra170913.ibl 405 USKY-3D398D8F45 112000 2017-09-13 01:34:31 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 671 42681 434 0 /assets/v1/images/bd.png - -
+d:\iislog\W3SVC\ra170913.ibl 406 USKY-3D398D8F45 112000 2017-09-13 01:34:32 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 1734 166408 494 0 /uploads/avatar/1%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E6%B0%B8%E5%A4%A9%E4%BA%91.png - -
+d:\iislog\W3SVC\ra170913.ibl 407 USKY-3D398D8F45 112000 2017-09-13 01:34:33 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 5171 126613 437 0 /assets/v1/images/num28.png - -
+d:\iislog\W3SVC\ra170913.ibl 409 USKY-3D398D8F45 112000 2017-09-13 01:34:45 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 296 53183 444 0 /assets/v1/images/num34.png - -
+d:\iislog\W3SVC\ra170913.ibl 410 USKY-3D398D8F45 112000 2017-09-13 01:34:45 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 484 5778 411 0 /assets/v1/css/area.css - -
+d:\iislog\W3SVC\ra170913.ibl 411 USKY-3D398D8F45 112000 2017-09-13 01:34:45 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 1093 68897 464 0 /index.php/example - -
+d:\iislog\W3SVC\ra170913.ibl 412 USKY-3D398D8F45 112000 2017-09-13 01:34:45 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 1046 46136 446 0 /assets/v1/images/num6_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 413 USKY-3D398D8F45 112000 2017-09-13 01:34:46 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 906 47439 446 0 /assets/v1/images/num9_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 414 USKY-3D398D8F45 112000 2017-09-13 01:34:46 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 1500 45306 446 0 /assets/v1/images/num7_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 415 USKY-3D398D8F45 112000 2017-09-13 01:34:47 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 500 47034 447 0 /assets/v1/images/num5_spc.png - -
+d:\iislog\W3SVC\ra170913.ibl 416 USKY-3D398D8F45 112000 2017-09-13 01:34:47 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 1625 174485 442 0 /assets/v1/images/rh2.png - -
+d:\iislog\W3SVC\ra170913.ibl 417 USKY-3D398D8F45 112000 2017-09-13 01:34:47 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 750 174453 442 0 /assets/v1/images/rh3.png - -
+d:\iislog\W3SVC\ra170913.ibl 418 USKY-3D398D8F45 112000 2017-09-13 01:34:48 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 2468 175445 442 0 /assets/v1/images/rh1.png - -
+d:\iislog\W3SVC\ra170913.ibl 419 USKY-3D398D8F45 112000 2017-09-13 01:34:48 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 484 41331 444 0 /assets/v1/images/n1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 420 USKY-3D398D8F45 112000 2017-09-13 01:34:49 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 1250 149183 442 0 /assets/v1/images/rh4.png - -
+d:\iislog\W3SVC\ra170913.ibl 421 USKY-3D398D8F45 112000 2017-09-13 01:34:49 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 4093 45922 446 0 /assets/v1/images/num8_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 422 USKY-3D398D8F45 112000 2017-09-13 01:34:49 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 421 45087 446 0 /assets/v1/images/n1_2_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 423 USKY-3D398D8F45 112000 2017-09-13 01:34:49 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 718 50498 446 0 /assets/v1/images/n1_1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 424 USKY-3D398D8F45 112000 2017-09-13 01:34:50 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 281 22117 469 0 /index.php/about - -
+d:\iislog\W3SVC\ra170913.ibl 425 USKY-3D398D8F45 112000 2017-09-13 01:34:51 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 1218 119155 446 0 /assets/v1/images/about_top.png - -
+d:\iislog\W3SVC\ra170913.ibl 426 USKY-3D398D8F45 112000 2017-09-13 01:34:52 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 1187 40771 439 0 /assets/v1/images/yt.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 427 USKY-3D398D8F45 112000 2017-09-13 01:34:54 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 234 9772 441 0 /assets/v1/images/mark.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 429 USKY-3D398D8F45 112000 2017-09-13 01:35:13 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 22671 169833 443 0 /assets/v1/images/course.png - -
+d:\iislog\W3SVC\ra170913.ibl 430 USKY-3D398D8F45 112000 2017-09-13 01:35:18 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 421 12456 474 0 /index.php/index/index1 - -
+d:\iislog\W3SVC\ra170913.ibl 431 USKY-3D398D8F45 112000 2017-09-13 01:35:18 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 234 3339 446 0 /assets/v1/images/ch.png - -
+d:\iislog\W3SVC\ra170913.ibl 432 USKY-3D398D8F45 112000 2017-09-13 01:35:24 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 6000 132199 452 0 /assets/v1/images/num23_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 433 USKY-3D398D8F45 112000 2017-09-13 01:35:28 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 9859 173236 446 0 /assets/v1/images/eg.png - -
+d:\iislog\W3SVC\ra170913.ibl 434 USKY-3D398D8F45 112000 2017-09-13 01:35:28 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 10218 174197 452 0 /assets/v1/images/num20_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 435 USKY-3D398D8F45 112000 2017-09-13 01:35:28 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 4281 144697 452 0 /assets/v1/images/num24_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 436 USKY-3D398D8F45 112000 2017-09-13 01:35:28 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 734 35546 450 0 /assets/v1/images/index1.png - -
+d:\iislog\W3SVC\ra170913.ibl 437 USKY-3D398D8F45 112000 2017-09-13 01:35:29 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 828 46255 450 0 /assets/v1/images/index2.png - -
+d:\iislog\W3SVC\ra170913.ibl 438 USKY-3D398D8F45 112000 2017-09-13 01:35:30 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 843 37602 450 0 /assets/v1/images/index3.png - -
+d:\iislog\W3SVC\ra170913.ibl 439 USKY-3D398D8F45 112000 2017-09-13 01:35:39 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 21171 141946 452 0 /assets/v1/images/num21_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 440 USKY-3D398D8F45 112000 2017-09-13 01:35:40 66.249.66.78 222.73.136.94 80 GET HTTP/1.1 304 0 328 214 257 0 /assets/v1/images/num29.png - -
+d:\iislog\W3SVC\ra170913.ibl 441 USKY-3D398D8F45 112000 2017-09-13 01:35:45 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 359 10691 481 0 /index.php/cloud/index1 - -
+d:\iislog\W3SVC\ra170913.ibl 442 USKY-3D398D8F45 112000 2017-09-13 01:35:46 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 281 2435 420 0 /assets/v1/css/platform.css - -
+d:\iislog\W3SVC\ra170913.ibl 443 USKY-3D398D8F45 112000 2017-09-13 01:35:46 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 1234 82737 447 0 /assets/v1/images/eg4.png - -
+d:\iislog\W3SVC\ra170913.ibl 444 USKY-3D398D8F45 112000 2017-09-13 01:35:47 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 1390 63062 447 0 /assets/v1/images/eg3.png - -
+d:\iislog\W3SVC\ra170913.ibl 445 USKY-3D398D8F45 112000 2017-09-13 01:35:47 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 1546 101651 448 0 /assets/v1/images/eg68.png - -
+d:\iislog\W3SVC\ra170913.ibl 446 USKY-3D398D8F45 112000 2017-09-13 01:35:47 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 1687 89547 448 0 /assets/v1/images/eg67.png - -
+d:\iislog\W3SVC\ra170913.ibl 447 USKY-3D398D8F45 112000 2017-09-13 01:35:47 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 58671 0 444 121 /assets/v1/images/h1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 448 USKY-3D398D8F45 112000 2017-09-13 01:35:48 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 1187 101532 448 0 /assets/v1/images/eg69.png - -
+d:\iislog\W3SVC\ra170913.ibl 449 USKY-3D398D8F45 112000 2017-09-13 01:35:48 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 468 46701 451 0 /assets/v1/images/eg71_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 450 USKY-3D398D8F45 112000 2017-09-13 01:35:48 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 1593 107059 448 0 /assets/v1/images/eg70.png - -
+d:\iislog\W3SVC\ra170913.ibl 451 USKY-3D398D8F45 112000 2017-09-13 01:35:48 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 1187 100276 447 0 /assets/v1/images/eg7.png - -
+d:\iislog\W3SVC\ra170913.ibl 452 USKY-3D398D8F45 112000 2017-09-13 01:35:48 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 250 4948 447 0 /uploads/logo/fein_06.png - -
+d:\iislog\W3SVC\ra170913.ibl 453 USKY-3D398D8F45 112000 2017-09-13 01:35:48 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 234 11810 453 0 /uploads/logo/fans_25%20(1).png - -
+d:\iislog\W3SVC\ra170913.ibl 454 USKY-3D398D8F45 112000 2017-09-13 01:35:48 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 234 7128 447 0 /uploads/logo/fein_03.png - -
+d:\iislog\W3SVC\ra170913.ibl 455 USKY-3D398D8F45 112000 2017-09-13 01:35:49 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 250 7721 447 0 /uploads/logo/fein_14.png - -
+d:\iislog\W3SVC\ra170913.ibl 456 USKY-3D398D8F45 112000 2017-09-13 01:35:49 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 218 12440 447 0 /uploads/logo/fein_22.png - -
+d:\iislog\W3SVC\ra170913.ibl 457 USKY-3D398D8F45 112000 2017-09-13 01:35:49 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 234 7202 447 0 /uploads/logo/fein_25.png - -
+d:\iislog\W3SVC\ra170913.ibl 458 USKY-3D398D8F45 112000 2017-09-13 01:35:49 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 234 11822 447 0 /uploads/logo/fein_29.png - -
+d:\iislog\W3SVC\ra170913.ibl 459 USKY-3D398D8F45 112000 2017-09-13 01:35:49 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 250 6133 447 0 /uploads/logo/fein_27.png - -
+d:\iislog\W3SVC\ra170913.ibl 460 USKY-3D398D8F45 112000 2017-09-13 01:35:49 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 250 9167 447 0 /uploads/logo/fein_37.png - -
+d:\iislog\W3SVC\ra170913.ibl 461 USKY-3D398D8F45 112000 2017-09-13 01:35:49 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 218 7813 447 0 /uploads/logo/fein_43.png - -
+d:\iislog\W3SVC\ra170913.ibl 462 USKY-3D398D8F45 112000 2017-09-13 01:35:49 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 234 8739 447 0 /uploads/logo/fein_36.png - -
+d:\iislog\W3SVC\ra170913.ibl 463 USKY-3D398D8F45 112000 2017-09-13 01:35:49 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 234 7799 447 0 /uploads/logo/fein_11.png - -
+d:\iislog\W3SVC\ra170913.ibl 464 USKY-3D398D8F45 112000 2017-09-13 01:35:49 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 234 5976 447 0 /uploads/logo/fein_09.png - -
+d:\iislog\W3SVC\ra170913.ibl 465 USKY-3D398D8F45 112000 2017-09-13 01:35:49 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 234 9220 447 0 /uploads/logo/fein_52.png - -
+d:\iislog\W3SVC\ra170913.ibl 466 USKY-3D398D8F45 112000 2017-09-13 01:35:49 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 250 7645 447 0 /uploads/logo/fein_50.png - -
+d:\iislog\W3SVC\ra170913.ibl 467 USKY-3D398D8F45 112000 2017-09-13 01:35:50 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 218 8643 447 0 /uploads/logo/fein_55.png - -
+d:\iislog\W3SVC\ra170913.ibl 468 USKY-3D398D8F45 112000 2017-09-13 01:35:50 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 250 2127 447 0 /uploads/logo/fein_24.png - -
+d:\iislog\W3SVC\ra170913.ibl 469 USKY-3D398D8F45 112000 2017-09-13 01:35:50 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 234 10214 447 0 /uploads/logo/fein_39.png - -
+d:\iislog\W3SVC\ra170913.ibl 470 USKY-3D398D8F45 112000 2017-09-13 01:35:50 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 234 7089 447 0 /uploads/logo/fein_41.png - -
+d:\iislog\W3SVC\ra170913.ibl 471 USKY-3D398D8F45 112000 2017-09-13 01:35:50 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 250 2219 447 0 /uploads/logo/fein_58.png - -
+d:\iislog\W3SVC\ra170913.ibl 472 USKY-3D398D8F45 112000 2017-09-13 01:35:50 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 484 44187 452 0 /assets/v1/images/box_3_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 473 USKY-3D398D8F45 112000 2017-09-13 01:35:51 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 3625 666885 447 0 /assets/v1/images/eg5.png - -
+d:\iislog\W3SVC\ra170913.ibl 478 USKY-3D398D8F45 112000 2017-09-13 01:36:00 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 375 17350 481 0 /index.php/about/index1 - -
+d:\iislog\W3SVC\ra170913.ibl 479 USKY-3D398D8F45 112000 2017-09-13 01:36:00 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 468 36271 448 0 /assets/v1/images/eg66.png - -
+d:\iislog\W3SVC\ra170913.ibl 480 USKY-3D398D8F45 112000 2017-09-13 01:36:00 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 750 63262 451 0 /assets/v1/images/course1.png - -
+d:\iislog\W3SVC\ra170913.ibl 488 USKY-3D398D8F45 112000 2017-09-13 01:37:28 58.217.192.54 222.73.136.94 80 HEAD HTTP/1.1 200 0 78 371 77 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 489 USKY-3D398D8F45 112000 2017-09-13 01:37:32 113.108.12.74 222.73.136.94 80 GET HTTP/1.1 200 0 156 13664 190 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 492 USKY-3D398D8F45 112000 2017-09-13 01:39:57 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 109 68387 445 0 /index.php/example - -
+d:\iislog\W3SVC\ra170913.ibl 493 USKY-3D398D8F45 112000 2017-09-13 01:39:57 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 62 5778 381 0 /assets/v1/css/area.css - -
+d:\iislog\W3SVC\ra170913.ibl 494 USKY-3D398D8F45 112000 2017-09-13 01:39:57 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 78 53183 395 0 /assets/v1/images/num34.png - -
+d:\iislog\W3SVC\ra170913.ibl 495 USKY-3D398D8F45 112000 2017-09-13 01:39:57 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 31 47034 398 0 /assets/v1/images/num5_spc.png - -
+d:\iislog\W3SVC\ra170913.ibl 496 USKY-3D398D8F45 112000 2017-09-13 01:39:58 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 1375 46136 397 0 /assets/v1/images/num6_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 497 USKY-3D398D8F45 112000 2017-09-13 01:39:58 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 78 13324 445 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 498 USKY-3D398D8F45 112000 2017-09-13 01:39:58 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 1468 0 397 64 /assets/v1/images/num9_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 499 USKY-3D398D8F45 112000 2017-09-13 01:39:59 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 78 10631 443 0 /index.php/cloud - -
+d:\iislog\W3SVC\ra170913.ibl 500 USKY-3D398D8F45 112000 2017-09-13 01:39:59 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 15 2435 383 0 /assets/v1/css/platform.css - -
+d:\iislog\W3SVC\ra170913.ibl 501 USKY-3D398D8F45 112000 2017-09-13 01:39:59 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 46 27673 393 0 /assets/v1/images/num20.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 502 USKY-3D398D8F45 112000 2017-09-13 01:39:59 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 203 31870 393 0 /assets/v1/images/num25.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 503 USKY-3D398D8F45 112000 2017-09-13 01:39:59 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 203 31692 393 0 /assets/v1/images/num22.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 504 USKY-3D398D8F45 112000 2017-09-13 01:39:59 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 203 31154 393 0 /assets/v1/images/num23.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 505 USKY-3D398D8F45 112000 2017-09-13 01:39:59 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 203 7128 351 0 /uploads/logo/fein_03.png - -
+d:\iislog\W3SVC\ra170913.ibl 506 USKY-3D398D8F45 112000 2017-09-13 01:40:00 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 0 6133 351 0 /uploads/logo/fein_27.png - -
+d:\iislog\W3SVC\ra170913.ibl 507 USKY-3D398D8F45 112000 2017-09-13 01:40:00 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 3062 0 397 64 /assets/v1/images/num8_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 508 USKY-3D398D8F45 112000 2017-09-13 01:40:00 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 31 11822 351 0 /uploads/logo/fein_29.png - -
+d:\iislog\W3SVC\ra170913.ibl 509 USKY-3D398D8F45 112000 2017-09-13 01:40:00 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 46 9167 351 0 /uploads/logo/fein_37.png - -
+d:\iislog\W3SVC\ra170913.ibl 510 USKY-3D398D8F45 112000 2017-09-13 01:40:00 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 0 8739 351 0 /uploads/logo/fein_36.png - -
+d:\iislog\W3SVC\ra170913.ibl 511 USKY-3D398D8F45 112000 2017-09-13 01:40:00 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 31 7813 351 0 /uploads/logo/fein_43.png - -
+d:\iislog\W3SVC\ra170913.ibl 512 USKY-3D398D8F45 112000 2017-09-13 01:40:00 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 968 90498 393 0 /assets/v1/images/num10.png - -
+d:\iislog\W3SVC\ra170913.ibl 513 USKY-3D398D8F45 112000 2017-09-13 01:40:00 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 3171 0 397 64 /assets/v1/images/num7_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 514 USKY-3D398D8F45 112000 2017-09-13 01:40:00 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 31 7799 351 0 /uploads/logo/fein_11.png - -
+d:\iislog\W3SVC\ra170913.ibl 515 USKY-3D398D8F45 112000 2017-09-13 01:40:00 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 0 5976 351 0 /uploads/logo/fein_09.png - -
+d:\iislog\W3SVC\ra170913.ibl 516 USKY-3D398D8F45 112000 2017-09-13 01:40:00 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 1109 201437 393 0 /assets/v1/images/num32.png - -
+d:\iislog\W3SVC\ra170913.ibl 517 USKY-3D398D8F45 112000 2017-09-13 01:40:00 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 46 9220 351 0 /uploads/logo/fein_52.png - -
+d:\iislog\W3SVC\ra170913.ibl 518 USKY-3D398D8F45 112000 2017-09-13 01:40:00 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 15 7645 351 0 /uploads/logo/fein_50.png - -
+d:\iislog\W3SVC\ra170913.ibl 519 USKY-3D398D8F45 112000 2017-09-13 01:40:00 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 390 8643 351 0 /uploads/logo/fein_55.png - -
+d:\iislog\W3SVC\ra170913.ibl 520 USKY-3D398D8F45 112000 2017-09-13 01:40:00 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 1312 12440 351 0 /uploads/logo/fein_22.png - -
+d:\iislog\W3SVC\ra170913.ibl 521 USKY-3D398D8F45 112000 2017-09-13 01:40:00 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 0 2127 351 0 /uploads/logo/fein_24.png - -
+d:\iislog\W3SVC\ra170913.ibl 522 USKY-3D398D8F45 112000 2017-09-13 01:40:00 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 15 10214 351 0 /uploads/logo/fein_39.png - -
+d:\iislog\W3SVC\ra170913.ibl 523 USKY-3D398D8F45 112000 2017-09-13 01:40:00 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 1312 46034 396 0 /assets/v1/images/num11_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 524 USKY-3D398D8F45 112000 2017-09-13 01:40:01 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 15 7089 351 0 /uploads/logo/fein_41.png - -
+d:\iislog\W3SVC\ra170913.ibl 525 USKY-3D398D8F45 112000 2017-09-13 01:40:01 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 15 2219 351 0 /uploads/logo/fein_58.png - -
+d:\iislog\W3SVC\ra170913.ibl 526 USKY-3D398D8F45 112000 2017-09-13 01:40:01 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 703 44187 417 0 /assets/v1/images/box_3_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 527 USKY-3D398D8F45 112000 2017-09-13 01:40:01 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 1890 32499 393 0 /assets/v1/images/num24.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 528 USKY-3D398D8F45 112000 2017-09-13 01:40:01 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 2203 4948 351 0 /uploads/logo/fein_06.png - -
+d:\iislog\W3SVC\ra170913.ibl 529 USKY-3D398D8F45 112000 2017-09-13 01:40:02 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 3203 11810 357 0 /uploads/logo/fans_25%20(1).png - -
+d:\iislog\W3SVC\ra170913.ibl 530 USKY-3D398D8F45 112000 2017-09-13 01:40:02 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 3203 745769 393 0 /assets/v1/images/num26.png - -
+d:\iislog\W3SVC\ra170913.ibl 531 USKY-3D398D8F45 112000 2017-09-13 01:40:02 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 3281 7202 351 0 /uploads/logo/fein_25.png - -
+d:\iislog\W3SVC\ra170913.ibl 532 USKY-3D398D8F45 112000 2017-09-13 01:40:07 180.173.67.2 222.73.136.94 80 GET HTTP/1.1 200 0 7734 7721 351 0 /uploads/logo/fein_14.png - -
+d:\iislog\W3SVC\ra170913.ibl 540 USKY-3D398D8F45 112000 2017-09-13 01:42:08 115.28.171.22 222.73.136.94 80 GET HTTP/1.1 200 0 171 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 543 USKY-3D398D8F45 112000 2017-09-13 01:43:50 121.40.130.38 222.73.136.94 80 GET HTTP/1.1 200 0 93 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 545 USKY-3D398D8F45 112000 2017-09-13 01:44:22 40.77.167.12 222.73.136.94 80 GET HTTP/1.1 404 0 359 1358 277 0 /index.php/news.aspx - -
+d:\iislog\W3SVC\ra170913.ibl 553 USKY-3D398D8F45 112000 2017-09-13 01:47:41 180.153.234.145 222.73.136.94 80 GET HTTP/1.1 200 0 78 11176 335 0 /index.php/news/read/ id=89 -
+d:\iislog\W3SVC\ra170913.ibl 554 USKY-3D398D8F45 112000 2017-09-13 01:47:41 180.153.236.109 222.73.136.94 80 GET HTTP/1.1 404 0 31 1358 371 0 /index.php/news_page.html categoryId=2&id=121 -
+d:\iislog\W3SVC\ra170913.ibl 555 USKY-3D398D8F45 112000 2017-09-13 01:47:41 42.236.99.58 222.73.136.94 80 GET HTTP/1.1 200 0 203 7486 337 0 /index.php/news/read/ id=131 -
+d:\iislog\W3SVC\ra170913.ibl 556 USKY-3D398D8F45 112000 2017-09-13 01:47:42 42.236.99.242 222.73.136.94 80 GET HTTP/1.1 200 0 296 21711 337 0 /index.php/news/read/ id=130 -
+d:\iislog\W3SVC\ra170913.ibl 557 USKY-3D398D8F45 112000 2017-09-13 01:47:42 42.236.99.218 222.73.136.94 80 GET HTTP/1.1 200 0 265 12004 337 0 /index.php/news/read/ id=118 -
+d:\iislog\W3SVC\ra170913.ibl 558 USKY-3D398D8F45 112000 2017-09-13 01:47:42 42.236.99.166 222.73.136.94 80 GET HTTP/1.1 200 0 312 21977 313 0 /index.php/about - -
+d:\iislog\W3SVC\ra170913.ibl 559 USKY-3D398D8F45 112000 2017-09-13 01:47:42 42.236.99.242 222.73.136.94 80 GET HTTP/1.1 200 0 203 464 357 64 /index.php/about/download t=1504465555 -
+d:\iislog\W3SVC\ra170913.ibl 560 USKY-3D398D8F45 112000 2017-09-13 01:47:46 180.153.236.67 222.73.136.94 80 GET HTTP/1.1 404 0 31 1358 337 0 /index.php/products_01n.html - -
+d:\iislog\W3SVC\ra170913.ibl 561 USKY-3D398D8F45 112000 2017-09-13 01:48:08 180.153.236.11 222.73.136.94 80 GET HTTP/1.1 200 0 5281 464 357 64 /index.php/about/download t=1504200276 -
+d:\iislog\W3SVC\ra170913.ibl 565 USKY-3D398D8F45 112000 2017-09-13 01:50:16 40.77.167.128 222.73.136.94 80 GET HTTP/1.1 404 0 328 1358 413 0 /index.php/products_01f.html - -
+d:\iislog\W3SVC\ra170913.ibl 570 USKY-3D398D8F45 112000 2017-09-13 01:51:09 27.115.113.62 222.73.136.94 80 GET HTTP/1.1 200 0 93 13664 387 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 571 USKY-3D398D8F45 112000 2017-09-13 01:51:09 27.115.113.62 222.73.136.94 80 GET HTTP/1.1 200 0 31 1086 406 0 /assets/v1/css/reset.css - -
+d:\iislog\W3SVC\ra170913.ibl 572 USKY-3D398D8F45 112000 2017-09-13 01:51:10 27.115.113.62 222.73.136.94 80 GET HTTP/1.1 200 0 46 8730 405 0 /assets/v1/css/base.css - -
+d:\iislog\W3SVC\ra170913.ibl 573 USKY-3D398D8F45 112000 2017-09-13 01:51:10 27.115.113.62 222.73.136.94 80 GET HTTP/1.1 200 0 46 1469 407 0 /assets/v1/css/jPages.css - -
+d:\iislog\W3SVC\ra170913.ibl 574 USKY-3D398D8F45 112000 2017-09-13 01:51:10 27.115.113.62 222.73.136.94 80 GET HTTP/1.1 200 0 46 3789 406 0 /assets/v1/css/index.css - -
+d:\iislog\W3SVC\ra170913.ibl 575 USKY-3D398D8F45 112000 2017-09-13 01:51:10 27.115.113.62 222.73.136.94 80 GET HTTP/1.1 200 0 0 492 391 0 /assets/v1/js/picture.js - -
+d:\iislog\W3SVC\ra170913.ibl 576 USKY-3D398D8F45 112000 2017-09-13 01:51:10 27.115.113.62 222.73.136.94 80 GET HTTP/1.1 200 0 78 2794 405 0 /assets/v1/css/head.css - -
+d:\iislog\W3SVC\ra170913.ibl 577 USKY-3D398D8F45 112000 2017-09-13 01:51:10 27.115.113.62 222.73.136.94 80 GET HTTP/1.1 200 0 46 1533 407 0 /assets/v1/css/footer.css - -
+d:\iislog\W3SVC\ra170913.ibl 578 USKY-3D398D8F45 112000 2017-09-13 01:51:10 27.115.113.62 222.73.136.94 80 GET HTTP/1.1 200 0 46 3373 398 0 /assets/v1/js/jquery.plugins.js - -
+d:\iislog\W3SVC\ra170913.ibl 579 USKY-3D398D8F45 112000 2017-09-13 01:51:10 27.115.113.62 222.73.136.94 80 GET HTTP/1.1 200 0 62 18588 390 0 /assets/v1/js/jPages.js - -
+d:\iislog\W3SVC\ra170913.ibl 580 USKY-3D398D8F45 112000 2017-09-13 01:51:10 27.115.113.62 222.73.136.94 80 GET HTTP/1.1 200 0 109 11689 407 0 /assets/v1/js/jquery.SuperSlide.2.1.1.js - -
+d:\iislog\W3SVC\ra170913.ibl 581 USKY-3D398D8F45 112000 2017-09-13 01:51:10 27.115.113.62 222.73.136.94 80 GET HTTP/1.1 200 0 984 96588 401 0 /assets/v1/js/jquery-1.11.1.min.js - -
+d:\iislog\W3SVC\ra170913.ibl 582 USKY-3D398D8F45 112000 2017-09-13 01:51:11 27.115.113.62 222.73.136.94 80 GET HTTP/1.1 200 0 15 3260 416 0 /assets/v1/images/eh.png - -
+d:\iislog\W3SVC\ra170913.ibl 583 USKY-3D398D8F45 112000 2017-09-13 01:51:11 27.115.113.62 222.73.136.94 80 GET HTTP/1.1 200 0 62 42137 424 0 /assets/v1/images/slider1_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 584 USKY-3D398D8F45 112000 2017-09-13 01:51:11 27.115.113.62 222.73.136.94 80 GET HTTP/1.1 200 0 250 61076 366 0 /uploads/logo/partner2.png - -
+d:\iislog\W3SVC\ra170913.ibl 585 USKY-3D398D8F45 112000 2017-09-13 01:51:11 27.115.113.62 222.73.136.94 80 GET HTTP/1.1 200 0 15 936 367 0 /uploads/logo/partner15.png - -
+d:\iislog\W3SVC\ra170913.ibl 586 USKY-3D398D8F45 112000 2017-09-13 01:51:11 27.115.113.62 222.73.136.94 80 GET HTTP/1.1 200 0 15 3514 366 0 /uploads/logo/partner7.png - -
+d:\iislog\W3SVC\ra170913.ibl 587 USKY-3D398D8F45 112000 2017-09-13 01:51:11 27.115.113.62 222.73.136.94 80 GET HTTP/1.1 200 0 0 8042 365 0 /uploads/logo/fans_02.png - -
+d:\iislog\W3SVC\ra170913.ibl 588 USKY-3D398D8F45 112000 2017-09-13 01:51:11 27.115.113.62 222.73.136.94 80 GET HTTP/1.1 200 0 15 2334 365 0 /uploads/logo/fans_04.png - -
+d:\iislog\W3SVC\ra170913.ibl 589 USKY-3D398D8F45 112000 2017-09-13 01:51:11 27.115.113.62 222.73.136.94 80 GET HTTP/1.1 200 0 31 9675 365 0 /uploads/logo/fans_06.png - -
+d:\iislog\W3SVC\ra170913.ibl 590 USKY-3D398D8F45 112000 2017-09-13 01:51:11 27.115.113.62 222.73.136.94 80 GET HTTP/1.1 200 0 15 11471 365 0 /uploads/logo/fans_08.png - -
+d:\iislog\W3SVC\ra170913.ibl 591 USKY-3D398D8F45 112000 2017-09-13 01:51:11 27.115.113.62 222.73.136.94 80 GET HTTP/1.1 200 0 15 11849 365 0 /uploads/logo/fans_10.png - -
+d:\iislog\W3SVC\ra170913.ibl 592 USKY-3D398D8F45 112000 2017-09-13 01:51:11 27.115.113.62 222.73.136.94 80 GET HTTP/1.1 200 0 15 4360 365 0 /uploads/logo/fans_15.png - -
+d:\iislog\W3SVC\ra170913.ibl 593 USKY-3D398D8F45 112000 2017-09-13 01:51:11 27.115.113.62 222.73.136.94 80 GET HTTP/1.1 200 0 0 5838 365 0 /uploads/logo/fans_17.png - -
+d:\iislog\W3SVC\ra170913.ibl 594 USKY-3D398D8F45 112000 2017-09-13 01:51:11 27.115.113.62 222.73.136.94 80 GET HTTP/1.1 200 0 15 8475 365 0 /uploads/logo/fans_19.png - -
+d:\iislog\W3SVC\ra170913.ibl 595 USKY-3D398D8F45 112000 2017-09-13 01:51:11 27.115.113.62 222.73.136.94 80 GET HTTP/1.1 200 0 15 5778 365 0 /uploads/logo/fans_20.png - -
+d:\iislog\W3SVC\ra170913.ibl 596 USKY-3D398D8F45 112000 2017-09-13 01:51:11 27.115.113.62 222.73.136.94 80 GET HTTP/1.1 200 0 515 103874 485 0 /uploads/avatar/2%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E5%AE%A2%E6%88%B7%E6%A1%88%E4%BE%8B.png - -
+d:\iislog\W3SVC\ra170913.ibl 597 USKY-3D398D8F45 112000 2017-09-13 01:51:11 27.115.113.62 222.73.136.94 80 GET HTTP/1.1 200 0 31 42681 439 0 /assets/v1/images/bd.png - -
+d:\iislog\W3SVC\ra170913.ibl 598 USKY-3D398D8F45 112000 2017-09-13 01:51:11 27.115.113.62 222.73.136.94 80 GET HTTP/1.1 200 0 31 43269 444 0 /assets/v1/images/num1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 599 USKY-3D398D8F45 112000 2017-09-13 01:51:11 27.115.113.62 222.73.136.94 80 GET HTTP/1.1 200 0 31 43618 440 0 /assets/v1/images/logo.png - -
+d:\iislog\W3SVC\ra170913.ibl 600 USKY-3D398D8F45 112000 2017-09-13 01:51:12 27.115.113.62 222.73.136.94 80 GET HTTP/1.1 200 0 906 45152 424 0 /assets/v1/images/slider2_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 601 USKY-3D398D8F45 112000 2017-09-13 01:51:12 27.115.113.62 222.73.136.94 80 GET HTTP/1.1 200 0 93 41156 444 0 /assets/v1/images/meun_tab.png - -
+d:\iislog\W3SVC\ra170913.ibl 602 USKY-3D398D8F45 112000 2017-09-13 01:51:12 27.115.113.62 222.73.136.94 80 GET HTTP/1.1 200 0 359 42424 439 0 /assets/v1/images/tel.png - -
+d:\iislog\W3SVC\ra170913.ibl 603 USKY-3D398D8F45 112000 2017-09-13 01:51:12 27.115.113.62 222.73.136.94 80 GET HTTP/1.1 200 0 1296 57855 417 0 /assets/v1/images/wx1.png - -
+d:\iislog\W3SVC\ra170913.ibl 604 USKY-3D398D8F45 112000 2017-09-13 01:51:12 27.115.113.62 222.73.136.94 80 GET HTTP/1.1 200 0 1656 45520 424 0 /assets/v1/images/slider3_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 605 USKY-3D398D8F45 112000 2017-09-13 01:51:13 27.115.113.62 222.73.136.94 80 GET HTTP/1.1 200 0 2359 166408 476 0 /uploads/avatar/1%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E6%B0%B8%E5%A4%A9%E4%BA%91.png - -
+d:\iislog\W3SVC\ra170913.ibl 606 USKY-3D398D8F45 112000 2017-09-13 01:51:14 27.115.113.62 222.73.136.94 80 GET HTTP/1.1 200 0 2000 355323 421 0 /assets/v1/images/num2_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 607 USKY-3D398D8F45 112000 2017-09-13 01:51:14 27.115.113.62 222.73.136.94 80 GET HTTP/1.1 200 0 1437 126613 419 0 /assets/v1/images/num28.png - -
+d:\iislog\W3SVC\ra170913.ibl 608 USKY-3D398D8F45 112000 2017-09-13 01:51:14 27.115.113.62 222.73.136.94 80 GET HTTP/1.1 200 0 1046 24271 420 0 /assets/v1/images/num1_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 609 USKY-3D398D8F45 112000 2017-09-13 01:51:14 27.115.113.62 222.73.136.94 80 GET HTTP/1.1 200 0 656 20514 420 0 /assets/v1/images/num2_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 610 USKY-3D398D8F45 112000 2017-09-13 01:51:14 27.115.113.62 222.73.136.94 80 GET HTTP/1.1 200 0 3828 56348 366 0 /uploads/logo/partner3.png - -
+d:\iislog\W3SVC\ra170913.ibl 611 USKY-3D398D8F45 112000 2017-09-13 01:51:14 27.115.113.62 222.73.136.94 80 GET HTTP/1.1 200 0 46 32407 420 0 /assets/v1/images/num3_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 612 USKY-3D398D8F45 112000 2017-09-13 01:51:15 27.115.113.62 222.73.136.94 80 GET HTTP/1.1 200 0 390 28927 419 0 /assets/v1/images/num31.png - -
+d:\iislog\W3SVC\ra170913.ibl 613 USKY-3D398D8F45 112000 2017-09-13 01:51:15 27.115.113.62 222.73.136.94 80 GET HTTP/1.1 200 0 4031 419700 421 0 /assets/v1/images/num1_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 614 USKY-3D398D8F45 112000 2017-09-13 01:51:15 27.115.113.62 222.73.136.94 80 GET HTTP/1.1 200 0 4078 57699 366 0 /uploads/logo/partner4.png - -
+d:\iislog\W3SVC\ra170913.ibl 615 USKY-3D398D8F45 112000 2017-09-13 01:51:15 27.115.113.62 222.73.136.94 80 GET HTTP/1.1 200 0 390 50030 421 0 /assets/v1/images/footer1.png - -
+d:\iislog\W3SVC\ra170913.ibl 616 USKY-3D398D8F45 112000 2017-09-13 01:51:15 27.115.113.62 222.73.136.94 80 GET HTTP/1.1 200 0 3296 366588 421 0 /assets/v1/images/num4_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 617 USKY-3D398D8F45 112000 2017-09-13 01:51:15 27.115.113.62 222.73.136.94 80 GET HTTP/1.1 200 0 406 97969 485 0 /uploads/avatar/3%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E6%96%B0%E9%97%BB%E8%B5%84%E8%AE%AF.png - -
+d:\iislog\W3SVC\ra170913.ibl 618 USKY-3D398D8F45 112000 2017-09-13 01:51:16 27.115.113.62 222.73.136.94 80 GET HTTP/1.1 200 0 359 105595 485 0 /uploads/avatar/4%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E4%BA%BA%E5%8A%9B%E8%B5%84%E6%BA%90.png - -
+d:\iislog\W3SVC\ra170913.ibl 619 USKY-3D398D8F45 112000 2017-09-13 01:51:16 27.115.113.62 222.73.136.94 80 GET HTTP/1.1 200 0 1140 47566 445 0 /assets/v1/images/alert1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 620 USKY-3D398D8F45 112000 2017-09-13 01:51:16 27.115.113.62 222.73.136.94 80 GET HTTP/1.1 200 0 1562 54113 421 0 /assets/v1/images/footer2.png - -
+d:\iislog\W3SVC\ra170913.ibl 621 USKY-3D398D8F45 112000 2017-09-13 01:51:16 27.115.113.62 222.73.136.94 80 GET HTTP/1.1 200 0 4375 338195 421 0 /assets/v1/images/num3_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 622 USKY-3D398D8F45 112000 2017-09-13 01:51:16 27.115.113.62 222.73.136.94 80 GET HTTP/1.1 200 0 937 44989 441 0 /assets/v1/images/spc.png - -
+d:\iislog\W3SVC\ra170913.ibl 623 USKY-3D398D8F45 112000 2017-09-13 01:51:16 27.115.113.62 222.73.136.94 80 GET HTTP/1.1 200 0 2718 162783 419 0 /assets/v1/images/num29.png - -
+d:\iislog\W3SVC\ra170913.ibl 624 USKY-3D398D8F45 112000 2017-09-13 01:51:17 27.115.113.62 222.73.136.94 80 GET HTTP/1.1 200 0 7484 64070 366 0 /uploads/logo/partner1.png - -
+d:\iislog\W3SVC\ra170913.ibl 641 USKY-3D398D8F45 112000 2017-09-13 01:57:06 106.11.158.156 222.73.136.94 80 GET HTTP/1.1 200 0 109 18104 191 0 /index.php/news/read/ id=126 -
+d:\iislog\W3SVC\ra170913.ibl 642 USKY-3D398D8F45 112000 2017-09-13 01:57:08 115.28.171.22 222.73.136.94 80 GET HTTP/1.1 200 0 171 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 644 USKY-3D398D8F45 112000 2017-09-13 01:58:50 121.40.130.38 222.73.136.94 80 GET HTTP/1.1 200 0 109 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 654 USKY-3D398D8F45 112000 2017-09-13 02:03:57 101.200.48.65 222.73.136.94 80 GET HTTP/1.1 404 0 46 1358 107 0 /index.php/www.usky.cn.rar - -
+d:\iislog\W3SVC\ra170913.ibl 655 USKY-3D398D8F45 112000 2017-09-13 02:03:57 101.200.48.65 222.73.136.94 80 GET HTTP/1.1 404 0 46 1358 107 0 /index.php/www.usky.cn.zip - -
+d:\iislog\W3SVC\ra170913.ibl 656 USKY-3D398D8F45 112000 2017-09-13 02:03:57 101.200.48.65 222.73.136.94 80 GET HTTP/1.1 404 0 62 1358 103 0 /index.php/usky.cn.rar - -
+d:\iislog\W3SVC\ra170913.ibl 657 USKY-3D398D8F45 112000 2017-09-13 02:03:57 101.200.48.65 222.73.136.94 80 GET HTTP/1.1 404 0 62 1358 103 0 /index.php/usky.cn.zip - -
+d:\iislog\W3SVC\ra170913.ibl 658 USKY-3D398D8F45 112000 2017-09-13 02:03:58 101.200.48.65 222.73.136.94 80 GET HTTP/1.1 404 0 46 1358 100 0 /index.php/usky.rar - -
+d:\iislog\W3SVC\ra170913.ibl 659 USKY-3D398D8F45 112000 2017-09-13 02:03:58 101.200.48.65 222.73.136.94 80 GET HTTP/1.1 404 0 46 1358 100 0 /index.php/usky.zip - -
+d:\iislog\W3SVC\ra170913.ibl 660 USKY-3D398D8F45 112000 2017-09-13 02:03:58 101.200.48.65 222.73.136.94 80 GET HTTP/1.1 404 0 46 1358 103 0 /index.php/wwwroot.rar - -
+d:\iislog\W3SVC\ra170913.ibl 661 USKY-3D398D8F45 112000 2017-09-13 02:03:58 101.200.48.65 222.73.136.94 80 GET HTTP/1.1 404 0 46 1358 103 0 /index.php/wwwroot.zip - -
+d:\iislog\W3SVC\ra170913.ibl 662 USKY-3D398D8F45 112000 2017-09-13 02:03:58 101.200.48.65 222.73.136.94 80 GET HTTP/1.1 404 0 46 1358 99 0 /index.php/www.rar - -
+d:\iislog\W3SVC\ra170913.ibl 663 USKY-3D398D8F45 112000 2017-09-13 02:03:58 101.200.48.65 222.73.136.94 80 GET HTTP/1.1 404 0 62 1358 99 0 /index.php/www.zip - -
+d:\iislog\W3SVC\ra170913.ibl 664 USKY-3D398D8F45 112000 2017-09-13 02:03:58 101.200.48.65 222.73.136.94 80 GET HTTP/1.1 404 0 46 1358 99 0 /index.php/web.rar - -
+d:\iislog\W3SVC\ra170913.ibl 665 USKY-3D398D8F45 112000 2017-09-13 02:03:58 101.200.48.65 222.73.136.94 80 GET HTTP/1.1 404 0 46 1358 99 0 /index.php/web.zip - -
+d:\iislog\W3SVC\ra170913.ibl 677 USKY-3D398D8F45 112000 2017-09-13 02:08:25 73.114.17.114 222.73.136.94 80 GET HTTP/1.1 200 0 7171 13382 329 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 678 USKY-3D398D8F45 112000 2017-09-13 02:08:26 73.114.17.114 222.73.136.94 80 GET HTTP/1.1 404 0 750 1358 233 0 /index.php/apple-touch-icon-precomposed.png - -
+d:\iislog\W3SVC\ra170913.ibl 679 USKY-3D398D8F45 112000 2017-09-13 02:08:28 73.114.17.114 222.73.136.94 80 GET HTTP/1.1 404 0 531 1358 221 0 /index.php/apple-touch-icon.png - -
+d:\iislog\W3SVC\ra170913.ibl 680 USKY-3D398D8F45 112000 2017-09-13 02:08:49 73.114.17.114 222.73.136.94 80 GET HTTP/1.1 404 0 20515 183 212 1236 /index.php/favicon.ico - -
+d:\iislog\W3SVC\ra170913.ibl 681 USKY-3D398D8F45 112000 2017-09-13 02:10:05 106.11.158.156 222.73.136.94 80 GET HTTP/1.1 200 0 93 9142 184 0 /index.php/news/read/ id=10 -
+d:\iislog\W3SVC\ra170913.ibl 689 USKY-3D398D8F45 112000 2017-09-13 02:12:08 115.28.171.22 222.73.136.94 80 GET HTTP/1.1 200 0 140 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 691 USKY-3D398D8F45 112000 2017-09-13 02:13:50 121.40.130.38 222.73.136.94 80 GET HTTP/1.1 200 0 109 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 700 USKY-3D398D8F45 112000 2017-09-13 02:18:07 106.11.158.156 222.73.136.94 80 GET HTTP/1.1 200 0 93 7486 185 0 /index.php/news/read/ id=131 -
+d:\iislog\W3SVC\ra170913.ibl 720 USKY-3D398D8F45 112000 2017-09-13 02:26:42 198.204.253.50 222.73.136.94 80 GET HTTP/1.1 404 0 468 1358 220 0 /index.php/wp-login.php - -
+d:\iislog\W3SVC\ra170913.ibl 721 USKY-3D398D8F45 112000 2017-09-13 02:26:54 198.204.253.50 222.73.136.94 80 GET HTTP/1.1 404 0 453 1358 218 0 /index.php/robots.txt - -
+d:\iislog\W3SVC\ra170913.ibl 722 USKY-3D398D8F45 112000 2017-09-13 02:26:55 180.97.35.206 222.73.136.94 80 GET HTTP/1.1 200 0 1453 331026 199 0 /upload/201401/09/201401091528289062.png - -
+d:\iislog\W3SVC\ra170913.ibl 724 USKY-3D398D8F45 112000 2017-09-13 02:27:08 115.28.171.22 222.73.136.94 80 GET HTTP/1.1 200 0 140 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 726 USKY-3D398D8F45 112000 2017-09-13 02:28:50 121.40.130.38 222.73.136.94 80 GET HTTP/1.1 200 0 109 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 772 USKY-3D398D8F45 112000 2017-09-13 02:42:08 115.28.171.22 222.73.136.94 80 GET HTTP/1.1 200 0 156 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 815 USKY-3D398D8F45 112000 2017-09-13 02:43:04 106.11.158.156 222.73.136.94 80 GET HTTP/1.1 200 0 109 10728 190 0 /index.php/news/read/ id=14 -
+d:\iislog\W3SVC\ra170913.ibl 846 USKY-3D398D8F45 112000 2017-09-13 02:43:50 121.40.130.38 222.73.136.94 80 GET HTTP/1.1 200 0 93 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 861 USKY-3D398D8F45 112000 2017-09-13 02:47:25 218.30.103.129 222.73.136.94 80 GET HTTP/1.1 404 0 62 1358 199 0 /index.php/robots.txt - -
+d:\iislog\W3SVC\ra170913.ibl 862 USKY-3D398D8F45 112000 2017-09-13 02:47:25 218.30.103.129 222.73.136.94 80 GET HTTP/1.1 200 0 156 13664 215 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 875 USKY-3D398D8F45 112000 2017-09-13 02:48:09 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 73265 371 379 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 887 USKY-3D398D8F45 112000 2017-09-13 02:49:46 106.11.158.156 222.73.136.94 80 GET HTTP/1.1 200 0 109 13907 184 0 /index.php/news/read/ id=79 -
+d:\iislog\W3SVC\ra170913.ibl 888 USKY-3D398D8F45 112000 2017-09-13 02:49:46 106.11.155.149 222.73.136.94 80 GET HTTP/1.1 200 0 93 13693 185 0 /index.php/news/read/ id=119 -
+d:\iislog\W3SVC\ra170913.ibl 901 USKY-3D398D8F45 112000 2017-09-13 02:51:40 123.125.71.105 222.73.136.94 80 GET HTTP/1.1 200 0 21718 464 252 64 /index.php/about/download t=1500887543 -
+d:\iislog\W3SVC\ra170913.ibl 908 USKY-3D398D8F45 112000 2017-09-13 02:53:26 66.249.66.78 222.73.136.94 80 GET HTTP/1.1 304 0 343 213 259 0 /assets/v1/images/num3_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 922 USKY-3D398D8F45 112000 2017-09-13 02:56:58 222.216.202.171 222.73.136.94 80 GET HTTP/1.1 200 0 546 13382 455 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 923 USKY-3D398D8F45 112000 2017-09-13 02:56:58 222.216.202.171 222.73.136.94 80 GET HTTP/1.1 200 0 109 1086 468 0 /assets/v1/css/reset.css - -
+d:\iislog\W3SVC\ra170913.ibl 924 USKY-3D398D8F45 112000 2017-09-13 02:56:58 222.216.202.171 222.73.136.94 80 GET HTTP/1.1 200 0 125 1469 469 0 /assets/v1/css/jPages.css - -
+d:\iislog\W3SVC\ra170913.ibl 925 USKY-3D398D8F45 112000 2017-09-13 02:56:58 222.216.202.171 222.73.136.94 80 GET HTTP/1.1 200 0 203 3789 468 0 /assets/v1/css/index.css - -
+d:\iislog\W3SVC\ra170913.ibl 926 USKY-3D398D8F45 112000 2017-09-13 02:56:58 222.216.202.171 222.73.136.94 80 GET HTTP/1.1 200 0 328 8730 467 0 /assets/v1/css/base.css - -
+d:\iislog\W3SVC\ra170913.ibl 927 USKY-3D398D8F45 112000 2017-09-13 02:56:58 222.216.202.171 222.73.136.94 80 GET HTTP/1.1 200 0 218 2794 467 0 /assets/v1/css/head.css - -
+d:\iislog\W3SVC\ra170913.ibl 928 USKY-3D398D8F45 112000 2017-09-13 02:56:58 222.216.202.171 222.73.136.94 80 GET HTTP/1.1 200 0 109 492 453 0 /assets/v1/js/picture.js - -
+d:\iislog\W3SVC\ra170913.ibl 929 USKY-3D398D8F45 112000 2017-09-13 02:56:58 222.216.202.171 222.73.136.94 80 GET HTTP/1.1 200 0 125 3373 460 0 /assets/v1/js/jquery.plugins.js - -
+d:\iislog\W3SVC\ra170913.ibl 930 USKY-3D398D8F45 112000 2017-09-13 02:56:59 222.216.202.171 222.73.136.94 80 GET HTTP/1.1 200 0 125 11689 469 0 /assets/v1/js/jquery.SuperSlide.2.1.1.js - -
+d:\iislog\W3SVC\ra170913.ibl 931 USKY-3D398D8F45 112000 2017-09-13 02:56:59 222.216.202.171 222.73.136.94 80 GET HTTP/1.1 200 0 125 1533 469 0 /assets/v1/css/footer.css - -
+d:\iislog\W3SVC\ra170913.ibl 932 USKY-3D398D8F45 112000 2017-09-13 02:56:59 222.216.202.171 222.73.136.94 80 GET HTTP/1.1 200 0 359 18588 452 0 /assets/v1/js/jPages.js - -
+d:\iislog\W3SVC\ra170913.ibl 933 USKY-3D398D8F45 112000 2017-09-13 02:56:59 222.216.202.171 222.73.136.94 80 GET HTTP/1.1 200 0 140 3260 478 0 /assets/v1/images/eh.png - -
+d:\iislog\W3SVC\ra170913.ibl 934 USKY-3D398D8F45 112000 2017-09-13 02:56:59 222.216.202.171 222.73.136.94 80 GET HTTP/1.1 200 0 812 96588 463 0 /assets/v1/js/jquery-1.11.1.min.js - -
+d:\iislog\W3SVC\ra170913.ibl 935 USKY-3D398D8F45 112000 2017-09-13 02:56:59 222.216.202.171 222.73.136.94 80 GET HTTP/1.1 200 0 437 42137 486 0 /assets/v1/images/slider1_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 936 USKY-3D398D8F45 112000 2017-09-13 02:57:00 222.216.202.171 222.73.136.94 80 GET HTTP/1.1 200 0 250 45152 486 0 /assets/v1/images/slider2_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 939 USKY-3D398D8F45 112000 2017-09-13 02:57:00 222.216.202.171 222.73.136.94 80 GET HTTP/1.1 200 0 921 45520 486 0 /assets/v1/images/slider3_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 940 USKY-3D398D8F45 112000 2017-09-13 02:57:01 222.216.202.171 222.73.136.94 80 GET HTTP/1.1 200 0 968 42424 501 0 /assets/v1/images/tel.png - -
+d:\iislog\W3SVC\ra170913.ibl 941 USKY-3D398D8F45 112000 2017-09-13 02:57:01 222.216.202.171 222.73.136.94 80 GET HTTP/1.1 200 0 1062 57855 479 0 /assets/v1/images/wx1.png - -
+d:\iislog\W3SVC\ra170913.ibl 942 USKY-3D398D8F45 112000 2017-09-13 02:57:02 222.216.202.171 222.73.136.94 80 GET HTTP/1.1 200 0 1062 43269 506 0 /assets/v1/images/num1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 943 USKY-3D398D8F45 112000 2017-09-13 02:57:02 222.216.202.171 222.73.136.94 80 GET HTTP/1.1 200 0 1062 42681 501 0 /assets/v1/images/bd.png - -
+d:\iislog\W3SVC\ra170913.ibl 944 USKY-3D398D8F45 112000 2017-09-13 02:57:02 222.216.202.171 222.73.136.94 80 GET HTTP/1.1 200 0 1250 43618 502 0 /assets/v1/images/logo.png - -
+d:\iislog\W3SVC\ra170913.ibl 945 USKY-3D398D8F45 112000 2017-09-13 02:57:03 222.216.202.171 222.73.136.94 80 GET HTTP/1.1 200 0 2671 103874 507 0 /uploads/avatar/2%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E5%AE%A2%E6%88%B7%E6%A1%88%E4%BE%8B.png - -
+d:\iislog\W3SVC\ra170913.ibl 946 USKY-3D398D8F45 112000 2017-09-13 02:57:03 222.216.202.171 222.73.136.94 80 GET HTTP/1.1 200 0 3031 97969 507 0 /uploads/avatar/3%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E6%96%B0%E9%97%BB%E8%B5%84%E8%AE%AF.png - -
+d:\iislog\W3SVC\ra170913.ibl 947 USKY-3D398D8F45 112000 2017-09-13 02:57:03 222.216.202.171 222.73.136.94 80 GET HTTP/1.1 200 0 1640 24271 482 0 /assets/v1/images/num1_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 948 USKY-3D398D8F45 112000 2017-09-13 02:57:03 222.216.202.171 222.73.136.94 80 GET HTTP/1.1 200 0 1734 126613 481 0 /assets/v1/images/num28.png - -
+d:\iislog\W3SVC\ra170913.ibl 949 USKY-3D398D8F45 112000 2017-09-13 02:57:03 222.216.202.171 222.73.136.94 80 GET HTTP/1.1 200 0 3234 105595 507 0 /uploads/avatar/4%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E4%BA%BA%E5%8A%9B%E8%B5%84%E6%BA%90.png - -
+d:\iislog\W3SVC\ra170913.ibl 950 USKY-3D398D8F45 112000 2017-09-13 02:57:04 222.216.202.171 222.73.136.94 80 GET HTTP/1.1 200 0 3640 166408 498 0 /uploads/avatar/1%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E6%B0%B8%E5%A4%A9%E4%BA%91.png - -
+d:\iislog\W3SVC\ra170913.ibl 951 USKY-3D398D8F45 112000 2017-09-13 02:57:04 222.216.202.171 222.73.136.94 80 GET HTTP/1.1 200 0 703 61076 480 0 /uploads/logo/partner2.png - -
+d:\iislog\W3SVC\ra170913.ibl 952 USKY-3D398D8F45 112000 2017-09-13 02:57:05 222.216.202.171 222.73.136.94 80 GET HTTP/1.1 200 0 1546 41156 506 0 /assets/v1/images/meun_tab.png - -
+d:\iislog\W3SVC\ra170913.ibl 953 USKY-3D398D8F45 112000 2017-09-13 02:57:05 222.216.202.171 222.73.136.94 80 GET HTTP/1.1 200 0 968 64070 480 0 /uploads/logo/partner1.png - -
+d:\iislog\W3SVC\ra170913.ibl 954 USKY-3D398D8F45 112000 2017-09-13 02:57:05 222.216.202.171 222.73.136.94 80 GET HTTP/1.1 200 0 406 11849 479 0 /uploads/logo/fans_10.png - -
+d:\iislog\W3SVC\ra170913.ibl 955 USKY-3D398D8F45 112000 2017-09-13 02:57:05 222.216.202.171 222.73.136.94 80 GET HTTP/1.1 200 0 171 2334 479 0 /uploads/logo/fans_04.png - -
+d:\iislog\W3SVC\ra170913.ibl 956 USKY-3D398D8F45 112000 2017-09-13 02:57:06 222.216.202.171 222.73.136.94 80 GET HTTP/1.1 200 0 6125 338195 483 0 /assets/v1/images/num3_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 957 USKY-3D398D8F45 112000 2017-09-13 02:57:06 222.216.202.171 222.73.136.94 80 GET HTTP/1.1 200 0 421 20514 482 0 /assets/v1/images/num2_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 958 USKY-3D398D8F45 112000 2017-09-13 02:57:06 222.216.202.171 222.73.136.94 80 GET HTTP/1.1 200 0 1078 57699 480 0 /uploads/logo/partner4.png - -
+d:\iislog\W3SVC\ra170913.ibl 959 USKY-3D398D8F45 112000 2017-09-13 02:57:06 222.216.202.171 222.73.136.94 80 GET HTTP/1.1 200 0 171 5778 479 0 /uploads/logo/fans_20.png - -
+d:\iislog\W3SVC\ra170913.ibl 960 USKY-3D398D8F45 112000 2017-09-13 02:57:06 222.216.202.171 222.73.136.94 80 GET HTTP/1.1 200 0 515 28927 481 0 /assets/v1/images/num31.png - -
+d:\iislog\W3SVC\ra170913.ibl 961 USKY-3D398D8F45 112000 2017-09-13 02:57:06 222.216.202.171 222.73.136.94 80 GET HTTP/1.1 200 0 765 54113 483 0 /assets/v1/images/footer2.png - -
+d:\iislog\W3SVC\ra170913.ibl 962 USKY-3D398D8F45 112000 2017-09-13 02:57:06 222.216.202.171 222.73.136.94 80 GET HTTP/1.1 200 0 156 5838 479 0 /uploads/logo/fans_17.png - -
+d:\iislog\W3SVC\ra170913.ibl 963 USKY-3D398D8F45 112000 2017-09-13 02:57:07 222.216.202.171 222.73.136.94 80 GET HTTP/1.1 200 0 4890 366588 483 0 /assets/v1/images/num4_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 964 USKY-3D398D8F45 112000 2017-09-13 02:57:07 222.216.202.171 222.73.136.94 80 GET HTTP/1.1 200 0 109 4360 479 0 /uploads/logo/fans_15.png - -
+d:\iislog\W3SVC\ra170913.ibl 965 USKY-3D398D8F45 112000 2017-09-13 02:57:07 222.216.202.171 222.73.136.94 80 GET HTTP/1.1 200 0 234 11471 479 0 /uploads/logo/fans_08.png - -
+d:\iislog\W3SVC\ra170913.ibl 966 USKY-3D398D8F45 112000 2017-09-13 02:57:07 222.216.202.171 222.73.136.94 80 GET HTTP/1.1 200 0 7140 419700 483 0 /assets/v1/images/num1_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 967 USKY-3D398D8F45 112000 2017-09-13 02:57:07 222.216.202.171 222.73.136.94 80 GET HTTP/1.1 200 0 109 8475 479 0 /uploads/logo/fans_19.png - -
+d:\iislog\W3SVC\ra170913.ibl 968 USKY-3D398D8F45 112000 2017-09-13 02:57:07 222.216.202.171 222.73.136.94 80 GET HTTP/1.1 200 0 93 3514 480 0 /uploads/logo/partner7.png - -
+d:\iislog\W3SVC\ra170913.ibl 969 USKY-3D398D8F45 112000 2017-09-13 02:57:07 222.216.202.171 222.73.136.94 80 GET HTTP/1.1 200 0 187 9675 479 0 /uploads/logo/fans_06.png - -
+d:\iislog\W3SVC\ra170913.ibl 970 USKY-3D398D8F45 112000 2017-09-13 02:57:07 222.216.202.171 222.73.136.94 80 GET HTTP/1.1 200 0 156 936 481 0 /uploads/logo/partner15.png - -
+d:\iislog\W3SVC\ra170913.ibl 971 USKY-3D398D8F45 112000 2017-09-13 02:57:07 222.216.202.171 222.73.136.94 80 GET HTTP/1.1 200 0 593 56348 480 0 /uploads/logo/partner3.png - -
+d:\iislog\W3SVC\ra170913.ibl 972 USKY-3D398D8F45 112000 2017-09-13 02:57:07 222.216.202.171 222.73.136.94 80 GET HTTP/1.1 200 0 140 8042 479 0 /uploads/logo/fans_02.png - -
+d:\iislog\W3SVC\ra170913.ibl 973 USKY-3D398D8F45 112000 2017-09-13 02:57:07 222.216.202.171 222.73.136.94 80 GET HTTP/1.1 200 0 578 32407 482 0 /assets/v1/images/num3_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 974 USKY-3D398D8F45 112000 2017-09-13 02:57:07 222.216.202.171 222.73.136.94 80 GET HTTP/1.1 200 0 734 50030 483 0 /assets/v1/images/footer1.png - -
+d:\iislog\W3SVC\ra170913.ibl 975 USKY-3D398D8F45 112000 2017-09-13 02:57:07 222.216.202.171 222.73.136.94 80 GET HTTP/1.1 200 0 453 44989 503 0 /assets/v1/images/spc.png - -
+d:\iislog\W3SVC\ra170913.ibl 976 USKY-3D398D8F45 112000 2017-09-13 02:57:08 222.216.202.171 222.73.136.94 80 GET HTTP/1.1 200 0 703 47566 507 0 /assets/v1/images/alert1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 977 USKY-3D398D8F45 112000 2017-09-13 02:57:08 222.216.202.171 222.73.136.94 80 GET HTTP/1.1 200 0 1359 162783 481 0 /assets/v1/images/num29.png - -
+d:\iislog\W3SVC\ra170913.ibl 978 USKY-3D398D8F45 112000 2017-09-13 02:57:08 115.28.171.22 222.73.136.94 80 GET HTTP/1.1 200 0 140 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 979 USKY-3D398D8F45 112000 2017-09-13 02:57:09 222.216.202.171 222.73.136.94 80 GET HTTP/1.1 404 0 171 1358 466 0 /index.php/favicon.ico - -
+d:\iislog\W3SVC\ra170913.ibl 984 USKY-3D398D8F45 112000 2017-09-13 02:58:50 121.40.130.38 222.73.136.94 80 GET HTTP/1.1 200 0 125 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 989 USKY-3D398D8F45 112000 2017-09-13 03:00:05 106.11.158.156 222.73.136.94 80 GET HTTP/1.1 200 0 93 10618 184 0 /index.php/news/read/ id=45 -
+d:\iislog\W3SVC\ra170913.ibl 1040 USKY-3D398D8F45 112000 2017-09-13 03:12:08 115.28.171.22 222.73.136.94 80 GET HTTP/1.1 200 0 156 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 1044 USKY-3D398D8F45 112000 2017-09-13 03:13:44 106.11.158.156 222.73.136.94 80 GET HTTP/1.1 200 0 93 19052 184 0 /index.php/news/read/ id=67 -
+d:\iislog\W3SVC\ra170913.ibl 1045 USKY-3D398D8F45 112000 2017-09-13 03:13:51 121.40.130.38 222.73.136.94 80 GET HTTP/1.1 200 0 93 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 1049 USKY-3D398D8F45 112000 2017-09-13 03:14:35 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 200 0 1968 13382 329 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 1050 USKY-3D398D8F45 112000 2017-09-13 03:14:52 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 404 0 4171 1358 233 0 /index.php/apple-touch-icon-precomposed.png - -
+d:\iislog\W3SVC\ra170913.ibl 1051 USKY-3D398D8F45 112000 2017-09-13 03:14:54 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 404 0 1109 1358 221 0 /index.php/apple-touch-icon.png - -
+d:\iislog\W3SVC\ra170913.ibl 1052 USKY-3D398D8F45 112000 2017-09-13 03:14:55 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 404 0 671 1358 212 0 /index.php/favicon.ico - -
+d:\iislog\W3SVC\ra170913.ibl 1053 USKY-3D398D8F45 112000 2017-09-13 03:14:56 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 404 0 531 1358 233 0 /index.php/apple-touch-icon-precomposed.png - -
+d:\iislog\W3SVC\ra170913.ibl 1054 USKY-3D398D8F45 112000 2017-09-13 03:14:57 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 404 0 703 1358 221 0 /index.php/apple-touch-icon.png - -
+d:\iislog\W3SVC\ra170913.ibl 1057 USKY-3D398D8F45 112000 2017-09-13 03:15:04 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 404 0 3593 1358 212 0 /index.php/favicon.ico - -
+d:\iislog\W3SVC\ra170913.ibl 1058 USKY-3D398D8F45 112000 2017-09-13 03:15:17 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 200 0 12578 13382 377 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 1059 USKY-3D398D8F45 112000 2017-09-13 03:15:21 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 404 0 3890 1358 233 0 /index.php/apple-touch-icon-precomposed.png - -
+d:\iislog\W3SVC\ra170913.ibl 1060 USKY-3D398D8F45 112000 2017-09-13 03:15:22 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 404 0 515 1358 221 0 /index.php/apple-touch-icon.png - -
+d:\iislog\W3SVC\ra170913.ibl 1061 USKY-3D398D8F45 112000 2017-09-13 03:15:24 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 404 0 625 1358 212 0 /index.php/favicon.ico - -
+d:\iislog\W3SVC\ra170913.ibl 1062 USKY-3D398D8F45 112000 2017-09-13 03:15:29 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 404 0 4296 1358 233 0 /index.php/apple-touch-icon-precomposed.png - -
+d:\iislog\W3SVC\ra170913.ibl 1063 USKY-3D398D8F45 112000 2017-09-13 03:15:30 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 404 0 609 1358 221 0 /index.php/apple-touch-icon.png - -
+d:\iislog\W3SVC\ra170913.ibl 1064 USKY-3D398D8F45 112000 2017-09-13 03:15:33 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 404 0 406 1358 212 0 /index.php/favicon.ico - -
+d:\iislog\W3SVC\ra170913.ibl 1077 USKY-3D398D8F45 112000 2017-09-13 03:17:27 106.11.158.156 222.73.136.94 80 GET HTTP/1.1 200 0 93 11766 186 0 /index.php/news/read/ id=85 -
+d:\iislog\W3SVC\ra170913.ibl 1108 USKY-3D398D8F45 112000 2017-09-13 03:23:16 139.199.62.228 222.73.136.94 80 GET HTTP/1.1 200 0 156 13194 243 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 1127 USKY-3D398D8F45 112000 2017-09-13 03:27:08 115.28.171.22 222.73.136.94 80 GET HTTP/1.1 200 0 125 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 1129 USKY-3D398D8F45 112000 2017-09-13 03:27:30 220.181.108.123 222.73.136.94 80 GET HTTP/1.1 200 0 171 8465 235 0 /index.php/news/read/ id=57 -
+d:\iislog\W3SVC\ra170913.ibl 1132 USKY-3D398D8F45 112000 2017-09-13 03:28:07 106.11.158.156 222.73.136.94 80 GET HTTP/1.1 200 0 93 16307 190 0 /index.php/news/read/ id=30 -
+d:\iislog\W3SVC\ra170913.ibl 1134 USKY-3D398D8F45 112000 2017-09-13 03:28:50 121.40.130.38 222.73.136.94 80 GET HTTP/1.1 200 0 93 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 1157 USKY-3D398D8F45 112000 2017-09-13 03:34:42 157.55.39.18 222.73.136.94 80 GET HTTP/1.1 404 0 296 1358 240 0 /index.php/robots.txt - -
+d:\iislog\W3SVC\ra170913.ibl 1158 USKY-3D398D8F45 112000 2017-09-13 03:34:55 40.77.167.18 222.73.136.94 80 GET HTTP/1.1 200 0 1437 13194 262 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 1178 USKY-3D398D8F45 112000 2017-09-13 03:38:45 106.11.158.156 222.73.136.94 80 GET HTTP/1.1 200 0 109 10450 184 0 /index.php/news/read/ id=64 -
+d:\iislog\W3SVC\ra170913.ibl 1179 USKY-3D398D8F45 112000 2017-09-13 03:38:46 106.11.155.149 222.73.136.94 80 GET HTTP/1.1 200 0 109 9748 184 0 /index.php/news/read/ id=54 -
+d:\iislog\W3SVC\ra170913.ibl 1195 USKY-3D398D8F45 112000 2017-09-13 03:42:08 115.28.171.22 222.73.136.94 80 GET HTTP/1.1 200 0 140 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 1197 USKY-3D398D8F45 112000 2017-09-13 03:42:56 40.77.167.124 222.73.136.94 80 GET HTTP/1.1 200 0 21765 68445 273 0 /index.php/example - -
+d:\iislog\W3SVC\ra170913.ibl 1200 USKY-3D398D8F45 112000 2017-09-13 03:43:14 40.77.167.20 222.73.136.94 80 GET HTTP/1.1 200 0 312 2794 256 0 /assets/v1/css/head.css - -
+d:\iislog\W3SVC\ra170913.ibl 1201 USKY-3D398D8F45 112000 2017-09-13 03:43:15 40.77.167.183 222.73.136.94 80 GET HTTP/1.1 200 0 687 3260 257 0 /assets/v1/images/eh.png - -
+d:\iislog\W3SVC\ra170913.ibl 1202 USKY-3D398D8F45 112000 2017-09-13 03:43:15 40.77.167.20 222.73.136.94 80 GET HTTP/1.1 200 0 671 8730 256 0 /assets/v1/css/base.css - -
+d:\iislog\W3SVC\ra170913.ibl 1203 USKY-3D398D8F45 112000 2017-09-13 03:43:16 40.77.167.183 222.73.136.94 80 GET HTTP/1.1 200 0 1328 41331 260 0 /assets/v1/images/n1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 1204 USKY-3D398D8F45 112000 2017-09-13 03:43:17 40.77.167.183 222.73.136.94 80 GET HTTP/1.1 200 0 656 42137 265 0 /assets/v1/images/slider1_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 1205 USKY-3D398D8F45 112000 2017-09-13 03:43:17 40.77.167.20 222.73.136.94 80 GET HTTP/1.1 200 0 1625 50498 262 0 /assets/v1/images/n1_1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 1206 USKY-3D398D8F45 112000 2017-09-13 03:43:17 40.77.167.183 222.73.136.94 80 GET HTTP/1.1 200 0 640 45087 262 0 /assets/v1/images/n1_2_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 1207 USKY-3D398D8F45 112000 2017-09-13 03:43:17 40.77.167.20 222.73.136.94 80 GET HTTP/1.1 200 0 656 45152 265 0 /assets/v1/images/slider2_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 1208 USKY-3D398D8F45 112000 2017-09-13 03:43:18 40.77.167.20 222.73.136.94 80 GET HTTP/1.1 200 0 656 44989 258 0 /assets/v1/images/spc.png - -
+d:\iislog\W3SVC\ra170913.ibl 1209 USKY-3D398D8F45 112000 2017-09-13 03:43:18 40.77.167.20 222.73.136.94 80 GET HTTP/1.1 200 0 343 18588 256 0 /assets/v1/js/jPages.js - -
+d:\iislog\W3SVC\ra170913.ibl 1210 USKY-3D398D8F45 112000 2017-09-13 03:43:20 40.77.167.124 222.73.136.94 80 GET HTTP/1.1 200 0 1734 46427 260 0 /assets/v1/images/h1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 1211 USKY-3D398D8F45 112000 2017-09-13 03:43:21 40.77.167.124 222.73.136.94 80 GET HTTP/1.1 200 0 671 45520 265 0 /assets/v1/images/slider3_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 1212 USKY-3D398D8F45 112000 2017-09-13 03:43:39 40.77.167.18 222.73.136.94 80 GET HTTP/1.1 200 0 9968 57855 258 0 /assets/v1/images/wx1.png - -
+d:\iislog\W3SVC\ra170913.ibl 1213 USKY-3D398D8F45 112000 2017-09-13 03:43:50 121.40.130.38 222.73.136.94 80 GET HTTP/1.1 200 0 109 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 1214 USKY-3D398D8F45 112000 2017-09-13 03:43:52 40.77.167.18 222.73.136.94 80 GET HTTP/1.1 200 0 843 3373 264 0 /assets/v1/js/jquery.plugins.js - -
+d:\iislog\W3SVC\ra170913.ibl 1215 USKY-3D398D8F45 112000 2017-09-13 03:43:55 40.77.167.18 222.73.136.94 80 GET HTTP/1.1 200 0 1968 53183 260 0 /assets/v1/images/num34.png - -
+d:\iislog\W3SVC\ra170913.ibl 1221 USKY-3D398D8F45 112000 2017-09-13 03:45:26 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 200 0 1734 13476 379 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 1222 USKY-3D398D8F45 112000 2017-09-13 03:45:27 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 404 0 453 1358 236 0 /index.php/apple-touch-icon-120x120-precomposed.png - -
+d:\iislog\W3SVC\ra170913.ibl 1223 USKY-3D398D8F45 112000 2017-09-13 03:45:28 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 404 0 406 1358 224 0 /index.php/apple-touch-icon-120x120.png - -
+d:\iislog\W3SVC\ra170913.ibl 1224 USKY-3D398D8F45 112000 2017-09-13 03:45:29 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 404 0 406 1358 228 0 /index.php/apple-touch-icon-precomposed.png - -
+d:\iislog\W3SVC\ra170913.ibl 1225 USKY-3D398D8F45 112000 2017-09-13 03:45:29 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 404 0 437 1358 216 0 /index.php/apple-touch-icon.png - -
+d:\iislog\W3SVC\ra170913.ibl 1226 USKY-3D398D8F45 112000 2017-09-13 03:45:40 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 404 0 453 1358 207 0 /index.php/favicon.ico - -
+d:\iislog\W3SVC\ra170913.ibl 1227 USKY-3D398D8F45 112000 2017-09-13 03:45:54 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 404 0 3703 1358 236 0 /index.php/apple-touch-icon-120x120-precomposed.png - -
+d:\iislog\W3SVC\ra170913.ibl 1228 USKY-3D398D8F45 112000 2017-09-13 03:45:55 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 404 0 390 1358 224 0 /index.php/apple-touch-icon-120x120.png - -
+d:\iislog\W3SVC\ra170913.ibl 1233 USKY-3D398D8F45 112000 2017-09-13 03:46:05 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 404 0 9421 1358 228 0 /index.php/apple-touch-icon-precomposed.png - -
+d:\iislog\W3SVC\ra170913.ibl 1234 USKY-3D398D8F45 112000 2017-09-13 03:46:15 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 404 0 9812 1358 216 0 /index.php/apple-touch-icon.png - -
+d:\iislog\W3SVC\ra170913.ibl 1236 USKY-3D398D8F45 112000 2017-09-13 03:46:19 155.69.191.251 222.73.136.94 80 GET HTTP/1.1 404 0 3671 1358 207 0 /index.php/favicon.ico - -
+d:\iislog\W3SVC\ra170913.ibl 1287 USKY-3D398D8F45 112000 2017-09-13 03:57:08 115.28.171.22 222.73.136.94 80 GET HTTP/1.1 200 0 156 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 1292 USKY-3D398D8F45 112000 2017-09-13 03:58:50 121.40.130.38 222.73.136.94 80 GET HTTP/1.1 200 0 93 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 1294 USKY-3D398D8F45 112000 2017-09-13 03:59:05 106.11.155.149 222.73.136.94 80 GET HTTP/1.1 200 0 93 12644 185 0 /index.php/news/read/ id=113 -
+d:\iislog\W3SVC\ra170913.ibl 1316 USKY-3D398D8F45 112000 2017-09-13 04:04:14 180.76.15.20 222.73.136.94 80 GET HTTP/1.1 200 0 1609 63914 217 0 /index.php/news - -
+d:\iislog\W3SVC\ra170913.ibl 1336 USKY-3D398D8F45 112000 2017-09-13 04:08:46 106.11.158.156 222.73.136.94 80 GET HTTP/1.1 200 0 109 24173 185 0 /index.php/news/read/ id=107 -
+d:\iislog\W3SVC\ra170913.ibl 1339 USKY-3D398D8F45 112000 2017-09-13 04:09:27 27.115.113.62 222.73.136.94 80 GET HTTP/1.1 404 0 31 1358 291 0 /index.php/favicon.ico - -
+d:\iislog\W3SVC\ra170913.ibl 1343 USKY-3D398D8F45 112000 2017-09-13 04:10:44 66.249.66.77 222.73.136.94 80 GET HTTP/1.1 404 0 312 1358 231 0 /index.php/robots.txt - -
+d:\iislog\W3SVC\ra170913.ibl 1344 USKY-3D398D8F45 112000 2017-09-13 04:10:44 66.249.66.76 222.73.136.94 80 GET HTTP/1.1 304 0 296 214 259 0 /assets/v1/images/num1_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 1352 USKY-3D398D8F45 112000 2017-09-13 04:11:33 220.181.108.176 222.73.136.94 80 GET HTTP/1.1 200 0 218 21845 220 0 /index.php/about - -
+d:\iislog\W3SVC\ra170913.ibl 1357 USKY-3D398D8F45 112000 2017-09-13 04:12:08 115.28.171.22 222.73.136.94 80 GET HTTP/1.1 200 0 140 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 1361 USKY-3D398D8F45 112000 2017-09-13 04:13:50 121.40.130.38 222.73.136.94 80 GET HTTP/1.1 200 0 93 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 1365 USKY-3D398D8F45 112000 2017-09-13 04:15:03 113.108.12.74 222.73.136.94 80 GET HTTP/1.1 200 0 156 13664 190 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 1448 USKY-3D398D8F45 112000 2017-09-13 04:19:09 157.55.39.15 222.73.136.94 80 GET HTTP/1.1 404 0 203 1358 250 0 /index.php/robots.txt - -
+d:\iislog\W3SVC\ra170913.ibl 1452 USKY-3D398D8F45 112000 2017-09-13 04:19:17 40.77.167.128 222.73.136.94 80 GET HTTP/1.1 200 0 1281 12514 408 0 /index.php/index/index1 - -
+d:\iislog\W3SVC\ra170913.ibl 1472 USKY-3D398D8F45 112000 2017-09-13 04:21:21 40.77.167.128 222.73.136.94 80 GET HTTP/1.1 200 0 1312 13664 272 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 1479 USKY-3D398D8F45 112000 2017-09-13 04:22:46 106.11.158.156 222.73.136.94 80 GET HTTP/1.1 200 0 109 14054 191 0 /index.php/news/read/ id=127 -
+d:\iislog\W3SVC\ra170913.ibl 1480 USKY-3D398D8F45 112000 2017-09-13 04:23:34 40.77.167.18 222.73.136.94 80 GET HTTP/1.1 200 0 2828 90498 292 0 /assets/v1/images/num10.png - -
+d:\iislog\W3SVC\ra170913.ibl 1485 USKY-3D398D8F45 112000 2017-09-13 04:26:31 40.77.167.18 222.73.136.94 80 GET HTTP/1.1 200 0 8656 94933 305 0 /upload/201701/20/201701200959275781.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 1489 USKY-3D398D8F45 112000 2017-09-13 04:27:08 115.28.171.22 222.73.136.94 80 GET HTTP/1.1 200 0 140 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 1492 USKY-3D398D8F45 112000 2017-09-13 04:28:50 121.40.130.38 222.73.136.94 80 GET HTTP/1.1 200 0 109 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 1502 USKY-3D398D8F45 112000 2017-09-13 04:33:35 40.77.167.124 222.73.136.94 80 GET HTTP/1.1 200 0 1671 32499 292 0 /assets/v1/images/num24.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 1503 USKY-3D398D8F45 112000 2017-09-13 04:34:06 106.11.158.156 222.73.136.94 80 GET HTTP/1.1 200 0 93 12074 184 0 /index.php/news/read/ id=55 -
+d:\iislog\W3SVC\ra170913.ibl 1511 USKY-3D398D8F45 112000 2017-09-13 04:36:35 40.77.167.20 222.73.136.94 80 GET HTTP/1.1 200 0 1296 21113 305 0 /upload/201601/12/201601120915355156.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 1528 USKY-3D398D8F45 112000 2017-09-13 04:42:08 115.28.171.22 222.73.136.94 80 GET HTTP/1.1 200 0 140 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 1531 USKY-3D398D8F45 112000 2017-09-13 04:43:27 106.11.158.156 222.73.136.94 80 GET HTTP/1.1 200 0 93 15654 184 0 /index.php/news/read/ id=58 -
+d:\iislog\W3SVC\ra170913.ibl 1532 USKY-3D398D8F45 112000 2017-09-13 04:43:52 121.40.130.38 222.73.136.94 80 GET HTTP/1.1 200 0 109 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 1533 USKY-3D398D8F45 112000 2017-09-13 04:44:14 157.55.12.81 222.73.136.94 80 GET HTTP/1.1 200 0 1312 43618 247 0 /assets/v1/images/logo.png - -
+d:\iislog\W3SVC\ra170913.ibl 1534 USKY-3D398D8F45 112000 2017-09-13 04:44:15 157.55.12.81 222.73.136.94 80 GET HTTP/1.1 200 0 1312 42424 246 0 /assets/v1/images/tel.png - -
+d:\iislog\W3SVC\ra170913.ibl 1535 USKY-3D398D8F45 112000 2017-09-13 04:44:15 157.55.12.81 222.73.136.94 80 GET HTTP/1.1 200 0 1343 41156 251 0 /assets/v1/images/meun_tab.png - -
+d:\iislog\W3SVC\ra170913.ibl 1536 USKY-3D398D8F45 112000 2017-09-13 04:44:15 157.55.12.81 222.73.136.94 80 GET HTTP/1.1 200 0 1500 47566 252 0 /assets/v1/images/alert1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 1538 USKY-3D398D8F45 112000 2017-09-13 04:45:12 123.125.71.107 222.73.136.94 80 GET HTTP/1.1 200 0 18671 464 242 64 /index.php/about/download t=1505275893 -
+d:\iislog\W3SVC\ra170913.ibl 1558 USKY-3D398D8F45 112000 2017-09-13 04:53:02 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 1312 13476 379 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 1559 USKY-3D398D8F45 112000 2017-09-13 04:53:03 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 404 0 234 1358 236 0 /index.php/apple-touch-icon-120x120-precomposed.png - -
+d:\iislog\W3SVC\ra170913.ibl 1560 USKY-3D398D8F45 112000 2017-09-13 04:53:06 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 404 0 3093 1358 224 0 /index.php/apple-touch-icon-120x120.png - -
+d:\iislog\W3SVC\ra170913.ibl 1561 USKY-3D398D8F45 112000 2017-09-13 04:53:09 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 404 0 3156 1358 228 0 /index.php/apple-touch-icon-precomposed.png - -
+d:\iislog\W3SVC\ra170913.ibl 1562 USKY-3D398D8F45 112000 2017-09-13 04:53:11 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 404 0 312 1358 207 0 /index.php/favicon.ico - -
+d:\iislog\W3SVC\ra170913.ibl 1563 USKY-3D398D8F45 112000 2017-09-13 04:53:11 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 404 0 1265 1358 216 0 /index.php/apple-touch-icon.png - -
+d:\iislog\W3SVC\ra170913.ibl 1564 USKY-3D398D8F45 112000 2017-09-13 04:53:11 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 404 0 250 1358 236 0 /index.php/apple-touch-icon-120x120-precomposed.png - -
+d:\iislog\W3SVC\ra170913.ibl 1565 USKY-3D398D8F45 112000 2017-09-13 04:53:12 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 404 0 250 1358 224 0 /index.php/apple-touch-icon-120x120.png - -
+d:\iislog\W3SVC\ra170913.ibl 1566 USKY-3D398D8F45 112000 2017-09-13 04:53:12 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 404 0 281 1358 228 0 /index.php/apple-touch-icon-precomposed.png - -
+d:\iislog\W3SVC\ra170913.ibl 1567 USKY-3D398D8F45 112000 2017-09-13 04:53:13 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 404 0 312 1358 216 0 /index.php/apple-touch-icon.png - -
+d:\iislog\W3SVC\ra170913.ibl 1568 USKY-3D398D8F45 112000 2017-09-13 04:53:13 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 404 0 296 1358 207 0 /index.php/favicon.ico - -
+d:\iislog\W3SVC\ra170913.ibl 1571 USKY-3D398D8F45 112000 2017-09-13 04:56:05 106.11.158.156 222.73.136.94 80 GET HTTP/1.1 200 0 93 8543 186 0 /index.php/news/read/ id=57 -
+d:\iislog\W3SVC\ra170913.ibl 1577 USKY-3D398D8F45 112000 2017-09-13 04:57:08 115.28.171.22 222.73.136.94 80 GET HTTP/1.1 200 0 140 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 1580 USKY-3D398D8F45 112000 2017-09-13 04:58:50 121.40.130.38 222.73.136.94 80 GET HTTP/1.1 200 0 109 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 1581 USKY-3D398D8F45 112000 2017-09-13 04:59:49 101.88.224.11 222.73.136.94 80 GET HTTP/1.1 200 0 140 13664 437 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 1582 USKY-3D398D8F45 112000 2017-09-13 04:59:49 101.88.224.11 222.73.136.94 80 GET HTTP/1.1 200 0 31 1469 395 0 /assets/v1/css/jPages.css - -
+d:\iislog\W3SVC\ra170913.ibl 1583 USKY-3D398D8F45 112000 2017-09-13 04:59:49 101.88.224.11 222.73.136.94 80 GET HTTP/1.1 200 0 31 1086 394 0 /assets/v1/css/reset.css - -
+d:\iislog\W3SVC\ra170913.ibl 1584 USKY-3D398D8F45 112000 2017-09-13 04:59:49 101.88.224.11 222.73.136.94 80 GET HTTP/1.1 200 0 62 2794 393 0 /assets/v1/css/head.css - -
+d:\iislog\W3SVC\ra170913.ibl 1585 USKY-3D398D8F45 112000 2017-09-13 04:59:49 101.88.224.11 222.73.136.94 80 GET HTTP/1.1 200 0 31 1533 395 0 /assets/v1/css/footer.css - -
+d:\iislog\W3SVC\ra170913.ibl 1586 USKY-3D398D8F45 112000 2017-09-13 04:59:49 101.88.224.11 222.73.136.94 80 GET HTTP/1.1 200 0 62 8730 393 0 /assets/v1/css/base.css - -
+d:\iislog\W3SVC\ra170913.ibl 1587 USKY-3D398D8F45 112000 2017-09-13 04:59:49 101.88.224.11 222.73.136.94 80 GET HTTP/1.1 200 0 62 3789 394 0 /assets/v1/css/index.css - -
+d:\iislog\W3SVC\ra170913.ibl 1588 USKY-3D398D8F45 112000 2017-09-13 04:59:49 101.88.224.11 222.73.136.94 80 GET HTTP/1.1 200 0 31 3373 386 0 /assets/v1/js/jquery.plugins.js - -
+d:\iislog\W3SVC\ra170913.ibl 1589 USKY-3D398D8F45 112000 2017-09-13 04:59:49 101.88.224.11 222.73.136.94 80 GET HTTP/1.1 200 0 78 492 379 0 /assets/v1/js/picture.js - -
+d:\iislog\W3SVC\ra170913.ibl 1590 USKY-3D398D8F45 112000 2017-09-13 04:59:49 101.88.224.11 222.73.136.94 80 GET HTTP/1.1 200 0 78 18588 378 0 /assets/v1/js/jPages.js - -
+d:\iislog\W3SVC\ra170913.ibl 1591 USKY-3D398D8F45 112000 2017-09-13 04:59:49 101.88.224.11 222.73.136.94 80 GET HTTP/1.1 200 0 93 11689 395 0 /assets/v1/js/jquery.SuperSlide.2.1.1.js - -
+d:\iislog\W3SVC\ra170913.ibl 1592 USKY-3D398D8F45 112000 2017-09-13 04:59:49 101.88.224.11 222.73.136.94 80 GET HTTP/1.1 200 0 31 3260 415 0 /assets/v1/images/eh.png - -
+d:\iislog\W3SVC\ra170913.ibl 1593 USKY-3D398D8F45 112000 2017-09-13 04:59:49 101.88.224.11 222.73.136.94 80 GET HTTP/1.1 200 0 78 42137 423 0 /assets/v1/images/slider1_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 1594 USKY-3D398D8F45 112000 2017-09-13 04:59:49 101.88.224.11 222.73.136.94 80 GET HTTP/1.1 200 0 218 96588 389 0 /assets/v1/js/jquery-1.11.1.min.js - -
+d:\iislog\W3SVC\ra170913.ibl 1595 USKY-3D398D8F45 112000 2017-09-13 04:59:49 101.88.224.11 222.73.136.94 80 GET HTTP/1.1 200 0 78 45152 423 0 /assets/v1/images/slider2_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 1596 USKY-3D398D8F45 112000 2017-09-13 04:59:49 101.88.224.11 222.73.136.94 80 GET HTTP/1.1 200 0 31 936 366 0 /uploads/logo/partner15.png - -
+d:\iislog\W3SVC\ra170913.ibl 1597 USKY-3D398D8F45 112000 2017-09-13 04:59:49 101.88.224.11 222.73.136.94 80 GET HTTP/1.1 200 0 62 3514 365 0 /uploads/logo/partner7.png - -
+d:\iislog\W3SVC\ra170913.ibl 1598 USKY-3D398D8F45 112000 2017-09-13 04:59:49 101.88.224.11 222.73.136.94 80 GET HTTP/1.1 200 0 15 2334 364 0 /uploads/logo/fans_04.png - -
+d:\iislog\W3SVC\ra170913.ibl 1599 USKY-3D398D8F45 112000 2017-09-13 04:59:49 101.88.224.11 222.73.136.94 80 GET HTTP/1.1 200 0 234 57699 365 0 /uploads/logo/partner4.png - -
+d:\iislog\W3SVC\ra170913.ibl 1600 USKY-3D398D8F45 112000 2017-09-13 04:59:49 101.88.224.11 222.73.136.94 80 GET HTTP/1.1 200 0 46 11471 364 0 /uploads/logo/fans_08.png - -
+d:\iislog\W3SVC\ra170913.ibl 1601 USKY-3D398D8F45 112000 2017-09-13 04:59:50 101.88.224.11 222.73.136.94 80 GET HTTP/1.1 200 0 31 11849 364 0 /uploads/logo/fans_10.png - -
+d:\iislog\W3SVC\ra170913.ibl 1602 USKY-3D398D8F45 112000 2017-09-13 04:59:50 101.88.224.11 222.73.136.94 80 GET HTTP/1.1 200 0 31 4360 364 0 /uploads/logo/fans_15.png - -
+d:\iislog\W3SVC\ra170913.ibl 1603 USKY-3D398D8F45 112000 2017-09-13 04:59:50 101.88.224.11 222.73.136.94 80 GET HTTP/1.1 200 0 15 5838 364 0 /uploads/logo/fans_17.png - -
+d:\iislog\W3SVC\ra170913.ibl 1604 USKY-3D398D8F45 112000 2017-09-13 04:59:50 101.88.224.11 222.73.136.94 80 GET HTTP/1.1 200 0 15 8475 364 0 /uploads/logo/fans_19.png - -
+d:\iislog\W3SVC\ra170913.ibl 1605 USKY-3D398D8F45 112000 2017-09-13 04:59:50 101.88.224.11 222.73.136.94 80 GET HTTP/1.1 200 0 15 5778 364 0 /uploads/logo/fans_20.png - -
+d:\iislog\W3SVC\ra170913.ibl 1606 USKY-3D398D8F45 112000 2017-09-13 04:59:50 101.88.224.11 222.73.136.94 80 GET HTTP/1.1 200 0 1062 42424 438 0 /assets/v1/images/tel.png - -
+d:\iislog\W3SVC\ra170913.ibl 1607 USKY-3D398D8F45 112000 2017-09-13 04:59:50 101.88.224.11 222.73.136.94 80 GET HTTP/1.1 200 0 1156 45520 423 0 /assets/v1/images/slider3_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 1608 USKY-3D398D8F45 112000 2017-09-13 04:59:50 101.88.224.11 222.73.136.94 80 GET HTTP/1.1 200 0 1218 57855 416 0 /assets/v1/images/wx1.png - -
+d:\iislog\W3SVC\ra170913.ibl 1609 USKY-3D398D8F45 112000 2017-09-13 04:59:50 101.88.224.11 222.73.136.94 80 GET HTTP/1.1 200 0 296 43618 439 0 /assets/v1/images/logo.png - -
+d:\iislog\W3SVC\ra170913.ibl 1610 USKY-3D398D8F45 112000 2017-09-13 04:59:50 101.88.224.11 222.73.136.94 80 GET HTTP/1.1 200 0 1421 338195 420 0 /assets/v1/images/num3_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 1611 USKY-3D398D8F45 112000 2017-09-13 04:59:51 101.88.224.11 222.73.136.94 80 GET HTTP/1.1 200 0 546 166408 475 0 /uploads/avatar/1%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E6%B0%B8%E5%A4%A9%E4%BA%91.png - -
+d:\iislog\W3SVC\ra170913.ibl 1612 USKY-3D398D8F45 112000 2017-09-13 04:59:51 101.88.224.11 222.73.136.94 80 GET HTTP/1.1 200 0 218 42681 438 0 /assets/v1/images/bd.png - -
+d:\iislog\W3SVC\ra170913.ibl 1613 USKY-3D398D8F45 112000 2017-09-13 04:59:51 101.88.224.11 222.73.136.94 80 GET HTTP/1.1 200 0 1656 9675 364 0 /uploads/logo/fans_06.png - -
+d:\iislog\W3SVC\ra170913.ibl 1614 USKY-3D398D8F45 112000 2017-09-13 04:59:51 101.88.224.11 222.73.136.94 80 GET HTTP/1.1 200 0 1828 64070 365 0 /uploads/logo/partner1.png - -
+d:\iislog\W3SVC\ra170913.ibl 1615 USKY-3D398D8F45 112000 2017-09-13 04:59:51 101.88.224.11 222.73.136.94 80 GET HTTP/1.1 200 0 890 43269 443 0 /assets/v1/images/num1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 1616 USKY-3D398D8F45 112000 2017-09-13 04:59:52 101.88.224.11 222.73.136.94 80 GET HTTP/1.1 200 0 640 126613 418 0 /assets/v1/images/num28.png - -
+d:\iislog\W3SVC\ra170913.ibl 1617 USKY-3D398D8F45 112000 2017-09-13 04:59:52 101.88.224.11 222.73.136.94 80 GET HTTP/1.1 200 0 109 24271 419 0 /assets/v1/images/num1_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 1618 USKY-3D398D8F45 112000 2017-09-13 04:59:52 101.88.224.11 222.73.136.94 80 GET HTTP/1.1 200 0 2125 366588 420 0 /assets/v1/images/num4_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 1619 USKY-3D398D8F45 112000 2017-09-13 04:59:53 101.88.224.11 222.73.136.94 80 GET HTTP/1.1 200 0 3437 56348 365 0 /uploads/logo/partner3.png - -
+d:\iislog\W3SVC\ra170913.ibl 1620 USKY-3D398D8F45 112000 2017-09-13 04:59:53 101.88.224.11 222.73.136.94 80 GET HTTP/1.1 200 0 3593 61076 365 0 /uploads/logo/partner2.png - -
+d:\iislog\W3SVC\ra170913.ibl 1621 USKY-3D398D8F45 112000 2017-09-13 04:59:53 101.88.224.11 222.73.136.94 80 GET HTTP/1.1 200 0 2640 103874 484 0 /uploads/avatar/2%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E5%AE%A2%E6%88%B7%E6%A1%88%E4%BE%8B.png - -
+d:\iislog\W3SVC\ra170913.ibl 1622 USKY-3D398D8F45 112000 2017-09-13 04:59:53 101.88.224.11 222.73.136.94 80 GET HTTP/1.1 200 0 406 20514 419 0 /assets/v1/images/num2_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 1623 USKY-3D398D8F45 112000 2017-09-13 04:59:53 101.88.224.11 222.73.136.94 80 GET HTTP/1.1 200 0 218 28927 418 0 /assets/v1/images/num31.png - -
+d:\iislog\W3SVC\ra170913.ibl 1624 USKY-3D398D8F45 112000 2017-09-13 04:59:53 101.88.224.11 222.73.136.94 80 GET HTTP/1.1 200 0 2281 41156 443 0 /assets/v1/images/meun_tab.png - -
+d:\iislog\W3SVC\ra170913.ibl 1625 USKY-3D398D8F45 112000 2017-09-13 04:59:53 101.88.224.11 222.73.136.94 80 GET HTTP/1.1 200 0 1328 162783 418 0 /assets/v1/images/num29.png - -
+d:\iislog\W3SVC\ra170913.ibl 1626 USKY-3D398D8F45 112000 2017-09-13 04:59:53 101.88.224.11 222.73.136.94 80 GET HTTP/1.1 200 0 218 54113 420 0 /assets/v1/images/footer2.png - -
+d:\iislog\W3SVC\ra170913.ibl 1627 USKY-3D398D8F45 112000 2017-09-13 04:59:54 101.88.224.11 222.73.136.94 80 GET HTTP/1.1 200 0 187 47566 444 0 /assets/v1/images/alert1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 1628 USKY-3D398D8F45 112000 2017-09-13 04:59:54 101.88.224.11 222.73.136.94 80 GET HTTP/1.1 200 0 765 32407 419 0 /assets/v1/images/num3_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 1629 USKY-3D398D8F45 112000 2017-09-13 04:59:54 101.88.224.11 222.73.136.94 80 GET HTTP/1.1 200 0 421 97969 484 0 /uploads/avatar/3%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E6%96%B0%E9%97%BB%E8%B5%84%E8%AE%AF.png - -
+d:\iislog\W3SVC\ra170913.ibl 1630 USKY-3D398D8F45 112000 2017-09-13 04:59:54 101.88.224.11 222.73.136.94 80 GET HTTP/1.1 200 0 281 44989 440 0 /assets/v1/images/spc.png - -
+d:\iislog\W3SVC\ra170913.ibl 1631 USKY-3D398D8F45 112000 2017-09-13 04:59:54 101.88.224.11 222.73.136.94 80 GET HTTP/1.1 200 0 500 105595 484 0 /uploads/avatar/4%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E4%BA%BA%E5%8A%9B%E8%B5%84%E6%BA%90.png - -
+d:\iislog\W3SVC\ra170913.ibl 1632 USKY-3D398D8F45 112000 2017-09-13 04:59:54 101.88.224.11 222.73.136.94 80 GET HTTP/1.1 200 0 5187 419700 420 0 /assets/v1/images/num1_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 1633 USKY-3D398D8F45 112000 2017-09-13 04:59:54 101.88.224.11 222.73.136.94 80 GET HTTP/1.1 200 0 5468 355323 420 0 /assets/v1/images/num2_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 1634 USKY-3D398D8F45 112000 2017-09-13 04:59:55 101.88.224.11 222.73.136.94 80 GET HTTP/1.1 200 0 5796 8042 364 0 /uploads/logo/fans_02.png - -
+d:\iislog\W3SVC\ra170913.ibl 1635 USKY-3D398D8F45 112000 2017-09-13 04:59:55 101.88.224.11 222.73.136.94 80 GET HTTP/1.1 200 0 2421 50030 420 0 /assets/v1/images/footer1.png - -
+d:\iislog\W3SVC\ra170913.ibl 1636 USKY-3D398D8F45 112000 2017-09-13 04:59:55 101.88.224.11 222.73.136.94 80 GET HTTP/1.1 404 0 31 1358 403 0 /index.php/favicon.ico - -
+d:\iislog\W3SVC\ra170913.ibl 1646 USKY-3D398D8F45 112000 2017-09-13 05:04:59 116.236.164.60 222.73.136.94 80 GET HTTP/1.1 200 0 78 13476 147 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 1647 USKY-3D398D8F45 112000 2017-09-13 05:04:59 116.236.164.60 222.73.136.94 80 GET HTTP/1.1 200 0 109 371 151 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 1658 USKY-3D398D8F45 112000 2017-09-13 05:09:07 106.11.158.156 222.73.136.94 80 GET HTTP/1.1 200 0 109 9435 189 0 /index.php/news/read/ id=2 -
+d:\iislog\W3SVC\ra170913.ibl 1666 USKY-3D398D8F45 112000 2017-09-13 05:12:08 115.28.171.22 222.73.136.94 80 GET HTTP/1.1 200 0 140 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 1668 USKY-3D398D8F45 112000 2017-09-13 05:12:42 139.199.62.228 222.73.136.94 80 GET HTTP/1.1 200 0 156 13476 249 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 1669 USKY-3D398D8F45 112000 2017-09-13 05:13:52 121.40.130.38 222.73.136.94 80 GET HTTP/1.1 200 0 93 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 1672 USKY-3D398D8F45 112000 2017-09-13 05:16:07 106.11.158.156 222.73.136.94 80 GET HTTP/1.1 200 0 93 12792 184 0 /index.php/news/read/ id=20 -
+d:\iislog\W3SVC\ra170913.ibl 1679 USKY-3D398D8F45 112000 2017-09-13 05:17:53 124.95.152.52 222.73.136.94 80 GET HTTP/1.1 200 0 203 13664 183 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 1689 USKY-3D398D8F45 112000 2017-09-13 05:21:55 40.77.167.128 222.73.136.94 80 GET HTTP/1.1 404 0 328 1358 277 0 /index.php/news.html - -
+d:\iislog\W3SVC\ra170913.ibl 1690 USKY-3D398D8F45 112000 2017-09-13 05:21:56 40.77.167.128 222.73.136.94 80 GET HTTP/1.1 404 0 343 1358 290 0 /index.php/news.aspx pageIndex=13 -
+d:\iislog\W3SVC\ra170913.ibl 1691 USKY-3D398D8F45 112000 2017-09-13 05:21:58 40.77.167.12 222.73.136.94 80 GET HTTP/1.1 404 0 359 1358 278 0 /index.php/index.html - -
+d:\iislog\W3SVC\ra170913.ibl 1694 USKY-3D398D8F45 112000 2017-09-13 05:23:47 106.11.158.156 222.73.136.94 80 GET HTTP/1.1 200 0 140 18672 184 0 /index.php/news/read/ id=66 -
+d:\iislog\W3SVC\ra170913.ibl 1697 USKY-3D398D8F45 112000 2017-09-13 05:24:40 36.33.216.182 222.73.136.94 80 GET HTTP/1.1 200 0 828 331007 908 0 /upload/201401/09/201401091528289062.png - -
+d:\iislog\W3SVC\ra170913.ibl 1704 USKY-3D398D8F45 112000 2017-09-13 05:27:08 115.28.171.22 222.73.136.94 80 GET HTTP/1.1 200 0 140 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 1707 USKY-3D398D8F45 112000 2017-09-13 05:28:50 121.40.130.38 222.73.136.94 80 GET HTTP/1.1 200 0 93 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 1708 USKY-3D398D8F45 112000 2017-09-13 05:29:28 5.9.62.130 222.73.136.94 80 GET HTTP/1.1 404 0 265 1358 165 0 /index.php/robots.txt - -
+d:\iislog\W3SVC\ra170913.ibl 1709 USKY-3D398D8F45 112000 2017-09-13 05:29:32 66.249.66.77 222.73.136.94 80 GET HTTP/1.1 304 0 328 214 262 0 /assets/v1/images/slider3_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 1710 USKY-3D398D8F45 112000 2017-09-13 05:29:33 5.9.62.130 222.73.136.94 80 GET HTTP/1.1 200 0 796 9126 357 0 /index.php/news/read/ id=1 -
+d:\iislog\W3SVC\ra170913.ibl 1711 USKY-3D398D8F45 112000 2017-09-13 05:29:36 5.9.62.130 222.73.136.94 80 GET HTTP/1.1 200 0 843 12455 359 0 /index.php/news/read/ id=100 -
+d:\iislog\W3SVC\ra170913.ibl 1712 USKY-3D398D8F45 112000 2017-09-13 05:29:40 5.9.62.130 222.73.136.94 80 GET HTTP/1.1 200 0 1078 19029 359 0 /index.php/news/read/ id=102 -
+d:\iislog\W3SVC\ra170913.ibl 1713 USKY-3D398D8F45 112000 2017-09-13 05:29:44 5.9.62.130 222.73.136.94 80 GET HTTP/1.1 200 0 781 14630 359 0 /index.php/news/read/ id=103 -
+d:\iislog\W3SVC\ra170913.ibl 1714 USKY-3D398D8F45 112000 2017-09-13 05:29:47 5.9.62.130 222.73.136.94 80 GET HTTP/1.1 200 0 1078 21675 359 0 /index.php/news/read/ id=104 -
+d:\iislog\W3SVC\ra170913.ibl 1716 USKY-3D398D8F45 112000 2017-09-13 05:29:53 5.9.62.130 222.73.136.94 80 GET HTTP/1.1 200 0 796 13595 359 0 /index.php/news/read/ id=105 -
+d:\iislog\W3SVC\ra170913.ibl 1717 USKY-3D398D8F45 112000 2017-09-13 05:29:56 5.9.62.130 222.73.136.94 80 GET HTTP/1.1 200 0 1031 22301 359 0 /index.php/news/read/ id=106 -
+d:\iislog\W3SVC\ra170913.ibl 1718 USKY-3D398D8F45 112000 2017-09-13 05:29:59 5.9.62.130 222.73.136.94 80 GET HTTP/1.1 200 0 1046 24407 359 0 /index.php/news/read/ id=107 -
+d:\iislog\W3SVC\ra170913.ibl 1719 USKY-3D398D8F45 112000 2017-09-13 05:30:03 5.9.62.130 222.73.136.94 80 GET HTTP/1.1 200 0 843 14701 359 0 /index.php/news/read/ id=110 -
+d:\iislog\W3SVC\ra170913.ibl 1720 USKY-3D398D8F45 112000 2017-09-13 05:30:08 5.9.62.130 222.73.136.94 80 GET HTTP/1.1 200 0 796 17815 359 0 /index.php/news/read/ id=111 -
+d:\iislog\W3SVC\ra170913.ibl 1721 USKY-3D398D8F45 112000 2017-09-13 05:30:11 5.9.62.130 222.73.136.94 80 GET HTTP/1.1 200 0 1031 18244 359 0 /index.php/news/read/ id=112 -
+d:\iislog\W3SVC\ra170913.ibl 1722 USKY-3D398D8F45 112000 2017-09-13 05:30:15 5.9.62.130 222.73.136.94 80 GET HTTP/1.1 200 0 843 15689 359 0 /index.php/news/read/ id=114 -
+d:\iislog\W3SVC\ra170913.ibl 1724 USKY-3D398D8F45 112000 2017-09-13 05:30:19 5.9.62.130 222.73.136.94 80 GET HTTP/1.1 200 0 1031 18387 359 0 /index.php/news/read/ id=115 -
+d:\iislog\W3SVC\ra170913.ibl 1725 USKY-3D398D8F45 112000 2017-09-13 05:30:23 5.9.62.130 222.73.136.94 80 GET HTTP/1.1 200 0 796 12519 359 0 /index.php/news/read/ id=116 -
+d:\iislog\W3SVC\ra170913.ibl 1726 USKY-3D398D8F45 112000 2017-09-13 05:30:27 5.9.62.130 222.73.136.94 80 GET HTTP/1.1 200 0 796 12238 359 0 /index.php/news/read/ id=118 -
+d:\iislog\W3SVC\ra170913.ibl 1727 USKY-3D398D8F45 112000 2017-09-13 05:30:30 5.9.62.130 222.73.136.94 80 GET HTTP/1.1 200 0 812 13927 359 0 /index.php/news/read/ id=119 -
+d:\iislog\W3SVC\ra170913.ibl 1728 USKY-3D398D8F45 112000 2017-09-13 05:30:33 5.9.62.130 222.73.136.94 80 GET HTTP/1.1 200 0 843 16280 359 0 /index.php/news/read/ id=120 -
+d:\iislog\W3SVC\ra170913.ibl 1729 USKY-3D398D8F45 112000 2017-09-13 05:30:38 5.9.62.130 222.73.136.94 80 GET HTTP/1.1 200 0 796 10460 359 0 /index.php/news/read/ id=121 -
+d:\iislog\W3SVC\ra170913.ibl 1730 USKY-3D398D8F45 112000 2017-09-13 05:30:41 5.9.62.130 222.73.136.94 80 GET HTTP/1.1 200 0 1031 18643 359 0 /index.php/news/read/ id=123 -
+d:\iislog\W3SVC\ra170913.ibl 1731 USKY-3D398D8F45 112000 2017-09-13 05:30:44 5.9.62.130 222.73.136.94 80 GET HTTP/1.1 200 0 828 10588 358 0 /index.php/news/read/ id=19 -
+d:\iislog\W3SVC\ra170913.ibl 1732 USKY-3D398D8F45 112000 2017-09-13 05:30:47 5.9.62.130 222.73.136.94 80 GET HTTP/1.1 200 0 796 13707 358 0 /index.php/news/read/ id=22 -
+d:\iislog\W3SVC\ra170913.ibl 1733 USKY-3D398D8F45 112000 2017-09-13 05:30:50 5.9.62.130 222.73.136.94 80 GET HTTP/1.1 200 0 843 14673 358 0 /index.php/news/read/ id=25 -
+d:\iislog\W3SVC\ra170913.ibl 1734 USKY-3D398D8F45 112000 2017-09-13 05:30:55 5.9.62.130 222.73.136.94 80 GET HTTP/1.1 200 0 1031 17221 358 0 /index.php/news/read/ id=26 -
+d:\iislog\W3SVC\ra170913.ibl 1736 USKY-3D398D8F45 112000 2017-09-13 05:30:59 5.9.62.130 222.73.136.94 80 GET HTTP/1.1 200 0 1062 17748 358 0 /index.php/news/read/ id=28 -
+d:\iislog\W3SVC\ra170913.ibl 1737 USKY-3D398D8F45 112000 2017-09-13 05:31:02 5.9.62.130 222.73.136.94 80 GET HTTP/1.1 200 0 1078 17314 358 0 /index.php/news/read/ id=29 -
+d:\iislog\W3SVC\ra170913.ibl 1738 USKY-3D398D8F45 112000 2017-09-13 05:31:05 5.9.62.130 222.73.136.94 80 GET HTTP/1.1 200 0 1000 15383 358 0 /index.php/news/read/ id=31 -
+d:\iislog\W3SVC\ra170913.ibl 1739 USKY-3D398D8F45 112000 2017-09-13 05:31:07 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 203 13664 516 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 1740 USKY-3D398D8F45 112000 2017-09-13 05:31:07 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 62 1086 387 0 /assets/v1/css/reset.css - -
+d:\iislog\W3SVC\ra170913.ibl 1741 USKY-3D398D8F45 112000 2017-09-13 05:31:07 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 62 1469 388 0 /assets/v1/css/jPages.css - -
+d:\iislog\W3SVC\ra170913.ibl 1742 USKY-3D398D8F45 112000 2017-09-13 05:31:08 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 62 2794 386 0 /assets/v1/css/head.css - -
+d:\iislog\W3SVC\ra170913.ibl 1743 USKY-3D398D8F45 112000 2017-09-13 05:31:08 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 93 3789 387 0 /assets/v1/css/index.css - -
+d:\iislog\W3SVC\ra170913.ibl 1744 USKY-3D398D8F45 112000 2017-09-13 05:31:08 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 46 1533 388 0 /assets/v1/css/footer.css - -
+d:\iislog\W3SVC\ra170913.ibl 1745 USKY-3D398D8F45 112000 2017-09-13 05:31:08 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 109 8730 386 0 /assets/v1/css/base.css - -
+d:\iislog\W3SVC\ra170913.ibl 1746 USKY-3D398D8F45 112000 2017-09-13 05:31:08 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 109 18588 371 0 /assets/v1/js/jPages.js - -
+d:\iislog\W3SVC\ra170913.ibl 1747 USKY-3D398D8F45 112000 2017-09-13 05:31:08 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 234 492 372 0 /assets/v1/js/picture.js - -
+d:\iislog\W3SVC\ra170913.ibl 1748 USKY-3D398D8F45 112000 2017-09-13 05:31:08 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 265 96588 382 0 /assets/v1/js/jquery-1.11.1.min.js - -
+d:\iislog\W3SVC\ra170913.ibl 1749 USKY-3D398D8F45 112000 2017-09-13 05:31:08 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 281 11689 388 0 /assets/v1/js/jquery.SuperSlide.2.1.1.js - -
+d:\iislog\W3SVC\ra170913.ibl 1750 USKY-3D398D8F45 112000 2017-09-13 05:31:08 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 296 3373 379 0 /assets/v1/js/jquery.plugins.js - -
+d:\iislog\W3SVC\ra170913.ibl 1751 USKY-3D398D8F45 112000 2017-09-13 05:31:08 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 250 64070 347 0 /uploads/logo/partner1.png - -
+d:\iislog\W3SVC\ra170913.ibl 1752 USKY-3D398D8F45 112000 2017-09-13 05:31:08 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 31 3260 397 0 /assets/v1/images/eh.png - -
+d:\iislog\W3SVC\ra170913.ibl 1753 USKY-3D398D8F45 112000 2017-09-13 05:31:08 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 93 61076 347 0 /uploads/logo/partner2.png - -
+d:\iislog\W3SVC\ra170913.ibl 1754 USKY-3D398D8F45 112000 2017-09-13 05:31:08 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 78 936 348 0 /uploads/logo/partner15.png - -
+d:\iislog\W3SVC\ra170913.ibl 1755 USKY-3D398D8F45 112000 2017-09-13 05:31:09 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 515 45520 405 0 /assets/v1/images/slider3_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 1756 USKY-3D398D8F45 112000 2017-09-13 05:31:09 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 203 43618 421 0 /assets/v1/images/logo.png - -
+d:\iislog\W3SVC\ra170913.ibl 1757 USKY-3D398D8F45 112000 2017-09-13 05:31:09 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 171 42424 420 0 /assets/v1/images/tel.png - -
+d:\iislog\W3SVC\ra170913.ibl 1758 USKY-3D398D8F45 112000 2017-09-13 05:31:09 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 140 41156 425 0 /assets/v1/images/meun_tab.png - -
+d:\iislog\W3SVC\ra170913.ibl 1759 USKY-3D398D8F45 112000 2017-09-13 05:31:09 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 1093 42137 405 0 /assets/v1/images/slider1_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 1760 USKY-3D398D8F45 112000 2017-09-13 05:31:09 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 1140 57855 398 0 /assets/v1/images/wx1.png - -
+d:\iislog\W3SVC\ra170913.ibl 1761 USKY-3D398D8F45 112000 2017-09-13 05:31:10 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 1281 166408 457 0 /uploads/avatar/1%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E6%B0%B8%E5%A4%A9%E4%BA%91.png - -
+d:\iislog\W3SVC\ra170913.ibl 1762 USKY-3D398D8F45 112000 2017-09-13 05:31:10 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 1328 3514 347 0 /uploads/logo/partner7.png - -
+d:\iislog\W3SVC\ra170913.ibl 1763 USKY-3D398D8F45 112000 2017-09-13 05:31:10 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 1500 45152 405 0 /assets/v1/images/slider2_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 1764 USKY-3D398D8F45 112000 2017-09-13 05:31:10 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 1468 56348 347 0 /uploads/logo/partner3.png - -
+d:\iislog\W3SVC\ra170913.ibl 1765 USKY-3D398D8F45 112000 2017-09-13 05:31:10 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 31 2334 346 0 /uploads/logo/fans_04.png - -
+d:\iislog\W3SVC\ra170913.ibl 1766 USKY-3D398D8F45 112000 2017-09-13 05:31:10 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 531 24271 401 0 /assets/v1/images/num1_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 1767 USKY-3D398D8F45 112000 2017-09-13 05:31:10 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 531 9675 346 0 /uploads/logo/fans_06.png - -
+d:\iislog\W3SVC\ra170913.ibl 1768 USKY-3D398D8F45 112000 2017-09-13 05:31:10 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 515 11471 346 0 /uploads/logo/fans_08.png - -
+d:\iislog\W3SVC\ra170913.ibl 1769 USKY-3D398D8F45 112000 2017-09-13 05:31:10 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 31 4360 346 0 /uploads/logo/fans_15.png - -
+d:\iislog\W3SVC\ra170913.ibl 1770 USKY-3D398D8F45 112000 2017-09-13 05:31:10 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 93 11849 346 0 /uploads/logo/fans_10.png - -
+d:\iislog\W3SVC\ra170913.ibl 1771 USKY-3D398D8F45 112000 2017-09-13 05:31:11 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 2156 8042 346 0 /uploads/logo/fans_02.png - -
+d:\iislog\W3SVC\ra170913.ibl 1772 USKY-3D398D8F45 112000 2017-09-13 05:31:11 5.9.62.130 222.73.136.94 80 GET HTTP/1.1 200 0 781 13335 358 0 /index.php/news/read/ id=32 -
+d:\iislog\W3SVC\ra170913.ibl 1773 USKY-3D398D8F45 112000 2017-09-13 05:31:11 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 78 5778 346 0 /uploads/logo/fans_20.png - -
+d:\iislog\W3SVC\ra170913.ibl 1774 USKY-3D398D8F45 112000 2017-09-13 05:31:11 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 906 162783 400 0 /assets/v1/images/num29.png - -
+d:\iislog\W3SVC\ra170913.ibl 1775 USKY-3D398D8F45 112000 2017-09-13 05:31:11 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 2968 57699 347 0 /uploads/logo/partner4.png - -
+d:\iislog\W3SVC\ra170913.ibl 1776 USKY-3D398D8F45 112000 2017-09-13 05:31:11 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 78 20514 401 0 /assets/v1/images/num2_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 1777 USKY-3D398D8F45 112000 2017-09-13 05:31:11 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 93 28927 400 0 /assets/v1/images/num31.png - -
+d:\iislog\W3SVC\ra170913.ibl 1778 USKY-3D398D8F45 112000 2017-09-13 05:31:11 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 1656 126613 400 0 /assets/v1/images/num28.png - -
+d:\iislog\W3SVC\ra170913.ibl 1780 USKY-3D398D8F45 112000 2017-09-13 05:31:12 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 203 32407 401 0 /assets/v1/images/num3_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 1781 USKY-3D398D8F45 112000 2017-09-13 05:31:12 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 1312 5838 346 0 /uploads/logo/fans_17.png - -
+d:\iislog\W3SVC\ra170913.ibl 1782 USKY-3D398D8F45 112000 2017-09-13 05:31:12 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 1312 8475 346 0 /uploads/logo/fans_19.png - -
+d:\iislog\W3SVC\ra170913.ibl 1783 USKY-3D398D8F45 112000 2017-09-13 05:31:12 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 343 0 402 64 /assets/v1/images/footer1.png - -
+d:\iislog\W3SVC\ra170913.ibl 1784 USKY-3D398D8F45 112000 2017-09-13 05:31:12 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 203 22117 455 0 /index.php/about - -
+d:\iislog\W3SVC\ra170913.ibl 1785 USKY-3D398D8F45 112000 2017-09-13 05:31:12 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 62 5778 391 0 /assets/v1/css/area.css - -
+d:\iislog\W3SVC\ra170913.ibl 1786 USKY-3D398D8F45 112000 2017-09-13 05:31:12 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 206 0 78 302 467 0 /assets/v1/images/footer1.png - -
+d:\iislog\W3SVC\ra170913.ibl 1787 USKY-3D398D8F45 112000 2017-09-13 05:31:12 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 187 40771 402 0 /assets/v1/images/yt.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 1788 USKY-3D398D8F45 112000 2017-09-13 05:31:12 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 206 0 78 8226 467 0 /assets/v1/images/footer1.png - -
+d:\iislog\W3SVC\ra170913.ibl 1789 USKY-3D398D8F45 112000 2017-09-13 05:31:13 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 734 169833 406 0 /assets/v1/images/course.png - -
+d:\iislog\W3SVC\ra170913.ibl 1790 USKY-3D398D8F45 112000 2017-09-13 05:31:13 5.9.62.130 222.73.136.94 80 GET HTTP/1.1 200 0 796 13766 358 0 /index.php/news/read/ id=33 -
+d:\iislog\W3SVC\ra170913.ibl 1791 USKY-3D398D8F45 112000 2017-09-13 05:31:13 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 1156 41331 422 0 /assets/v1/images/n1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 1792 USKY-3D398D8F45 112000 2017-09-13 05:31:13 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 1484 119155 409 0 /assets/v1/images/about_top.png - -
+d:\iislog\W3SVC\ra170913.ibl 1793 USKY-3D398D8F45 112000 2017-09-13 05:31:13 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 140 42681 419 0 /assets/v1/images/bd.png - -
+d:\iislog\W3SVC\ra170913.ibl 1794 USKY-3D398D8F45 112000 2017-09-13 05:31:13 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 46 9772 404 0 /assets/v1/images/mark.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 1795 USKY-3D398D8F45 112000 2017-09-13 05:31:14 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 453 44989 422 0 /assets/v1/images/spc.png - -
+d:\iislog\W3SVC\ra170913.ibl 1796 USKY-3D398D8F45 112000 2017-09-13 05:31:14 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 1875 54113 407 0 /assets/v1/images/footer2.png - -
+d:\iislog\W3SVC\ra170913.ibl 1797 USKY-3D398D8F45 112000 2017-09-13 05:31:14 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 1375 50498 424 0 /assets/v1/images/n1_1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 1798 USKY-3D398D8F45 112000 2017-09-13 05:31:14 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 2062 47566 426 0 /assets/v1/images/alert1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 1799 USKY-3D398D8F45 112000 2017-09-13 05:31:14 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 404 0 250 1358 365 0 /index.php/favicon.ico - -
+d:\iislog\W3SVC\ra170913.ibl 1800 USKY-3D398D8F45 112000 2017-09-13 05:31:16 5.9.62.130 222.73.136.94 80 GET HTTP/1.1 200 0 796 13546 358 0 /index.php/news/read/ id=39 -
+d:\iislog\W3SVC\ra170913.ibl 1801 USKY-3D398D8F45 112000 2017-09-13 05:31:19 5.9.62.130 222.73.136.94 80 GET HTTP/1.1 200 0 1125 18204 357 0 /index.php/news/read/ id=4 -
+d:\iislog\W3SVC\ra170913.ibl 1802 USKY-3D398D8F45 112000 2017-09-13 05:31:23 5.9.62.130 222.73.136.94 80 GET HTTP/1.1 200 0 843 13367 358 0 /index.php/news/read/ id=41 -
+d:\iislog\W3SVC\ra170913.ibl 1803 USKY-3D398D8F45 112000 2017-09-13 05:31:25 5.9.62.130 222.73.136.94 80 GET HTTP/1.1 200 0 796 10178 358 0 /index.php/news/read/ id=43 -
+d:\iislog\W3SVC\ra170913.ibl 1805 USKY-3D398D8F45 112000 2017-09-13 05:31:30 5.9.62.130 222.73.136.94 80 GET HTTP/1.1 200 0 1031 20024 358 0 /index.php/news/read/ id=49 -
+d:\iislog\W3SVC\ra170913.ibl 1806 USKY-3D398D8F45 112000 2017-09-13 05:31:33 5.9.62.130 222.73.136.94 80 GET HTTP/1.1 200 0 796 16102 358 0 /index.php/news/read/ id=50 -
+d:\iislog\W3SVC\ra170913.ibl 1808 USKY-3D398D8F45 112000 2017-09-13 05:31:37 5.9.62.130 222.73.136.94 80 GET HTTP/1.1 200 0 1046 21243 358 0 /index.php/news/read/ id=56 -
+d:\iislog\W3SVC\ra170913.ibl 1809 USKY-3D398D8F45 112000 2017-09-13 05:31:40 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 156 13382 489 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 1810 USKY-3D398D8F45 112000 2017-09-13 05:31:40 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 62 8730 374 0 /assets/v1/css/base.css - -
+d:\iislog\W3SVC\ra170913.ibl 1811 USKY-3D398D8F45 112000 2017-09-13 05:31:40 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 46 1469 376 0 /assets/v1/css/jPages.css - -
+d:\iislog\W3SVC\ra170913.ibl 1812 USKY-3D398D8F45 112000 2017-09-13 05:31:40 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 46 2794 374 0 /assets/v1/css/head.css - -
+d:\iislog\W3SVC\ra170913.ibl 1813 USKY-3D398D8F45 112000 2017-09-13 05:31:40 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 78 1533 376 0 /assets/v1/css/footer.css - -
+d:\iislog\W3SVC\ra170913.ibl 1814 USKY-3D398D8F45 112000 2017-09-13 05:31:40 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 125 1086 375 0 /assets/v1/css/reset.css - -
+d:\iislog\W3SVC\ra170913.ibl 1815 USKY-3D398D8F45 112000 2017-09-13 05:31:40 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 109 3789 375 0 /assets/v1/css/index.css - -
+d:\iislog\W3SVC\ra170913.ibl 1816 USKY-3D398D8F45 112000 2017-09-13 05:31:40 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 31 3373 367 0 /assets/v1/js/jquery.plugins.js - -
+d:\iislog\W3SVC\ra170913.ibl 1817 USKY-3D398D8F45 112000 2017-09-13 05:31:40 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 62 492 360 0 /assets/v1/js/picture.js - -
+d:\iislog\W3SVC\ra170913.ibl 1818 USKY-3D398D8F45 112000 2017-09-13 05:31:40 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 31 3260 385 0 /assets/v1/images/eh.png - -
+d:\iislog\W3SVC\ra170913.ibl 1819 USKY-3D398D8F45 112000 2017-09-13 05:31:40 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 93 11689 376 0 /assets/v1/js/jquery.SuperSlide.2.1.1.js - -
+d:\iislog\W3SVC\ra170913.ibl 1820 USKY-3D398D8F45 112000 2017-09-13 05:31:40 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 296 96588 370 0 /assets/v1/js/jquery-1.11.1.min.js - -
+d:\iislog\W3SVC\ra170913.ibl 1821 USKY-3D398D8F45 112000 2017-09-13 05:31:40 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 234 18588 359 0 /assets/v1/js/jPages.js - -
+d:\iislog\W3SVC\ra170913.ibl 1822 USKY-3D398D8F45 112000 2017-09-13 05:31:40 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 171 42137 393 0 /assets/v1/images/slider1_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 1823 USKY-3D398D8F45 112000 2017-09-13 05:31:41 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 109 45152 393 0 /assets/v1/images/slider2_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 1824 USKY-3D398D8F45 112000 2017-09-13 05:31:41 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 921 45520 393 0 /assets/v1/images/slider3_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 1825 USKY-3D398D8F45 112000 2017-09-13 05:31:41 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 968 57855 386 0 /assets/v1/images/wx1.png - -
+d:\iislog\W3SVC\ra170913.ibl 1826 USKY-3D398D8F45 112000 2017-09-13 05:31:42 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 218 42424 408 0 /assets/v1/images/tel.png - -
+d:\iislog\W3SVC\ra170913.ibl 1827 USKY-3D398D8F45 112000 2017-09-13 05:31:42 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 1453 103874 460 0 /uploads/avatar/2%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E5%AE%A2%E6%88%B7%E6%A1%88%E4%BE%8B.png - -
+d:\iislog\W3SVC\ra170913.ibl 1828 USKY-3D398D8F45 112000 2017-09-13 05:31:42 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 1828 97969 460 0 /uploads/avatar/3%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E6%96%B0%E9%97%BB%E8%B5%84%E8%AE%AF.png - -
+d:\iislog\W3SVC\ra170913.ibl 1829 USKY-3D398D8F45 112000 2017-09-13 05:31:43 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 906 41156 413 0 /assets/v1/images/meun_tab.png - -
+d:\iislog\W3SVC\ra170913.ibl 1830 USKY-3D398D8F45 112000 2017-09-13 05:31:43 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 2078 43618 409 0 /assets/v1/images/logo.png - -
+d:\iislog\W3SVC\ra170913.ibl 1831 USKY-3D398D8F45 112000 2017-09-13 05:31:43 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 2265 105595 460 0 /uploads/avatar/4%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E4%BA%BA%E5%8A%9B%E8%B5%84%E6%BA%90.png - -
+d:\iislog\W3SVC\ra170913.ibl 1832 USKY-3D398D8F45 112000 2017-09-13 05:31:43 5.9.62.130 222.73.136.94 80 GET HTTP/1.1 200 0 3062 18906 358 0 /index.php/news/read/ id=66 -
+d:\iislog\W3SVC\ra170913.ibl 1833 USKY-3D398D8F45 112000 2017-09-13 05:31:43 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 703 43269 413 0 /assets/v1/images/num1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 1834 USKY-3D398D8F45 112000 2017-09-13 05:31:43 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 3000 419700 390 0 /assets/v1/images/num1_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 1835 USKY-3D398D8F45 112000 2017-09-13 05:31:43 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 765 42681 408 0 /assets/v1/images/bd.png - -
+d:\iislog\W3SVC\ra170913.ibl 1836 USKY-3D398D8F45 112000 2017-09-13 05:31:44 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 218 24271 389 0 /assets/v1/images/num1_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 1838 USKY-3D398D8F45 112000 2017-09-13 05:31:44 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 890 126613 388 0 /assets/v1/images/num28.png - -
+d:\iislog\W3SVC\ra170913.ibl 1839 USKY-3D398D8F45 112000 2017-09-13 05:31:45 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 4187 338195 390 0 /assets/v1/images/num3_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 1840 USKY-3D398D8F45 112000 2017-09-13 05:31:45 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 1093 20514 389 0 /assets/v1/images/num2_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 1841 USKY-3D398D8F45 112000 2017-09-13 05:31:45 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 140 28927 388 0 /assets/v1/images/num31.png - -
+d:\iislog\W3SVC\ra170913.ibl 1842 USKY-3D398D8F45 112000 2017-09-13 05:31:45 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 4515 355323 390 0 /assets/v1/images/num2_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 1843 USKY-3D398D8F45 112000 2017-09-13 05:31:45 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 234 32407 389 0 /assets/v1/images/num3_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 1844 USKY-3D398D8F45 112000 2017-09-13 05:31:45 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 140 50030 390 0 /assets/v1/images/footer1.png - -
+d:\iislog\W3SVC\ra170913.ibl 1845 USKY-3D398D8F45 112000 2017-09-13 05:31:45 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 328 54113 390 0 /assets/v1/images/footer2.png - -
+d:\iislog\W3SVC\ra170913.ibl 1846 USKY-3D398D8F45 112000 2017-09-13 05:31:45 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 250 43552 419 0 /assets/v1/images/num1_bg_hover.png - -
+d:\iislog\W3SVC\ra170913.ibl 1847 USKY-3D398D8F45 112000 2017-09-13 05:31:46 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 578 47566 414 0 /assets/v1/images/alert1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 1848 USKY-3D398D8F45 112000 2017-09-13 05:31:46 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 4015 366588 390 0 /assets/v1/images/num4_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 1849 USKY-3D398D8F45 112000 2017-09-13 05:31:46 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 984 44989 410 0 /assets/v1/images/spc.png - -
+d:\iislog\W3SVC\ra170913.ibl 1850 USKY-3D398D8F45 112000 2017-09-13 05:31:46 5.9.62.130 222.73.136.94 80 GET HTTP/1.1 200 0 1062 19286 358 0 /index.php/news/read/ id=67 -
+d:\iislog\W3SVC\ra170913.ibl 1851 USKY-3D398D8F45 112000 2017-09-13 05:31:46 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 2656 162783 388 0 /assets/v1/images/num29.png - -
+d:\iislog\W3SVC\ra170913.ibl 1852 USKY-3D398D8F45 112000 2017-09-13 05:31:46 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 404 0 46 1358 348 0 /index.php/favicon.ico - -
+d:\iislog\W3SVC\ra170913.ibl 1853 USKY-3D398D8F45 112000 2017-09-13 05:31:49 5.9.62.130 222.73.136.94 80 GET HTTP/1.1 200 0 1390 31176 358 0 /index.php/news/read/ id=68 -
+d:\iislog\W3SVC\ra170913.ibl 1854 USKY-3D398D8F45 112000 2017-09-13 05:31:54 5.9.62.130 222.73.136.94 80 GET HTTP/1.1 200 0 1828 26026 358 0 /index.php/news/read/ id=69 -
+d:\iislog\W3SVC\ra170913.ibl 1855 USKY-3D398D8F45 112000 2017-09-13 05:31:57 5.9.62.130 222.73.136.94 80 GET HTTP/1.1 200 0 828 15341 358 0 /index.php/news/read/ id=72 -
+d:\iislog\W3SVC\ra170913.ibl 1856 USKY-3D398D8F45 112000 2017-09-13 05:32:00 5.9.62.130 222.73.136.94 80 GET HTTP/1.1 200 0 812 12829 358 0 /index.php/news/read/ id=74 -
+d:\iislog\W3SVC\ra170913.ibl 1857 USKY-3D398D8F45 112000 2017-09-13 05:32:04 5.9.62.130 222.73.136.94 80 GET HTTP/1.1 200 0 1031 28136 358 0 /index.php/news/read/ id=75 -
+d:\iislog\W3SVC\ra170913.ibl 1859 USKY-3D398D8F45 112000 2017-09-13 05:32:07 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 203 13194 485 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 1860 USKY-3D398D8F45 112000 2017-09-13 05:32:07 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 46 1086 367 0 /assets/v1/css/reset.css - -
+d:\iislog\W3SVC\ra170913.ibl 1861 USKY-3D398D8F45 112000 2017-09-13 05:32:07 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 46 1469 368 0 /assets/v1/css/jPages.css - -
+d:\iislog\W3SVC\ra170913.ibl 1862 USKY-3D398D8F45 112000 2017-09-13 05:32:07 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 62 2794 366 0 /assets/v1/css/head.css - -
+d:\iislog\W3SVC\ra170913.ibl 1863 USKY-3D398D8F45 112000 2017-09-13 05:32:07 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 31 1533 368 0 /assets/v1/css/footer.css - -
+d:\iislog\W3SVC\ra170913.ibl 1864 USKY-3D398D8F45 112000 2017-09-13 05:32:07 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 78 3789 367 0 /assets/v1/css/index.css - -
+d:\iislog\W3SVC\ra170913.ibl 1865 USKY-3D398D8F45 112000 2017-09-13 05:32:07 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 93 8730 366 0 /assets/v1/css/base.css - -
+d:\iislog\W3SVC\ra170913.ibl 1866 USKY-3D398D8F45 112000 2017-09-13 05:32:08 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 46 3260 377 0 /assets/v1/images/eh.png - -
+d:\iislog\W3SVC\ra170913.ibl 1867 USKY-3D398D8F45 112000 2017-09-13 05:32:08 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 78 11689 368 0 /assets/v1/js/jquery.SuperSlide.2.1.1.js - -
+d:\iislog\W3SVC\ra170913.ibl 1868 USKY-3D398D8F45 112000 2017-09-13 05:32:08 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 125 18588 351 0 /assets/v1/js/jPages.js - -
+d:\iislog\W3SVC\ra170913.ibl 1869 USKY-3D398D8F45 112000 2017-09-13 05:32:08 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 125 42137 385 0 /assets/v1/images/slider1_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 1870 USKY-3D398D8F45 112000 2017-09-13 05:32:08 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 234 492 352 0 /assets/v1/js/picture.js - -
+d:\iislog\W3SVC\ra170913.ibl 1871 USKY-3D398D8F45 112000 2017-09-13 05:32:08 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 250 3373 359 0 /assets/v1/js/jquery.plugins.js - -
+d:\iislog\W3SVC\ra170913.ibl 1872 USKY-3D398D8F45 112000 2017-09-13 05:32:08 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 281 96588 362 0 /assets/v1/js/jquery-1.11.1.min.js - -
+d:\iislog\W3SVC\ra170913.ibl 1873 USKY-3D398D8F45 112000 2017-09-13 05:32:08 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 93 45152 385 0 /assets/v1/images/slider2_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 1874 USKY-3D398D8F45 112000 2017-09-13 05:32:08 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 62 57855 378 0 /assets/v1/images/wx1.png - -
+d:\iislog\W3SVC\ra170913.ibl 1875 USKY-3D398D8F45 112000 2017-09-13 05:32:08 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 62 43618 401 0 /assets/v1/images/logo.png - -
+d:\iislog\W3SVC\ra170913.ibl 1876 USKY-3D398D8F45 112000 2017-09-13 05:32:09 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 484 42424 400 0 /assets/v1/images/tel.png - -
+d:\iislog\W3SVC\ra170913.ibl 1877 USKY-3D398D8F45 112000 2017-09-13 05:32:09 5.9.62.130 222.73.136.94 80 GET HTTP/1.1 200 0 1265 34681 358 0 /index.php/news/read/ id=77 -
+d:\iislog\W3SVC\ra170913.ibl 1878 USKY-3D398D8F45 112000 2017-09-13 05:32:10 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 1781 45520 385 0 /assets/v1/images/slider3_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 1879 USKY-3D398D8F45 112000 2017-09-13 05:32:10 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 781 41156 405 0 /assets/v1/images/meun_tab.png - -
+d:\iislog\W3SVC\ra170913.ibl 1880 USKY-3D398D8F45 112000 2017-09-13 05:32:10 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 1812 366588 382 0 /assets/v1/images/num4_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 1881 USKY-3D398D8F45 112000 2017-09-13 05:32:11 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 406 24271 381 0 /assets/v1/images/num1_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 1882 USKY-3D398D8F45 112000 2017-09-13 05:32:11 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 500 42681 400 0 /assets/v1/images/bd.png - -
+d:\iislog\W3SVC\ra170913.ibl 1883 USKY-3D398D8F45 112000 2017-09-13 05:32:11 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 218 43269 405 0 /assets/v1/images/num1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 1884 USKY-3D398D8F45 112000 2017-09-13 05:32:11 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 46 20514 381 0 /assets/v1/images/num2_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 1885 USKY-3D398D8F45 112000 2017-09-13 05:32:11 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 62 28927 380 0 /assets/v1/images/num31.png - -
+d:\iislog\W3SVC\ra170913.ibl 1886 USKY-3D398D8F45 112000 2017-09-13 05:32:11 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 1546 0 380 64 /assets/v1/images/num28.png - -
+d:\iislog\W3SVC\ra170913.ibl 1887 USKY-3D398D8F45 112000 2017-09-13 05:32:12 5.9.62.130 222.73.136.94 80 GET HTTP/1.1 200 0 1031 22792 358 0 /index.php/news/read/ id=78 -
+d:\iislog\W3SVC\ra170913.ibl 1888 USKY-3D398D8F45 112000 2017-09-13 05:32:14 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 109 13136 531 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 1889 USKY-3D398D8F45 112000 2017-09-13 05:32:14 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 206 0 46 301 440 0 /assets/v1/images/num2_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 1890 USKY-3D398D8F45 112000 2017-09-13 05:32:14 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 206 0 46 305 444 0 /assets/v1/images/num1_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 1891 USKY-3D398D8F45 112000 2017-09-13 05:32:14 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 206 0 31 300 439 0 /assets/v1/images/num3_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 1892 USKY-3D398D8F45 112000 2017-09-13 05:32:14 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 206 0 78 303 440 0 /assets/v1/images/num28.png - -
+d:\iislog\W3SVC\ra170913.ibl 1893 USKY-3D398D8F45 112000 2017-09-13 05:32:14 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 206 0 109 303 440 0 /assets/v1/images/num29.png - -
+d:\iislog\W3SVC\ra170913.ibl 1894 USKY-3D398D8F45 112000 2017-09-13 05:32:14 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 234 32407 381 0 /assets/v1/images/num3_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 1895 USKY-3D398D8F45 112000 2017-09-13 05:32:15 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 206 0 421 123887 441 0 /assets/v1/images/num29.png - -
+d:\iislog\W3SVC\ra170913.ibl 1896 USKY-3D398D8F45 112000 2017-09-13 05:32:15 5.9.62.130 222.73.136.94 80 GET HTTP/1.1 200 0 1265 33300 358 0 /index.php/news/read/ id=80 -
+d:\iislog\W3SVC\ra170913.ibl 1897 USKY-3D398D8F45 112000 2017-09-13 05:32:15 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 156 54113 382 0 /assets/v1/images/footer2.png - -
+d:\iislog\W3SVC\ra170913.ibl 1898 USKY-3D398D8F45 112000 2017-09-13 05:32:15 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 125 47566 406 0 /assets/v1/images/alert1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 1899 USKY-3D398D8F45 112000 2017-09-13 05:32:15 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 312 44989 402 0 /assets/v1/images/spc.png - -
+d:\iislog\W3SVC\ra170913.ibl 1900 USKY-3D398D8F45 112000 2017-09-13 05:32:16 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 206 0 1359 92072 441 0 /assets/v1/images/num28.png - -
+d:\iislog\W3SVC\ra170913.ibl 1901 USKY-3D398D8F45 112000 2017-09-13 05:32:16 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 200 0 1343 50030 382 0 /assets/v1/images/footer1.png - -
+d:\iislog\W3SVC\ra170913.ibl 1902 USKY-3D398D8F45 112000 2017-09-13 05:32:16 123.112.64.82 222.73.136.94 80 GET HTTP/1.1 206 0 1656 0 444 64 /assets/v1/images/num1_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 1903 USKY-3D398D8F45 112000 2017-09-13 05:32:17 5.9.62.130 222.73.136.94 80 GET HTTP/1.1 200 0 796 15081 358 0 /index.php/news/read/ id=83 -
+d:\iislog\W3SVC\ra170913.ibl 1905 USKY-3D398D8F45 112000 2017-09-13 05:32:21 5.9.62.130 222.73.136.94 80 GET HTTP/1.1 200 0 1265 25387 358 0 /index.php/news/read/ id=84 -
+d:\iislog\W3SVC\ra170913.ibl 1906 USKY-3D398D8F45 112000 2017-09-13 05:32:23 5.9.62.130 222.73.136.94 80 GET HTTP/1.1 200 0 796 11922 358 0 /index.php/news/read/ id=85 -
+d:\iislog\W3SVC\ra170913.ibl 1907 USKY-3D398D8F45 112000 2017-09-13 05:32:26 5.9.62.130 222.73.136.94 80 GET HTTP/1.1 200 0 1281 38961 358 0 /index.php/news/read/ id=86 -
+d:\iislog\W3SVC\ra170913.ibl 1908 USKY-3D398D8F45 112000 2017-09-13 05:32:29 5.9.62.130 222.73.136.94 80 GET HTTP/1.1 200 0 796 12173 358 0 /index.php/news/read/ id=87 -
+d:\iislog\W3SVC\ra170913.ibl 1909 USKY-3D398D8F45 112000 2017-09-13 05:32:32 5.9.62.130 222.73.136.94 80 GET HTTP/1.1 200 0 796 13247 358 0 /index.php/news/read/ id=88 -
+d:\iislog\W3SVC\ra170913.ibl 1910 USKY-3D398D8F45 112000 2017-09-13 05:32:35 5.9.62.130 222.73.136.94 80 GET HTTP/1.1 200 0 812 11410 358 0 /index.php/news/read/ id=89 -
+d:\iislog\W3SVC\ra170913.ibl 1912 USKY-3D398D8F45 112000 2017-09-13 05:32:38 5.9.62.130 222.73.136.94 80 GET HTTP/1.1 200 0 1031 20919 358 0 /index.php/news/read/ id=90 -
+d:\iislog\W3SVC\ra170913.ibl 1913 USKY-3D398D8F45 112000 2017-09-13 05:32:42 5.9.62.130 222.73.136.94 80 GET HTTP/1.1 200 0 1312 34676 358 0 /index.php/news/read/ id=91 -
+d:\iislog\W3SVC\ra170913.ibl 1914 USKY-3D398D8F45 112000 2017-09-13 05:32:45 5.9.62.130 222.73.136.94 80 GET HTTP/1.1 200 0 812 15226 358 0 /index.php/news/read/ id=93 -
+d:\iislog\W3SVC\ra170913.ibl 1915 USKY-3D398D8F45 112000 2017-09-13 05:32:48 5.9.62.130 222.73.136.94 80 GET HTTP/1.1 200 0 1031 17818 358 0 /index.php/news/read/ id=94 -
+d:\iislog\W3SVC\ra170913.ibl 1916 USKY-3D398D8F45 112000 2017-09-13 05:32:52 5.9.62.130 222.73.136.94 80 GET HTTP/1.1 200 0 781 14581 358 0 /index.php/news/read/ id=95 -
+d:\iislog\W3SVC\ra170913.ibl 1917 USKY-3D398D8F45 112000 2017-09-13 05:32:55 5.9.62.130 222.73.136.94 80 GET HTTP/1.1 200 0 781 16131 358 0 /index.php/news/read/ id=98 -
+d:\iislog\W3SVC\ra170913.ibl 1918 USKY-3D398D8F45 112000 2017-09-13 05:32:58 5.9.62.130 222.73.136.94 80 GET HTTP/1.1 200 0 781 14029 358 0 /index.php/news/read/ id=99 -
+d:\iislog\W3SVC\ra170913.ibl 1919 USKY-3D398D8F45 112000 2017-09-13 05:34:09 27.8.224.179 222.73.136.94 80 POST HTTP/1.1 404 0 109 1358 942 0 /index.php/admin/include/uploadify.php tablepre=xx&met_lang=met_lang&lang=cn&met_admin_table=met_admin_table%20where%20usertype=3%23&metinfo_admin_id=1&metinfo_admin_pass=2&type=upfile&met_file_format=jpg|pphphp -
+d:\iislog\W3SVC\ra170913.ibl 1920 USKY-3D398D8F45 112000 2017-09-13 05:34:10 27.8.224.179 222.73.136.94 80 POST HTTP/1.1 404 0 109 1358 337 0 /index.php/feedback/uploadfile_save.php - -
+d:\iislog\W3SVC\ra170913.ibl 1936 USKY-3D398D8F45 112000 2017-09-13 05:41:20 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 859 13476 353 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 1941 USKY-3D398D8F45 112000 2017-09-13 05:42:08 115.28.171.22 222.73.136.94 80 GET HTTP/1.1 200 0 140 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 1944 USKY-3D398D8F45 112000 2017-09-13 05:42:34 101.88.224.11 222.73.136.94 80 GET HTTP/1.1 200 0 140 43552 449 0 /assets/v1/images/num1_bg_hover.png - -
+d:\iislog\W3SVC\ra170913.ibl 1945 USKY-3D398D8F45 112000 2017-09-13 05:42:35 101.88.224.11 222.73.136.94 80 GET HTTP/1.1 206 0 15 301 479 0 /assets/v1/images/num1_off.png - -
+d:\iislog\W3SVC\ra170913.ibl 1946 USKY-3D398D8F45 112000 2017-09-13 05:42:36 101.88.224.11 222.73.136.94 80 GET HTTP/1.1 206 0 78 0 481 64 /assets/v1/images/num1_off.png - -
+d:\iislog\W3SVC\ra170913.ibl 1947 USKY-3D398D8F45 112000 2017-09-13 05:43:46 106.11.158.156 222.73.136.94 80 GET HTTP/1.1 200 0 93 9369 184 0 /index.php/news/read/ id=21 -
+d:\iislog\W3SVC\ra170913.ibl 1948 USKY-3D398D8F45 112000 2017-09-13 05:43:50 121.40.130.38 222.73.136.94 80 GET HTTP/1.1 200 0 93 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 1951 USKY-3D398D8F45 112000 2017-09-13 05:45:31 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 218 1469 400 0 /assets/v1/css/jPages.css - -
+d:\iislog\W3SVC\ra170913.ibl 1952 USKY-3D398D8F45 112000 2017-09-13 05:45:31 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 250 1086 399 0 /assets/v1/css/reset.css - -
+d:\iislog\W3SVC\ra170913.ibl 1953 USKY-3D398D8F45 112000 2017-09-13 05:45:31 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 812 12514 401 0 /index.php/index/index1 - -
+d:\iislog\W3SVC\ra170913.ibl 1954 USKY-3D398D8F45 112000 2017-09-13 05:45:31 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 203 2794 398 0 /assets/v1/css/head.css - -
+d:\iislog\W3SVC\ra170913.ibl 1955 USKY-3D398D8F45 112000 2017-09-13 05:45:31 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 234 1533 400 0 /assets/v1/css/footer.css - -
+d:\iislog\W3SVC\ra170913.ibl 1956 USKY-3D398D8F45 112000 2017-09-13 05:45:31 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 218 492 384 0 /assets/v1/js/picture.js - -
+d:\iislog\W3SVC\ra170913.ibl 1957 USKY-3D398D8F45 112000 2017-09-13 05:45:32 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 671 18588 383 0 /assets/v1/js/jPages.js - -
+d:\iislog\W3SVC\ra170913.ibl 1958 USKY-3D398D8F45 112000 2017-09-13 05:45:32 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 437 3789 399 0 /assets/v1/css/index.css - -
+d:\iislog\W3SVC\ra170913.ibl 1959 USKY-3D398D8F45 112000 2017-09-13 05:45:32 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 234 3339 428 0 /assets/v1/images/ch.png - -
+d:\iislog\W3SVC\ra170913.ibl 1960 USKY-3D398D8F45 112000 2017-09-13 05:45:32 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 1562 96588 394 0 /assets/v1/js/jquery-1.11.1.min.js - -
+d:\iislog\W3SVC\ra170913.ibl 1961 USKY-3D398D8F45 112000 2017-09-13 05:45:33 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 890 42137 436 0 /assets/v1/images/slider1_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 1962 USKY-3D398D8F45 112000 2017-09-13 05:45:33 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 890 45152 436 0 /assets/v1/images/slider2_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 1963 USKY-3D398D8F45 112000 2017-09-13 05:45:33 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 437 57855 429 0 /assets/v1/images/wx1.png - -
+d:\iislog\W3SVC\ra170913.ibl 1964 USKY-3D398D8F45 112000 2017-09-13 05:45:33 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 437 3373 391 0 /assets/v1/js/jquery.plugins.js - -
+d:\iislog\W3SVC\ra170913.ibl 1965 USKY-3D398D8F45 112000 2017-09-13 05:45:34 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 656 8730 398 0 /assets/v1/css/base.css - -
+d:\iislog\W3SVC\ra170913.ibl 1966 USKY-3D398D8F45 112000 2017-09-13 05:45:34 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 1015 174197 434 0 /assets/v1/images/num20_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 1967 USKY-3D398D8F45 112000 2017-09-13 05:45:34 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 484 132199 434 0 /assets/v1/images/num23_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 1968 USKY-3D398D8F45 112000 2017-09-13 05:45:34 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 2828 11689 400 0 /assets/v1/js/jquery.SuperSlide.2.1.1.js - -
+d:\iislog\W3SVC\ra170913.ibl 1969 USKY-3D398D8F45 112000 2017-09-13 05:45:34 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 640 35546 432 0 /assets/v1/images/index1.png - -
+d:\iislog\W3SVC\ra170913.ibl 1970 USKY-3D398D8F45 112000 2017-09-13 05:45:34 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 218 20514 432 0 /assets/v1/images/num2_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 1971 USKY-3D398D8F45 112000 2017-09-13 05:45:35 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 625 37602 432 0 /assets/v1/images/index3.png - -
+d:\iislog\W3SVC\ra170913.ibl 1972 USKY-3D398D8F45 112000 2017-09-13 05:45:35 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 218 32407 432 0 /assets/v1/images/num3_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 1973 USKY-3D398D8F45 112000 2017-09-13 05:45:35 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 218 50030 433 0 /assets/v1/images/footer1.png - -
+d:\iislog\W3SVC\ra170913.ibl 1974 USKY-3D398D8F45 112000 2017-09-13 05:45:36 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 234 54113 433 0 /assets/v1/images/footer2.png - -
+d:\iislog\W3SVC\ra170913.ibl 1975 USKY-3D398D8F45 112000 2017-09-13 05:45:36 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 2015 24271 432 0 /assets/v1/images/num1_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 1976 USKY-3D398D8F45 112000 2017-09-13 05:45:38 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 2578 43618 430 0 /assets/v1/images/logo.png - -
+d:\iislog\W3SVC\ra170913.ibl 1977 USKY-3D398D8F45 112000 2017-09-13 05:45:38 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 4484 46255 432 0 /assets/v1/images/index2.png - -
+d:\iislog\W3SVC\ra170913.ibl 1978 USKY-3D398D8F45 112000 2017-09-13 05:45:39 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 3031 173236 428 0 /assets/v1/images/eg.png - -
+d:\iislog\W3SVC\ra170913.ibl 1979 USKY-3D398D8F45 112000 2017-09-13 05:45:39 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 6593 45520 436 0 /assets/v1/images/slider3_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 1980 USKY-3D398D8F45 112000 2017-09-13 05:45:40 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 6218 141946 434 0 /assets/v1/images/num21_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 1981 USKY-3D398D8F45 112000 2017-09-13 05:45:41 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 2296 42681 428 0 /assets/v1/images/bd.png - -
+d:\iislog\W3SVC\ra170913.ibl 1982 USKY-3D398D8F45 112000 2017-09-13 05:45:41 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 1312 41156 434 0 /assets/v1/images/meun_tab.png - -
+d:\iislog\W3SVC\ra170913.ibl 1983 USKY-3D398D8F45 112000 2017-09-13 05:45:42 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 8968 144697 434 0 /assets/v1/images/num24_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 1984 USKY-3D398D8F45 112000 2017-09-13 05:45:44 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 4921 44989 429 0 /assets/v1/images/spc.png - -
+d:\iislog\W3SVC\ra170913.ibl 1985 USKY-3D398D8F45 112000 2017-09-13 05:45:48 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 9234 43269 433 0 /assets/v1/images/num1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 1986 USKY-3D398D8F45 112000 2017-09-13 05:45:51 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 404 0 4500 1358 372 0 /index.php/favicon.ico - -
+d:\iislog\W3SVC\ra170913.ibl 1987 USKY-3D398D8F45 112000 2017-09-13 05:45:53 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 2421 77210 435 0 /assets/v1/images/num21_off.png - -
+d:\iislog\W3SVC\ra170913.ibl 1989 USKY-3D398D8F45 112000 2017-09-13 05:46:05 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 15406 75612 435 0 /assets/v1/images/num23_off.png - -
+d:\iislog\W3SVC\ra170913.ibl 1992 USKY-3D398D8F45 112000 2017-09-13 05:46:21 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 3250 43552 439 0 /assets/v1/images/num1_bg_hover.png - -
+d:\iislog\W3SVC\ra170913.ibl 1994 USKY-3D398D8F45 112000 2017-09-13 05:46:31 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 3359 80814 435 0 /assets/v1/images/num24_off.png - -
+d:\iislog\W3SVC\ra170913.ibl 1995 USKY-3D398D8F45 112000 2017-09-13 05:46:41 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 718 10691 463 0 /index.php/cloud/index1 - -
+d:\iislog\W3SVC\ra170913.ibl 1996 USKY-3D398D8F45 112000 2017-09-13 05:46:41 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 234 2435 402 0 /assets/v1/css/platform.css - -
+d:\iislog\W3SVC\ra170913.ibl 1999 USKY-3D398D8F45 112000 2017-09-13 05:46:47 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 5953 107059 430 0 /assets/v1/images/eg70.png - -
+d:\iislog\W3SVC\ra170913.ibl 2000 USKY-3D398D8F45 112000 2017-09-13 05:46:49 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 7750 89547 430 0 /assets/v1/images/eg67.png - -
+d:\iislog\W3SVC\ra170913.ibl 2001 USKY-3D398D8F45 112000 2017-09-13 05:46:50 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 2640 100276 429 0 /assets/v1/images/eg7.png - -
+d:\iislog\W3SVC\ra170913.ibl 2002 USKY-3D398D8F45 112000 2017-09-13 05:46:51 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 890 46701 433 0 /assets/v1/images/eg71_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2003 USKY-3D398D8F45 112000 2017-09-13 05:46:52 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 656 44187 434 0 /assets/v1/images/box_3_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 2004 USKY-3D398D8F45 112000 2017-09-13 05:46:58 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 16390 101532 430 0 /assets/v1/images/eg69.png - -
+d:\iislog\W3SVC\ra170913.ibl 2005 USKY-3D398D8F45 112000 2017-09-13 05:47:02 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 18468 82737 429 0 /assets/v1/images/eg4.png - -
+d:\iislog\W3SVC\ra170913.ibl 2006 USKY-3D398D8F45 112000 2017-09-13 05:47:02 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 18625 101651 430 0 /assets/v1/images/eg68.png - -
+d:\iislog\W3SVC\ra170913.ibl 2007 USKY-3D398D8F45 112000 2017-09-13 05:47:06 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 296 13606 451 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 2008 USKY-3D398D8F45 112000 2017-09-13 05:47:06 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 421 3260 416 0 /assets/v1/images/eh.png - -
+d:\iislog\W3SVC\ra170913.ibl 2009 USKY-3D398D8F45 112000 2017-09-13 05:47:08 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 1375 42424 417 0 /assets/v1/images/tel.png - -
+d:\iislog\W3SVC\ra170913.ibl 2011 USKY-3D398D8F45 112000 2017-09-13 05:47:17 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 10234 126613 419 0 /assets/v1/images/num28.png - -
+d:\iislog\W3SVC\ra170913.ibl 2012 USKY-3D398D8F45 112000 2017-09-13 05:47:19 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 11000 162783 419 0 /assets/v1/images/num29.png - -
+d:\iislog\W3SVC\ra170913.ibl 2013 USKY-3D398D8F45 112000 2017-09-13 05:47:30 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 13640 28927 419 0 /assets/v1/images/num31.png - -
+d:\iislog\W3SVC\ra170913.ibl 2014 USKY-3D398D8F45 112000 2017-09-13 05:47:37 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 31187 355323 421 0 /assets/v1/images/num2_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2015 USKY-3D398D8F45 112000 2017-09-13 05:47:40 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 29453 338195 421 0 /assets/v1/images/num3_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2016 USKY-3D398D8F45 112000 2017-09-13 05:47:56 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 73781 0 429 64 /assets/v1/images/eg3.png - -
+d:\iislog\W3SVC\ra170913.ibl 2018 USKY-3D398D8F45 112000 2017-09-13 05:48:36 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 90328 419700 421 0 /assets/v1/images/num1_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2019 USKY-3D398D8F45 112000 2017-09-13 05:48:46 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 100234 366588 421 0 /assets/v1/images/num4_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2020 USKY-3D398D8F45 112000 2017-09-13 05:49:11 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 5109 203544 422 0 /assets/v1/images/num4_off.png - -
+d:\iislog\W3SVC\ra170913.ibl 2021 USKY-3D398D8F45 112000 2017-09-13 05:49:17 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 10921 186665 422 0 /assets/v1/images/num3_off.png - -
+d:\iislog\W3SVC\ra170913.ibl 2022 USKY-3D398D8F45 112000 2017-09-13 05:49:24 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 296 10853 444 0 /index.php/cloud - -
+d:\iislog\W3SVC\ra170913.ibl 2023 USKY-3D398D8F45 112000 2017-09-13 05:49:26 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 468 27673 424 0 /assets/v1/images/num20.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 2024 USKY-3D398D8F45 112000 2017-09-13 05:49:28 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 3328 32499 424 0 /assets/v1/images/num24.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 2025 USKY-3D398D8F45 112000 2017-09-13 05:49:28 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 3453 31154 424 0 /assets/v1/images/num23.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 2026 USKY-3D398D8F45 112000 2017-09-13 05:49:28 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 1093 31870 424 0 /assets/v1/images/num25.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 2027 USKY-3D398D8F45 112000 2017-09-13 05:49:33 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 4812 46034 427 0 /assets/v1/images/num11_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2028 USKY-3D398D8F45 112000 2017-09-13 05:49:36 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 11515 201437 424 0 /assets/v1/images/num32.png - -
+d:\iislog\W3SVC\ra170913.ibl 2029 USKY-3D398D8F45 112000 2017-09-13 05:49:43 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 17265 90498 424 0 /assets/v1/images/num10.png - -
+d:\iislog\W3SVC\ra170913.ibl 2030 USKY-3D398D8F45 112000 2017-09-13 05:49:53 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 28562 31692 424 0 /assets/v1/images/num22.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 2036 USKY-3D398D8F45 112000 2017-09-13 05:51:15 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 200 0 812 13476 371 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 2037 USKY-3D398D8F45 112000 2017-09-13 05:51:15 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 200 0 203 492 382 0 /assets/v1/js/picture.js - -
+d:\iislog\W3SVC\ra170913.ibl 2038 USKY-3D398D8F45 112000 2017-09-13 05:51:15 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 200 0 218 2794 396 0 /assets/v1/css/head.css - -
+d:\iislog\W3SVC\ra170913.ibl 2039 USKY-3D398D8F45 112000 2017-09-13 05:51:16 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 200 0 328 1469 398 0 /assets/v1/css/jPages.css - -
+d:\iislog\W3SVC\ra170913.ibl 2040 USKY-3D398D8F45 112000 2017-09-13 05:51:16 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 200 0 187 1533 398 0 /assets/v1/css/footer.css - -
+d:\iislog\W3SVC\ra170913.ibl 2041 USKY-3D398D8F45 112000 2017-09-13 05:51:16 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 200 0 187 3260 426 0 /assets/v1/images/eh.png - -
+d:\iislog\W3SVC\ra170913.ibl 2042 USKY-3D398D8F45 112000 2017-09-13 05:51:17 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 200 0 812 42137 434 0 /assets/v1/images/slider1_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2043 USKY-3D398D8F45 112000 2017-09-13 05:51:17 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 200 0 421 45152 434 0 /assets/v1/images/slider2_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2044 USKY-3D398D8F45 112000 2017-09-13 05:51:18 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 200 0 609 45520 434 0 /assets/v1/images/slider3_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2045 USKY-3D398D8F45 112000 2017-09-13 05:51:26 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 200 0 8828 11689 398 0 /assets/v1/js/jquery.SuperSlide.2.1.1.js - -
+d:\iislog\W3SVC\ra170913.ibl 2046 USKY-3D398D8F45 112000 2017-09-13 05:51:29 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 200 0 13218 18588 381 0 /assets/v1/js/jPages.js - -
+d:\iislog\W3SVC\ra170913.ibl 2049 USKY-3D398D8F45 112000 2017-09-13 05:51:33 220.181.108.108 222.73.136.94 80 GET HTTP/1.1 200 0 171 13194 240 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 2051 USKY-3D398D8F45 112000 2017-09-13 05:51:48 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 200 0 32890 96588 392 0 /assets/v1/js/jquery-1.11.1.min.js - -
+d:\iislog\W3SVC\ra170913.ibl 2052 USKY-3D398D8F45 112000 2017-09-13 05:51:50 124.206.180.130 222.73.136.94 80 GET HTTP/1.1 200 0 156 13194 117 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 2053 USKY-3D398D8F45 112000 2017-09-13 05:51:56 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 200 0 7765 126613 429 0 /assets/v1/images/num28.png - -
+d:\iislog\W3SVC\ra170913.ibl 2054 USKY-3D398D8F45 112000 2017-09-13 05:51:56 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 200 0 578 24271 430 0 /assets/v1/images/num1_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 2055 USKY-3D398D8F45 112000 2017-09-13 05:51:58 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 200 0 2140 20514 430 0 /assets/v1/images/num2_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 2056 USKY-3D398D8F45 112000 2017-09-13 05:52:03 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 200 0 4359 28927 429 0 /assets/v1/images/num31.png - -
+d:\iislog\W3SVC\ra170913.ibl 2058 USKY-3D398D8F45 112000 2017-09-13 05:52:05 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 200 0 2421 50030 431 0 /assets/v1/images/footer1.png - -
+d:\iislog\W3SVC\ra170913.ibl 2059 USKY-3D398D8F45 112000 2017-09-13 05:52:09 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 200 0 3953 54113 431 0 /assets/v1/images/footer2.png - -
+d:\iislog\W3SVC\ra170913.ibl 2060 USKY-3D398D8F45 112000 2017-09-13 05:52:10 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 200 0 1156 42424 427 0 /assets/v1/images/tel.png - -
+d:\iislog\W3SVC\ra170913.ibl 2061 USKY-3D398D8F45 112000 2017-09-13 05:52:11 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 200 0 765 43269 431 0 /assets/v1/images/num1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 2062 USKY-3D398D8F45 112000 2017-09-13 05:52:12 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 200 0 765 44989 427 0 /assets/v1/images/spc.png - -
+d:\iislog\W3SVC\ra170913.ibl 2064 USKY-3D398D8F45 112000 2017-09-13 05:52:56 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 200 0 89578 355323 431 0 /assets/v1/images/num2_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2065 USKY-3D398D8F45 112000 2017-09-13 05:53:25 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 237125 745769 424 0 /assets/v1/images/num26.png - -
+d:\iislog\W3SVC\ra170913.ibl 2066 USKY-3D398D8F45 112000 2017-09-13 05:54:14 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 200 0 176546 419700 431 0 /assets/v1/images/num1_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2068 USKY-3D398D8F45 112000 2017-09-13 05:54:45 106.11.158.156 222.73.136.94 80 GET HTTP/1.1 200 0 93 14347 184 0 /index.php/news/read/ id=95 -
+d:\iislog\W3SVC\ra170913.ibl 2069 USKY-3D398D8F45 112000 2017-09-13 05:55:36 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 875 13606 444 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 2070 USKY-3D398D8F45 112000 2017-09-13 05:55:50 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 3312 10853 444 0 /index.php/cloud - -
+d:\iislog\W3SVC\ra170913.ibl 2071 USKY-3D398D8F45 112000 2017-09-13 05:55:54 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 404 0 343 1358 236 0 /index.php/apple-touch-icon-120x120-precomposed.png - -
+d:\iislog\W3SVC\ra170913.ibl 2072 USKY-3D398D8F45 112000 2017-09-13 05:55:55 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 404 0 218 1358 224 0 /index.php/apple-touch-icon-120x120.png - -
+d:\iislog\W3SVC\ra170913.ibl 2073 USKY-3D398D8F45 112000 2017-09-13 05:55:55 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 404 0 218 1358 228 0 /index.php/apple-touch-icon-precomposed.png - -
+d:\iislog\W3SVC\ra170913.ibl 2074 USKY-3D398D8F45 112000 2017-09-13 05:55:56 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 404 0 281 1358 216 0 /index.php/apple-touch-icon.png - -
+d:\iislog\W3SVC\ra170913.ibl 2078 USKY-3D398D8F45 112000 2017-09-13 05:56:28 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 200 0 29359 371 414 64 /index.php/example - -
+d:\iislog\W3SVC\ra170913.ibl 2082 USKY-3D398D8F45 112000 2017-09-13 05:57:08 115.28.171.22 222.73.136.94 80 GET HTTP/1.1 200 0 156 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 2084 USKY-3D398D8F45 112000 2017-09-13 05:57:26 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 200 0 734 10705 454 0 /index.php/cloud - -
+d:\iislog\W3SVC\ra170913.ibl 2085 USKY-3D398D8F45 112000 2017-09-13 05:57:29 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 200 0 453 2435 405 0 /assets/v1/css/platform.css - -
+d:\iislog\W3SVC\ra170913.ibl 2086 USKY-3D398D8F45 112000 2017-09-13 05:57:33 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 200 0 3890 31692 434 0 /assets/v1/images/num22.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 2087 USKY-3D398D8F45 112000 2017-09-13 05:57:34 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 200 0 7796 0 434 64 /assets/v1/images/num20.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 2088 USKY-3D398D8F45 112000 2017-09-13 05:57:35 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 200 0 1734 0 434 64 /assets/v1/images/num24.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 2089 USKY-3D398D8F45 112000 2017-09-13 05:57:37 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 200 0 8031 0 434 64 /assets/v1/images/num23.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 2090 USKY-3D398D8F45 112000 2017-09-13 05:57:41 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 200 0 703 10705 454 0 /index.php/cloud - -
+d:\iislog\W3SVC\ra170913.ibl 2091 USKY-3D398D8F45 112000 2017-09-13 05:57:42 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 200 0 1062 32499 434 0 /assets/v1/images/num24.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 2092 USKY-3D398D8F45 112000 2017-09-13 05:57:43 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 200 0 1015 31154 434 0 /assets/v1/images/num23.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 2093 USKY-3D398D8F45 112000 2017-09-13 05:57:44 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 200 0 625 90498 434 0 /assets/v1/images/num10.png - -
+d:\iislog\W3SVC\ra170913.ibl 2094 USKY-3D398D8F45 112000 2017-09-13 05:57:44 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 200 0 2093 31870 434 0 /assets/v1/images/num25.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 2095 USKY-3D398D8F45 112000 2017-09-13 05:57:46 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 200 0 4953 27673 434 0 /assets/v1/images/num20.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 2096 USKY-3D398D8F45 112000 2017-09-13 05:57:49 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 200 0 2875 44187 437 0 /assets/v1/images/box_3_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 2097 USKY-3D398D8F45 112000 2017-09-13 05:57:51 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 200 0 6906 46034 437 0 /assets/v1/images/num11_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2098 USKY-3D398D8F45 112000 2017-09-13 05:58:08 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 200 0 25234 201437 434 0 /assets/v1/images/num32.png - -
+d:\iislog\W3SVC\ra170913.ibl 2100 USKY-3D398D8F45 112000 2017-09-13 05:58:50 121.40.130.38 222.73.136.94 80 GET HTTP/1.1 200 0 109 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 2101 USKY-3D398D8F45 112000 2017-09-13 05:59:40 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 200 0 116828 745769 434 0 /assets/v1/images/num26.png - -
+d:\iislog\W3SVC\ra170913.ibl 2102 USKY-3D398D8F45 112000 2017-09-13 06:00:06 106.11.158.156 222.73.136.94 80 GET HTTP/1.1 200 0 109 14701 191 0 /index.php/news/read/ id=110 -
+d:\iislog\W3SVC\ra170913.ibl 2113 USKY-3D398D8F45 112000 2017-09-13 06:05:15 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 1062 22117 449 0 /index.php/about - -
+d:\iislog\W3SVC\ra170913.ibl 2114 USKY-3D398D8F45 112000 2017-09-13 06:05:18 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 3062 5778 391 0 /assets/v1/css/area.css - -
+d:\iislog\W3SVC\ra170913.ibl 2115 USKY-3D398D8F45 112000 2017-09-13 06:05:24 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 6765 40771 421 0 /assets/v1/images/yt.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 2116 USKY-3D398D8F45 112000 2017-09-13 06:05:29 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 14593 119155 428 0 /assets/v1/images/about_top.png - -
+d:\iislog\W3SVC\ra170913.ibl 2124 USKY-3D398D8F45 112000 2017-09-13 06:06:54 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 94578 169833 425 0 /assets/v1/images/course.png - -
+d:\iislog\W3SVC\ra170913.ibl 2126 USKY-3D398D8F45 112000 2017-09-13 06:07:39 117.184.88.158 222.73.136.94 80 GET HTTP/1.1 200 0 109 13382 517 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 2127 USKY-3D398D8F45 112000 2017-09-13 06:07:39 117.184.88.158 222.73.136.94 80 GET HTTP/1.1 200 0 31 1086 445 0 /assets/v1/css/reset.css - -
+d:\iislog\W3SVC\ra170913.ibl 2128 USKY-3D398D8F45 112000 2017-09-13 06:07:39 117.184.88.158 222.73.136.94 80 GET HTTP/1.1 200 0 31 1469 446 0 /assets/v1/css/jPages.css - -
+d:\iislog\W3SVC\ra170913.ibl 2129 USKY-3D398D8F45 112000 2017-09-13 06:07:39 117.184.88.158 222.73.136.94 80 GET HTTP/1.1 200 0 46 3789 445 0 /assets/v1/css/index.css - -
+d:\iislog\W3SVC\ra170913.ibl 2130 USKY-3D398D8F45 112000 2017-09-13 06:07:39 117.184.88.158 222.73.136.94 80 GET HTTP/1.1 200 0 46 8730 444 0 /assets/v1/css/base.css - -
+d:\iislog\W3SVC\ra170913.ibl 2131 USKY-3D398D8F45 112000 2017-09-13 06:07:39 117.184.88.158 222.73.136.94 80 GET HTTP/1.1 200 0 78 2794 444 0 /assets/v1/css/head.css - -
+d:\iislog\W3SVC\ra170913.ibl 2132 USKY-3D398D8F45 112000 2017-09-13 06:07:39 117.184.88.158 222.73.136.94 80 GET HTTP/1.1 200 0 93 18588 429 0 /assets/v1/js/jPages.js - -
+d:\iislog\W3SVC\ra170913.ibl 2133 USKY-3D398D8F45 112000 2017-09-13 06:07:39 117.184.88.158 222.73.136.94 80 GET HTTP/1.1 200 0 125 11689 446 0 /assets/v1/js/jquery.SuperSlide.2.1.1.js - -
+d:\iislog\W3SVC\ra170913.ibl 2134 USKY-3D398D8F45 112000 2017-09-13 06:07:39 117.184.88.158 222.73.136.94 80 GET HTTP/1.1 200 0 15 1533 446 0 /assets/v1/css/footer.css - -
+d:\iislog\W3SVC\ra170913.ibl 2135 USKY-3D398D8F45 112000 2017-09-13 06:07:39 117.184.88.158 222.73.136.94 80 GET HTTP/1.1 200 0 265 3373 437 0 /assets/v1/js/jquery.plugins.js - -
+d:\iislog\W3SVC\ra170913.ibl 2136 USKY-3D398D8F45 112000 2017-09-13 06:07:39 117.184.88.158 222.73.136.94 80 GET HTTP/1.1 200 0 250 492 430 0 /assets/v1/js/picture.js - -
+d:\iislog\W3SVC\ra170913.ibl 2137 USKY-3D398D8F45 112000 2017-09-13 06:07:39 117.184.88.158 222.73.136.94 80 GET HTTP/1.1 200 0 156 3260 455 0 /assets/v1/images/eh.png - -
+d:\iislog\W3SVC\ra170913.ibl 2138 USKY-3D398D8F45 112000 2017-09-13 06:07:40 117.184.88.158 222.73.136.94 80 GET HTTP/1.1 200 0 140 42137 463 0 /assets/v1/images/slider1_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2139 USKY-3D398D8F45 112000 2017-09-13 06:07:40 117.184.88.158 222.73.136.94 80 GET HTTP/1.1 200 0 78 45152 463 0 /assets/v1/images/slider2_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2140 USKY-3D398D8F45 112000 2017-09-13 06:07:40 117.184.88.158 222.73.136.94 80 GET HTTP/1.1 200 0 421 96588 440 0 /assets/v1/js/jquery-1.11.1.min.js - -
+d:\iislog\W3SVC\ra170913.ibl 2141 USKY-3D398D8F45 112000 2017-09-13 06:07:40 117.184.88.158 222.73.136.94 80 GET HTTP/1.1 200 0 62 57855 456 0 /assets/v1/images/wx1.png - -
+d:\iislog\W3SVC\ra170913.ibl 2142 USKY-3D398D8F45 112000 2017-09-13 06:07:40 117.184.88.158 222.73.136.94 80 GET HTTP/1.1 200 0 343 45520 463 0 /assets/v1/images/slider3_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2143 USKY-3D398D8F45 112000 2017-09-13 06:07:40 117.184.88.158 222.73.136.94 80 GET HTTP/1.1 200 0 109 43618 479 0 /assets/v1/images/logo.png - -
+d:\iislog\W3SVC\ra170913.ibl 2144 USKY-3D398D8F45 112000 2017-09-13 06:07:40 117.184.88.158 222.73.136.94 80 GET HTTP/1.1 200 0 125 41156 483 0 /assets/v1/images/meun_tab.png - -
+d:\iislog\W3SVC\ra170913.ibl 2145 USKY-3D398D8F45 112000 2017-09-13 06:07:40 117.184.88.158 222.73.136.94 80 GET HTTP/1.1 200 0 546 97969 413 0 /uploads/avatar/3%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E6%96%B0%E9%97%BB%E8%B5%84%E8%AE%AF.png - -
+d:\iislog\W3SVC\ra170913.ibl 2146 USKY-3D398D8F45 112000 2017-09-13 06:07:40 117.184.88.158 222.73.136.94 80 GET HTTP/1.1 200 0 218 126613 458 0 /assets/v1/images/num28.png - -
+d:\iislog\W3SVC\ra170913.ibl 2147 USKY-3D398D8F45 112000 2017-09-13 06:07:40 117.184.88.158 222.73.136.94 80 GET HTTP/1.1 200 0 31 24271 459 0 /assets/v1/images/num1_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 2148 USKY-3D398D8F45 112000 2017-09-13 06:07:41 117.184.88.158 222.73.136.94 80 GET HTTP/1.1 200 0 1218 42424 478 0 /assets/v1/images/tel.png - -
+d:\iislog\W3SVC\ra170913.ibl 2149 USKY-3D398D8F45 112000 2017-09-13 06:07:41 117.184.88.158 222.73.136.94 80 GET HTTP/1.1 200 0 31 20514 459 0 /assets/v1/images/num2_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 2150 USKY-3D398D8F45 112000 2017-09-13 06:07:41 117.184.88.158 222.73.136.94 80 GET HTTP/1.1 200 0 109 28927 458 0 /assets/v1/images/num31.png - -
+d:\iislog\W3SVC\ra170913.ibl 2151 USKY-3D398D8F45 112000 2017-09-13 06:07:41 117.184.88.158 222.73.136.94 80 GET HTTP/1.1 200 0 203 32407 459 0 /assets/v1/images/num3_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 2152 USKY-3D398D8F45 112000 2017-09-13 06:07:42 117.184.88.158 222.73.136.94 80 GET HTTP/1.1 200 0 437 64070 457 0 /uploads/logo/partner1.png - -
+d:\iislog\W3SVC\ra170913.ibl 2153 USKY-3D398D8F45 112000 2017-09-13 06:07:42 117.184.88.158 222.73.136.94 80 GET HTTP/1.1 200 0 1859 105595 413 0 /uploads/avatar/4%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E4%BA%BA%E5%8A%9B%E8%B5%84%E6%BA%90.png - -
+d:\iislog\W3SVC\ra170913.ibl 2154 USKY-3D398D8F45 112000 2017-09-13 06:07:42 117.184.88.158 222.73.136.94 80 GET HTTP/1.1 200 0 2703 166408 404 0 /uploads/avatar/1%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E6%B0%B8%E5%A4%A9%E4%BA%91.png - -
+d:\iislog\W3SVC\ra170913.ibl 2155 USKY-3D398D8F45 112000 2017-09-13 06:07:42 117.184.88.158 222.73.136.94 80 GET HTTP/1.1 200 0 2000 162783 458 0 /assets/v1/images/num29.png - -
+d:\iislog\W3SVC\ra170913.ibl 2156 USKY-3D398D8F45 112000 2017-09-13 06:07:43 117.184.88.158 222.73.136.94 80 GET HTTP/1.1 200 0 2812 103874 413 0 /uploads/avatar/2%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E5%AE%A2%E6%88%B7%E6%A1%88%E4%BE%8B.png - -
+d:\iislog\W3SVC\ra170913.ibl 2157 USKY-3D398D8F45 112000 2017-09-13 06:07:43 117.184.88.158 222.73.136.94 80 GET HTTP/1.1 200 0 906 61076 457 0 /uploads/logo/partner2.png - -
+d:\iislog\W3SVC\ra170913.ibl 2158 USKY-3D398D8F45 112000 2017-09-13 06:07:43 117.184.88.158 222.73.136.94 80 GET HTTP/1.1 200 0 78 57699 457 0 /uploads/logo/partner4.png - -
+d:\iislog\W3SVC\ra170913.ibl 2159 USKY-3D398D8F45 112000 2017-09-13 06:07:44 117.184.88.158 222.73.136.94 80 GET HTTP/1.1 200 0 1093 0 457 64 /uploads/logo/partner3.png - -
+d:\iislog\W3SVC\ra170913.ibl 2160 USKY-3D398D8F45 112000 2017-09-13 06:07:44 117.184.88.158 222.73.136.94 80 GET HTTP/1.1 200 0 1421 21919 513 0 /index.php/about - -
+d:\iislog\W3SVC\ra170913.ibl 2161 USKY-3D398D8F45 112000 2017-09-13 06:07:44 117.184.88.158 222.73.136.94 80 GET HTTP/1.1 200 0 250 5778 449 0 /assets/v1/css/area.css - -
+d:\iislog\W3SVC\ra170913.ibl 2162 USKY-3D398D8F45 112000 2017-09-13 06:07:44 117.184.88.158 222.73.136.94 80 GET HTTP/1.1 200 0 156 119155 467 0 /assets/v1/images/about_top.png - -
+d:\iislog\W3SVC\ra170913.ibl 2163 USKY-3D398D8F45 112000 2017-09-13 06:07:44 117.184.88.158 222.73.136.94 80 GET HTTP/1.1 200 0 31 40771 460 0 /assets/v1/images/yt.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 2164 USKY-3D398D8F45 112000 2017-09-13 06:07:45 117.184.88.158 222.73.136.94 80 GET HTTP/1.1 200 0 218 169833 464 0 /assets/v1/images/course.png - -
+d:\iislog\W3SVC\ra170913.ibl 2165 USKY-3D398D8F45 112000 2017-09-13 06:07:45 117.184.88.158 222.73.136.94 80 GET HTTP/1.1 200 0 437 50030 465 0 /assets/v1/images/footer1.png - -
+d:\iislog\W3SVC\ra170913.ibl 2166 USKY-3D398D8F45 112000 2017-09-13 06:07:45 117.184.88.158 222.73.136.94 80 GET HTTP/1.1 200 0 171 44989 480 0 /assets/v1/images/spc.png - -
+d:\iislog\W3SVC\ra170913.ibl 2167 USKY-3D398D8F45 112000 2017-09-13 06:07:45 117.184.88.158 222.73.136.94 80 GET HTTP/1.1 200 0 250 54113 465 0 /assets/v1/images/footer2.png - -
+d:\iislog\W3SVC\ra170913.ibl 2168 USKY-3D398D8F45 112000 2017-09-13 06:07:45 117.184.88.158 222.73.136.94 80 GET HTTP/1.1 200 0 234 42681 477 0 /assets/v1/images/bd.png - -
+d:\iislog\W3SVC\ra170913.ibl 2169 USKY-3D398D8F45 112000 2017-09-13 06:07:45 117.184.88.158 222.73.136.94 80 GET HTTP/1.1 200 0 390 50498 482 0 /assets/v1/images/n1_1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 2170 USKY-3D398D8F45 112000 2017-09-13 06:07:46 117.184.88.158 222.73.136.94 80 GET HTTP/1.1 200 0 265 9772 462 0 /assets/v1/images/mark.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 2171 USKY-3D398D8F45 112000 2017-09-13 06:07:47 117.184.88.158 222.73.136.94 80 GET HTTP/1.1 200 0 1578 41331 480 0 /assets/v1/images/n1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 2172 USKY-3D398D8F45 112000 2017-09-13 06:07:47 117.184.88.158 222.73.136.94 80 GET HTTP/1.1 200 0 1718 47566 484 0 /assets/v1/images/alert1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 2173 USKY-3D398D8F45 112000 2017-09-13 06:07:47 117.184.88.158 222.73.136.94 80 GET HTTP/1.1 404 0 31 1358 448 0 /index.php/favicon.ico - -
+d:\iislog\W3SVC\ra170913.ibl 2175 USKY-3D398D8F45 112000 2017-09-13 06:08:54 180.149.143.150 222.73.136.94 80 GET HTTP/1.1 200 0 1234 331007 526 0 /upload/201401/09/201401091528289062.png - -
+d:\iislog\W3SVC\ra170913.ibl 2176 USKY-3D398D8F45 112000 2017-09-13 06:09:06 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 404 0 31 1358 245 0 /index.php/favicon.ico - -
+d:\iislog\W3SVC\ra170913.ibl 2177 USKY-3D398D8F45 112000 2017-09-13 06:09:06 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 109 13382 387 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 2178 USKY-3D398D8F45 112000 2017-09-13 06:09:06 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 15 8730 399 0 /assets/v1/css/base.css - -
+d:\iislog\W3SVC\ra170913.ibl 2179 USKY-3D398D8F45 112000 2017-09-13 06:09:06 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 15 1533 401 0 /assets/v1/css/footer.css - -
+d:\iislog\W3SVC\ra170913.ibl 2180 USKY-3D398D8F45 112000 2017-09-13 06:09:06 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 15 1469 401 0 /assets/v1/css/jPages.css - -
+d:\iislog\W3SVC\ra170913.ibl 2181 USKY-3D398D8F45 112000 2017-09-13 06:09:06 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 31 1086 400 0 /assets/v1/css/reset.css - -
+d:\iislog\W3SVC\ra170913.ibl 2182 USKY-3D398D8F45 112000 2017-09-13 06:09:06 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 31 3789 400 0 /assets/v1/css/index.css - -
+d:\iislog\W3SVC\ra170913.ibl 2183 USKY-3D398D8F45 112000 2017-09-13 06:09:06 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 46 2794 399 0 /assets/v1/css/head.css - -
+d:\iislog\W3SVC\ra170913.ibl 2184 USKY-3D398D8F45 112000 2017-09-13 06:09:06 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 31 492 385 0 /assets/v1/js/picture.js - -
+d:\iislog\W3SVC\ra170913.ibl 2185 USKY-3D398D8F45 112000 2017-09-13 06:09:06 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 31 3260 410 0 /assets/v1/images/eh.png - -
+d:\iislog\W3SVC\ra170913.ibl 2186 USKY-3D398D8F45 112000 2017-09-13 06:09:06 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 140 96588 395 0 /assets/v1/js/jquery-1.11.1.min.js - -
+d:\iislog\W3SVC\ra170913.ibl 2187 USKY-3D398D8F45 112000 2017-09-13 06:09:06 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 109 18588 384 0 /assets/v1/js/jPages.js - -
+d:\iislog\W3SVC\ra170913.ibl 2188 USKY-3D398D8F45 112000 2017-09-13 06:09:06 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 109 11689 401 0 /assets/v1/js/jquery.SuperSlide.2.1.1.js - -
+d:\iislog\W3SVC\ra170913.ibl 2189 USKY-3D398D8F45 112000 2017-09-13 06:09:06 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 109 3373 392 0 /assets/v1/js/jquery.plugins.js - -
+d:\iislog\W3SVC\ra170913.ibl 2190 USKY-3D398D8F45 112000 2017-09-13 06:09:06 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 437 45152 418 0 /assets/v1/images/slider2_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2191 USKY-3D398D8F45 112000 2017-09-13 06:09:06 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 62 42681 433 0 /assets/v1/images/bd.png - -
+d:\iislog\W3SVC\ra170913.ibl 2192 USKY-3D398D8F45 112000 2017-09-13 06:09:06 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 46 43269 438 0 /assets/v1/images/num1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 2193 USKY-3D398D8F45 112000 2017-09-13 06:09:06 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 593 103874 439 0 /uploads/avatar/2%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E5%AE%A2%E6%88%B7%E6%A1%88%E4%BE%8B.png - -
+d:\iislog\W3SVC\ra170913.ibl 2194 USKY-3D398D8F45 112000 2017-09-13 06:09:07 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 781 42137 418 0 /assets/v1/images/slider1_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2195 USKY-3D398D8F45 112000 2017-09-13 06:09:07 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 78 42424 433 0 /assets/v1/images/tel.png - -
+d:\iislog\W3SVC\ra170913.ibl 2196 USKY-3D398D8F45 112000 2017-09-13 06:09:07 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 31 41156 438 0 /assets/v1/images/meun_tab.png - -
+d:\iislog\W3SVC\ra170913.ibl 2197 USKY-3D398D8F45 112000 2017-09-13 06:09:07 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 687 43618 434 0 /assets/v1/images/logo.png - -
+d:\iislog\W3SVC\ra170913.ibl 2198 USKY-3D398D8F45 112000 2017-09-13 06:09:07 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 1375 57855 411 0 /assets/v1/images/wx1.png - -
+d:\iislog\W3SVC\ra170913.ibl 2199 USKY-3D398D8F45 112000 2017-09-13 06:09:07 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 1375 97969 439 0 /uploads/avatar/3%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E6%96%B0%E9%97%BB%E8%B5%84%E8%AE%AF.png - -
+d:\iislog\W3SVC\ra170913.ibl 2200 USKY-3D398D8F45 112000 2017-09-13 06:09:08 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 890 366588 415 0 /assets/v1/images/num4_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2201 USKY-3D398D8F45 112000 2017-09-13 06:09:08 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 31 24271 414 0 /assets/v1/images/num1_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 2202 USKY-3D398D8F45 112000 2017-09-13 06:09:08 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 2640 45520 418 0 /assets/v1/images/slider3_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2203 USKY-3D398D8F45 112000 2017-09-13 06:09:08 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 62 20514 414 0 /assets/v1/images/num2_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 2204 USKY-3D398D8F45 112000 2017-09-13 06:09:09 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 265 28927 413 0 /assets/v1/images/num31.png - -
+d:\iislog\W3SVC\ra170913.ibl 2205 USKY-3D398D8F45 112000 2017-09-13 06:09:09 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 2453 338195 415 0 /assets/v1/images/num3_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2206 USKY-3D398D8F45 112000 2017-09-13 06:09:09 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 78 64070 412 0 /uploads/logo/partner1.png - -
+d:\iislog\W3SVC\ra170913.ibl 2207 USKY-3D398D8F45 112000 2017-09-13 06:09:09 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 2062 126613 413 0 /assets/v1/images/num28.png - -
+d:\iislog\W3SVC\ra170913.ibl 2208 USKY-3D398D8F45 112000 2017-09-13 06:09:09 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 62 61076 412 0 /uploads/logo/partner2.png - -
+d:\iislog\W3SVC\ra170913.ibl 2209 USKY-3D398D8F45 112000 2017-09-13 06:09:09 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 125 57699 412 0 /uploads/logo/partner4.png - -
+d:\iislog\W3SVC\ra170913.ibl 2210 USKY-3D398D8F45 112000 2017-09-13 06:09:09 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 640 32407 414 0 /assets/v1/images/num3_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 2211 USKY-3D398D8F45 112000 2017-09-13 06:09:09 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 15 936 413 0 /uploads/logo/partner15.png - -
+d:\iislog\W3SVC\ra170913.ibl 2212 USKY-3D398D8F45 112000 2017-09-13 06:09:09 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 31 3514 412 0 /uploads/logo/partner7.png - -
+d:\iislog\W3SVC\ra170913.ibl 2213 USKY-3D398D8F45 112000 2017-09-13 06:09:09 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 31 8042 411 0 /uploads/logo/fans_02.png - -
+d:\iislog\W3SVC\ra170913.ibl 2214 USKY-3D398D8F45 112000 2017-09-13 06:09:09 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 0 2334 411 0 /uploads/logo/fans_04.png - -
+d:\iislog\W3SVC\ra170913.ibl 2215 USKY-3D398D8F45 112000 2017-09-13 06:09:09 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 15 9675 411 0 /uploads/logo/fans_06.png - -
+d:\iislog\W3SVC\ra170913.ibl 2216 USKY-3D398D8F45 112000 2017-09-13 06:09:09 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 15 11471 411 0 /uploads/logo/fans_08.png - -
+d:\iislog\W3SVC\ra170913.ibl 2217 USKY-3D398D8F45 112000 2017-09-13 06:09:09 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 0 4360 411 0 /uploads/logo/fans_15.png - -
+d:\iislog\W3SVC\ra170913.ibl 2218 USKY-3D398D8F45 112000 2017-09-13 06:09:09 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 31 11849 411 0 /uploads/logo/fans_10.png - -
+d:\iislog\W3SVC\ra170913.ibl 2219 USKY-3D398D8F45 112000 2017-09-13 06:09:09 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 15 5838 411 0 /uploads/logo/fans_17.png - -
+d:\iislog\W3SVC\ra170913.ibl 2220 USKY-3D398D8F45 112000 2017-09-13 06:09:10 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 4343 355323 415 0 /assets/v1/images/num2_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2221 USKY-3D398D8F45 112000 2017-09-13 06:09:10 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 46 50030 415 0 /assets/v1/images/footer1.png - -
+d:\iislog\W3SVC\ra170913.ibl 2222 USKY-3D398D8F45 112000 2017-09-13 06:09:10 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 4328 105595 439 0 /uploads/avatar/4%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E4%BA%BA%E5%8A%9B%E8%B5%84%E6%BA%90.png - -
+d:\iislog\W3SVC\ra170913.ibl 2223 USKY-3D398D8F45 112000 2017-09-13 06:09:10 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 62 54113 415 0 /assets/v1/images/footer2.png - -
+d:\iislog\W3SVC\ra170913.ibl 2224 USKY-3D398D8F45 112000 2017-09-13 06:09:10 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 31 47566 439 0 /assets/v1/images/alert1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 2225 USKY-3D398D8F45 112000 2017-09-13 06:09:11 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 1328 56348 412 0 /uploads/logo/partner3.png - -
+d:\iislog\W3SVC\ra170913.ibl 2226 USKY-3D398D8F45 112000 2017-09-13 06:09:11 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 1281 8475 411 0 /uploads/logo/fans_19.png - -
+d:\iislog\W3SVC\ra170913.ibl 2227 USKY-3D398D8F45 112000 2017-09-13 06:09:11 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 1265 5778 411 0 /uploads/logo/fans_20.png - -
+d:\iislog\W3SVC\ra170913.ibl 2228 USKY-3D398D8F45 112000 2017-09-13 06:09:11 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 625 44989 435 0 /assets/v1/images/spc.png - -
+d:\iislog\W3SVC\ra170913.ibl 2229 USKY-3D398D8F45 112000 2017-09-13 06:09:11 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 5343 419700 415 0 /assets/v1/images/num1_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2230 USKY-3D398D8F45 112000 2017-09-13 06:09:11 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 3093 162783 413 0 /assets/v1/images/num29.png - -
+d:\iislog\W3SVC\ra170913.ibl 2231 USKY-3D398D8F45 112000 2017-09-13 06:09:14 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 7640 166408 430 0 /uploads/avatar/1%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E6%B0%B8%E5%A4%A9%E4%BA%91.png - -
+d:\iislog\W3SVC\ra170913.ibl 2232 USKY-3D398D8F45 112000 2017-09-13 06:09:25 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 328 43552 444 0 /assets/v1/images/num1_bg_hover.png - -
+d:\iislog\W3SVC\ra170913.ibl 2233 USKY-3D398D8F45 112000 2017-09-13 06:09:32 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 359 186665 416 0 /assets/v1/images/num3_off.png - -
+d:\iislog\W3SVC\ra170913.ibl 2234 USKY-3D398D8F45 112000 2017-09-13 06:09:37 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 206 0 31 303 476 0 /assets/v1/images/num2_off.png - -
+d:\iislog\W3SVC\ra170913.ibl 2235 USKY-3D398D8F45 112000 2017-09-13 06:09:37 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 206 0 109 169186 477 0 /assets/v1/images/num2_off.png - -
+d:\iislog\W3SVC\ra170913.ibl 2236 USKY-3D398D8F45 112000 2017-09-13 06:10:09 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 3328 313 550 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 2238 USKY-3D398D8F45 112000 2017-09-13 06:10:20 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 109 68387 470 0 /index.php/example - -
+d:\iislog\W3SVC\ra170913.ibl 2239 USKY-3D398D8F45 112000 2017-09-13 06:10:20 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 78 5778 406 0 /assets/v1/css/area.css - -
+d:\iislog\W3SVC\ra170913.ibl 2240 USKY-3D398D8F45 112000 2017-09-13 06:10:20 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 46 47034 423 0 /assets/v1/images/num5_spc.png - -
+d:\iislog\W3SVC\ra170913.ibl 2241 USKY-3D398D8F45 112000 2017-09-13 06:10:20 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 359 45306 422 0 /assets/v1/images/num7_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2242 USKY-3D398D8F45 112000 2017-09-13 06:10:20 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 62 50498 437 0 /assets/v1/images/n1_1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 2243 USKY-3D398D8F45 112000 2017-09-13 06:10:20 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 453 46136 422 0 /assets/v1/images/num6_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2244 USKY-3D398D8F45 112000 2017-09-13 06:10:20 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 46 41331 435 0 /assets/v1/images/n1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 2245 USKY-3D398D8F45 112000 2017-09-13 06:10:21 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 328 174485 418 0 /assets/v1/images/rh2.png - -
+d:\iislog\W3SVC\ra170913.ibl 2246 USKY-3D398D8F45 112000 2017-09-13 06:10:21 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 1062 45922 422 0 /assets/v1/images/num8_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2247 USKY-3D398D8F45 112000 2017-09-13 06:10:22 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 1937 175445 418 0 /assets/v1/images/rh1.png - -
+d:\iislog\W3SVC\ra170913.ibl 2248 USKY-3D398D8F45 112000 2017-09-13 06:10:22 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 93 45087 437 0 /assets/v1/images/n1_2_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 2249 USKY-3D398D8F45 112000 2017-09-13 06:10:23 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 2921 47439 422 0 /assets/v1/images/num9_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2250 USKY-3D398D8F45 112000 2017-09-13 06:10:23 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 328 46427 435 0 /assets/v1/images/h1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 2251 USKY-3D398D8F45 112000 2017-09-13 06:10:23 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 2296 287673 418 0 /uploads/logo/ZHSQ_03.png - -
+d:\iislog\W3SVC\ra170913.ibl 2252 USKY-3D398D8F45 112000 2017-09-13 06:10:24 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 1218 332445 424 0 /uploads/logo/ZFSQ_03%20(1).png - -
+d:\iislog\W3SVC\ra170913.ibl 2253 USKY-3D398D8F45 112000 2017-09-13 06:10:25 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 4734 53183 420 0 /assets/v1/images/num34.png - -
+d:\iislog\W3SVC\ra170913.ibl 2254 USKY-3D398D8F45 112000 2017-09-13 06:10:26 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 4140 599455 419 0 /uploads/logo/HS%20(2).png - -
+d:\iislog\W3SVC\ra170913.ibl 2255 USKY-3D398D8F45 112000 2017-09-13 06:10:28 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 4687 805201 413 0 /uploads/logo/lt.png - -
+d:\iislog\W3SVC\ra170913.ibl 2256 USKY-3D398D8F45 112000 2017-09-13 06:10:29 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 8812 907988 413 0 /uploads/logo/HM.png - -
+d:\iislog\W3SVC\ra170913.ibl 2257 USKY-3D398D8F45 112000 2017-09-13 06:10:29 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 1328 174453 418 0 /assets/v1/images/rh3.png - -
+d:\iislog\W3SVC\ra170913.ibl 2258 USKY-3D398D8F45 112000 2017-09-13 06:10:31 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 9781 791405 413 0 /uploads/logo/LD.png - -
+d:\iislog\W3SVC\ra170913.ibl 2259 USKY-3D398D8F45 112000 2017-09-13 06:10:31 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 1953 230340 418 0 /uploads/logo/ZHYQ_03.png - -
+d:\iislog\W3SVC\ra170913.ibl 2260 USKY-3D398D8F45 112000 2017-09-13 06:10:33 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 6531 805797 413 0 /uploads/logo/hy.png - -
+d:\iislog\W3SVC\ra170913.ibl 2261 USKY-3D398D8F45 112000 2017-09-13 06:10:33 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 8921 868664 413 0 /uploads/logo/WL.png - -
+d:\iislog\W3SVC\ra170913.ibl 2262 USKY-3D398D8F45 112000 2017-09-13 06:10:36 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 2984 780692 416 0 /uploads/logo/kgcxy.png - -
+d:\iislog\W3SVC\ra170913.ibl 2263 USKY-3D398D8F45 112000 2017-09-13 06:10:38 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 4921 654915 415 0 /uploads/logo/tdhy.png - -
+d:\iislog\W3SVC\ra170913.ibl 2264 USKY-3D398D8F45 112000 2017-09-13 06:10:38 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 6906 762600 415 0 /uploads/logo/shjm.png - -
+d:\iislog\W3SVC\ra170913.ibl 2265 USKY-3D398D8F45 112000 2017-09-13 06:10:39 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 546 274047 418 0 /uploads/logo/zhbg_03.png - -
+d:\iislog\W3SVC\ra170913.ibl 2266 USKY-3D398D8F45 112000 2017-09-13 06:10:39 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 875 149183 418 0 /assets/v1/images/rh4.png - -
+d:\iislog\W3SVC\ra170913.ibl 2267 USKY-3D398D8F45 112000 2017-09-13 06:10:41 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 11406 649751 413 0 /uploads/logo/th.png - -
+d:\iislog\W3SVC\ra170913.ibl 2268 USKY-3D398D8F45 112000 2017-09-13 06:10:42 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 2781 798067 415 0 /uploads/logo/zrds.png - -
+d:\iislog\W3SVC\ra170913.ibl 2269 USKY-3D398D8F45 112000 2017-09-13 06:10:43 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 18437 907374 413 0 /uploads/logo/jx.png - -
+d:\iislog\W3SVC\ra170913.ibl 2270 USKY-3D398D8F45 112000 2017-09-13 06:10:44 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 13000 723871 415 0 /uploads/logo/kjxy.png - -
+d:\iislog\W3SVC\ra170913.ibl 2271 USKY-3D398D8F45 112000 2017-09-13 06:10:44 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 5140 749607 417 0 /uploads/logo/SOHOZS.png - -
+d:\iislog\W3SVC\ra170913.ibl 2272 USKY-3D398D8F45 112000 2017-09-13 06:10:48 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 12015 777824 415 0 /uploads/logo/skqp.png - -
+d:\iislog\W3SVC\ra170913.ibl 2273 USKY-3D398D8F45 112000 2017-09-13 06:10:48 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 4375 388392 416 0 /uploads/logo/cyyad.png - -
+d:\iislog\W3SVC\ra170913.ibl 2274 USKY-3D398D8F45 112000 2017-09-13 06:10:49 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 1218 174641 418 0 /assets/v1/images/rh5.png - -
+d:\iislog\W3SVC\ra170913.ibl 2275 USKY-3D398D8F45 112000 2017-09-13 06:10:50 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 5500 813884 415 0 /uploads/logo/zafs.png - -
+d:\iislog\W3SVC\ra170913.ibl 2276 USKY-3D398D8F45 112000 2017-09-13 06:10:51 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 10156 826349 415 0 /uploads/logo/qhsw.png - -
+d:\iislog\W3SVC\ra170913.ibl 2277 USKY-3D398D8F45 112000 2017-09-13 06:10:53 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 3187 611140 416 0 /uploads/logo/shzpz.png - -
+d:\iislog\W3SVC\ra170913.ibl 2278 USKY-3D398D8F45 112000 2017-09-13 06:10:54 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 6296 831376 417 0 /uploads/logo/hsjyzb.png - -
+d:\iislog\W3SVC\ra170913.ibl 2279 USKY-3D398D8F45 112000 2017-09-13 06:10:54 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 12484 731946 416 0 /uploads/logo/wwwds.png - -
+d:\iislog\W3SVC\ra170913.ibl 2280 USKY-3D398D8F45 112000 2017-09-13 06:10:55 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 4406 253978 418 0 /uploads/logo/qita_03.png - -
+d:\iislog\W3SVC\ra170913.ibl 2281 USKY-3D398D8F45 112000 2017-09-13 06:10:55 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 12421 838505 415 0 /uploads/logo/hdcf.png - -
+d:\iislog\W3SVC\ra170913.ibl 2282 USKY-3D398D8F45 112000 2017-09-13 06:10:57 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 3421 793481 415 0 /uploads/logo/htzq.png - -
+d:\iislog\W3SVC\ra170913.ibl 2284 USKY-3D398D8F45 112000 2017-09-13 06:10:59 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 6406 722736 415 0 /uploads/logo/srzh.png - -
+d:\iislog\W3SVC\ra170913.ibl 2285 USKY-3D398D8F45 112000 2017-09-13 06:11:01 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 3796 760321 415 0 /uploads/logo/srhg.png - -
+d:\iislog\W3SVC\ra170913.ibl 2286 USKY-3D398D8F45 112000 2017-09-13 06:11:01 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 109 46162 422 0 /assets/v1/images/num5_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2287 USKY-3D398D8F45 112000 2017-09-13 06:11:02 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 281 48064 423 0 /assets/v1/images/num6_spc.png - -
+d:\iislog\W3SVC\ra170913.ibl 2288 USKY-3D398D8F45 112000 2017-09-13 06:11:02 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 7453 632299 418 0 /uploads/logo/sbwrdjd.png - -
+d:\iislog\W3SVC\ra170913.ibl 2289 USKY-3D398D8F45 112000 2017-09-13 06:11:02 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 7000 813261 417 0 /uploads/logo/pdgjjc.png - -
+d:\iislog\W3SVC\ra170913.ibl 2290 USKY-3D398D8F45 112000 2017-09-13 06:11:03 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 13562 709791 419 0 /uploads/logo/srgfzhsq.png - -
+d:\iislog\W3SVC\ra170913.ibl 2291 USKY-3D398D8F45 112000 2017-09-13 06:11:04 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 8812 733415 415 0 /uploads/logo/hybg.png - -
+d:\iislog\W3SVC\ra170913.ibl 2292 USKY-3D398D8F45 112000 2017-09-13 06:11:04 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 5140 700763 416 0 /uploads/logo/daggg.png - -
+d:\iislog\W3SVC\ra170913.ibl 2294 USKY-3D398D8F45 112000 2017-09-13 06:11:12 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 343 46240 423 0 /assets/v1/images/num8_off.png - -
+d:\iislog\W3SVC\ra170913.ibl 2295 USKY-3D398D8F45 112000 2017-09-13 06:11:12 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 250 47353 423 0 /assets/v1/images/num7_off.png - -
+d:\iislog\W3SVC\ra170913.ibl 2296 USKY-3D398D8F45 112000 2017-09-13 06:11:14 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 93 21919 475 0 /index.php/about - -
+d:\iislog\W3SVC\ra170913.ibl 2297 USKY-3D398D8F45 112000 2017-09-13 06:11:14 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 312 119155 422 0 /assets/v1/images/about_top.png - -
+d:\iislog\W3SVC\ra170913.ibl 2298 USKY-3D398D8F45 112000 2017-09-13 06:11:14 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 234 40771 415 0 /assets/v1/images/yt.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 2299 USKY-3D398D8F45 112000 2017-09-13 06:11:14 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 671 169833 419 0 /assets/v1/images/course.png - -
+d:\iislog\W3SVC\ra170913.ibl 2300 USKY-3D398D8F45 112000 2017-09-13 06:11:15 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 218 9772 417 0 /assets/v1/images/mark.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 2303 USKY-3D398D8F45 112000 2017-09-13 06:11:42 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 1078 13664 634 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 2305 USKY-3D398D8F45 112000 2017-09-13 06:11:43 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 421 3789 404 0 /assets/v1/css/index.css - -
+d:\iislog\W3SVC\ra170913.ibl 2306 USKY-3D398D8F45 112000 2017-09-13 06:11:43 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 218 2794 403 0 /assets/v1/css/head.css - -
+d:\iislog\W3SVC\ra170913.ibl 2307 USKY-3D398D8F45 112000 2017-09-13 06:11:43 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 671 8730 403 0 /assets/v1/css/base.css - -
+d:\iislog\W3SVC\ra170913.ibl 2308 USKY-3D398D8F45 112000 2017-09-13 06:11:43 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 218 1533 405 0 /assets/v1/css/footer.css - -
+d:\iislog\W3SVC\ra170913.ibl 2309 USKY-3D398D8F45 112000 2017-09-13 06:11:43 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 218 3373 396 0 /assets/v1/js/jquery.plugins.js - -
+d:\iislog\W3SVC\ra170913.ibl 2310 USKY-3D398D8F45 112000 2017-09-13 06:11:43 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 218 492 389 0 /assets/v1/js/picture.js - -
+d:\iislog\W3SVC\ra170913.ibl 2311 USKY-3D398D8F45 112000 2017-09-13 06:11:43 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 1390 64070 383 0 /uploads/logo/partner1.png - -
+d:\iislog\W3SVC\ra170913.ibl 2312 USKY-3D398D8F45 112000 2017-09-13 06:11:44 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 218 11689 405 0 /assets/v1/js/jquery.SuperSlide.2.1.1.js - -
+d:\iislog\W3SVC\ra170913.ibl 2313 USKY-3D398D8F45 112000 2017-09-13 06:11:44 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 218 18588 388 0 /assets/v1/js/jPages.js - -
+d:\iislog\W3SVC\ra170913.ibl 2314 USKY-3D398D8F45 112000 2017-09-13 06:11:45 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 1625 936 384 0 /uploads/logo/partner15.png - -
+d:\iislog\W3SVC\ra170913.ibl 2315 USKY-3D398D8F45 112000 2017-09-13 06:11:45 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 1187 3260 433 0 /assets/v1/images/eh.png - -
+d:\iislog\W3SVC\ra170913.ibl 2316 USKY-3D398D8F45 112000 2017-09-13 06:11:46 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 1265 42137 441 0 /assets/v1/images/slider1_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2317 USKY-3D398D8F45 112000 2017-09-13 06:11:46 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 609 3514 383 0 /uploads/logo/partner7.png - -
+d:\iislog\W3SVC\ra170913.ibl 2318 USKY-3D398D8F45 112000 2017-09-13 06:11:47 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 828 45152 441 0 /assets/v1/images/slider2_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2319 USKY-3D398D8F45 112000 2017-09-13 06:11:48 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 1343 8042 382 0 /uploads/logo/fans_02.png - -
+d:\iislog\W3SVC\ra170913.ibl 2320 USKY-3D398D8F45 112000 2017-09-13 06:11:48 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 3562 1469 405 0 /assets/v1/css/jPages.css - -
+d:\iislog\W3SVC\ra170913.ibl 2321 USKY-3D398D8F45 112000 2017-09-13 06:11:48 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 265 2334 382 0 /uploads/logo/fans_04.png - -
+d:\iislog\W3SVC\ra170913.ibl 2322 USKY-3D398D8F45 112000 2017-09-13 06:11:51 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 2500 9675 382 0 /uploads/logo/fans_06.png - -
+d:\iislog\W3SVC\ra170913.ibl 2323 USKY-3D398D8F45 112000 2017-09-13 06:11:52 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 453 1086 404 0 /assets/v1/css/reset.css - -
+d:\iislog\W3SVC\ra170913.ibl 2324 USKY-3D398D8F45 112000 2017-09-13 06:11:59 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 15703 96588 399 0 /assets/v1/js/jquery-1.11.1.min.js - -
+d:\iislog\W3SVC\ra170913.ibl 2326 USKY-3D398D8F45 112000 2017-09-13 06:12:04 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 13375 11471 382 0 /uploads/logo/fans_08.png - -
+d:\iislog\W3SVC\ra170913.ibl 2327 USKY-3D398D8F45 112000 2017-09-13 06:12:07 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 19062 45520 441 0 /assets/v1/images/slider3_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2328 USKY-3D398D8F45 112000 2017-09-13 06:12:08 115.28.171.22 222.73.136.94 80 GET HTTP/1.1 200 0 125 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 2329 USKY-3D398D8F45 112000 2017-09-13 06:12:10 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 5796 11849 382 0 /uploads/logo/fans_10.png - -
+d:\iislog\W3SVC\ra170913.ibl 2330 USKY-3D398D8F45 112000 2017-09-13 06:12:10 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 281 4360 382 0 /uploads/logo/fans_15.png - -
+d:\iislog\W3SVC\ra170913.ibl 2331 USKY-3D398D8F45 112000 2017-09-13 06:12:10 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 234 5838 382 0 /uploads/logo/fans_17.png - -
+d:\iislog\W3SVC\ra170913.ibl 2332 USKY-3D398D8F45 112000 2017-09-13 06:12:10 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 23187 57855 434 0 /assets/v1/images/wx1.png - -
+d:\iislog\W3SVC\ra170913.ibl 2333 USKY-3D398D8F45 112000 2017-09-13 06:12:11 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 453 8475 382 0 /uploads/logo/fans_19.png - -
+d:\iislog\W3SVC\ra170913.ibl 2334 USKY-3D398D8F45 112000 2017-09-13 06:12:17 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 5421 5778 382 0 /uploads/logo/fans_20.png - -
+d:\iislog\W3SVC\ra170913.ibl 2335 USKY-3D398D8F45 112000 2017-09-13 06:12:17 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 34718 61076 383 0 /uploads/logo/partner2.png - -
+d:\iislog\W3SVC\ra170913.ibl 2337 USKY-3D398D8F45 112000 2017-09-13 06:12:24 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 234 2435 412 0 /assets/v1/css/platform.css - -
+d:\iislog\W3SVC\ra170913.ibl 2338 USKY-3D398D8F45 112000 2017-09-13 06:12:26 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 1390 31692 441 0 /assets/v1/images/num22.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 2339 USKY-3D398D8F45 112000 2017-09-13 06:12:26 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 2765 10853 461 0 /index.php/cloud - -
+d:\iislog\W3SVC\ra170913.ibl 2340 USKY-3D398D8F45 112000 2017-09-13 06:12:27 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 2562 31154 441 0 /assets/v1/images/num23.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 2341 USKY-3D398D8F45 112000 2017-09-13 06:12:27 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 1375 32499 441 0 /assets/v1/images/num24.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 2342 USKY-3D398D8F45 112000 2017-09-13 06:12:34 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 50515 0 383 64 /uploads/logo/partner4.png - -
+d:\iislog\W3SVC\ra170913.ibl 2343 USKY-3D398D8F45 112000 2017-09-13 06:12:45 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 19671 27673 441 0 /assets/v1/images/num20.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 2344 USKY-3D398D8F45 112000 2017-09-13 06:12:45 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 12750 31870 441 0 /assets/v1/images/num25.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 2345 USKY-3D398D8F45 112000 2017-09-13 06:12:49 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 4171 46034 444 0 /assets/v1/images/num11_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2346 USKY-3D398D8F45 112000 2017-09-13 06:12:49 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 234 4948 439 0 /uploads/logo/fein_06.png - -
+d:\iislog\W3SVC\ra170913.ibl 2347 USKY-3D398D8F45 112000 2017-09-13 06:12:50 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 703 11810 445 0 /uploads/logo/fans_25%20(1).png - -
+d:\iislog\W3SVC\ra170913.ibl 2348 USKY-3D398D8F45 112000 2017-09-13 06:12:50 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 23796 90498 441 0 /assets/v1/images/num10.png - -
+d:\iislog\W3SVC\ra170913.ibl 2349 USKY-3D398D8F45 112000 2017-09-13 06:12:54 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 4000 7721 439 0 /uploads/logo/fein_14.png - -
+d:\iislog\W3SVC\ra170913.ibl 2350 USKY-3D398D8F45 112000 2017-09-13 06:12:58 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 76062 0 383 64 /uploads/logo/partner3.png - -
+d:\iislog\W3SVC\ra170913.ibl 2351 USKY-3D398D8F45 112000 2017-09-13 06:13:00 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 35500 201437 441 0 /assets/v1/images/num32.png - -
+d:\iislog\W3SVC\ra170913.ibl 2352 USKY-3D398D8F45 112000 2017-09-13 06:13:00 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 406 7202 439 0 /uploads/logo/fein_25.png - -
+d:\iislog\W3SVC\ra170913.ibl 2353 USKY-3D398D8F45 112000 2017-09-13 06:13:00 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 203 6133 439 0 /uploads/logo/fein_27.png - -
+d:\iislog\W3SVC\ra170913.ibl 2354 USKY-3D398D8F45 112000 2017-09-13 06:13:01 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 390 11822 439 0 /uploads/logo/fein_29.png - -
+d:\iislog\W3SVC\ra170913.ibl 2355 USKY-3D398D8F45 112000 2017-09-13 06:13:01 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 406 9167 439 0 /uploads/logo/fein_37.png - -
+d:\iislog\W3SVC\ra170913.ibl 2356 USKY-3D398D8F45 112000 2017-09-13 06:13:05 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 10812 12440 439 0 /uploads/logo/fein_22.png - -
+d:\iislog\W3SVC\ra170913.ibl 2357 USKY-3D398D8F45 112000 2017-09-13 06:13:15 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 8578 7799 439 0 /uploads/logo/fein_11.png - -
+d:\iislog\W3SVC\ra170913.ibl 2358 USKY-3D398D8F45 112000 2017-09-13 06:13:15 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 609 5976 439 0 /uploads/logo/fein_09.png - -
+d:\iislog\W3SVC\ra170913.ibl 2359 USKY-3D398D8F45 112000 2017-09-13 06:13:16 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 625 9220 439 0 /uploads/logo/fein_52.png - -
+d:\iislog\W3SVC\ra170913.ibl 2360 USKY-3D398D8F45 112000 2017-09-13 06:13:16 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 515 7645 439 0 /uploads/logo/fein_50.png - -
+d:\iislog\W3SVC\ra170913.ibl 2361 USKY-3D398D8F45 112000 2017-09-13 06:13:17 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 625 8643 439 0 /uploads/logo/fein_55.png - -
+d:\iislog\W3SVC\ra170913.ibl 2362 USKY-3D398D8F45 112000 2017-09-13 06:13:17 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 218 2127 439 0 /uploads/logo/fein_24.png - -
+d:\iislog\W3SVC\ra170913.ibl 2363 USKY-3D398D8F45 112000 2017-09-13 06:13:18 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 515 10214 439 0 /uploads/logo/fein_39.png - -
+d:\iislog\W3SVC\ra170913.ibl 2364 USKY-3D398D8F45 112000 2017-09-13 06:13:18 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 16875 8739 439 0 /uploads/logo/fein_36.png - -
+d:\iislog\W3SVC\ra170913.ibl 2365 USKY-3D398D8F45 112000 2017-09-13 06:13:18 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 296 7089 439 0 /uploads/logo/fein_41.png - -
+d:\iislog\W3SVC\ra170913.ibl 2366 USKY-3D398D8F45 112000 2017-09-13 06:13:18 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 265 2219 439 0 /uploads/logo/fein_58.png - -
+d:\iislog\W3SVC\ra170913.ibl 2367 USKY-3D398D8F45 112000 2017-09-13 06:13:21 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 2328 50030 443 0 /assets/v1/images/footer1.png - -
+d:\iislog\W3SVC\ra170913.ibl 2368 USKY-3D398D8F45 112000 2017-09-13 06:13:26 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 5000 54113 443 0 /assets/v1/images/footer2.png - -
+d:\iislog\W3SVC\ra170913.ibl 2369 USKY-3D398D8F45 112000 2017-09-13 06:13:28 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 37078 7128 439 0 /uploads/logo/fein_03.png - -
+d:\iislog\W3SVC\ra170913.ibl 2370 USKY-3D398D8F45 112000 2017-09-13 06:13:28 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 1921 43618 440 0 /assets/v1/images/logo.png - -
+d:\iislog\W3SVC\ra170913.ibl 2371 USKY-3D398D8F45 112000 2017-09-13 06:13:30 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 1562 42681 438 0 /assets/v1/images/bd.png - -
+d:\iislog\W3SVC\ra170913.ibl 2372 USKY-3D398D8F45 112000 2017-09-13 06:13:34 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 4281 44187 444 0 /assets/v1/images/box_3_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 2373 USKY-3D398D8F45 112000 2017-09-13 06:13:43 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 13765 0 439 64 /uploads/logo/fein_43.png - -
+d:\iislog\W3SVC\ra170913.ibl 2374 USKY-3D398D8F45 112000 2017-09-13 06:13:50 121.40.130.38 222.73.136.94 80 GET HTTP/1.1 200 0 93 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 2375 USKY-3D398D8F45 112000 2017-09-13 06:13:51 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 3812 5778 408 0 /assets/v1/css/area.css - -
+d:\iislog\W3SVC\ra170913.ibl 2376 USKY-3D398D8F45 112000 2017-09-13 06:13:51 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 6656 22117 466 0 /index.php/about - -
+d:\iislog\W3SVC\ra170913.ibl 2377 USKY-3D398D8F45 112000 2017-09-13 06:13:58 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 304 0 218 214 508 0 /assets/v1/css/jPages.css - -
+d:\iislog\W3SVC\ra170913.ibl 2378 USKY-3D398D8F45 112000 2017-09-13 06:13:58 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 1015 22117 449 0 /index.php/about - -
+d:\iislog\W3SVC\ra170913.ibl 2379 USKY-3D398D8F45 112000 2017-09-13 06:13:59 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 304 0 265 214 506 0 /assets/v1/css/base.css - -
+d:\iislog\W3SVC\ra170913.ibl 2380 USKY-3D398D8F45 112000 2017-09-13 06:14:01 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 304 0 3312 213 505 0 /assets/v1/css/area.css - -
+d:\iislog\W3SVC\ra170913.ibl 2381 USKY-3D398D8F45 112000 2017-09-13 06:14:02 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 11312 42424 439 0 /assets/v1/images/tel.png - -
+d:\iislog\W3SVC\ra170913.ibl 2382 USKY-3D398D8F45 112000 2017-09-13 06:14:10 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 304 0 9281 214 502 0 /assets/v1/js/jquery-1.11.1.min.js - -
+d:\iislog\W3SVC\ra170913.ibl 2383 USKY-3D398D8F45 112000 2017-09-13 06:14:12 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 304 0 281 214 507 0 /assets/v1/css/reset.css - -
+d:\iislog\W3SVC\ra170913.ibl 2384 USKY-3D398D8F45 112000 2017-09-13 06:14:14 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 11265 41331 441 0 /assets/v1/images/n1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 2386 USKY-3D398D8F45 112000 2017-09-13 06:14:19 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 44953 0 443 64 /assets/v1/images/num1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 2387 USKY-3D398D8F45 112000 2017-09-13 06:14:27 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 304 0 218 214 536 0 /assets/v1/images/bd.png - -
+d:\iislog\W3SVC\ra170913.ibl 2388 USKY-3D398D8F45 112000 2017-09-13 06:14:27 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 304 0 234 214 537 0 /assets/v1/images/tel.png - -
+d:\iislog\W3SVC\ra170913.ibl 2389 USKY-3D398D8F45 112000 2017-09-13 06:14:28 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 304 0 218 214 537 0 /assets/v1/images/spc.png - -
+d:\iislog\W3SVC\ra170913.ibl 2390 USKY-3D398D8F45 112000 2017-09-13 06:14:29 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 2328 41331 424 0 /assets/v1/images/n1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 2391 USKY-3D398D8F45 112000 2017-09-13 06:14:30 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 43140 0 438 64 /assets/v1/images/yt.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 2392 USKY-3D398D8F45 112000 2017-09-13 06:14:30 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 304 0 2562 214 538 0 /assets/v1/images/logo.png - -
+d:\iislog\W3SVC\ra170913.ibl 2393 USKY-3D398D8F45 112000 2017-09-13 06:14:30 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 15734 0 443 64 /assets/v1/images/n1_1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 2394 USKY-3D398D8F45 112000 2017-09-13 06:14:33 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 3062 9772 423 0 /assets/v1/images/mark.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 2395 USKY-3D398D8F45 112000 2017-09-13 06:14:33 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 45156 0 445 64 /assets/v1/images/about_top.png - -
+d:\iislog\W3SVC\ra170913.ibl 2396 USKY-3D398D8F45 112000 2017-09-13 06:14:34 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 4406 13606 461 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 2397 USKY-3D398D8F45 112000 2017-09-13 06:14:35 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 304 0 7312 214 542 0 /assets/v1/images/meun_tab.png - -
+d:\iislog\W3SVC\ra170913.ibl 2398 USKY-3D398D8F45 112000 2017-09-13 06:14:37 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 1796 97969 502 0 /uploads/avatar/3%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E6%96%B0%E9%97%BB%E8%B5%84%E8%AE%AF.png - -
+d:\iislog\W3SVC\ra170913.ibl 2399 USKY-3D398D8F45 112000 2017-09-13 06:14:38 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 3750 103874 502 0 /uploads/avatar/2%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E5%AE%A2%E6%88%B7%E6%A1%88%E4%BE%8B.png - -
+d:\iislog\W3SVC\ra170913.ibl 2400 USKY-3D398D8F45 112000 2017-09-13 06:14:38 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 3656 56348 383 0 /uploads/logo/partner3.png - -
+d:\iislog\W3SVC\ra170913.ibl 2401 USKY-3D398D8F45 112000 2017-09-13 06:14:42 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 7484 57699 383 0 /uploads/logo/partner4.png - -
+d:\iislog\W3SVC\ra170913.ibl 2402 USKY-3D398D8F45 112000 2017-09-13 06:14:50 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 22968 50498 426 0 /assets/v1/images/n1_1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 2403 USKY-3D398D8F45 112000 2017-09-13 06:15:17 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 42406 166408 493 0 /uploads/avatar/1%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E6%B0%B8%E5%A4%A9%E4%BA%91.png - -
+d:\iislog\W3SVC\ra170913.ibl 2404 USKY-3D398D8F45 112000 2017-09-13 06:15:21 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 46703 105595 502 0 /uploads/avatar/4%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E4%BA%BA%E5%8A%9B%E8%B5%84%E6%BA%90.png - -
+d:\iislog\W3SVC\ra170913.ibl 2405 USKY-3D398D8F45 112000 2017-09-13 06:15:22 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 44718 355323 438 0 /assets/v1/images/num2_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2406 USKY-3D398D8F45 112000 2017-09-13 06:15:24 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 2125 43269 438 0 /assets/v1/images/num1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 2408 USKY-3D398D8F45 112000 2017-09-13 06:16:01 157.55.39.191 222.73.136.94 80 GET HTTP/1.1 200 0 265 1533 388 0 /assets/v1/css/footer.css - -
+d:\iislog\W3SVC\ra170913.ibl 2409 USKY-3D398D8F45 112000 2017-09-13 06:16:02 157.55.39.191 222.73.136.94 80 GET HTTP/1.1 200 0 234 2794 386 0 /assets/v1/css/head.css - -
+d:\iislog\W3SVC\ra170913.ibl 2410 USKY-3D398D8F45 112000 2017-09-13 06:16:03 157.55.39.191 222.73.136.94 80 GET HTTP/1.1 200 0 1937 173236 387 0 /assets/v1/images/eg.png - -
+d:\iislog\W3SVC\ra170913.ibl 2411 USKY-3D398D8F45 112000 2017-09-13 06:16:07 40.77.167.128 222.73.136.94 80 GET HTTP/1.1 200 0 671 3339 387 0 /assets/v1/images/ch.png - -
+d:\iislog\W3SVC\ra170913.ibl 2412 USKY-3D398D8F45 112000 2017-09-13 06:16:07 40.77.167.12 222.73.136.94 80 GET HTTP/1.1 200 0 6031 45152 395 0 /assets/v1/images/slider2_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2413 USKY-3D398D8F45 112000 2017-09-13 06:16:12 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 4453 13606 444 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 2416 USKY-3D398D8F45 112000 2017-09-13 06:16:22 40.77.167.26 222.73.136.94 80 GET HTTP/1.1 200 0 12203 96588 397 0 /assets/v1/js/jquery-1.11.1.min.js - -
+d:\iislog\W3SVC\ra170913.ibl 2418 USKY-3D398D8F45 112000 2017-09-13 06:16:34 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 117093 419700 438 0 /assets/v1/images/num1_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2420 USKY-3D398D8F45 112000 2017-09-13 06:16:44 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 194125 0 439 1236 /assets/v1/images/tel.png - -
+d:\iislog\W3SVC\ra170913.ibl 2422 USKY-3D398D8F45 112000 2017-09-13 06:16:58 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 23812 24271 437 0 /assets/v1/images/num1_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 2423 USKY-3D398D8F45 112000 2017-09-13 06:17:05 106.11.158.156 222.73.136.94 80 GET HTTP/1.1 200 0 93 9787 184 0 /index.php/news/read/ id=59 -
+d:\iislog\W3SVC\ra170913.ibl 2424 USKY-3D398D8F45 112000 2017-09-13 06:17:06 106.11.155.149 222.73.136.94 80 GET HTTP/1.1 200 0 93 9432 186 0 /index.php/news/read/ id=12 -
+d:\iislog\W3SVC\ra170913.ibl 2426 USKY-3D398D8F45 112000 2017-09-13 06:17:17 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 112703 126613 436 0 /assets/v1/images/num28.png - -
+d:\iislog\W3SVC\ra170913.ibl 2427 USKY-3D398D8F45 112000 2017-09-13 06:17:37 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 1328 45306 428 0 /assets/v1/images/num7_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2428 USKY-3D398D8F45 112000 2017-09-13 06:17:40 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 139578 366588 438 0 /assets/v1/images/num4_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2429 USKY-3D398D8F45 112000 2017-09-13 06:17:42 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 4750 175445 424 0 /assets/v1/images/rh1.png - -
+d:\iislog\W3SVC\ra170913.ibl 2430 USKY-3D398D8F45 112000 2017-09-13 06:17:42 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 6421 53183 426 0 /assets/v1/images/num34.png - -
+d:\iislog\W3SVC\ra170913.ibl 2431 USKY-3D398D8F45 112000 2017-09-13 06:17:42 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 15078 68897 446 0 /index.php/example - -
+d:\iislog\W3SVC\ra170913.ibl 2432 USKY-3D398D8F45 112000 2017-09-13 06:17:43 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 906 45087 428 0 /assets/v1/images/n1_2_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 2433 USKY-3D398D8F45 112000 2017-09-13 06:17:44 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 8140 47034 429 0 /assets/v1/images/num5_spc.png - -
+d:\iislog\W3SVC\ra170913.ibl 2434 USKY-3D398D8F45 112000 2017-09-13 06:17:45 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 5281 28927 436 0 /assets/v1/images/num31.png - -
+d:\iislog\W3SVC\ra170913.ibl 2435 USKY-3D398D8F45 112000 2017-09-13 06:17:46 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 3718 46427 426 0 /assets/v1/images/h1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 2436 USKY-3D398D8F45 112000 2017-09-13 06:17:48 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 109 406 362 64 /index.php/about/download t=1505283074 -
+d:\iislog\W3SVC\ra170913.ibl 2437 USKY-3D398D8F45 112000 2017-09-13 06:17:51 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 3796 406 342 64 /index.php/about/download t=1505283074 -
+d:\iislog\W3SVC\ra170913.ibl 2438 USKY-3D398D8F45 112000 2017-09-13 06:17:51 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 4234 406 495 64 /index.php/about/download t=1505283074 -
+d:\iislog\W3SVC\ra170913.ibl 2439 USKY-3D398D8F45 112000 2017-09-13 06:18:03 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 29000 46136 428 0 /assets/v1/images/num6_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2440 USKY-3D398D8F45 112000 2017-09-13 06:18:04 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 21250 108949 424 64 /assets/v1/images/rh2.png - -
+d:\iislog\W3SVC\ra170913.ibl 2441 USKY-3D398D8F45 112000 2017-09-13 06:18:04 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 27953 0 428 64 /assets/v1/images/num9_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2442 USKY-3D398D8F45 112000 2017-09-13 06:18:04 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 29859 0 428 64 /assets/v1/images/num8_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2443 USKY-3D398D8F45 112000 2017-09-13 06:18:06 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 109 10631 473 0 /index.php/cloud - -
+d:\iislog\W3SVC\ra170913.ibl 2444 USKY-3D398D8F45 112000 2017-09-13 06:18:06 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 15 2435 408 0 /assets/v1/css/platform.css - -
+d:\iislog\W3SVC\ra170913.ibl 2445 USKY-3D398D8F45 112000 2017-09-13 06:18:06 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 78 27673 418 0 /assets/v1/images/num20.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 2446 USKY-3D398D8F45 112000 2017-09-13 06:18:06 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 62 4948 376 0 /uploads/logo/fein_06.png - -
+d:\iislog\W3SVC\ra170913.ibl 2447 USKY-3D398D8F45 112000 2017-09-13 06:18:06 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 156 31692 418 0 /assets/v1/images/num22.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 2448 USKY-3D398D8F45 112000 2017-09-13 06:18:06 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 156 7128 376 0 /uploads/logo/fein_03.png - -
+d:\iislog\W3SVC\ra170913.ibl 2449 USKY-3D398D8F45 112000 2017-09-13 06:18:07 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 1171 31154 418 0 /assets/v1/images/num23.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 2450 USKY-3D398D8F45 112000 2017-09-13 06:18:07 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 15 6133 376 0 /uploads/logo/fein_27.png - -
+d:\iislog\W3SVC\ra170913.ibl 2451 USKY-3D398D8F45 112000 2017-09-13 06:18:07 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 31 11822 376 0 /uploads/logo/fein_29.png - -
+d:\iislog\W3SVC\ra170913.ibl 2452 USKY-3D398D8F45 112000 2017-09-13 06:18:07 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 15 9167 376 0 /uploads/logo/fein_37.png - -
+d:\iislog\W3SVC\ra170913.ibl 2453 USKY-3D398D8F45 112000 2017-09-13 06:18:07 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 31 8739 376 0 /uploads/logo/fein_36.png - -
+d:\iislog\W3SVC\ra170913.ibl 2454 USKY-3D398D8F45 112000 2017-09-13 06:18:08 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 1390 31870 418 0 /assets/v1/images/num25.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 2455 USKY-3D398D8F45 112000 2017-09-13 06:18:08 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 31 7799 376 0 /uploads/logo/fein_11.png - -
+d:\iislog\W3SVC\ra170913.ibl 2456 USKY-3D398D8F45 112000 2017-09-13 06:18:08 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 15 5976 376 0 /uploads/logo/fein_09.png - -
+d:\iislog\W3SVC\ra170913.ibl 2457 USKY-3D398D8F45 112000 2017-09-13 06:18:08 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 0 9220 376 0 /uploads/logo/fein_52.png - -
+d:\iislog\W3SVC\ra170913.ibl 2458 USKY-3D398D8F45 112000 2017-09-13 06:18:08 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 15 7645 376 0 /uploads/logo/fein_50.png - -
+d:\iislog\W3SVC\ra170913.ibl 2459 USKY-3D398D8F45 112000 2017-09-13 06:18:08 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 15 8643 376 0 /uploads/logo/fein_55.png - -
+d:\iislog\W3SVC\ra170913.ibl 2460 USKY-3D398D8F45 112000 2017-09-13 06:18:08 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 15 2127 376 0 /uploads/logo/fein_24.png - -
+d:\iislog\W3SVC\ra170913.ibl 2461 USKY-3D398D8F45 112000 2017-09-13 06:18:08 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 375 46034 421 0 /assets/v1/images/num11_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2462 USKY-3D398D8F45 112000 2017-09-13 06:18:08 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 15 10214 376 0 /uploads/logo/fein_39.png - -
+d:\iislog\W3SVC\ra170913.ibl 2463 USKY-3D398D8F45 112000 2017-09-13 06:18:08 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 15 7089 376 0 /uploads/logo/fein_41.png - -
+d:\iislog\W3SVC\ra170913.ibl 2464 USKY-3D398D8F45 112000 2017-09-13 06:18:08 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 46 2219 376 0 /uploads/logo/fein_58.png - -
+d:\iislog\W3SVC\ra170913.ibl 2465 USKY-3D398D8F45 112000 2017-09-13 06:18:08 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 1875 11810 382 0 /uploads/logo/fans_25%20(1).png - -
+d:\iislog\W3SVC\ra170913.ibl 2466 USKY-3D398D8F45 112000 2017-09-13 06:18:08 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 1828 7202 376 0 /uploads/logo/fein_25.png - -
+d:\iislog\W3SVC\ra170913.ibl 2467 USKY-3D398D8F45 112000 2017-09-13 06:18:08 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 531 44187 442 0 /assets/v1/images/box_3_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 2468 USKY-3D398D8F45 112000 2017-09-13 06:18:08 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 2171 201437 418 0 /assets/v1/images/num32.png - -
+d:\iislog\W3SVC\ra170913.ibl 2469 USKY-3D398D8F45 112000 2017-09-13 06:18:08 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 2187 90498 418 0 /assets/v1/images/num10.png - -
+d:\iislog\W3SVC\ra170913.ibl 2470 USKY-3D398D8F45 112000 2017-09-13 06:18:09 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 2296 12440 376 0 /uploads/logo/fein_22.png - -
+d:\iislog\W3SVC\ra170913.ibl 2471 USKY-3D398D8F45 112000 2017-09-13 06:18:09 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 2546 7721 376 0 /uploads/logo/fein_14.png - -
+d:\iislog\W3SVC\ra170913.ibl 2472 USKY-3D398D8F45 112000 2017-09-13 06:18:09 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 1187 7813 376 0 /uploads/logo/fein_43.png - -
+d:\iislog\W3SVC\ra170913.ibl 2473 USKY-3D398D8F45 112000 2017-09-13 06:18:10 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 3734 745769 418 0 /assets/v1/images/num26.png - -
+d:\iislog\W3SVC\ra170913.ibl 2474 USKY-3D398D8F45 112000 2017-09-13 06:18:10 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 3906 32499 418 0 /assets/v1/images/num24.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 2475 USKY-3D398D8F45 112000 2017-09-13 06:18:11 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 5281 13606 446 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 2477 USKY-3D398D8F45 112000 2017-09-13 06:18:30 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 3218 10853 444 0 /index.php/cloud - -
+d:\iislog\W3SVC\ra170913.ibl 2478 USKY-3D398D8F45 112000 2017-09-13 06:18:37 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 3812 13606 444 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 2479 USKY-3D398D8F45 112000 2017-09-13 06:18:44 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 109 13324 468 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 2480 USKY-3D398D8F45 112000 2017-09-13 06:18:46 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 328 203544 416 0 /assets/v1/images/num4_off.png - -
+d:\iislog\W3SVC\ra170913.ibl 2481 USKY-3D398D8F45 112000 2017-09-13 06:18:46 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 3437 68897 446 0 /index.php/example - -
+d:\iislog\W3SVC\ra170913.ibl 2482 USKY-3D398D8F45 112000 2017-09-13 06:18:49 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 206 0 31 303 476 0 /assets/v1/images/num1_off.png - -
+d:\iislog\W3SVC\ra170913.ibl 2483 USKY-3D398D8F45 112000 2017-09-13 06:18:49 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 206 0 156 146254 477 0 /assets/v1/images/num1_off.png - -
+d:\iislog\W3SVC\ra170913.ibl 2484 USKY-3D398D8F45 112000 2017-09-13 06:18:50 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 6187 0 428 64 /assets/v1/images/num9_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2485 USKY-3D398D8F45 112000 2017-09-13 06:18:58 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 2812 13606 446 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 2486 USKY-3D398D8F45 112000 2017-09-13 06:18:59 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 101828 0 437 1236 /assets/v1/images/num2_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 2487 USKY-3D398D8F45 112000 2017-09-13 06:19:14 183.36.114.166 222.73.136.94 80 GET HTTP/1.1 404 0 62 1358 199 0 /index.php/robots.txt - -
+d:\iislog\W3SVC\ra170913.ibl 2488 USKY-3D398D8F45 112000 2017-09-13 06:19:14 183.36.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 156 14054 299 0 /index.php/news/read/ id=127 -
+d:\iislog\W3SVC\ra170913.ibl 2489 USKY-3D398D8F45 112000 2017-09-13 06:19:20 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 17343 10853 444 0 /index.php/cloud - -
+d:\iislog\W3SVC\ra170913.ibl 2490 USKY-3D398D8F45 112000 2017-09-13 06:19:36 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 35093 0 434 64 /assets/v1/images/spc.png - -
+d:\iislog\W3SVC\ra170913.ibl 2491 USKY-3D398D8F45 112000 2017-09-13 06:19:45 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 304 0 1156 214 519 0 /assets/v1/css/index.css - -
+d:\iislog\W3SVC\ra170913.ibl 2492 USKY-3D398D8F45 112000 2017-09-13 06:19:46 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 304 0 328 214 519 0 /assets/v1/css/reset.css - -
+d:\iislog\W3SVC\ra170913.ibl 2493 USKY-3D398D8F45 112000 2017-09-13 06:19:46 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 304 0 328 214 518 0 /assets/v1/css/base.css - -
+d:\iislog\W3SVC\ra170913.ibl 2494 USKY-3D398D8F45 112000 2017-09-13 06:19:50 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 304 0 1140 214 520 0 /assets/v1/css/jPages.css - -
+d:\iislog\W3SVC\ra170913.ibl 2495 USKY-3D398D8F45 112000 2017-09-13 06:19:50 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 304 0 328 214 518 0 /assets/v1/css/head.css - -
+d:\iislog\W3SVC\ra170913.ibl 2496 USKY-3D398D8F45 112000 2017-09-13 06:19:51 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 304 0 234 214 520 0 /assets/v1/js/jquery.SuperSlide.2.1.1.js - -
+d:\iislog\W3SVC\ra170913.ibl 2497 USKY-3D398D8F45 112000 2017-09-13 06:19:51 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 304 0 296 214 548 0 /assets/v1/images/eh.png - -
+d:\iislog\W3SVC\ra170913.ibl 2498 USKY-3D398D8F45 112000 2017-09-13 06:19:51 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 304 0 234 214 556 0 /assets/v1/images/slider1_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2499 USKY-3D398D8F45 112000 2017-09-13 06:19:52 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 304 0 281 214 556 0 /assets/v1/images/slider2_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2500 USKY-3D398D8F45 112000 2017-09-13 06:19:52 116.226.107.5 222.73.136.94 80 GET HTTP/1.1 200 0 93 21919 468 0 /index.php/about - -
+d:\iislog\W3SVC\ra170913.ibl 2501 USKY-3D398D8F45 112000 2017-09-13 06:19:52 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 304 0 312 213 548 0 /assets/v1/images/wx1.png - -
+d:\iislog\W3SVC\ra170913.ibl 2502 USKY-3D398D8F45 112000 2017-09-13 06:19:53 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 304 0 312 214 556 0 /assets/v1/images/slider3_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2503 USKY-3D398D8F45 112000 2017-09-13 06:19:54 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 304 0 8875 214 514 0 /assets/v1/js/jquery-1.11.1.min.js - -
+d:\iislog\W3SVC\ra170913.ibl 2504 USKY-3D398D8F45 112000 2017-09-13 06:19:54 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 304 0 3343 214 503 0 /assets/v1/js/jPages.js - -
+d:\iislog\W3SVC\ra170913.ibl 2505 USKY-3D398D8F45 112000 2017-09-13 06:19:54 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 304 0 937 214 553 0 /assets/v1/images/num1_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2506 USKY-3D398D8F45 112000 2017-09-13 06:19:54 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 304 0 203 213 510 0 /assets/v1/js/jquery.plugins.js - -
+d:\iislog\W3SVC\ra170913.ibl 2507 USKY-3D398D8F45 112000 2017-09-13 06:19:54 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 304 0 218 214 553 0 /assets/v1/images/num2_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2508 USKY-3D398D8F45 112000 2017-09-13 06:19:54 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 304 0 218 214 553 0 /assets/v1/images/num4_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2509 USKY-3D398D8F45 112000 2017-09-13 06:19:55 117.185.27.113 222.73.136.94 80 GET HTTP/1.1 200 0 30500 464 313 64 /index.php/about/download - -
+d:\iislog\W3SVC\ra170913.ibl 2510 USKY-3D398D8F45 112000 2017-09-13 06:19:55 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 304 0 234 213 503 0 /assets/v1/js/picture.js - -
+d:\iislog\W3SVC\ra170913.ibl 2511 USKY-3D398D8F45 112000 2017-09-13 06:19:55 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 304 0 203 214 550 0 /assets/v1/images/logo.png - -
+d:\iislog\W3SVC\ra170913.ibl 2512 USKY-3D398D8F45 112000 2017-09-13 06:19:55 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 304 0 234 214 549 0 /assets/v1/images/tel.png - -
+d:\iislog\W3SVC\ra170913.ibl 2513 USKY-3D398D8F45 112000 2017-09-13 06:19:56 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 304 0 234 214 608 0 /uploads/avatar/1%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E6%B0%B8%E5%A4%A9%E4%BA%91.png - -
+d:\iislog\W3SVC\ra170913.ibl 2514 USKY-3D398D8F45 112000 2017-09-13 06:19:56 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 304 0 218 214 617 0 /uploads/avatar/2%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E5%AE%A2%E6%88%B7%E6%A1%88%E4%BE%8B.png - -
+d:\iislog\W3SVC\ra170913.ibl 2515 USKY-3D398D8F45 112000 2017-09-13 06:19:56 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 304 0 234 213 616 0 /uploads/avatar/4%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E4%BA%BA%E5%8A%9B%E8%B5%84%E6%BA%90.png - -
+d:\iislog\W3SVC\ra170913.ibl 2516 USKY-3D398D8F45 112000 2017-09-13 06:19:56 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 17312 13606 461 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 2517 USKY-3D398D8F45 112000 2017-09-13 06:19:56 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 304 0 250 214 617 0 /uploads/avatar/3%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E6%96%B0%E9%97%BB%E8%B5%84%E8%AE%AF.png - -
+d:\iislog\W3SVC\ra170913.ibl 2518 USKY-3D398D8F45 112000 2017-09-13 06:19:56 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 304 0 218 214 548 0 /assets/v1/images/bd.png - -
+d:\iislog\W3SVC\ra170913.ibl 2519 USKY-3D398D8F45 112000 2017-09-13 06:19:56 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 304 0 234 214 553 0 /assets/v1/images/num1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 2520 USKY-3D398D8F45 112000 2017-09-13 06:19:57 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 304 0 234 214 520 0 /assets/v1/css/footer.css - -
+d:\iislog\W3SVC\ra170913.ibl 2521 USKY-3D398D8F45 112000 2017-09-13 06:19:57 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 304 0 234 214 552 0 /assets/v1/images/num1_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 2522 USKY-3D398D8F45 112000 2017-09-13 06:19:57 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 304 0 218 214 498 0 /uploads/logo/partner2.png - -
+d:\iislog\W3SVC\ra170913.ibl 2523 USKY-3D398D8F45 112000 2017-09-13 06:19:57 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 304 0 218 214 498 0 /uploads/logo/partner1.png - -
+d:\iislog\W3SVC\ra170913.ibl 2524 USKY-3D398D8F45 112000 2017-09-13 06:19:57 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 304 0 218 214 498 0 /uploads/logo/partner3.png - -
+d:\iislog\W3SVC\ra170913.ibl 2525 USKY-3D398D8F45 112000 2017-09-13 06:19:57 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 218 20514 437 0 /assets/v1/images/num2_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 2526 USKY-3D398D8F45 112000 2017-09-13 06:19:57 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 304 0 203 214 499 0 /uploads/logo/partner15.png - -
+d:\iislog\W3SVC\ra170913.ibl 2527 USKY-3D398D8F45 112000 2017-09-13 06:19:57 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 304 0 218 214 498 0 /uploads/logo/partner7.png - -
+d:\iislog\W3SVC\ra170913.ibl 2528 USKY-3D398D8F45 112000 2017-09-13 06:19:57 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 304 0 234 214 497 0 /uploads/logo/fans_02.png - -
+d:\iislog\W3SVC\ra170913.ibl 2529 USKY-3D398D8F45 112000 2017-09-13 06:19:57 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 304 0 218 213 496 0 /uploads/logo/fans_06.png - -
+d:\iislog\W3SVC\ra170913.ibl 2530 USKY-3D398D8F45 112000 2017-09-13 06:19:57 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 304 0 218 214 497 0 /uploads/logo/fans_08.png - -
+d:\iislog\W3SVC\ra170913.ibl 2531 USKY-3D398D8F45 112000 2017-09-13 06:19:57 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 304 0 234 214 497 0 /uploads/logo/fans_10.png - -
+d:\iislog\W3SVC\ra170913.ibl 2532 USKY-3D398D8F45 112000 2017-09-13 06:19:57 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 304 0 218 214 497 0 /uploads/logo/fans_15.png - -
+d:\iislog\W3SVC\ra170913.ibl 2533 USKY-3D398D8F45 112000 2017-09-13 06:19:58 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 304 0 218 214 551 0 /assets/v1/images/num28.png - -
+d:\iislog\W3SVC\ra170913.ibl 2534 USKY-3D398D8F45 112000 2017-09-13 06:19:58 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 304 0 218 214 497 0 /uploads/logo/fans_19.png - -
+d:\iislog\W3SVC\ra170913.ibl 2535 USKY-3D398D8F45 112000 2017-09-13 06:19:59 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 304 0 234 214 497 0 /uploads/logo/fans_20.png - -
+d:\iislog\W3SVC\ra170913.ibl 2536 USKY-3D398D8F45 112000 2017-09-13 06:19:59 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 1140 0 437 64 /assets/v1/images/num3_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 2537 USKY-3D398D8F45 112000 2017-09-13 06:19:59 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 304 0 2000 0 497 64 /uploads/logo/fans_17.png - -
+d:\iislog\W3SVC\ra170913.ibl 2538 USKY-3D398D8F45 112000 2017-09-13 06:20:06 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 404 0 234 1358 165 0 /index.php/robots.txt - -
+d:\iislog\W3SVC\ra170913.ibl 2539 USKY-3D398D8F45 112000 2017-09-13 06:20:07 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 5953 13606 444 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 2540 USKY-3D398D8F45 112000 2017-09-13 06:20:08 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 7578 47034 446 0 /assets/v1/images/num5_spc.png - -
+d:\iislog\W3SVC\ra170913.ibl 2541 USKY-3D398D8F45 112000 2017-09-13 06:20:08 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 734 9376 358 0 /index.php/news/read/ id=10 -
+d:\iislog\W3SVC\ra170913.ibl 2542 USKY-3D398D8F45 112000 2017-09-13 06:20:08 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 9125 313 463 64 /index.php/example - -
+d:\iislog\W3SVC\ra170913.ibl 2543 USKY-3D398D8F45 112000 2017-09-13 06:20:08 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 7484 0 443 64 /assets/v1/images/num34.png - -
+d:\iislog\W3SVC\ra170913.ibl 2544 USKY-3D398D8F45 112000 2017-09-13 06:20:08 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 8281 0 445 64 /assets/v1/images/num6_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2545 USKY-3D398D8F45 112000 2017-09-13 06:20:08 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 7281 0 445 64 /assets/v1/images/num7_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2546 USKY-3D398D8F45 112000 2017-09-13 06:20:09 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 1109 0 445 64 /assets/v1/images/num8_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2548 USKY-3D398D8F45 112000 2017-09-13 06:20:12 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 812 13606 461 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 2549 USKY-3D398D8F45 112000 2017-09-13 06:20:12 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 468 5838 382 0 /uploads/logo/fans_17.png - -
+d:\iislog\W3SVC\ra170913.ibl 2550 USKY-3D398D8F45 112000 2017-09-13 06:20:13 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 218 2334 382 0 /uploads/logo/fans_04.png - -
+d:\iislog\W3SVC\ra170913.ibl 2551 USKY-3D398D8F45 112000 2017-09-13 06:20:14 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 304 0 16375 0 497 1236 /uploads/logo/fans_04.png - -
+d:\iislog\W3SVC\ra170913.ibl 2552 USKY-3D398D8F45 112000 2017-09-13 06:20:15 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 734 10078 359 0 /index.php/news/read/ id=101 -
+d:\iislog\W3SVC\ra170913.ibl 2553 USKY-3D398D8F45 112000 2017-09-13 06:20:18 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 1187 41467 359 0 /index.php/news/read/ id=108 -
+d:\iislog\W3SVC\ra170913.ibl 2555 USKY-3D398D8F45 112000 2017-09-13 06:20:19 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 153578 0 437 1236 /assets/v1/images/num3_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 2556 USKY-3D398D8F45 112000 2017-09-13 06:20:19 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 304 0 19171 0 498 1236 /uploads/logo/partner4.png - -
+d:\iislog\W3SVC\ra170913.ibl 2557 USKY-3D398D8F45 112000 2017-09-13 06:20:20 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 750 10964 359 0 /index.php/news/read/ id=109 -
+d:\iislog\W3SVC\ra170913.ibl 2558 USKY-3D398D8F45 112000 2017-09-13 06:20:24 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 828 10174 358 0 /index.php/news/read/ id=11 -
+d:\iislog\W3SVC\ra170913.ibl 2559 USKY-3D398D8F45 112000 2017-09-13 06:20:28 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 1046 12878 359 0 /index.php/news/read/ id=113 -
+d:\iislog\W3SVC\ra170913.ibl 2560 USKY-3D398D8F45 112000 2017-09-13 06:20:29 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 304 0 19828 0 551 1236 /assets/v1/images/num31.png - -
+d:\iislog\W3SVC\ra170913.ibl 2561 USKY-3D398D8F45 112000 2017-09-13 06:20:31 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 1875 144268 359 0 /index.php/news/read/ id=117 -
+d:\iislog\W3SVC\ra170913.ibl 2562 USKY-3D398D8F45 112000 2017-09-13 06:20:32 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 20281 28927 436 0 /assets/v1/images/num31.png - -
+d:\iislog\W3SVC\ra170913.ibl 2563 USKY-3D398D8F45 112000 2017-09-13 06:20:34 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 750 9588 358 0 /index.php/news/read/ id=12 -
+d:\iislog\W3SVC\ra170913.ibl 2564 USKY-3D398D8F45 112000 2017-09-13 06:20:36 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 750 11041 359 0 /index.php/news/read/ id=122 -
+d:\iislog\W3SVC\ra170913.ibl 2565 USKY-3D398D8F45 112000 2017-09-13 06:20:39 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 750 7684 359 0 /index.php/news/read/ id=125 -
+d:\iislog\W3SVC\ra170913.ibl 2566 USKY-3D398D8F45 112000 2017-09-13 06:20:41 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 2734 68897 463 0 /index.php/example - -
+d:\iislog\W3SVC\ra170913.ibl 2567 USKY-3D398D8F45 112000 2017-09-13 06:20:41 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 968 15267 359 0 /index.php/news/read/ id=129 -
+d:\iislog\W3SVC\ra170913.ibl 2568 USKY-3D398D8F45 112000 2017-09-13 06:20:43 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 1453 45306 445 0 /assets/v1/images/num7_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2569 USKY-3D398D8F45 112000 2017-09-13 06:20:43 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 500 47439 445 0 /assets/v1/images/num9_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2570 USKY-3D398D8F45 112000 2017-09-13 06:20:44 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 115437 0 428 121 /assets/v1/images/num8_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2571 USKY-3D398D8F45 112000 2017-09-13 06:20:45 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 5421 45922 445 0 /assets/v1/images/num8_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2572 USKY-3D398D8F45 112000 2017-09-13 06:20:45 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 750 11595 358 0 /index.php/news/read/ id=13 -
+d:\iislog\W3SVC\ra170913.ibl 2573 USKY-3D398D8F45 112000 2017-09-13 06:20:45 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 2390 175445 441 0 /assets/v1/images/rh1.png - -
+d:\iislog\W3SVC\ra170913.ibl 2574 USKY-3D398D8F45 112000 2017-09-13 06:20:47 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 1359 45087 445 0 /assets/v1/images/n1_2_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 2575 USKY-3D398D8F45 112000 2017-09-13 06:20:47 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 734 10728 358 0 /index.php/news/read/ id=14 -
+d:\iislog\W3SVC\ra170913.ibl 2576 USKY-3D398D8F45 112000 2017-09-13 06:20:47 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 8140 46136 445 0 /assets/v1/images/num6_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2577 USKY-3D398D8F45 112000 2017-09-13 06:20:48 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 3343 50498 445 0 /assets/v1/images/n1_1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 2578 USKY-3D398D8F45 112000 2017-09-13 06:20:48 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 921 46427 443 0 /assets/v1/images/h1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 2579 USKY-3D398D8F45 112000 2017-09-13 06:20:50 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 765 9964 358 0 /index.php/news/read/ id=15 -
+d:\iislog\W3SVC\ra170913.ibl 2580 USKY-3D398D8F45 112000 2017-09-13 06:20:52 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 812 10169 358 0 /index.php/news/read/ id=16 -
+d:\iislog\W3SVC\ra170913.ibl 2583 USKY-3D398D8F45 112000 2017-09-13 06:21:01 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 734 13198 358 0 /index.php/news/read/ id=17 -
+d:\iislog\W3SVC\ra170913.ibl 2584 USKY-3D398D8F45 112000 2017-09-13 06:21:04 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 1062 11006 358 0 /index.php/news/read/ id=18 -
+d:\iislog\W3SVC\ra170913.ibl 2585 USKY-3D398D8F45 112000 2017-09-13 06:21:06 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 734 9435 357 0 /index.php/news/read/ id=2 -
+d:\iislog\W3SVC\ra170913.ibl 2586 USKY-3D398D8F45 112000 2017-09-13 06:21:10 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 734 13026 358 0 /index.php/news/read/ id=20 -
+d:\iislog\W3SVC\ra170913.ibl 2587 USKY-3D398D8F45 112000 2017-09-13 06:21:12 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 765 9603 358 0 /index.php/news/read/ id=21 -
+d:\iislog\W3SVC\ra170913.ibl 2588 USKY-3D398D8F45 112000 2017-09-13 06:21:15 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 875 11753 358 0 /index.php/news/read/ id=23 -
+d:\iislog\W3SVC\ra170913.ibl 2589 USKY-3D398D8F45 112000 2017-09-13 06:21:16 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 35921 53183 443 0 /assets/v1/images/num34.png - -
+d:\iislog\W3SVC\ra170913.ibl 2590 USKY-3D398D8F45 112000 2017-09-13 06:21:16 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 64218 0 437 64 /assets/v1/images/num3_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 2591 USKY-3D398D8F45 112000 2017-09-13 06:21:19 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 750 9960 358 0 /index.php/news/read/ id=24 -
+d:\iislog\W3SVC\ra170913.ibl 2592 USKY-3D398D8F45 112000 2017-09-13 06:21:20 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 32296 174485 441 0 /assets/v1/images/rh2.png - -
+d:\iislog\W3SVC\ra170913.ibl 2593 USKY-3D398D8F45 112000 2017-09-13 06:21:22 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 1984 0 422 64 /assets/v1/images/num1_off.png - -
+d:\iislog\W3SVC\ra170913.ibl 2594 USKY-3D398D8F45 112000 2017-09-13 06:21:22 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 734 10828 358 0 /index.php/news/read/ id=27 -
+d:\iislog\W3SVC\ra170913.ibl 2595 USKY-3D398D8F45 112000 2017-09-13 06:21:22 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 49281 0 438 64 /assets/v1/images/footer1.png - -
+d:\iislog\W3SVC\ra170913.ibl 2596 USKY-3D398D8F45 112000 2017-09-13 06:21:25 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 200 0 421 5778 403 0 /assets/v1/css/area.css - -
+d:\iislog\W3SVC\ra170913.ibl 2598 USKY-3D398D8F45 112000 2017-09-13 06:21:28 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 734 12191 357 0 /index.php/news/read/ id=3 -
+d:\iislog\W3SVC\ra170913.ibl 2600 USKY-3D398D8F45 112000 2017-09-13 06:21:30 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 750 16307 358 0 /index.php/news/read/ id=30 -
+d:\iislog\W3SVC\ra170913.ibl 2601 USKY-3D398D8F45 112000 2017-09-13 06:21:33 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 1203 32832 358 0 /index.php/news/read/ id=34 -
+d:\iislog\W3SVC\ra170913.ibl 2603 USKY-3D398D8F45 112000 2017-09-13 06:21:36 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 750 13976 358 0 /index.php/news/read/ id=35 -
+d:\iislog\W3SVC\ra170913.ibl 2604 USKY-3D398D8F45 112000 2017-09-13 06:21:38 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 750 9400 358 0 /index.php/news/read/ id=36 -
+d:\iislog\W3SVC\ra170913.ibl 2605 USKY-3D398D8F45 112000 2017-09-13 06:21:41 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 796 12537 358 0 /index.php/news/read/ id=37 -
+d:\iislog\W3SVC\ra170913.ibl 2606 USKY-3D398D8F45 112000 2017-09-13 06:21:43 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 200 0 18453 53183 436 0 /assets/v1/images/num34.png - -
+d:\iislog\W3SVC\ra170913.ibl 2607 USKY-3D398D8F45 112000 2017-09-13 06:21:44 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 200 0 2687 45306 438 0 /assets/v1/images/num7_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2608 USKY-3D398D8F45 112000 2017-09-13 06:21:44 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 200 0 19250 47034 439 0 /assets/v1/images/num5_spc.png - -
+d:\iislog\W3SVC\ra170913.ibl 2609 USKY-3D398D8F45 112000 2017-09-13 06:21:45 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 200 0 2062 45922 438 0 /assets/v1/images/num8_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2610 USKY-3D398D8F45 112000 2017-09-13 06:21:48 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 734 9700 358 0 /index.php/news/read/ id=38 -
+d:\iislog\W3SVC\ra170913.ibl 2611 USKY-3D398D8F45 112000 2017-09-13 06:21:48 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 28687 50030 445 0 /assets/v1/images/footer1.png - -
+d:\iislog\W3SVC\ra170913.ibl 2612 USKY-3D398D8F45 112000 2017-09-13 06:21:49 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 61406 174453 441 0 /assets/v1/images/rh3.png - -
+d:\iislog\W3SVC\ra170913.ibl 2613 USKY-3D398D8F45 112000 2017-09-13 06:21:50 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 200 0 25140 46136 438 0 /assets/v1/images/num6_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2614 USKY-3D398D8F45 112000 2017-09-13 06:21:50 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 750 10426 358 0 /index.php/news/read/ id=40 -
+d:\iislog\W3SVC\ra170913.ibl 2615 USKY-3D398D8F45 112000 2017-09-13 06:21:51 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 1765 44989 441 0 /assets/v1/images/spc.png - -
+d:\iislog\W3SVC\ra170913.ibl 2616 USKY-3D398D8F45 112000 2017-09-13 06:21:52 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 3921 54113 445 0 /assets/v1/images/footer2.png - -
+d:\iislog\W3SVC\ra170913.ibl 2617 USKY-3D398D8F45 112000 2017-09-13 06:21:52 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 1171 41156 446 0 /assets/v1/images/meun_tab.png - -
+d:\iislog\W3SVC\ra170913.ibl 2618 USKY-3D398D8F45 112000 2017-09-13 06:21:54 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 734 10603 358 0 /index.php/news/read/ id=42 -
+d:\iislog\W3SVC\ra170913.ibl 2619 USKY-3D398D8F45 112000 2017-09-13 06:21:55 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 200 0 11171 175445 434 0 /assets/v1/images/rh1.png - -
+d:\iislog\W3SVC\ra170913.ibl 2621 USKY-3D398D8F45 112000 2017-09-13 06:21:56 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 200 0 12921 47439 438 0 /assets/v1/images/num9_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2622 USKY-3D398D8F45 112000 2017-09-13 06:21:57 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 750 11878 358 0 /index.php/news/read/ id=44 -
+d:\iislog\W3SVC\ra170913.ibl 2623 USKY-3D398D8F45 112000 2017-09-13 06:21:57 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 200 0 7437 174453 434 0 /assets/v1/images/rh3.png - -
+d:\iislog\W3SVC\ra170913.ibl 2624 USKY-3D398D8F45 112000 2017-09-13 06:21:59 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 200 0 4437 41331 436 0 /assets/v1/images/n1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 2625 USKY-3D398D8F45 112000 2017-09-13 06:21:59 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 750 10852 358 0 /index.php/news/read/ id=45 -
+d:\iislog\W3SVC\ra170913.ibl 2626 USKY-3D398D8F45 112000 2017-09-13 06:22:01 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 200 0 4000 45087 438 0 /assets/v1/images/n1_2_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 2627 USKY-3D398D8F45 112000 2017-09-13 06:22:02 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 750 10246 358 0 /index.php/news/read/ id=46 -
+d:\iislog\W3SVC\ra170913.ibl 2629 USKY-3D398D8F45 112000 2017-09-13 06:22:05 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 750 9909 358 0 /index.php/news/read/ id=47 -
+d:\iislog\W3SVC\ra170913.ibl 2630 USKY-3D398D8F45 112000 2017-09-13 06:22:08 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 734 10429 358 0 /index.php/news/read/ id=48 -
+d:\iislog\W3SVC\ra170913.ibl 2631 USKY-3D398D8F45 112000 2017-09-13 06:22:10 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 734 9657 357 0 /index.php/news/read/ id=5 -
+d:\iislog\W3SVC\ra170913.ibl 2632 USKY-3D398D8F45 112000 2017-09-13 06:22:12 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 23375 47439 428 0 /assets/v1/images/num9_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2633 USKY-3D398D8F45 112000 2017-09-13 06:22:12 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 33046 68897 446 0 /index.php/example - -
+d:\iislog\W3SVC\ra170913.ibl 2634 USKY-3D398D8F45 112000 2017-09-13 06:22:14 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 750 13919 358 0 /index.php/news/read/ id=51 -
+d:\iislog\W3SVC\ra170913.ibl 2635 USKY-3D398D8F45 112000 2017-09-13 06:22:15 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 200 0 15062 46427 436 0 /assets/v1/images/h1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 2636 USKY-3D398D8F45 112000 2017-09-13 06:22:17 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 734 10313 358 0 /index.php/news/read/ id=52 -
+d:\iislog\W3SVC\ra170913.ibl 2637 USKY-3D398D8F45 112000 2017-09-13 06:22:17 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 200 0 53656 68557 461 0 /index.php/example - -
+d:\iislog\W3SVC\ra170913.ibl 2639 USKY-3D398D8F45 112000 2017-09-13 06:22:19 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 734 11914 358 0 /index.php/news/read/ id=53 -
+d:\iislog\W3SVC\ra170913.ibl 2640 USKY-3D398D8F45 112000 2017-09-13 06:22:22 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 750 9982 358 0 /index.php/news/read/ id=54 -
+d:\iislog\W3SVC\ra170913.ibl 2641 USKY-3D398D8F45 112000 2017-09-13 06:22:24 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 734 12308 358 0 /index.php/news/read/ id=55 -
+d:\iislog\W3SVC\ra170913.ibl 2642 USKY-3D398D8F45 112000 2017-09-13 06:22:27 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 750 8699 358 0 /index.php/news/read/ id=57 -
+d:\iislog\W3SVC\ra170913.ibl 2643 USKY-3D398D8F45 112000 2017-09-13 06:22:29 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 200 0 63234 287673 386 0 /uploads/logo/ZHSQ_03.png - -
+d:\iislog\W3SVC\ra170913.ibl 2644 USKY-3D398D8F45 112000 2017-09-13 06:22:33 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 44875 45922 428 0 /assets/v1/images/num8_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2645 USKY-3D398D8F45 112000 2017-09-13 06:22:35 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 200 0 33406 149183 434 0 /assets/v1/images/rh4.png - -
+d:\iislog\W3SVC\ra170913.ibl 2646 USKY-3D398D8F45 112000 2017-09-13 06:22:36 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 41453 174485 424 0 /assets/v1/images/rh2.png - -
+d:\iislog\W3SVC\ra170913.ibl 2647 USKY-3D398D8F45 112000 2017-09-13 06:22:36 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 40765 149183 424 0 /assets/v1/images/rh4.png - -
+d:\iislog\W3SVC\ra170913.ibl 2648 USKY-3D398D8F45 112000 2017-09-13 06:22:36 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 750 15888 358 0 /index.php/news/read/ id=58 -
+d:\iislog\W3SVC\ra170913.ibl 2649 USKY-3D398D8F45 112000 2017-09-13 06:22:39 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 120062 907988 384 0 /uploads/logo/HM.png - -
+d:\iislog\W3SVC\ra170913.ibl 2650 USKY-3D398D8F45 112000 2017-09-13 06:22:40 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 750 10021 358 0 /index.php/news/read/ id=59 -
+d:\iislog\W3SVC\ra170913.ibl 2651 USKY-3D398D8F45 112000 2017-09-13 06:22:43 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 750 10568 357 0 /index.php/news/read/ id=6 -
+d:\iislog\W3SVC\ra170913.ibl 2652 USKY-3D398D8F45 112000 2017-09-13 06:22:45 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 968 26651 358 0 /index.php/news/read/ id=61 -
+d:\iislog\W3SVC\ra170913.ibl 2653 USKY-3D398D8F45 112000 2017-09-13 06:22:45 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 42609 174453 424 0 /assets/v1/images/rh3.png - -
+d:\iislog\W3SVC\ra170913.ibl 2654 USKY-3D398D8F45 112000 2017-09-13 06:22:47 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 46312 174641 424 0 /assets/v1/images/rh5.png - -
+d:\iislog\W3SVC\ra170913.ibl 2655 USKY-3D398D8F45 112000 2017-09-13 06:22:49 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 200 0 20328 332445 392 0 /uploads/logo/ZFSQ_03%20(1).png - -
+d:\iislog\W3SVC\ra170913.ibl 2656 USKY-3D398D8F45 112000 2017-09-13 06:22:50 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 750 10252 358 0 /index.php/news/read/ id=62 -
+d:\iislog\W3SVC\ra170913.ibl 2657 USKY-3D398D8F45 112000 2017-09-13 06:22:50 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 130531 287673 389 0 /uploads/logo/ZHSQ_03.png - -
+d:\iislog\W3SVC\ra170913.ibl 2658 USKY-3D398D8F45 112000 2017-09-13 06:22:52 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 750 8718 358 0 /index.php/news/read/ id=63 -
+d:\iislog\W3SVC\ra170913.ibl 2659 USKY-3D398D8F45 112000 2017-09-13 06:22:58 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 734 10684 358 0 /index.php/news/read/ id=64 -
+d:\iislog\W3SVC\ra170913.ibl 2660 USKY-3D398D8F45 112000 2017-09-13 06:22:58 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 101718 174641 441 0 /assets/v1/images/rh5.png - -
+d:\iislog\W3SVC\ra170913.ibl 2661 USKY-3D398D8F45 112000 2017-09-13 06:23:00 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 750 14731 358 0 /index.php/news/read/ id=65 -
+d:\iislog\W3SVC\ra170913.ibl 2662 USKY-3D398D8F45 112000 2017-09-13 06:23:01 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 133453 149183 441 0 /assets/v1/images/rh4.png - -
+d:\iislog\W3SVC\ra170913.ibl 2663 USKY-3D398D8F45 112000 2017-09-13 06:23:02 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 734 9816 357 0 /index.php/news/read/ id=7 -
+d:\iislog\W3SVC\ra170913.ibl 2664 USKY-3D398D8F45 112000 2017-09-13 06:23:04 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 200 0 79265 174485 434 0 /assets/v1/images/rh2.png - -
+d:\iislog\W3SVC\ra170913.ibl 2665 USKY-3D398D8F45 112000 2017-09-13 06:23:06 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 2140 371 358 64 /index.php/news/read/ id=70 -
+d:\iislog\W3SVC\ra170913.ibl 2666 USKY-3D398D8F45 112000 2017-09-13 06:23:11 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 2125 371 358 64 /index.php/news/read/ id=71 -
+d:\iislog\W3SVC\ra170913.ibl 2667 USKY-3D398D8F45 112000 2017-09-13 06:23:12 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 200 0 75281 50498 438 0 /assets/v1/images/n1_1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 2668 USKY-3D398D8F45 112000 2017-09-13 06:23:13 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 734 8833 358 0 /index.php/news/read/ id=73 -
+d:\iislog\W3SVC\ra170913.ibl 2669 USKY-3D398D8F45 112000 2017-09-13 06:23:16 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 750 8833 358 0 /index.php/news/read/ id=76 -
+d:\iislog\W3SVC\ra170913.ibl 2670 USKY-3D398D8F45 112000 2017-09-13 06:23:22 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 200 0 115109 599455 387 0 /uploads/logo/HS%20(2).png - -
+d:\iislog\W3SVC\ra170913.ibl 2671 USKY-3D398D8F45 112000 2017-09-13 06:23:25 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 765 14141 358 0 /index.php/news/read/ id=79 -
+d:\iislog\W3SVC\ra170913.ibl 2672 USKY-3D398D8F45 112000 2017-09-13 06:23:28 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 200 0 73859 174641 434 0 /assets/v1/images/rh5.png - -
+d:\iislog\W3SVC\ra170913.ibl 2673 USKY-3D398D8F45 112000 2017-09-13 06:23:30 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 734 10259 357 0 /index.php/news/read/ id=8 -
+d:\iislog\W3SVC\ra170913.ibl 2674 USKY-3D398D8F45 112000 2017-09-13 06:23:32 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 781 11704 358 0 /index.php/news/read/ id=81 -
+d:\iislog\W3SVC\ra170913.ibl 2675 USKY-3D398D8F45 112000 2017-09-13 06:23:37 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 1640 46833 429 0 /assets/v1/images/num6_off.png - -
+d:\iislog\W3SVC\ra170913.ibl 2676 USKY-3D398D8F45 112000 2017-09-13 06:23:39 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 750 10511 358 0 /index.php/news/read/ id=82 -
+d:\iislog\W3SVC\ra170913.ibl 2677 USKY-3D398D8F45 112000 2017-09-13 06:23:42 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 1515 47353 429 0 /assets/v1/images/num7_off.png - -
+d:\iislog\W3SVC\ra170913.ibl 2678 USKY-3D398D8F45 112000 2017-09-13 06:23:43 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 750 10956 357 0 /index.php/news/read/ id=9 -
+d:\iislog\W3SVC\ra170913.ibl 2679 USKY-3D398D8F45 112000 2017-09-13 06:23:46 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 750 11639 358 0 /index.php/news/read/ id=92 -
+d:\iislog\W3SVC\ra170913.ibl 2680 USKY-3D398D8F45 112000 2017-09-13 06:23:49 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 906 11039 358 0 /index.php/news/read/ id=96 -
+d:\iislog\W3SVC\ra170913.ibl 2681 USKY-3D398D8F45 112000 2017-09-13 06:23:52 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 1062 11356 358 0 /index.php/news/read/ id=97 -
+d:\iislog\W3SVC\ra170913.ibl 2682 USKY-3D398D8F45 112000 2017-09-13 06:23:56 5.9.89.170 222.73.136.94 80 GET HTTP/1.1 200 0 2062 67779 352 0 /index.php/news/trade - -
+d:\iislog\W3SVC\ra170913.ibl 2683 USKY-3D398D8F45 112000 2017-09-13 06:24:17 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 97515 332445 395 0 /uploads/logo/ZFSQ_03%20(1).png - -
+d:\iislog\W3SVC\ra170913.ibl 2685 USKY-3D398D8F45 112000 2017-09-13 06:24:29 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 257125 0 383 1236 /uploads/logo/partner4.png - -
+d:\iislog\W3SVC\ra170913.ibl 2686 USKY-3D398D8F45 112000 2017-09-13 06:24:53 155.69.160.77 222.73.136.94 80 GET HTTP/1.1 200 0 254421 725869 384 64 /uploads/logo/LD.png - -
+d:\iislog\W3SVC\ra170913.ibl 2687 USKY-3D398D8F45 112000 2017-09-13 06:24:54 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 5875 46240 429 0 /assets/v1/images/num8_off.png - -
+d:\iislog\W3SVC\ra170913.ibl 2688 USKY-3D398D8F45 112000 2017-09-13 06:25:02 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 12703 46162 428 0 /assets/v1/images/num5_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2689 USKY-3D398D8F45 112000 2017-09-13 06:25:06 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 18890 48064 429 0 /assets/v1/images/num6_spc.png - -
+d:\iislog\W3SVC\ra170913.ibl 2690 USKY-3D398D8F45 112000 2017-09-13 06:25:10 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 109 13382 496 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 2691 USKY-3D398D8F45 112000 2017-09-13 06:25:10 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 31 1533 383 0 /assets/v1/css/footer.css - -
+d:\iislog\W3SVC\ra170913.ibl 2692 USKY-3D398D8F45 112000 2017-09-13 06:25:10 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 31 1086 382 0 /assets/v1/css/reset.css - -
+d:\iislog\W3SVC\ra170913.ibl 2693 USKY-3D398D8F45 112000 2017-09-13 06:25:10 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 31 8730 381 0 /assets/v1/css/base.css - -
+d:\iislog\W3SVC\ra170913.ibl 2694 USKY-3D398D8F45 112000 2017-09-13 06:25:10 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 31 1469 383 0 /assets/v1/css/jPages.css - -
+d:\iislog\W3SVC\ra170913.ibl 2695 USKY-3D398D8F45 112000 2017-09-13 06:25:10 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 46 2794 381 0 /assets/v1/css/head.css - -
+d:\iislog\W3SVC\ra170913.ibl 2696 USKY-3D398D8F45 112000 2017-09-13 06:25:10 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 15 3373 374 0 /assets/v1/js/jquery.plugins.js - -
+d:\iislog\W3SVC\ra170913.ibl 2697 USKY-3D398D8F45 112000 2017-09-13 06:25:10 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 31 11689 383 0 /assets/v1/js/jquery.SuperSlide.2.1.1.js - -
+d:\iislog\W3SVC\ra170913.ibl 2698 USKY-3D398D8F45 112000 2017-09-13 06:25:10 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 93 3789 382 0 /assets/v1/css/index.css - -
+d:\iislog\W3SVC\ra170913.ibl 2699 USKY-3D398D8F45 112000 2017-09-13 06:25:10 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 62 492 367 0 /assets/v1/js/picture.js - -
+d:\iislog\W3SVC\ra170913.ibl 2700 USKY-3D398D8F45 112000 2017-09-13 06:25:10 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 78 96588 377 0 /assets/v1/js/jquery-1.11.1.min.js - -
+d:\iislog\W3SVC\ra170913.ibl 2701 USKY-3D398D8F45 112000 2017-09-13 06:25:10 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 15 3260 392 0 /assets/v1/images/eh.png - -
+d:\iislog\W3SVC\ra170913.ibl 2702 USKY-3D398D8F45 112000 2017-09-13 06:25:10 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 46 18588 366 0 /assets/v1/js/jPages.js - -
+d:\iislog\W3SVC\ra170913.ibl 2703 USKY-3D398D8F45 112000 2017-09-13 06:25:10 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 31 42137 400 0 /assets/v1/images/slider1_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2704 USKY-3D398D8F45 112000 2017-09-13 06:25:10 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 200 0 224437 791405 381 0 /uploads/logo/LD.png - -
+d:\iislog\W3SVC\ra170913.ibl 2705 USKY-3D398D8F45 112000 2017-09-13 06:25:10 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 375 166408 412 0 /uploads/avatar/1%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E6%B0%B8%E5%A4%A9%E4%BA%91.png - -
+d:\iislog\W3SVC\ra170913.ibl 2706 USKY-3D398D8F45 112000 2017-09-13 06:25:10 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 593 42424 415 0 /assets/v1/images/tel.png - -
+d:\iislog\W3SVC\ra170913.ibl 2707 USKY-3D398D8F45 112000 2017-09-13 06:25:10 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 46 43618 416 0 /assets/v1/images/logo.png - -
+d:\iislog\W3SVC\ra170913.ibl 2708 USKY-3D398D8F45 112000 2017-09-13 06:25:11 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 953 45152 400 0 /assets/v1/images/slider2_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2709 USKY-3D398D8F45 112000 2017-09-13 06:25:11 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 78 43269 420 0 /assets/v1/images/num1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 2710 USKY-3D398D8F45 112000 2017-09-13 06:25:11 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 62 42681 415 0 /assets/v1/images/bd.png - -
+d:\iislog\W3SVC\ra170913.ibl 2711 USKY-3D398D8F45 112000 2017-09-13 06:25:11 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 1375 57855 393 0 /assets/v1/images/wx1.png - -
+d:\iislog\W3SVC\ra170913.ibl 2712 USKY-3D398D8F45 112000 2017-09-13 06:25:11 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 78 41156 420 0 /assets/v1/images/meun_tab.png - -
+d:\iislog\W3SVC\ra170913.ibl 2713 USKY-3D398D8F45 112000 2017-09-13 06:25:12 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 812 126613 395 0 /assets/v1/images/num28.png - -
+d:\iislog\W3SVC\ra170913.ibl 2714 USKY-3D398D8F45 112000 2017-09-13 06:25:12 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 78 24271 396 0 /assets/v1/images/num1_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 2715 USKY-3D398D8F45 112000 2017-09-13 06:25:12 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 2578 105595 421 0 /uploads/avatar/4%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E4%BA%BA%E5%8A%9B%E8%B5%84%E6%BA%90.png - -
+d:\iislog\W3SVC\ra170913.ibl 2716 USKY-3D398D8F45 112000 2017-09-13 06:25:13 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 3265 97969 421 0 /uploads/avatar/3%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E6%96%B0%E9%97%BB%E8%B5%84%E8%AE%AF.png - -
+d:\iislog\W3SVC\ra170913.ibl 2717 USKY-3D398D8F45 112000 2017-09-13 06:25:14 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 3921 103874 421 0 /uploads/avatar/2%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E5%AE%A2%E6%88%B7%E6%A1%88%E4%BE%8B.png - -
+d:\iislog\W3SVC\ra170913.ibl 2718 USKY-3D398D8F45 112000 2017-09-13 06:25:14 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 1718 162783 395 0 /assets/v1/images/num29.png - -
+d:\iislog\W3SVC\ra170913.ibl 2719 USKY-3D398D8F45 112000 2017-09-13 06:25:14 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 4109 45520 400 0 /assets/v1/images/slider3_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2720 USKY-3D398D8F45 112000 2017-09-13 06:25:14 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 46 43552 426 0 /assets/v1/images/num1_bg_hover.png - -
+d:\iislog\W3SVC\ra170913.ibl 2721 USKY-3D398D8F45 112000 2017-09-13 06:25:14 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 46 28927 395 0 /assets/v1/images/num31.png - -
+d:\iislog\W3SVC\ra170913.ibl 2722 USKY-3D398D8F45 112000 2017-09-13 06:25:14 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 78 20514 396 0 /assets/v1/images/num2_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 2723 USKY-3D398D8F45 112000 2017-09-13 06:25:14 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 140 32407 396 0 /assets/v1/images/num3_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 2724 USKY-3D398D8F45 112000 2017-09-13 06:25:14 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 4343 355323 397 0 /assets/v1/images/num2_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2725 USKY-3D398D8F45 112000 2017-09-13 06:25:14 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 3859 338195 397 0 /assets/v1/images/num3_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2726 USKY-3D398D8F45 112000 2017-09-13 06:25:15 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 484 61076 394 0 /uploads/logo/partner2.png - -
+d:\iislog\W3SVC\ra170913.ibl 2727 USKY-3D398D8F45 112000 2017-09-13 06:25:15 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 31 936 395 0 /uploads/logo/partner15.png - -
+d:\iislog\W3SVC\ra170913.ibl 2728 USKY-3D398D8F45 112000 2017-09-13 06:25:15 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 62 3514 394 0 /uploads/logo/partner7.png - -
+d:\iislog\W3SVC\ra170913.ibl 2729 USKY-3D398D8F45 112000 2017-09-13 06:25:15 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 796 64070 394 0 /uploads/logo/partner1.png - -
+d:\iislog\W3SVC\ra170913.ibl 2730 USKY-3D398D8F45 112000 2017-09-13 06:25:15 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 93 8042 393 0 /uploads/logo/fans_02.png - -
+d:\iislog\W3SVC\ra170913.ibl 2731 USKY-3D398D8F45 112000 2017-09-13 06:25:15 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 46 2334 393 0 /uploads/logo/fans_04.png - -
+d:\iislog\W3SVC\ra170913.ibl 2732 USKY-3D398D8F45 112000 2017-09-13 06:25:15 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 15 11471 393 0 /uploads/logo/fans_08.png - -
+d:\iislog\W3SVC\ra170913.ibl 2733 USKY-3D398D8F45 112000 2017-09-13 06:25:15 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 31 9675 393 0 /uploads/logo/fans_06.png - -
+d:\iislog\W3SVC\ra170913.ibl 2734 USKY-3D398D8F45 112000 2017-09-13 06:25:15 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 781 56348 394 0 /uploads/logo/partner3.png - -
+d:\iislog\W3SVC\ra170913.ibl 2735 USKY-3D398D8F45 112000 2017-09-13 06:25:15 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 31 5838 393 0 /uploads/logo/fans_17.png - -
+d:\iislog\W3SVC\ra170913.ibl 2736 USKY-3D398D8F45 112000 2017-09-13 06:25:15 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 15 8475 393 0 /uploads/logo/fans_19.png - -
+d:\iislog\W3SVC\ra170913.ibl 2737 USKY-3D398D8F45 112000 2017-09-13 06:25:15 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 0 5778 393 0 /uploads/logo/fans_20.png - -
+d:\iislog\W3SVC\ra170913.ibl 2738 USKY-3D398D8F45 112000 2017-09-13 06:25:15 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 62 50030 397 0 /assets/v1/images/footer1.png - -
+d:\iislog\W3SVC\ra170913.ibl 2739 USKY-3D398D8F45 112000 2017-09-13 06:25:15 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 62 54113 397 0 /assets/v1/images/footer2.png - -
+d:\iislog\W3SVC\ra170913.ibl 2740 USKY-3D398D8F45 112000 2017-09-13 06:25:15 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 484 11849 393 0 /uploads/logo/fans_10.png - -
+d:\iislog\W3SVC\ra170913.ibl 2741 USKY-3D398D8F45 112000 2017-09-13 06:25:15 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 1046 57699 394 0 /uploads/logo/partner4.png - -
+d:\iislog\W3SVC\ra170913.ibl 2742 USKY-3D398D8F45 112000 2017-09-13 06:25:15 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 609 4360 393 0 /uploads/logo/fans_15.png - -
+d:\iislog\W3SVC\ra170913.ibl 2743 USKY-3D398D8F45 112000 2017-09-13 06:25:15 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 4593 366588 397 0 /assets/v1/images/num4_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2744 USKY-3D398D8F45 112000 2017-09-13 06:25:15 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 187 44989 417 0 /assets/v1/images/spc.png - -
+d:\iislog\W3SVC\ra170913.ibl 2745 USKY-3D398D8F45 112000 2017-09-13 06:25:16 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 750 47566 421 0 /assets/v1/images/alert1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 2746 USKY-3D398D8F45 112000 2017-09-13 06:25:16 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 6234 419700 397 0 /assets/v1/images/num1_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2747 USKY-3D398D8F45 112000 2017-09-13 06:25:16 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 703 239286 398 0 /assets/v1/images/num1_off.png - -
+d:\iislog\W3SVC\ra170913.ibl 2748 USKY-3D398D8F45 112000 2017-09-13 06:25:16 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 404 0 46 1358 380 0 /index.php/favicon.ico - -
+d:\iislog\W3SVC\ra170913.ibl 2749 USKY-3D398D8F45 112000 2017-09-13 06:25:20 112.80.254.25 222.73.136.94 80 GET HTTP/1.1 200 0 1234 331026 199 0 /upload/201401/09/201401091528289062.png - -
+d:\iislog\W3SVC\ra170913.ibl 2750 USKY-3D398D8F45 112000 2017-09-13 06:25:57 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 46 5778 388 0 /assets/v1/css/area.css - -
+d:\iislog\W3SVC\ra170913.ibl 2751 USKY-3D398D8F45 112000 2017-09-13 06:25:57 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 78 47034 405 0 /assets/v1/images/num5_spc.png - -
+d:\iislog\W3SVC\ra170913.ibl 2752 USKY-3D398D8F45 112000 2017-09-13 06:25:58 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 453 46136 404 0 /assets/v1/images/num6_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2753 USKY-3D398D8F45 112000 2017-09-13 06:25:58 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 500 53183 402 0 /assets/v1/images/num34.png - -
+d:\iislog\W3SVC\ra170913.ibl 2754 USKY-3D398D8F45 112000 2017-09-13 06:25:58 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 640 68387 452 0 /index.php/example - -
+d:\iislog\W3SVC\ra170913.ibl 2755 USKY-3D398D8F45 112000 2017-09-13 06:25:58 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 93 41331 417 0 /assets/v1/images/n1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 2756 USKY-3D398D8F45 112000 2017-09-13 06:25:58 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 546 47439 404 0 /assets/v1/images/num9_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2757 USKY-3D398D8F45 112000 2017-09-13 06:25:58 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 1187 45306 404 0 /assets/v1/images/num7_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2758 USKY-3D398D8F45 112000 2017-09-13 06:25:58 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 1265 45922 404 0 /assets/v1/images/num8_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2759 USKY-3D398D8F45 112000 2017-09-13 06:25:59 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 968 50498 419 0 /assets/v1/images/n1_1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 2761 USKY-3D398D8F45 112000 2017-09-13 06:25:59 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 1609 175445 400 0 /assets/v1/images/rh1.png - -
+d:\iislog\W3SVC\ra170913.ibl 2762 USKY-3D398D8F45 112000 2017-09-13 06:26:00 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 1312 287673 400 0 /uploads/logo/ZHSQ_03.png - -
+d:\iislog\W3SVC\ra170913.ibl 2763 USKY-3D398D8F45 112000 2017-09-13 06:26:00 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 109 45087 419 0 /assets/v1/images/n1_2_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 2764 USKY-3D398D8F45 112000 2017-09-13 06:26:00 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 62 46427 417 0 /assets/v1/images/h1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 2765 USKY-3D398D8F45 112000 2017-09-13 06:26:03 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 4703 599455 401 0 /uploads/logo/HS%20(2).png - -
+d:\iislog\W3SVC\ra170913.ibl 2766 USKY-3D398D8F45 112000 2017-09-13 06:26:04 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 6437 907988 395 0 /uploads/logo/HM.png - -
+d:\iislog\W3SVC\ra170913.ibl 2767 USKY-3D398D8F45 112000 2017-09-13 06:26:04 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 5796 174485 400 0 /assets/v1/images/rh2.png - -
+d:\iislog\W3SVC\ra170913.ibl 2768 USKY-3D398D8F45 112000 2017-09-13 06:26:05 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 4890 805201 395 0 /uploads/logo/lt.png - -
+d:\iislog\W3SVC\ra170913.ibl 2769 USKY-3D398D8F45 112000 2017-09-13 06:26:06 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 6968 332445 406 0 /uploads/logo/ZFSQ_03%20(1).png - -
+d:\iislog\W3SVC\ra170913.ibl 2770 USKY-3D398D8F45 112000 2017-09-13 06:26:07 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 2078 174453 400 0 /assets/v1/images/rh3.png - -
+d:\iislog\W3SVC\ra170913.ibl 2771 USKY-3D398D8F45 112000 2017-09-13 06:26:10 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 2687 230340 400 0 /uploads/logo/ZHYQ_03.png - -
+d:\iislog\W3SVC\ra170913.ibl 2772 USKY-3D398D8F45 112000 2017-09-13 06:26:10 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 12421 791405 395 0 /uploads/logo/LD.png - -
+d:\iislog\W3SVC\ra170913.ibl 2773 USKY-3D398D8F45 112000 2017-09-13 06:26:10 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 7062 868664 395 0 /uploads/logo/WL.png - -
+d:\iislog\W3SVC\ra170913.ibl 2774 USKY-3D398D8F45 112000 2017-09-13 06:26:10 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 6203 907374 395 0 /uploads/logo/jx.png - -
+d:\iislog\W3SVC\ra170913.ibl 2775 USKY-3D398D8F45 112000 2017-09-13 06:26:12 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 6062 649751 395 0 /uploads/logo/th.png - -
+d:\iislog\W3SVC\ra170913.ibl 2777 USKY-3D398D8F45 112000 2017-09-13 06:26:14 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 3890 654915 397 0 /uploads/logo/tdhy.png - -
+d:\iislog\W3SVC\ra170913.ibl 2778 USKY-3D398D8F45 112000 2017-09-13 06:26:16 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 1062 149183 400 0 /assets/v1/images/rh4.png - -
+d:\iislog\W3SVC\ra170913.ibl 2779 USKY-3D398D8F45 112000 2017-09-13 06:26:16 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 11921 805797 395 0 /uploads/logo/hy.png - -
+d:\iislog\W3SVC\ra170913.ibl 2780 USKY-3D398D8F45 112000 2017-09-13 06:26:17 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 6703 780692 398 0 /uploads/logo/kgcxy.png - -
+d:\iislog\W3SVC\ra170913.ibl 2781 USKY-3D398D8F45 112000 2017-09-13 06:26:17 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 1765 274047 400 0 /uploads/logo/zhbg_03.png - -
+d:\iislog\W3SVC\ra170913.ibl 2782 USKY-3D398D8F45 112000 2017-09-13 06:26:18 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 7546 762600 397 0 /uploads/logo/shjm.png - -
+d:\iislog\W3SVC\ra170913.ibl 2784 USKY-3D398D8F45 112000 2017-09-13 06:26:21 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 4109 798067 397 0 /uploads/logo/zrds.png - -
+d:\iislog\W3SVC\ra170913.ibl 2785 USKY-3D398D8F45 112000 2017-09-13 06:26:22 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 12156 723871 397 0 /uploads/logo/kjxy.png - -
+d:\iislog\W3SVC\ra170913.ibl 2786 USKY-3D398D8F45 112000 2017-09-13 06:26:23 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 4843 731946 398 0 /uploads/logo/wwwds.png - -
+d:\iislog\W3SVC\ra170913.ibl 2787 USKY-3D398D8F45 112000 2017-09-13 06:26:24 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 7171 826349 397 0 /uploads/logo/qhsw.png - -
+d:\iislog\W3SVC\ra170913.ibl 2788 USKY-3D398D8F45 112000 2017-09-13 06:26:25 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 3687 388392 398 0 /uploads/logo/cyyad.png - -
+d:\iislog\W3SVC\ra170913.ibl 2789 USKY-3D398D8F45 112000 2017-09-13 06:26:27 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 1187 174641 400 0 /assets/v1/images/rh5.png - -
+d:\iislog\W3SVC\ra170913.ibl 2790 USKY-3D398D8F45 112000 2017-09-13 06:26:27 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 6250 838505 397 0 /uploads/logo/hdcf.png - -
+d:\iislog\W3SVC\ra170913.ibl 2791 USKY-3D398D8F45 112000 2017-09-13 06:26:28 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 11453 749607 399 0 /uploads/logo/SOHOZS.png - -
+d:\iislog\W3SVC\ra170913.ibl 2792 USKY-3D398D8F45 112000 2017-09-13 06:26:29 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 875 253978 400 0 /uploads/logo/qita_03.png - -
+d:\iislog\W3SVC\ra170913.ibl 2794 USKY-3D398D8F45 112000 2017-09-13 06:26:30 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 7671 813884 397 0 /uploads/logo/zafs.png - -
+d:\iislog\W3SVC\ra170913.ibl 2795 USKY-3D398D8F45 112000 2017-09-13 06:26:31 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 4625 709791 401 0 /uploads/logo/srgfzhsq.png - -
+d:\iislog\W3SVC\ra170913.ibl 2796 USKY-3D398D8F45 112000 2017-09-13 06:26:32 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 19390 777824 397 0 /uploads/logo/skqp.png - -
+d:\iislog\W3SVC\ra170913.ibl 2797 USKY-3D398D8F45 112000 2017-09-13 06:26:32 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 7703 831376 399 0 /uploads/logo/hsjyzb.png - -
+d:\iislog\W3SVC\ra170913.ibl 2798 USKY-3D398D8F45 112000 2017-09-13 06:26:33 155.69.160.73 222.73.136.94 80 GET HTTP/1.1 200 0 224062 739665 381 64 /uploads/logo/lt.png - -
+d:\iislog\W3SVC\ra170913.ibl 2799 USKY-3D398D8F45 112000 2017-09-13 06:26:35 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 3218 632299 400 0 /uploads/logo/sbwrdjd.png - -
+d:\iislog\W3SVC\ra170913.ibl 2800 USKY-3D398D8F45 112000 2017-09-13 06:26:36 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 8156 611140 398 0 /uploads/logo/shzpz.png - -
+d:\iislog\W3SVC\ra170913.ibl 2801 USKY-3D398D8F45 112000 2017-09-13 06:26:38 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 2734 700763 398 0 /uploads/logo/daggg.png - -
+d:\iislog\W3SVC\ra170913.ibl 2802 USKY-3D398D8F45 112000 2017-09-13 06:26:39 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 8875 793481 397 0 /uploads/logo/htzq.png - -
+d:\iislog\W3SVC\ra170913.ibl 2803 USKY-3D398D8F45 112000 2017-09-13 06:26:39 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 10687 722736 397 0 /uploads/logo/srzh.png - -
+d:\iislog\W3SVC\ra170913.ibl 2804 USKY-3D398D8F45 112000 2017-09-13 06:26:40 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 7406 813261 399 0 /uploads/logo/pdgjjc.png - -
+d:\iislog\W3SVC\ra170913.ibl 2805 USKY-3D398D8F45 112000 2017-09-13 06:26:40 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 5093 760321 397 0 /uploads/logo/srhg.png - -
+d:\iislog\W3SVC\ra170913.ibl 2806 USKY-3D398D8F45 112000 2017-09-13 06:26:41 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 9156 733415 397 0 /uploads/logo/hybg.png - -
+d:\iislog\W3SVC\ra170913.ibl 2809 USKY-3D398D8F45 112000 2017-09-13 06:27:04 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 46 46833 405 0 /assets/v1/images/num6_off.png - -
+d:\iislog\W3SVC\ra170913.ibl 2810 USKY-3D398D8F45 112000 2017-09-13 06:27:05 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 109 46162 404 0 /assets/v1/images/num5_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2811 USKY-3D398D8F45 112000 2017-09-13 06:27:05 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 125 48064 405 0 /assets/v1/images/num6_spc.png - -
+d:\iislog\W3SVC\ra170913.ibl 2812 USKY-3D398D8F45 112000 2017-09-13 06:27:08 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 125 47178 405 0 /assets/v1/images/num5_off.png - -
+d:\iislog\W3SVC\ra170913.ibl 2813 USKY-3D398D8F45 112000 2017-09-13 06:27:08 115.28.171.22 222.73.136.94 80 GET HTTP/1.1 200 0 140 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 2815 USKY-3D398D8F45 112000 2017-09-13 06:27:16 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 93 47353 405 0 /assets/v1/images/num7_off.png - -
+d:\iislog\W3SVC\ra170913.ibl 2816 USKY-3D398D8F45 112000 2017-09-13 06:27:16 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 203 46033 405 0 /assets/v1/images/num7_spc.png - -
+d:\iislog\W3SVC\ra170913.ibl 2817 USKY-3D398D8F45 112000 2017-09-13 06:27:17 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 156 46240 405 0 /assets/v1/images/num8_off.png - -
+d:\iislog\W3SVC\ra170913.ibl 2818 USKY-3D398D8F45 112000 2017-09-13 06:27:17 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 15 46550 405 0 /assets/v1/images/num8_spc.png - -
+d:\iislog\W3SVC\ra170913.ibl 2820 USKY-3D398D8F45 112000 2017-09-13 06:27:30 123.125.71.49 222.73.136.94 80 GET HTTP/1.1 200 0 171 13382 255 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 2822 USKY-3D398D8F45 112000 2017-09-13 06:28:52 121.40.130.38 222.73.136.94 80 GET HTTP/1.1 200 0 109 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 2823 USKY-3D398D8F45 112000 2017-09-13 06:29:26 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 46 48189 405 0 /assets/v1/images/num9_off.png - -
+d:\iislog\W3SVC\ra170913.ibl 2824 USKY-3D398D8F45 112000 2017-09-13 06:29:27 180.166.1.6 222.73.136.94 80 GET HTTP/1.1 200 0 62 49377 405 0 /assets/v1/images/num9_spc.png - -
+d:\iislog\W3SVC\ra170913.ibl 2827 USKY-3D398D8F45 112000 2017-09-13 06:30:47 106.11.155.149 222.73.136.94 80 GET HTTP/1.1 200 0 109 12221 185 0 /index.php/news/read/ id=100 -
+d:\iislog\W3SVC\ra170913.ibl 2832 USKY-3D398D8F45 112000 2017-09-13 06:31:52 112.94.102.186 222.73.136.94 80 GET HTTP/1.1 200 0 484 145232 451 0 /upload/201701/20/201701201032301718.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 2837 USKY-3D398D8F45 112000 2017-09-13 06:33:01 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 404 0 328 1358 368 0 /index.php/images/news_default.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 2838 USKY-3D398D8F45 112000 2017-09-13 06:33:01 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 4062 64834 450 0 /index.php/news - -
+d:\iislog\W3SVC\ra170913.ibl 2839 USKY-3D398D8F45 112000 2017-09-13 06:33:02 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 2406 4591 390 0 /assets/v1/css/news.css - -
+d:\iislog\W3SVC\ra170913.ibl 2840 USKY-3D398D8F45 112000 2017-09-13 06:33:24 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 3640 1539 393 0 /assets/v1/css/recruit.css - -
+d:\iislog\W3SVC\ra170913.ibl 2841 USKY-3D398D8F45 112000 2017-09-13 06:33:29 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 9281 39565 448 0 /index.php/join - -
+d:\iislog\W3SVC\ra170913.ibl 2842 USKY-3D398D8F45 112000 2017-09-13 06:33:43 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 16171 103470 423 0 /assets/v1/images/num12.png - -
+d:\iislog\W3SVC\ra170913.ibl 2843 USKY-3D398D8F45 112000 2017-09-13 06:33:51 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 53062 0 425 64 /assets/v1/images/news_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 2844 USKY-3D398D8F45 112000 2017-09-13 06:33:56 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 53953 313 448 64 /index.php/about - -
+d:\iislog\W3SVC\ra170913.ibl 2846 USKY-3D398D8F45 112000 2017-09-13 06:34:50 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 218 64892 436 0 /index.php/news - -
+d:\iislog\W3SVC\ra170913.ibl 2847 USKY-3D398D8F45 112000 2017-09-13 06:34:50 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 404 0 46 1358 349 0 /index.php/images/news_default.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 2848 USKY-3D398D8F45 112000 2017-09-13 06:34:51 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 404 0 31 1358 437 0 /index.php/favicon.ico - -
+d:\iislog\W3SVC\ra170913.ibl 2849 USKY-3D398D8F45 112000 2017-09-13 06:35:02 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 140 12456 539 0 /index.php/index/index1 - -
+d:\iislog\W3SVC\ra170913.ibl 2850 USKY-3D398D8F45 112000 2017-09-13 06:35:02 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 62 3789 472 0 /assets/v1/css/index.css - -
+d:\iislog\W3SVC\ra170913.ibl 2851 USKY-3D398D8F45 112000 2017-09-13 06:35:02 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 46 3339 482 0 /assets/v1/images/ch.png - -
+d:\iislog\W3SVC\ra170913.ibl 2852 USKY-3D398D8F45 112000 2017-09-13 06:35:02 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 421 24271 486 0 /assets/v1/images/num1_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 2853 USKY-3D398D8F45 112000 2017-09-13 06:35:02 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 421 144697 488 0 /assets/v1/images/num24_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2854 USKY-3D398D8F45 112000 2017-09-13 06:35:02 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 359 42681 493 0 /assets/v1/images/bd.png - -
+d:\iislog\W3SVC\ra170913.ibl 2855 USKY-3D398D8F45 112000 2017-09-13 06:35:02 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 359 173236 482 0 /assets/v1/images/eg.png - -
+d:\iislog\W3SVC\ra170913.ibl 2856 USKY-3D398D8F45 112000 2017-09-13 06:35:03 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 78 20514 486 0 /assets/v1/images/num2_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 2857 USKY-3D398D8F45 112000 2017-09-13 06:35:03 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 109 46255 486 0 /assets/v1/images/index2.png - -
+d:\iislog\W3SVC\ra170913.ibl 2858 USKY-3D398D8F45 112000 2017-09-13 06:35:03 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 125 37602 486 0 /assets/v1/images/index3.png - -
+d:\iislog\W3SVC\ra170913.ibl 2859 USKY-3D398D8F45 112000 2017-09-13 06:35:03 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 31 936 360 0 /uploads/logo/partner15.png - -
+d:\iislog\W3SVC\ra170913.ibl 2860 USKY-3D398D8F45 112000 2017-09-13 06:35:03 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 15 3514 359 0 /uploads/logo/partner7.png - -
+d:\iislog\W3SVC\ra170913.ibl 2861 USKY-3D398D8F45 112000 2017-09-13 06:35:03 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 46 8042 358 0 /uploads/logo/fans_02.png - -
+d:\iislog\W3SVC\ra170913.ibl 2862 USKY-3D398D8F45 112000 2017-09-13 06:35:03 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 31 2334 358 0 /uploads/logo/fans_04.png - -
+d:\iislog\W3SVC\ra170913.ibl 2863 USKY-3D398D8F45 112000 2017-09-13 06:35:03 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 15 9675 358 0 /uploads/logo/fans_06.png - -
+d:\iislog\W3SVC\ra170913.ibl 2864 USKY-3D398D8F45 112000 2017-09-13 06:35:03 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 31 11471 358 0 /uploads/logo/fans_08.png - -
+d:\iislog\W3SVC\ra170913.ibl 2865 USKY-3D398D8F45 112000 2017-09-13 06:35:03 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 15 11849 358 0 /uploads/logo/fans_10.png - -
+d:\iislog\W3SVC\ra170913.ibl 2866 USKY-3D398D8F45 112000 2017-09-13 06:35:03 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 31 4360 358 0 /uploads/logo/fans_15.png - -
+d:\iislog\W3SVC\ra170913.ibl 2867 USKY-3D398D8F45 112000 2017-09-13 06:35:03 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 15 5838 358 0 /uploads/logo/fans_17.png - -
+d:\iislog\W3SVC\ra170913.ibl 2868 USKY-3D398D8F45 112000 2017-09-13 06:35:03 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 31 8475 358 0 /uploads/logo/fans_19.png - -
+d:\iislog\W3SVC\ra170913.ibl 2869 USKY-3D398D8F45 112000 2017-09-13 06:35:03 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 15 5778 358 0 /uploads/logo/fans_20.png - -
+d:\iislog\W3SVC\ra170913.ibl 2870 USKY-3D398D8F45 112000 2017-09-13 06:35:03 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 156 43269 498 0 /assets/v1/images/num1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 2871 USKY-3D398D8F45 112000 2017-09-13 06:35:03 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 1515 64070 359 0 /uploads/logo/partner1.png - -
+d:\iislog\W3SVC\ra170913.ibl 2872 USKY-3D398D8F45 112000 2017-09-13 06:35:03 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 1546 132199 488 0 /assets/v1/images/num23_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2873 USKY-3D398D8F45 112000 2017-09-13 06:35:03 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 625 32407 486 0 /assets/v1/images/num3_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 2874 USKY-3D398D8F45 112000 2017-09-13 06:35:03 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 1546 57699 359 0 /uploads/logo/partner4.png - -
+d:\iislog\W3SVC\ra170913.ibl 2875 USKY-3D398D8F45 112000 2017-09-13 06:35:03 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 1656 56348 359 0 /uploads/logo/partner3.png - -
+d:\iislog\W3SVC\ra170913.ibl 2876 USKY-3D398D8F45 112000 2017-09-13 06:35:03 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 1781 61076 359 0 /uploads/logo/partner2.png - -
+d:\iislog\W3SVC\ra170913.ibl 2877 USKY-3D398D8F45 112000 2017-09-13 06:35:04 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 2296 35546 486 0 /assets/v1/images/index1.png - -
+d:\iislog\W3SVC\ra170913.ibl 2878 USKY-3D398D8F45 112000 2017-09-13 06:35:04 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 2390 141946 488 0 /assets/v1/images/num21_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2879 USKY-3D398D8F45 112000 2017-09-13 06:35:04 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 2390 174197 488 0 /assets/v1/images/num20_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2880 USKY-3D398D8F45 112000 2017-09-13 06:35:05 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 125 13606 535 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 2881 USKY-3D398D8F45 112000 2017-09-13 06:35:07 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 2453 338195 475 0 /assets/v1/images/num3_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2882 USKY-3D398D8F45 112000 2017-09-13 06:35:07 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 2562 354164 475 64 /assets/v1/images/num1_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2883 USKY-3D398D8F45 112000 2017-09-13 06:35:07 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 2562 301052 475 64 /assets/v1/images/num4_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2884 USKY-3D398D8F45 112000 2017-09-13 06:35:07 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 31 5778 466 0 /assets/v1/css/area.css - -
+d:\iislog\W3SVC\ra170913.ibl 2885 USKY-3D398D8F45 112000 2017-09-13 06:35:07 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 234 68897 530 0 /index.php/example - -
+d:\iislog\W3SVC\ra170913.ibl 2886 USKY-3D398D8F45 112000 2017-09-13 06:35:10 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 3046 287673 353 0 /uploads/logo/ZHSQ_03.png - -
+d:\iislog\W3SVC\ra170913.ibl 2887 USKY-3D398D8F45 112000 2017-09-13 06:35:11 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 3296 53183 480 0 /assets/v1/images/num34.png - -
+d:\iislog\W3SVC\ra170913.ibl 2888 USKY-3D398D8F45 112000 2017-09-13 06:35:11 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 3375 332445 359 0 /uploads/logo/ZFSQ_03%20(1).png - -
+d:\iislog\W3SVC\ra170913.ibl 2889 USKY-3D398D8F45 112000 2017-09-13 06:35:11 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 3687 46136 482 0 /assets/v1/images/num6_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2890 USKY-3D398D8F45 112000 2017-09-13 06:35:11 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 781 50498 497 0 /assets/v1/images/n1_1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 2891 USKY-3D398D8F45 112000 2017-09-13 06:35:11 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 156 41331 495 0 /assets/v1/images/n1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 2892 USKY-3D398D8F45 112000 2017-09-13 06:35:11 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 718 45087 497 0 /assets/v1/images/n1_2_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 2893 USKY-3D398D8F45 112000 2017-09-13 06:35:12 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 4484 47034 483 0 /assets/v1/images/num5_spc.png - -
+d:\iislog\W3SVC\ra170913.ibl 2894 USKY-3D398D8F45 112000 2017-09-13 06:35:12 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 4687 47439 482 0 /assets/v1/images/num9_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2895 USKY-3D398D8F45 112000 2017-09-13 06:35:12 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 187 46427 495 0 /assets/v1/images/h1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 2897 USKY-3D398D8F45 112000 2017-09-13 06:35:13 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 6062 599455 354 0 /uploads/logo/HS%20(2).png - -
+d:\iislog\W3SVC\ra170913.ibl 2898 USKY-3D398D8F45 112000 2017-09-13 06:35:14 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 2953 174485 478 0 /assets/v1/images/rh2.png - -
+d:\iislog\W3SVC\ra170913.ibl 2899 USKY-3D398D8F45 112000 2017-09-13 06:35:15 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 3468 175445 478 0 /assets/v1/images/rh1.png - -
+d:\iislog\W3SVC\ra170913.ibl 2900 USKY-3D398D8F45 112000 2017-09-13 06:35:15 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 890 174641 478 0 /assets/v1/images/rh5.png - -
+d:\iislog\W3SVC\ra170913.ibl 2901 USKY-3D398D8F45 112000 2017-09-13 06:35:16 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 8343 45306 482 0 /assets/v1/images/num7_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2902 USKY-3D398D8F45 112000 2017-09-13 06:35:16 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 8500 791405 348 0 /uploads/logo/LD.png - -
+d:\iislog\W3SVC\ra170913.ibl 2903 USKY-3D398D8F45 112000 2017-09-13 06:35:16 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 2296 149183 478 0 /assets/v1/images/rh4.png - -
+d:\iislog\W3SVC\ra170913.ibl 2904 USKY-3D398D8F45 112000 2017-09-13 06:35:20 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 12656 907988 348 0 /uploads/logo/HM.png - -
+d:\iislog\W3SVC\ra170913.ibl 2905 USKY-3D398D8F45 112000 2017-09-13 06:35:20 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 8578 907374 348 0 /uploads/logo/jx.png - -
+d:\iislog\W3SVC\ra170913.ibl 2906 USKY-3D398D8F45 112000 2017-09-13 06:35:21 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 9875 868664 348 0 /uploads/logo/WL.png - -
+d:\iislog\W3SVC\ra170913.ibl 2907 USKY-3D398D8F45 112000 2017-09-13 06:35:22 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 5765 649751 348 0 /uploads/logo/th.png - -
+d:\iislog\W3SVC\ra170913.ibl 2908 USKY-3D398D8F45 112000 2017-09-13 06:35:22 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 11125 805201 348 0 /uploads/logo/lt.png - -
+d:\iislog\W3SVC\ra170913.ibl 2909 USKY-3D398D8F45 112000 2017-09-13 06:35:23 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 10546 174453 478 0 /assets/v1/images/rh3.png - -
+d:\iislog\W3SVC\ra170913.ibl 2910 USKY-3D398D8F45 112000 2017-09-13 06:35:23 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 3281 230340 353 0 /uploads/logo/ZHYQ_03.png - -
+d:\iislog\W3SVC\ra170913.ibl 2911 USKY-3D398D8F45 112000 2017-09-13 06:35:23 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 10062 805797 348 0 /uploads/logo/hy.png - -
+d:\iislog\W3SVC\ra170913.ibl 2912 USKY-3D398D8F45 112000 2017-09-13 06:35:25 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 1828 274047 353 0 /uploads/logo/zhbg_03.png - -
+d:\iislog\W3SVC\ra170913.ibl 2913 USKY-3D398D8F45 112000 2017-09-13 06:35:26 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 21656 97247 473 121 /assets/v1/images/num29.png - -
+d:\iislog\W3SVC\ra170913.ibl 2914 USKY-3D398D8F45 112000 2017-09-13 06:35:28 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 7515 723871 350 0 /uploads/logo/kjxy.png - -
+d:\iislog\W3SVC\ra170913.ibl 2915 USKY-3D398D8F45 112000 2017-09-13 06:35:28 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 6031 654915 350 0 /uploads/logo/tdhy.png - -
+d:\iislog\W3SVC\ra170913.ibl 2916 USKY-3D398D8F45 112000 2017-09-13 06:35:29 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 7687 762600 350 0 /uploads/logo/shjm.png - -
+d:\iislog\W3SVC\ra170913.ibl 2917 USKY-3D398D8F45 112000 2017-09-13 06:35:30 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 5000 749607 352 0 /uploads/logo/SOHOZS.png - -
+d:\iislog\W3SVC\ra170913.ibl 2918 USKY-3D398D8F45 112000 2017-09-13 06:35:32 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 10437 780692 351 0 /uploads/logo/kgcxy.png - -
+d:\iislog\W3SVC\ra170913.ibl 2919 USKY-3D398D8F45 112000 2017-09-13 06:35:33 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 9390 777824 350 0 /uploads/logo/skqp.png - -
+d:\iislog\W3SVC\ra170913.ibl 2920 USKY-3D398D8F45 112000 2017-09-13 06:35:35 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 7500 826349 350 0 /uploads/logo/qhsw.png - -
+d:\iislog\W3SVC\ra170913.ibl 2921 USKY-3D398D8F45 112000 2017-09-13 06:35:36 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 4046 388392 351 0 /uploads/logo/cyyad.png - -
+d:\iislog\W3SVC\ra170913.ibl 2922 USKY-3D398D8F45 112000 2017-09-13 06:35:37 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 7765 731946 351 0 /uploads/logo/wwwds.png - -
+d:\iislog\W3SVC\ra170913.ibl 2923 USKY-3D398D8F45 112000 2017-09-13 06:35:37 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 4234 813884 350 0 /uploads/logo/zafs.png - -
+d:\iislog\W3SVC\ra170913.ibl 2924 USKY-3D398D8F45 112000 2017-09-13 06:35:38 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 1046 253978 353 0 /uploads/logo/qita_03.png - -
+d:\iislog\W3SVC\ra170913.ibl 2925 USKY-3D398D8F45 112000 2017-09-13 06:35:38 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 10531 798067 350 0 /uploads/logo/zrds.png - -
+d:\iislog\W3SVC\ra170913.ibl 2926 USKY-3D398D8F45 112000 2017-09-13 06:35:41 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 4765 709791 354 0 /uploads/logo/srgfzhsq.png - -
+d:\iislog\W3SVC\ra170913.ibl 2927 USKY-3D398D8F45 112000 2017-09-13 06:35:41 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 4875 611140 351 0 /uploads/logo/shzpz.png - -
+d:\iislog\W3SVC\ra170913.ibl 2928 USKY-3D398D8F45 112000 2017-09-13 06:35:43 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 8015 831376 352 0 /uploads/logo/hsjyzb.png - -
+d:\iislog\W3SVC\ra170913.ibl 2929 USKY-3D398D8F45 112000 2017-09-13 06:35:43 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 13218 838505 350 0 /uploads/logo/hdcf.png - -
+d:\iislog\W3SVC\ra170913.ibl 2930 USKY-3D398D8F45 112000 2017-09-13 06:35:47 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 9359 722736 350 0 /uploads/logo/srzh.png - -
+d:\iislog\W3SVC\ra170913.ibl 2931 USKY-3D398D8F45 112000 2017-09-13 06:35:48 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 4421 813261 352 0 /uploads/logo/pdgjjc.png - -
+d:\iislog\W3SVC\ra170913.ibl 2932 USKY-3D398D8F45 112000 2017-09-13 06:35:48 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 6765 733415 350 0 /uploads/logo/hybg.png - -
+d:\iislog\W3SVC\ra170913.ibl 2933 USKY-3D398D8F45 112000 2017-09-13 06:35:49 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 10968 793481 350 0 /uploads/logo/htzq.png - -
+d:\iislog\W3SVC\ra170913.ibl 2934 USKY-3D398D8F45 112000 2017-09-13 06:35:50 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 8984 632299 353 0 /uploads/logo/sbwrdjd.png - -
+d:\iislog\W3SVC\ra170913.ibl 2935 USKY-3D398D8F45 112000 2017-09-13 06:35:50 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 6359 760321 350 0 /uploads/logo/srhg.png - -
+d:\iislog\W3SVC\ra170913.ibl 2936 USKY-3D398D8F45 112000 2017-09-13 06:35:50 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 3125 700763 351 0 /uploads/logo/daggg.png - -
+d:\iislog\W3SVC\ra170913.ibl 2939 USKY-3D398D8F45 112000 2017-09-13 06:36:10 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 65640 0 473 121 /assets/v1/images/num28.png - -
+d:\iislog\W3SVC\ra170913.ibl 2945 USKY-3D398D8F45 112000 2017-09-13 06:36:53 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 11750 181802 422 0 /assets/v1/images/num2_off.png - -
+d:\iislog\W3SVC\ra170913.ibl 2946 USKY-3D398D8F45 112000 2017-09-13 06:36:54 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 1515 68897 446 0 /index.php/example - -
+d:\iislog\W3SVC\ra170913.ibl 2947 USKY-3D398D8F45 112000 2017-09-13 06:37:16 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 3546 46033 429 0 /assets/v1/images/num7_spc.png - -
+d:\iislog\W3SVC\ra170913.ibl 2949 USKY-3D398D8F45 112000 2017-09-13 06:37:29 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 13390 46550 429 0 /assets/v1/images/num8_spc.png - -
+d:\iislog\W3SVC\ra170913.ibl 2950 USKY-3D398D8F45 112000 2017-09-13 06:37:32 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 50437 239286 422 0 /assets/v1/images/num1_off.png - -
+d:\iislog\W3SVC\ra170913.ibl 2951 USKY-3D398D8F45 112000 2017-09-13 06:38:03 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 45703 48189 429 0 /assets/v1/images/num9_off.png - -
+d:\iislog\W3SVC\ra170913.ibl 2954 USKY-3D398D8F45 112000 2017-09-13 06:39:14 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 8109 47178 429 0 /assets/v1/images/num5_off.png - -
+d:\iislog\W3SVC\ra170913.ibl 2957 USKY-3D398D8F45 112000 2017-09-13 06:40:59 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 220625 0 429 1236 /assets/v1/images/num9_spc.png - -
+d:\iislog\W3SVC\ra170913.ibl 2963 USKY-3D398D8F45 112000 2017-09-13 06:42:08 115.28.171.22 222.73.136.94 80 GET HTTP/1.1 200 0 140 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 2965 USKY-3D398D8F45 112000 2017-09-13 06:42:47 106.11.158.156 222.73.136.94 80 GET HTTP/1.1 200 0 109 13546 190 0 /index.php/news/read/ id=39 -
+d:\iislog\W3SVC\ra170913.ibl 2966 USKY-3D398D8F45 112000 2017-09-13 06:43:50 121.40.130.38 222.73.136.94 80 GET HTTP/1.1 200 0 93 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 2969 USKY-3D398D8F45 112000 2017-09-13 06:46:12 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 93 0 483 64 /assets/v1/images/num6_off.png - -
+d:\iislog\W3SVC\ra170913.ibl 2970 USKY-3D398D8F45 112000 2017-09-13 06:46:12 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 234 64834 534 0 /index.php/news - -
+d:\iislog\W3SVC\ra170913.ibl 2971 USKY-3D398D8F45 112000 2017-09-13 06:46:12 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 404 0 31 1358 349 0 /index.php/images/news_default.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 2972 USKY-3D398D8F45 112000 2017-09-13 06:46:14 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 218 68897 534 0 /index.php/example - -
+d:\iislog\W3SVC\ra170913.ibl 2973 USKY-3D398D8F45 112000 2017-09-13 06:46:14 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 206 0 46 300 541 0 /assets/v1/images/num6_off.png - -
+d:\iislog\W3SVC\ra170913.ibl 2974 USKY-3D398D8F45 112000 2017-09-13 06:46:15 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 206 0 93 39837 542 0 /assets/v1/images/num6_off.png - -
+d:\iislog\W3SVC\ra170913.ibl 2975 USKY-3D398D8F45 112000 2017-09-13 06:46:16 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 125 46162 482 0 /assets/v1/images/num5_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2976 USKY-3D398D8F45 112000 2017-09-13 06:46:16 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 250 48064 483 0 /assets/v1/images/num6_spc.png - -
+d:\iislog\W3SVC\ra170913.ibl 2980 USKY-3D398D8F45 112000 2017-09-13 06:46:38 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 234 47353 483 0 /assets/v1/images/num7_off.png - -
+d:\iislog\W3SVC\ra170913.ibl 2981 USKY-3D398D8F45 112000 2017-09-13 06:46:39 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 31 46033 483 0 /assets/v1/images/num7_spc.png - -
+d:\iislog\W3SVC\ra170913.ibl 2982 USKY-3D398D8F45 112000 2017-09-13 06:46:40 66.249.66.78 222.73.136.94 80 GET HTTP/1.1 304 0 328 214 259 0 /assets/v1/images/num4_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 2987 USKY-3D398D8F45 112000 2017-09-13 06:48:26 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 46 46240 483 0 /assets/v1/images/num8_off.png - -
+d:\iislog\W3SVC\ra170913.ibl 2988 USKY-3D398D8F45 112000 2017-09-13 06:48:27 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 15 46550 483 0 /assets/v1/images/num8_spc.png - -
+d:\iislog\W3SVC\ra170913.ibl 2989 USKY-3D398D8F45 112000 2017-09-13 06:48:44 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 46 48189 483 0 /assets/v1/images/num9_off.png - -
+d:\iislog\W3SVC\ra170913.ibl 2990 USKY-3D398D8F45 112000 2017-09-13 06:48:44 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 46 49377 483 0 /assets/v1/images/num9_spc.png - -
+d:\iislog\W3SVC\ra170913.ibl 2991 USKY-3D398D8F45 112000 2017-09-13 06:49:40 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 3453 68897 446 0 /index.php/example - -
+d:\iislog\W3SVC\ra170913.ibl 2992 USKY-3D398D8F45 112000 2017-09-13 06:49:48 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 31 42496 486 0 /assets/v1/images/slider2_off.png - -
+d:\iislog\W3SVC\ra170913.ibl 2993 USKY-3D398D8F45 112000 2017-09-13 06:50:00 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 404 0 218 1358 368 0 /index.php/images/news_default.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 2994 USKY-3D398D8F45 112000 2017-09-13 06:50:00 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 1421 64834 450 0 /index.php/news - -
+d:\iislog\W3SVC\ra170913.ibl 2995 USKY-3D398D8F45 112000 2017-09-13 06:50:00 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 640 11140 425 0 /assets/v1/images/news_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 2996 USKY-3D398D8F45 112000 2017-09-13 06:50:08 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 500 22117 448 0 /index.php/about - -
+d:\iislog\W3SVC\ra170913.ibl 2999 USKY-3D398D8F45 112000 2017-09-13 06:50:34 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 7484 39565 448 0 /index.php/join - -
+d:\iislog\W3SVC\ra170913.ibl 3008 USKY-3D398D8F45 112000 2017-09-13 06:53:07 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 140 42761 486 0 /assets/v1/images/slider1_off.png - -
+d:\iislog\W3SVC\ra170913.ibl 3009 USKY-3D398D8F45 112000 2017-09-13 06:53:28 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 93 22117 535 0 /index.php/about - -
+d:\iislog\W3SVC\ra170913.ibl 3010 USKY-3D398D8F45 112000 2017-09-13 06:53:28 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 218 119155 482 0 /assets/v1/images/about_top.png - -
+d:\iislog\W3SVC\ra170913.ibl 3011 USKY-3D398D8F45 112000 2017-09-13 06:53:28 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 156 40771 475 0 /assets/v1/images/yt.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 3012 USKY-3D398D8F45 112000 2017-09-13 06:53:29 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 203 9772 477 0 /assets/v1/images/mark.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 3013 USKY-3D398D8F45 112000 2017-09-13 06:53:29 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 1296 169833 479 0 /assets/v1/images/course.png - -
+d:\iislog\W3SVC\ra170913.ibl 3015 USKY-3D398D8F45 112000 2017-09-13 06:54:23 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 828 12456 458 0 /index.php/index/index1 - -
+d:\iislog\W3SVC\ra170913.ibl 3016 USKY-3D398D8F45 112000 2017-09-13 06:54:38 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 2921 100750 435 0 /assets/v1/images/num20_off.png - -
+d:\iislog\W3SVC\ra170913.ibl 3017 USKY-3D398D8F45 112000 2017-09-13 06:54:57 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 343 13606 451 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 3018 USKY-3D398D8F45 112000 2017-09-13 06:55:08 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 5406 68897 446 0 /index.php/example - -
+d:\iislog\W3SVC\ra170913.ibl 3019 USKY-3D398D8F45 112000 2017-09-13 06:55:19 113.16.63.15 222.73.136.94 80 GET HTTP/1.1 200 0 515 1086 419 0 /assets/v1/css/reset.css - -
+d:\iislog\W3SVC\ra170913.ibl 3020 USKY-3D398D8F45 112000 2017-09-13 06:55:19 113.16.63.15 222.73.136.94 80 GET HTTP/1.1 200 0 515 1469 420 0 /assets/v1/css/jPages.css - -
+d:\iislog\W3SVC\ra170913.ibl 3021 USKY-3D398D8F45 112000 2017-09-13 06:55:19 113.16.63.15 222.73.136.94 80 GET HTTP/1.1 200 0 265 492 404 0 /assets/v1/js/picture.js - -
+d:\iislog\W3SVC\ra170913.ibl 3022 USKY-3D398D8F45 112000 2017-09-13 06:55:19 113.16.63.15 222.73.136.94 80 GET HTTP/1.1 200 0 1000 5778 418 0 /assets/v1/css/area.css - -
+d:\iislog\W3SVC\ra170913.ibl 3023 USKY-3D398D8F45 112000 2017-09-13 06:55:19 113.16.63.15 222.73.136.94 80 GET HTTP/1.1 200 0 1046 2794 418 0 /assets/v1/css/head.css - -
+d:\iislog\W3SVC\ra170913.ibl 3024 USKY-3D398D8F45 112000 2017-09-13 06:55:19 113.16.63.15 222.73.136.94 80 GET HTTP/1.1 404 0 531 1358 303 0 /index.php/favicon.ico - -
+d:\iislog\W3SVC\ra170913.ibl 3025 USKY-3D398D8F45 112000 2017-09-13 06:55:20 113.16.63.15 222.73.136.94 80 GET HTTP/1.1 200 0 1093 3373 411 0 /assets/v1/js/jquery.plugins.js - -
+d:\iislog\W3SVC\ra170913.ibl 3026 USKY-3D398D8F45 112000 2017-09-13 06:55:20 113.16.63.15 222.73.136.94 80 GET HTTP/1.1 200 0 2093 8730 418 0 /assets/v1/css/base.css - -
+d:\iislog\W3SVC\ra170913.ibl 3027 USKY-3D398D8F45 112000 2017-09-13 06:55:20 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 937 12456 458 0 /index.php/index/index1 - -
+d:\iislog\W3SVC\ra170913.ibl 3028 USKY-3D398D8F45 112000 2017-09-13 06:55:21 113.16.63.15 222.73.136.94 80 GET HTTP/1.1 200 0 1921 11689 420 0 /assets/v1/js/jquery.SuperSlide.2.1.1.js - -
+d:\iislog\W3SVC\ra170913.ibl 3029 USKY-3D398D8F45 112000 2017-09-13 06:55:21 113.16.63.15 222.73.136.94 80 GET HTTP/1.1 200 0 4468 68955 548 0 /index.php/example - -
+d:\iislog\W3SVC\ra170913.ibl 3030 USKY-3D398D8F45 112000 2017-09-13 06:55:21 113.16.63.15 222.73.136.94 80 GET HTTP/1.1 200 0 312 1533 420 0 /assets/v1/css/footer.css - -
+d:\iislog\W3SVC\ra170913.ibl 3031 USKY-3D398D8F45 112000 2017-09-13 06:55:21 113.16.63.15 222.73.136.94 80 GET HTTP/1.1 200 0 2250 18588 403 0 /assets/v1/js/jPages.js - -
+d:\iislog\W3SVC\ra170913.ibl 3032 USKY-3D398D8F45 112000 2017-09-13 06:55:22 113.16.63.15 222.73.136.94 80 GET HTTP/1.1 200 0 3546 96588 414 0 /assets/v1/js/jquery-1.11.1.min.js - -
+d:\iislog\W3SVC\ra170913.ibl 3033 USKY-3D398D8F45 112000 2017-09-13 06:55:22 113.16.63.15 222.73.136.94 80 GET HTTP/1.1 200 0 453 3260 429 0 /assets/v1/images/eh.png - -
+d:\iislog\W3SVC\ra170913.ibl 3034 USKY-3D398D8F45 112000 2017-09-13 06:55:24 113.16.63.15 222.73.136.94 80 GET HTTP/1.1 200 0 2265 42137 437 0 /assets/v1/images/slider1_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 3035 USKY-3D398D8F45 112000 2017-09-13 06:55:26 61.151.226.16 222.73.136.94 80 GET HTTP/1.1 200 0 93 68955 454 0 /index.php/example - -
+d:\iislog\W3SVC\ra170913.ibl 3036 USKY-3D398D8F45 112000 2017-09-13 06:55:26 113.16.63.15 222.73.136.94 80 GET HTTP/1.1 200 0 4203 45152 437 0 /assets/v1/images/slider2_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 3037 USKY-3D398D8F45 112000 2017-09-13 06:55:26 113.16.63.15 222.73.136.94 80 GET HTTP/1.1 200 0 3781 50498 449 0 /assets/v1/images/n1_1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 3038 USKY-3D398D8F45 112000 2017-09-13 06:55:26 113.16.63.15 222.73.136.94 80 GET HTTP/1.1 200 0 2359 41331 447 0 /assets/v1/images/n1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 3039 USKY-3D398D8F45 112000 2017-09-13 06:55:26 61.151.226.16 222.73.136.94 80 GET HTTP/1.1 200 0 93 96588 375 0 /assets/v1/js/jquery-1.11.1.min.js - -
+d:\iislog\W3SVC\ra170913.ibl 3040 USKY-3D398D8F45 112000 2017-09-13 06:55:27 113.16.63.15 222.73.136.94 80 GET HTTP/1.1 200 0 4921 53183 432 0 /assets/v1/images/num34.png - -
+d:\iislog\W3SVC\ra170913.ibl 3041 USKY-3D398D8F45 112000 2017-09-13 06:55:27 61.151.226.16 222.73.136.94 80 GET HTTP/1.1 200 0 31 3373 372 0 /assets/v1/js/jquery.plugins.js - -
+d:\iislog\W3SVC\ra170913.ibl 3042 USKY-3D398D8F45 112000 2017-09-13 06:55:27 61.151.226.16 222.73.136.94 80 GET HTTP/1.1 200 0 15 492 444 0 /assets/v1/js/picture.js - -
+d:\iislog\W3SVC\ra170913.ibl 3043 USKY-3D398D8F45 112000 2017-09-13 06:55:27 61.151.226.16 222.73.136.94 80 GET HTTP/1.1 200 0 15 11689 381 0 /assets/v1/js/jquery.SuperSlide.2.1.1.js - -
+d:\iislog\W3SVC\ra170913.ibl 3044 USKY-3D398D8F45 112000 2017-09-13 06:55:27 61.151.226.16 222.73.136.94 80 GET HTTP/1.1 200 0 15 18588 378 0 /assets/v1/js/jPages.js - -
+d:\iislog\W3SVC\ra170913.ibl 3045 USKY-3D398D8F45 112000 2017-09-13 06:55:29 113.16.63.15 222.73.136.94 80 GET HTTP/1.1 200 0 2609 43618 446 0 /assets/v1/images/logo.png - -
+d:\iislog\W3SVC\ra170913.ibl 3046 USKY-3D398D8F45 112000 2017-09-13 06:55:29 113.16.63.15 222.73.136.94 80 GET HTTP/1.1 200 0 2812 42424 445 0 /assets/v1/images/tel.png - -
+d:\iislog\W3SVC\ra170913.ibl 3047 USKY-3D398D8F45 112000 2017-09-13 06:55:29 113.16.63.15 222.73.136.94 80 GET HTTP/1.1 200 0 7468 45520 437 0 /assets/v1/images/slider3_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 3048 USKY-3D398D8F45 112000 2017-09-13 06:55:30 113.16.63.15 222.73.136.94 80 GET HTTP/1.1 200 0 1234 45087 449 0 /assets/v1/images/n1_2_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 3049 USKY-3D398D8F45 112000 2017-09-13 06:55:30 113.16.63.15 222.73.136.94 80 GET HTTP/1.1 200 0 1046 46427 447 0 /assets/v1/images/h1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 3050 USKY-3D398D8F45 112000 2017-09-13 06:55:32 113.16.63.15 222.73.136.94 80 GET HTTP/1.1 200 0 5156 41156 450 0 /assets/v1/images/meun_tab.png - -
+d:\iislog\W3SVC\ra170913.ibl 3051 USKY-3D398D8F45 112000 2017-09-13 06:55:32 113.16.63.15 222.73.136.94 80 GET HTTP/1.1 200 0 1687 47439 434 0 /assets/v1/images/num9_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 3052 USKY-3D398D8F45 112000 2017-09-13 06:55:32 113.16.63.15 222.73.136.94 80 GET HTTP/1.1 200 0 1781 45922 434 0 /assets/v1/images/num8_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 3053 USKY-3D398D8F45 112000 2017-09-13 06:55:33 113.16.63.15 222.73.136.94 80 GET HTTP/1.1 200 0 10687 57855 430 0 /assets/v1/images/wx1.png - -
+d:\iislog\W3SVC\ra170913.ibl 3054 USKY-3D398D8F45 112000 2017-09-13 06:55:33 113.16.63.15 222.73.136.94 80 GET HTTP/1.1 200 0 3312 47034 435 0 /assets/v1/images/num5_spc.png - -
+d:\iislog\W3SVC\ra170913.ibl 3055 USKY-3D398D8F45 112000 2017-09-13 06:55:33 113.16.63.15 222.73.136.94 80 GET HTTP/1.1 200 0 6218 175445 430 0 /assets/v1/images/rh1.png - -
+d:\iislog\W3SVC\ra170913.ibl 3056 USKY-3D398D8F45 112000 2017-09-13 06:55:35 113.16.63.15 222.73.136.94 80 GET HTTP/1.1 200 0 3875 174485 430 0 /assets/v1/images/rh2.png - -
+d:\iislog\W3SVC\ra170913.ibl 3057 USKY-3D398D8F45 112000 2017-09-13 06:55:36 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 1046 10691 463 0 /index.php/cloud/index1 - -
+d:\iislog\W3SVC\ra170913.ibl 3058 USKY-3D398D8F45 112000 2017-09-13 06:55:38 113.16.63.15 222.73.136.94 80 GET HTTP/1.1 200 0 3000 50030 539 0 /assets/v1/images/footer1.png - -
+d:\iislog\W3SVC\ra170913.ibl 3059 USKY-3D398D8F45 112000 2017-09-13 06:55:39 113.16.63.15 222.73.136.94 80 GET HTTP/1.1 200 0 812 54113 539 0 /assets/v1/images/footer2.png - -
+d:\iislog\W3SVC\ra170913.ibl 3060 USKY-3D398D8F45 112000 2017-09-13 06:55:42 113.16.63.15 222.73.136.94 80 GET HTTP/1.1 200 0 9656 149183 430 0 /assets/v1/images/rh4.png - -
+d:\iislog\W3SVC\ra170913.ibl 3061 USKY-3D398D8F45 112000 2017-09-13 06:55:44 113.16.63.15 222.73.136.94 80 GET HTTP/1.1 200 0 10703 109105 535 64 /assets/v1/images/rh5.png - -
+d:\iislog\W3SVC\ra170913.ibl 3062 USKY-3D398D8F45 112000 2017-09-13 06:55:44 113.16.63.15 222.73.136.94 80 GET HTTP/1.1 200 0 4578 0 556 64 /assets/v1/images/alert1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 3063 USKY-3D398D8F45 112000 2017-09-13 06:55:44 113.16.63.15 222.73.136.94 80 GET HTTP/1.1 200 0 1468 0 552 64 /assets/v1/images/spc.png - -
+d:\iislog\W3SVC\ra170913.ibl 3065 USKY-3D398D8F45 112000 2017-09-13 06:56:03 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 27171 0 429 64 /assets/v1/images/eg3.png - -
+d:\iislog\W3SVC\ra170913.ibl 3066 USKY-3D398D8F45 112000 2017-09-13 06:56:06 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 2750 13606 451 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 3067 USKY-3D398D8F45 112000 2017-09-13 06:56:16 66.249.66.139 222.73.136.94 80 GET HTTP/1.1 404 0 359 1358 426 0 /index.php/news_02.html - -
+d:\iislog\W3SVC\ra170913.ibl 3071 USKY-3D398D8F45 112000 2017-09-13 06:56:33 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 22140 68897 446 0 /index.php/example - -
+d:\iislog\W3SVC\ra170913.ibl 3074 USKY-3D398D8F45 112000 2017-09-13 06:57:08 115.28.171.22 222.73.136.94 80 GET HTTP/1.1 200 0 156 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 3075 USKY-3D398D8F45 112000 2017-09-13 06:57:13 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 140 13606 760 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 3076 USKY-3D398D8F45 112000 2017-09-13 06:57:13 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 206 0 31 305 537 0 /assets/v1/images/num1_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 3077 USKY-3D398D8F45 112000 2017-09-13 06:57:13 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 206 0 46 305 535 0 /assets/v1/images/num29.png - -
+d:\iislog\W3SVC\ra170913.ibl 3078 USKY-3D398D8F45 112000 2017-09-13 06:57:13 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 206 0 46 305 537 0 /assets/v1/images/num2_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 3079 USKY-3D398D8F45 112000 2017-09-13 06:57:13 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 206 0 62 303 533 0 /assets/v1/images/num28.png - -
+d:\iislog\W3SVC\ra170913.ibl 3080 USKY-3D398D8F45 112000 2017-09-13 06:57:13 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 206 0 62 305 537 0 /assets/v1/images/num4_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 3081 USKY-3D398D8F45 112000 2017-09-13 06:57:13 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 206 0 109 44788 537 0 /assets/v1/images/num1_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 3082 USKY-3D398D8F45 112000 2017-09-13 06:57:13 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 125 28927 473 0 /assets/v1/images/num31.png - -
+d:\iislog\W3SVC\ra170913.ibl 3083 USKY-3D398D8F45 112000 2017-09-13 06:57:13 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 206 0 140 18551 535 0 /assets/v1/images/num29.png - -
+d:\iislog\W3SVC\ra170913.ibl 3084 USKY-3D398D8F45 112000 2017-09-13 06:57:13 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 281 97969 539 0 /uploads/avatar/3%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E6%96%B0%E9%97%BB%E8%B5%84%E8%AE%AF.png - -
+d:\iislog\W3SVC\ra170913.ibl 3085 USKY-3D398D8F45 112000 2017-09-13 06:57:13 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 171 105595 539 0 /uploads/avatar/4%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E4%BA%BA%E5%8A%9B%E8%B5%84%E6%BA%90.png - -
+d:\iislog\W3SVC\ra170913.ibl 3086 USKY-3D398D8F45 112000 2017-09-13 06:57:14 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 206 0 1078 80183 537 0 /assets/v1/images/num2_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 3087 USKY-3D398D8F45 112000 2017-09-13 06:57:14 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 206 0 1218 38396 537 0 /assets/v1/images/num4_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 3088 USKY-3D398D8F45 112000 2017-09-13 06:57:14 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 206 0 1406 36400 534 0 /assets/v1/images/num28.png - -
+d:\iislog\W3SVC\ra170913.ibl 3089 USKY-3D398D8F45 112000 2017-09-13 06:57:14 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 1375 166408 530 0 /uploads/avatar/1%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E6%B0%B8%E5%A4%A9%E4%BA%91.png - -
+d:\iislog\W3SVC\ra170913.ibl 3090 USKY-3D398D8F45 112000 2017-09-13 06:57:14 218.22.114.166 222.73.136.94 80 GET HTTP/1.1 200 0 1437 103874 539 0 /uploads/avatar/2%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E5%AE%A2%E6%88%B7%E6%A1%88%E4%BE%8B.png - -
+d:\iislog\W3SVC\ra170913.ibl 3093 USKY-3D398D8F45 112000 2017-09-13 06:58:47 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 1437 49377 429 0 /assets/v1/images/num9_spc.png - -
+d:\iislog\W3SVC\ra170913.ibl 3094 USKY-3D398D8F45 112000 2017-09-13 06:58:50 121.40.130.38 222.73.136.94 80 GET HTTP/1.1 200 0 109 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 3095 USKY-3D398D8F45 112000 2017-09-13 07:00:09 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 18765 64834 450 0 /index.php/news - -
+d:\iislog\W3SVC\ra170913.ibl 3096 USKY-3D398D8F45 112000 2017-09-13 07:00:11 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 404 0 250 1358 368 0 /index.php/images/news_default.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 3098 USKY-3D398D8F45 112000 2017-09-13 07:00:20 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 1125 22117 448 0 /index.php/about - -
+d:\iislog\W3SVC\ra170913.ibl 3099 USKY-3D398D8F45 112000 2017-09-13 07:00:37 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 2140 68897 450 0 /index.php/example - -
+d:\iislog\W3SVC\ra170913.ibl 3100 USKY-3D398D8F45 112000 2017-09-13 07:00:45 106.11.158.156 222.73.136.94 80 GET HTTP/1.1 200 0 109 13473 184 0 /index.php/news/read/ id=22 -
+d:\iislog\W3SVC\ra170913.ibl 3101 USKY-3D398D8F45 112000 2017-09-13 07:00:50 220.181.108.105 222.73.136.94 80 GET HTTP/1.1 200 0 171 13382 255 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 3104 USKY-3D398D8F45 112000 2017-09-13 07:01:22 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 48906 313 448 64 /index.php/join - -
+d:\iislog\W3SVC\ra170913.ibl 3128 USKY-3D398D8F45 112000 2017-09-13 07:12:08 115.28.171.22 222.73.136.94 80 GET HTTP/1.1 200 0 140 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 3130 USKY-3D398D8F45 112000 2017-09-13 07:12:52 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 1156 22117 448 0 /index.php/about - -
+d:\iislog\W3SVC\ra170913.ibl 3131 USKY-3D398D8F45 112000 2017-09-13 07:12:55 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 2015 313 448 64 /index.php/news - -
+d:\iislog\W3SVC\ra170913.ibl 3132 USKY-3D398D8F45 112000 2017-09-13 07:12:59 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 2718 313 451 64 /index.php/cloud - -
+d:\iislog\W3SVC\ra170913.ibl 3133 USKY-3D398D8F45 112000 2017-09-13 07:13:01 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 2593 0 444 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 3134 USKY-3D398D8F45 112000 2017-09-13 07:13:09 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 8265 313 444 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 3135 USKY-3D398D8F45 112000 2017-09-13 07:13:10 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 6484 39565 443 0 /index.php/join - -
+d:\iislog\W3SVC\ra170913.ibl 3136 USKY-3D398D8F45 112000 2017-09-13 07:13:15 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 1078 22117 448 0 /index.php/about - -
+d:\iislog\W3SVC\ra170913.ibl 3137 USKY-3D398D8F45 112000 2017-09-13 07:13:33 68.180.228.57 222.73.136.94 80 GET HTTP/1.1 200 0 1140 9909 192 0 /index.php/news/read/ id=47 -
+d:\iislog\W3SVC\ra170913.ibl 3138 USKY-3D398D8F45 112000 2017-09-13 07:13:50 121.40.130.38 222.73.136.94 80 GET HTTP/1.1 200 0 93 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 3139 USKY-3D398D8F45 112000 2017-09-13 07:13:53 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 796 10853 451 0 /index.php/cloud - -
+d:\iislog\W3SVC\ra170913.ibl 3140 USKY-3D398D8F45 112000 2017-09-13 07:14:01 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 3343 313 448 64 /index.php/join - -
+d:\iislog\W3SVC\ra170913.ibl 3141 USKY-3D398D8F45 112000 2017-09-13 07:14:06 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 6890 313 448 64 /index.php/about - -
+d:\iislog\W3SVC\ra170913.ibl 3142 USKY-3D398D8F45 112000 2017-09-13 07:14:07 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 3187 313 448 64 /index.php/news - -
+d:\iislog\W3SVC\ra170913.ibl 3143 USKY-3D398D8F45 112000 2017-09-13 07:14:10 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 3312 313 450 64 /index.php/example - -
+d:\iislog\W3SVC\ra170913.ibl 3144 USKY-3D398D8F45 112000 2017-09-13 07:14:12 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 2671 10853 451 0 /index.php/cloud - -
+d:\iislog\W3SVC\ra170913.ibl 3146 USKY-3D398D8F45 112000 2017-09-13 07:14:32 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 3093 13606 444 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 3147 USKY-3D398D8F45 112000 2017-09-13 07:15:18 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 143421 313 450 121 /index.php/example - -
+d:\iislog\W3SVC\ra170913.ibl 3154 USKY-3D398D8F45 112000 2017-09-13 07:17:05 40.77.178.25 222.73.136.94 80 GET HTTP/1.1 200 0 1671 43618 333 0 /assets/v1/images/logo.png - -
+d:\iislog\W3SVC\ra170913.ibl 3155 USKY-3D398D8F45 112000 2017-09-13 07:17:06 40.77.178.25 222.73.136.94 80 GET HTTP/1.1 200 0 593 47566 338 0 /assets/v1/images/alert1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 3156 USKY-3D398D8F45 112000 2017-09-13 07:17:08 40.77.178.25 222.73.136.94 80 GET HTTP/1.1 200 0 515 42681 331 0 /assets/v1/images/bd.png - -
+d:\iislog\W3SVC\ra170913.ibl 3157 USKY-3D398D8F45 112000 2017-09-13 07:17:09 40.77.178.25 222.73.136.94 80 GET HTTP/1.1 200 0 265 43269 336 0 /assets/v1/images/num1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 3159 USKY-3D398D8F45 112000 2017-09-13 07:18:01 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 7859 10853 444 0 /index.php/cloud - -
+d:\iislog\W3SVC\ra170913.ibl 3161 USKY-3D398D8F45 112000 2017-09-13 07:18:29 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 302812 313 451 1236 /index.php/example - -
+d:\iislog\W3SVC\ra170913.ibl 3162 USKY-3D398D8F45 112000 2017-09-13 07:18:46 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 1921 12456 456 0 /index.php/index/index1 - -
+d:\iislog\W3SVC\ra170913.ibl 3164 USKY-3D398D8F45 112000 2017-09-13 07:19:17 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 304 0 203 214 515 0 /assets/v1/css/jPages.css - -
+d:\iislog\W3SVC\ra170913.ibl 3165 USKY-3D398D8F45 112000 2017-09-13 07:19:17 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 304 0 218 213 505 0 /assets/v1/js/jquery.plugins.js - -
+d:\iislog\W3SVC\ra170913.ibl 3166 USKY-3D398D8F45 112000 2017-09-13 07:19:17 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 304 0 218 213 498 0 /assets/v1/js/picture.js - -
+d:\iislog\W3SVC\ra170913.ibl 3167 USKY-3D398D8F45 112000 2017-09-13 07:19:18 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 828 12456 456 0 /index.php/index/index1 - -
+d:\iislog\W3SVC\ra170913.ibl 3168 USKY-3D398D8F45 112000 2017-09-13 07:19:18 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 304 0 218 214 513 0 /assets/v1/css/head.css - -
+d:\iislog\W3SVC\ra170913.ibl 3169 USKY-3D398D8F45 112000 2017-09-13 07:19:18 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 304 0 218 214 515 0 /assets/v1/css/footer.css - -
+d:\iislog\W3SVC\ra170913.ibl 3170 USKY-3D398D8F45 112000 2017-09-13 07:19:18 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 304 0 203 214 493 0 /uploads/logo/partner4.png - -
+d:\iislog\W3SVC\ra170913.ibl 3171 USKY-3D398D8F45 112000 2017-09-13 07:19:18 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 304 0 218 214 493 0 /uploads/logo/partner3.png - -
+d:\iislog\W3SVC\ra170913.ibl 3172 USKY-3D398D8F45 112000 2017-09-13 07:19:18 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 304 0 218 214 493 0 /uploads/logo/partner2.png - -
+d:\iislog\W3SVC\ra170913.ibl 3173 USKY-3D398D8F45 112000 2017-09-13 07:19:18 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 304 0 218 214 493 0 /uploads/logo/partner7.png - -
+d:\iislog\W3SVC\ra170913.ibl 3174 USKY-3D398D8F45 112000 2017-09-13 07:19:18 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 304 0 203 214 492 0 /uploads/logo/fans_02.png - -
+d:\iislog\W3SVC\ra170913.ibl 3175 USKY-3D398D8F45 112000 2017-09-13 07:19:18 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 304 0 203 214 492 0 /uploads/logo/fans_04.png - -
+d:\iislog\W3SVC\ra170913.ibl 3176 USKY-3D398D8F45 112000 2017-09-13 07:19:18 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 304 0 218 214 492 0 /uploads/logo/fans_08.png - -
+d:\iislog\W3SVC\ra170913.ibl 3177 USKY-3D398D8F45 112000 2017-09-13 07:19:18 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 304 0 218 213 491 0 /uploads/logo/fans_06.png - -
+d:\iislog\W3SVC\ra170913.ibl 3178 USKY-3D398D8F45 112000 2017-09-13 07:19:18 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 304 0 203 214 492 0 /uploads/logo/fans_15.png - -
+d:\iislog\W3SVC\ra170913.ibl 3179 USKY-3D398D8F45 112000 2017-09-13 07:19:18 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 304 0 218 214 492 0 /uploads/logo/fans_19.png - -
+d:\iislog\W3SVC\ra170913.ibl 3180 USKY-3D398D8F45 112000 2017-09-13 07:19:19 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 304 0 312 214 515 0 /assets/v1/js/jquery.SuperSlide.2.1.1.js - -
+d:\iislog\W3SVC\ra170913.ibl 3181 USKY-3D398D8F45 112000 2017-09-13 07:19:19 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 304 0 1125 214 492 0 /uploads/logo/fans_10.png - -
+d:\iislog\W3SVC\ra170913.ibl 3182 USKY-3D398D8F45 112000 2017-09-13 07:19:19 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 304 0 203 214 543 0 /assets/v1/images/ch.png - -
+d:\iislog\W3SVC\ra170913.ibl 3183 USKY-3D398D8F45 112000 2017-09-13 07:19:19 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 304 0 218 214 492 0 /uploads/logo/fans_17.png - -
+d:\iislog\W3SVC\ra170913.ibl 3184 USKY-3D398D8F45 112000 2017-09-13 07:19:19 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 304 0 218 214 551 0 /assets/v1/images/slider1_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 3185 USKY-3D398D8F45 112000 2017-09-13 07:19:19 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 304 0 218 214 514 0 /assets/v1/css/reset.css - -
+d:\iislog\W3SVC\ra170913.ibl 3186 USKY-3D398D8F45 112000 2017-09-13 07:19:20 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 304 0 296 213 543 0 /assets/v1/images/wx1.png - -
+d:\iislog\W3SVC\ra170913.ibl 3187 USKY-3D398D8F45 112000 2017-09-13 07:19:20 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 304 0 218 214 551 0 /assets/v1/images/slider2_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 3188 USKY-3D398D8F45 112000 2017-09-13 07:19:21 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 304 0 3046 214 509 0 /assets/v1/js/jquery-1.11.1.min.js - -
+d:\iislog\W3SVC\ra170913.ibl 3189 USKY-3D398D8F45 112000 2017-09-13 07:19:21 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 304 0 234 213 548 0 /assets/v1/images/num23_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 3190 USKY-3D398D8F45 112000 2017-09-13 07:19:21 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 304 0 218 214 551 0 /assets/v1/images/slider3_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 3191 USKY-3D398D8F45 112000 2017-09-13 07:19:21 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 304 0 234 214 549 0 /assets/v1/images/num24_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 3192 USKY-3D398D8F45 112000 2017-09-13 07:19:21 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 304 0 218 214 547 0 /assets/v1/images/num1_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 3193 USKY-3D398D8F45 112000 2017-09-13 07:19:21 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 304 0 296 214 547 0 /assets/v1/images/index2.png - -
+d:\iislog\W3SVC\ra170913.ibl 3194 USKY-3D398D8F45 112000 2017-09-13 07:19:22 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 304 0 218 213 546 0 /assets/v1/images/index3.png - -
+d:\iislog\W3SVC\ra170913.ibl 3195 USKY-3D398D8F45 112000 2017-09-13 07:19:22 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 304 0 218 214 547 0 /assets/v1/images/num3_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 3196 USKY-3D398D8F45 112000 2017-09-13 07:19:22 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 304 0 234 214 548 0 /assets/v1/images/footer1.png - -
+d:\iislog\W3SVC\ra170913.ibl 3197 USKY-3D398D8F45 112000 2017-09-13 07:19:22 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 304 0 218 214 547 0 /assets/v1/images/num2_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 3198 USKY-3D398D8F45 112000 2017-09-13 07:19:22 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 304 0 3218 214 513 0 /assets/v1/css/base.css - -
+d:\iislog\W3SVC\ra170913.ibl 3199 USKY-3D398D8F45 112000 2017-09-13 07:19:23 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 304 0 4937 214 498 0 /assets/v1/js/jPages.js - -
+d:\iislog\W3SVC\ra170913.ibl 3200 USKY-3D398D8F45 112000 2017-09-13 07:19:23 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 304 0 2312 214 549 0 /assets/v1/images/num20_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 3201 USKY-3D398D8F45 112000 2017-09-13 07:19:23 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 304 0 218 214 549 0 /assets/v1/images/num21_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 3202 USKY-3D398D8F45 112000 2017-09-13 07:19:23 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 304 0 203 214 547 0 /assets/v1/images/index1.png - -
+d:\iislog\W3SVC\ra170913.ibl 3203 USKY-3D398D8F45 112000 2017-09-13 07:19:23 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 304 0 234 213 547 0 /assets/v1/images/footer2.png - -
+d:\iislog\W3SVC\ra170913.ibl 3204 USKY-3D398D8F45 112000 2017-09-13 07:19:24 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 304 0 5921 214 494 0 /uploads/logo/partner15.png - -
+d:\iislog\W3SVC\ra170913.ibl 3205 USKY-3D398D8F45 112000 2017-09-13 07:19:27 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 304 0 3203 214 514 0 /assets/v1/css/index.css - -
+d:\iislog\W3SVC\ra170913.ibl 3206 USKY-3D398D8F45 112000 2017-09-13 07:19:28 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 304 0 218 214 545 0 /assets/v1/images/logo.png - -
+d:\iislog\W3SVC\ra170913.ibl 3207 USKY-3D398D8F45 112000 2017-09-13 07:19:28 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 304 0 234 214 548 0 /assets/v1/images/num1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 3208 USKY-3D398D8F45 112000 2017-09-13 07:19:28 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 304 0 234 214 543 0 /assets/v1/images/bd.png - -
+d:\iislog\W3SVC\ra170913.ibl 3209 USKY-3D398D8F45 112000 2017-09-13 07:19:29 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 304 0 1953 214 543 0 /assets/v1/images/eg.png - -
+d:\iislog\W3SVC\ra170913.ibl 3210 USKY-3D398D8F45 112000 2017-09-13 07:19:30 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 304 0 2781 214 549 0 /assets/v1/images/meun_tab.png - -
+d:\iislog\W3SVC\ra170913.ibl 3211 USKY-3D398D8F45 112000 2017-09-13 07:19:31 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 304 0 359 214 493 0 /uploads/logo/partner1.png - -
+d:\iislog\W3SVC\ra170913.ibl 3212 USKY-3D398D8F45 112000 2017-09-13 07:19:32 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 304 0 265 0 544 64 /assets/v1/images/spc.png - -
+d:\iislog\W3SVC\ra170913.ibl 3213 USKY-3D398D8F45 112000 2017-09-13 07:19:32 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 304 0 13406 214 492 0 /uploads/logo/fans_20.png - -
+d:\iislog\W3SVC\ra170913.ibl 3214 USKY-3D398D8F45 112000 2017-09-13 07:19:40 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 7890 10691 463 0 /index.php/cloud/index1 - -
+d:\iislog\W3SVC\ra170913.ibl 3215 USKY-3D398D8F45 112000 2017-09-13 07:19:46 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 13671 63062 429 0 /assets/v1/images/eg3.png - -
+d:\iislog\W3SVC\ra170913.ibl 3216 USKY-3D398D8F45 112000 2017-09-13 07:19:52 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 1437 17350 463 0 /index.php/about/index1 - -
+d:\iislog\W3SVC\ra170913.ibl 3217 USKY-3D398D8F45 112000 2017-09-13 07:19:52 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 687 36271 430 0 /assets/v1/images/eg66.png - -
+d:\iislog\W3SVC\ra170913.ibl 3218 USKY-3D398D8F45 112000 2017-09-13 07:19:57 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 468 42761 437 0 /assets/v1/images/slider1_off.png - -
+d:\iislog\W3SVC\ra170913.ibl 3219 USKY-3D398D8F45 112000 2017-09-13 07:19:58 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 1406 47566 435 0 /assets/v1/images/alert1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 3220 USKY-3D398D8F45 112000 2017-09-13 07:20:04 155.69.160.38 222.73.136.94 80 GET HTTP/1.1 200 0 12656 63262 433 0 /assets/v1/images/course1.png - -
+d:\iislog\W3SVC\ra170913.ibl 3238 USKY-3D398D8F45 112000 2017-09-13 07:27:08 115.28.171.22 222.73.136.94 80 GET HTTP/1.1 200 0 125 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 3241 USKY-3D398D8F45 112000 2017-09-13 07:28:50 121.40.130.38 222.73.136.94 80 GET HTTP/1.1 200 0 93 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 3253 USKY-3D398D8F45 112000 2017-09-13 07:35:46 106.11.158.156 222.73.136.94 80 GET HTTP/1.1 200 0 93 7684 191 0 /index.php/news/read/ id=131 -
+d:\iislog\W3SVC\ra170913.ibl 3265 USKY-3D398D8F45 112000 2017-09-13 07:39:43 180.173.252.183 222.73.136.94 80 GET HTTP/1.1 404 0 31 1358 360 0 /index.php/news.html - -
+d:\iislog\W3SVC\ra170913.ibl 3266 USKY-3D398D8F45 112000 2017-09-13 07:39:43 180.173.252.183 222.73.136.94 80 GET HTTP/1.1 404 0 15 1358 342 0 /index.php/news_02.html - -
+d:\iislog\W3SVC\ra170913.ibl 3267 USKY-3D398D8F45 112000 2017-09-13 07:39:44 180.173.252.183 222.73.136.94 80 GET HTTP/1.1 404 0 31 1358 342 0 /index.php/news_03.html - -
+d:\iislog\W3SVC\ra170913.ibl 3275 USKY-3D398D8F45 112000 2017-09-13 07:42:08 115.28.171.22 222.73.136.94 80 GET HTTP/1.1 200 0 125 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 3277 USKY-3D398D8F45 112000 2017-09-13 07:43:47 106.11.158.156 222.73.136.94 80 GET HTTP/1.1 200 0 93 10730 185 0 /index.php/news/read/ id=109 -
+d:\iislog\W3SVC\ra170913.ibl 3278 USKY-3D398D8F45 112000 2017-09-13 07:43:50 121.40.130.38 222.73.136.94 80 GET HTTP/1.1 200 0 109 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 3301 USKY-3D398D8F45 112000 2017-09-13 07:55:06 106.11.158.156 222.73.136.94 80 GET HTTP/1.1 200 0 109 13771 187 0 /index.php/news/read/ id=119 -
+d:\iislog\W3SVC\ra170913.ibl 3308 USKY-3D398D8F45 112000 2017-09-13 07:57:08 115.28.171.22 222.73.136.94 80 GET HTTP/1.1 200 0 156 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 3311 USKY-3D398D8F45 112000 2017-09-13 07:58:50 121.40.130.38 222.73.136.94 80 GET HTTP/1.1 200 0 93 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 3312 USKY-3D398D8F45 112000 2017-09-13 08:00:00 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 62 1086 467 0 /assets/v1/css/reset.css - -
+d:\iislog\W3SVC\ra170913.ibl 3313 USKY-3D398D8F45 112000 2017-09-13 08:00:00 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 46 1469 468 0 /assets/v1/css/jPages.css - -
+d:\iislog\W3SVC\ra170913.ibl 3314 USKY-3D398D8F45 112000 2017-09-13 08:00:00 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 62 2794 466 0 /assets/v1/css/head.css - -
+d:\iislog\W3SVC\ra170913.ibl 3315 USKY-3D398D8F45 112000 2017-09-13 08:00:00 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 125 5778 466 0 /assets/v1/css/area.css - -
+d:\iislog\W3SVC\ra170913.ibl 3316 USKY-3D398D8F45 112000 2017-09-13 08:00:00 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 93 3373 459 0 /assets/v1/js/jquery.plugins.js - -
+d:\iislog\W3SVC\ra170913.ibl 3317 USKY-3D398D8F45 112000 2017-09-13 08:00:00 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 93 492 452 0 /assets/v1/js/picture.js - -
+d:\iislog\W3SVC\ra170913.ibl 3318 USKY-3D398D8F45 112000 2017-09-13 08:00:00 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 500 68955 523 0 /index.php/example - -
+d:\iislog\W3SVC\ra170913.ibl 3319 USKY-3D398D8F45 112000 2017-09-13 08:00:00 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 78 1533 468 0 /assets/v1/css/footer.css - -
+d:\iislog\W3SVC\ra170913.ibl 3320 USKY-3D398D8F45 112000 2017-09-13 08:00:00 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 312 11689 468 0 /assets/v1/js/jquery.SuperSlide.2.1.1.js - -
+d:\iislog\W3SVC\ra170913.ibl 3321 USKY-3D398D8F45 112000 2017-09-13 08:00:00 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 359 18588 451 0 /assets/v1/js/jPages.js - -
+d:\iislog\W3SVC\ra170913.ibl 3322 USKY-3D398D8F45 112000 2017-09-13 08:00:01 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 1250 96588 462 0 /assets/v1/js/jquery-1.11.1.min.js - -
+d:\iislog\W3SVC\ra170913.ibl 3323 USKY-3D398D8F45 112000 2017-09-13 08:00:03 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 3843 8730 466 0 /assets/v1/css/base.css - -
+d:\iislog\W3SVC\ra170913.ibl 3324 USKY-3D398D8F45 112000 2017-09-13 08:00:03 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 109 3260 477 0 /assets/v1/images/eh.png - -
+d:\iislog\W3SVC\ra170913.ibl 3325 USKY-3D398D8F45 112000 2017-09-13 08:00:04 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 625 45152 485 0 /assets/v1/images/slider2_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 3326 USKY-3D398D8F45 112000 2017-09-13 08:00:04 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 593 53183 480 0 /assets/v1/images/num34.png - -
+d:\iislog\W3SVC\ra170913.ibl 3327 USKY-3D398D8F45 112000 2017-09-13 08:00:04 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 1046 47034 483 0 /assets/v1/images/num5_spc.png - -
+d:\iislog\W3SVC\ra170913.ibl 3328 USKY-3D398D8F45 112000 2017-09-13 08:00:05 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 1265 57855 478 0 /assets/v1/images/wx1.png - -
+d:\iislog\W3SVC\ra170913.ibl 3329 USKY-3D398D8F45 112000 2017-09-13 08:00:05 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 578 43618 494 0 /assets/v1/images/logo.png - -
+d:\iislog\W3SVC\ra170913.ibl 3330 USKY-3D398D8F45 112000 2017-09-13 08:00:05 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 1343 42137 485 0 /assets/v1/images/slider1_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 3331 USKY-3D398D8F45 112000 2017-09-13 08:00:05 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 1437 45520 485 0 /assets/v1/images/slider3_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 3332 USKY-3D398D8F45 112000 2017-09-13 08:00:05 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 750 42424 493 0 /assets/v1/images/tel.png - -
+d:\iislog\W3SVC\ra170913.ibl 3333 USKY-3D398D8F45 112000 2017-09-13 08:00:05 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 875 41156 498 0 /assets/v1/images/meun_tab.png - -
+d:\iislog\W3SVC\ra170913.ibl 3334 USKY-3D398D8F45 112000 2017-09-13 08:00:06 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 1015 47439 482 0 /assets/v1/images/num9_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 3335 USKY-3D398D8F45 112000 2017-09-13 08:00:06 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 1984 46136 482 0 /assets/v1/images/num6_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 3336 USKY-3D398D8F45 112000 2017-09-13 08:00:06 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 1218 45922 482 0 /assets/v1/images/num8_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 3337 USKY-3D398D8F45 112000 2017-09-13 08:00:06 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 1546 45306 482 0 /assets/v1/images/num7_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 3338 USKY-3D398D8F45 112000 2017-09-13 08:00:06 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 2968 287673 353 0 /uploads/logo/ZHSQ_03.png - -
+d:\iislog\W3SVC\ra170913.ibl 3339 USKY-3D398D8F45 112000 2017-09-13 08:00:08 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 2421 175445 478 0 /assets/v1/images/rh1.png - -
+d:\iislog\W3SVC\ra170913.ibl 3340 USKY-3D398D8F45 112000 2017-09-13 08:00:09 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 3000 174453 478 0 /assets/v1/images/rh3.png - -
+d:\iislog\W3SVC\ra170913.ibl 3341 USKY-3D398D8F45 112000 2017-09-13 08:00:09 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 1656 174641 478 0 /assets/v1/images/rh5.png - -
+d:\iislog\W3SVC\ra170913.ibl 3342 USKY-3D398D8F45 112000 2017-09-13 08:00:09 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 3218 149183 478 0 /assets/v1/images/rh4.png - -
+d:\iislog\W3SVC\ra170913.ibl 3343 USKY-3D398D8F45 112000 2017-09-13 08:00:10 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 562 50030 482 0 /assets/v1/images/footer1.png - -
+d:\iislog\W3SVC\ra170913.ibl 3344 USKY-3D398D8F45 112000 2017-09-13 08:00:10 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 343 54113 482 0 /assets/v1/images/footer2.png - -
+d:\iislog\W3SVC\ra170913.ibl 3345 USKY-3D398D8F45 112000 2017-09-13 08:00:10 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 531 47566 499 0 /assets/v1/images/alert1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 3346 USKY-3D398D8F45 112000 2017-09-13 08:00:10 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 453 50498 497 0 /assets/v1/images/n1_1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 3347 USKY-3D398D8F45 112000 2017-09-13 08:00:10 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 343 45087 497 0 /assets/v1/images/n1_2_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 3348 USKY-3D398D8F45 112000 2017-09-13 08:00:10 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 312 46427 495 0 /assets/v1/images/h1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 3349 USKY-3D398D8F45 112000 2017-09-13 08:00:11 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 687 44989 495 0 /assets/v1/images/spc.png - -
+d:\iislog\W3SVC\ra170913.ibl 3350 USKY-3D398D8F45 112000 2017-09-13 08:00:11 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 1734 41331 495 0 /assets/v1/images/n1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 3351 USKY-3D398D8F45 112000 2017-09-13 08:00:12 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 5718 174485 478 0 /assets/v1/images/rh2.png - -
+d:\iislog\W3SVC\ra170913.ibl 3352 USKY-3D398D8F45 112000 2017-09-13 08:00:13 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 9796 599455 354 0 /uploads/logo/HS%20(2).png - -
+d:\iislog\W3SVC\ra170913.ibl 3353 USKY-3D398D8F45 112000 2017-09-13 08:00:14 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 7671 332445 359 0 /uploads/logo/ZFSQ_03%20(1).png - -
+d:\iislog\W3SVC\ra170913.ibl 3354 USKY-3D398D8F45 112000 2017-09-13 08:00:15 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 8515 868664 348 0 /uploads/logo/WL.png - -
+d:\iislog\W3SVC\ra170913.ibl 3355 USKY-3D398D8F45 112000 2017-09-13 08:00:15 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 8843 805201 348 0 /uploads/logo/lt.png - -
+d:\iislog\W3SVC\ra170913.ibl 3356 USKY-3D398D8F45 112000 2017-09-13 08:00:15 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 15734 907988 348 0 /uploads/logo/HM.png - -
+d:\iislog\W3SVC\ra170913.ibl 3357 USKY-3D398D8F45 112000 2017-09-13 08:00:16 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 12250 791405 348 0 /uploads/logo/LD.png - -
+d:\iislog\W3SVC\ra170913.ibl 3359 USKY-3D398D8F45 112000 2017-09-13 08:00:18 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 3140 230340 353 0 /uploads/logo/ZHYQ_03.png - -
+d:\iislog\W3SVC\ra170913.ibl 3360 USKY-3D398D8F45 112000 2017-09-13 08:00:21 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 6031 649751 348 0 /uploads/logo/th.png - -
+d:\iislog\W3SVC\ra170913.ibl 3361 USKY-3D398D8F45 112000 2017-09-13 08:00:27 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 12953 805797 348 0 /uploads/logo/hy.png - -
+d:\iislog\W3SVC\ra170913.ibl 3362 USKY-3D398D8F45 112000 2017-09-13 08:00:27 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 11140 723871 350 0 /uploads/logo/kjxy.png - -
+d:\iislog\W3SVC\ra170913.ibl 3363 USKY-3D398D8F45 112000 2017-09-13 08:00:28 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 7156 654915 350 0 /uploads/logo/tdhy.png - -
+d:\iislog\W3SVC\ra170913.ibl 3364 USKY-3D398D8F45 112000 2017-09-13 08:00:28 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 14890 907374 348 0 /uploads/logo/jx.png - -
+d:\iislog\W3SVC\ra170913.ibl 3365 USKY-3D398D8F45 112000 2017-09-13 08:00:28 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 12125 762600 350 0 /uploads/logo/shjm.png - -
+d:\iislog\W3SVC\ra170913.ibl 3366 USKY-3D398D8F45 112000 2017-09-13 08:00:28 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 10078 780692 351 0 /uploads/logo/kgcxy.png - -
+d:\iislog\W3SVC\ra170913.ibl 3367 USKY-3D398D8F45 112000 2017-09-13 08:00:33 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 5781 274047 353 0 /uploads/logo/zhbg_03.png - -
+d:\iislog\W3SVC\ra170913.ibl 3368 USKY-3D398D8F45 112000 2017-09-13 08:00:38 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 9250 731946 351 0 /uploads/logo/wwwds.png - -
+d:\iislog\W3SVC\ra170913.ibl 3369 USKY-3D398D8F45 112000 2017-09-13 08:00:38 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 10203 798067 350 0 /uploads/logo/zrds.png - -
+d:\iislog\W3SVC\ra170913.ibl 3370 USKY-3D398D8F45 112000 2017-09-13 08:00:40 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 11671 749607 352 0 /uploads/logo/SOHOZS.png - -
+d:\iislog\W3SVC\ra170913.ibl 3371 USKY-3D398D8F45 112000 2017-09-13 08:00:41 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 3078 388392 351 0 /uploads/logo/cyyad.png - -
+d:\iislog\W3SVC\ra170913.ibl 3372 USKY-3D398D8F45 112000 2017-09-13 08:00:43 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 16343 777824 350 0 /uploads/logo/skqp.png - -
+d:\iislog\W3SVC\ra170913.ibl 3373 USKY-3D398D8F45 112000 2017-09-13 08:00:44 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 5593 813884 350 0 /uploads/logo/zafs.png - -
+d:\iislog\W3SVC\ra170913.ibl 3374 USKY-3D398D8F45 112000 2017-09-13 08:00:45 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 11656 838505 350 0 /uploads/logo/hdcf.png - -
+d:\iislog\W3SVC\ra170913.ibl 3375 USKY-3D398D8F45 112000 2017-09-13 08:00:45 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 16562 826349 350 0 /uploads/logo/qhsw.png - -
+d:\iislog\W3SVC\ra170913.ibl 3376 USKY-3D398D8F45 112000 2017-09-13 08:00:46 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 1906 253978 353 0 /uploads/logo/qita_03.png - -
+d:\iislog\W3SVC\ra170913.ibl 3377 USKY-3D398D8F45 112000 2017-09-13 08:00:47 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 5703 709791 354 0 /uploads/logo/srgfzhsq.png - -
+d:\iislog\W3SVC\ra170913.ibl 3378 USKY-3D398D8F45 112000 2017-09-13 08:00:49 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 5531 611140 351 0 /uploads/logo/shzpz.png - -
+d:\iislog\W3SVC\ra170913.ibl 3379 USKY-3D398D8F45 112000 2017-09-13 08:00:53 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 6453 632299 353 0 /uploads/logo/sbwrdjd.png - -
+d:\iislog\W3SVC\ra170913.ibl 3380 USKY-3D398D8F45 112000 2017-09-13 08:00:53 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 8265 793481 350 0 /uploads/logo/htzq.png - -
+d:\iislog\W3SVC\ra170913.ibl 3381 USKY-3D398D8F45 112000 2017-09-13 08:00:54 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 14015 831376 352 0 /uploads/logo/hsjyzb.png - -
+d:\iislog\W3SVC\ra170913.ibl 3382 USKY-3D398D8F45 112000 2017-09-13 08:00:55 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 10234 722736 350 0 /uploads/logo/srzh.png - -
+d:\iislog\W3SVC\ra170913.ibl 3383 USKY-3D398D8F45 112000 2017-09-13 08:00:56 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 8906 733415 350 0 /uploads/logo/hybg.png - -
+d:\iislog\W3SVC\ra170913.ibl 3384 USKY-3D398D8F45 112000 2017-09-13 08:00:58 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 9250 813261 352 0 /uploads/logo/pdgjjc.png - -
+d:\iislog\W3SVC\ra170913.ibl 3385 USKY-3D398D8F45 112000 2017-09-13 08:00:59 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 5890 760321 350 0 /uploads/logo/srhg.png - -
+d:\iislog\W3SVC\ra170913.ibl 3387 USKY-3D398D8F45 112000 2017-09-13 08:01:01 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 200 0 7546 700763 351 0 /uploads/logo/daggg.png - -
+d:\iislog\W3SVC\ra170913.ibl 3388 USKY-3D398D8F45 112000 2017-09-13 08:01:01 182.200.141.165 222.73.136.94 80 GET HTTP/1.1 404 0 78 1358 440 0 /index.php/favicon.ico - -
+d:\iislog\W3SVC\ra170913.ibl 3416 USKY-3D398D8F45 112000 2017-09-13 08:12:08 115.28.171.22 222.73.136.94 80 GET HTTP/1.1 200 0 140 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 3419 USKY-3D398D8F45 112000 2017-09-13 08:13:50 121.40.130.38 222.73.136.94 80 GET HTTP/1.1 200 0 93 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 3421 USKY-3D398D8F45 112000 2017-09-13 08:15:06 106.11.158.156 222.73.136.94 80 GET HTTP/1.1 200 0 93 18244 191 0 /index.php/news/read/ id=112 -
+d:\iislog\W3SVC\ra170913.ibl 3448 USKY-3D398D8F45 112000 2017-09-13 08:27:08 115.28.171.22 222.73.136.94 80 GET HTTP/1.1 200 0 125 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 3453 USKY-3D398D8F45 112000 2017-09-13 08:28:52 121.40.130.38 222.73.136.94 80 GET HTTP/1.1 200 0 109 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 3454 USKY-3D398D8F45 112000 2017-09-13 08:30:06 106.11.158.156 222.73.136.94 80 GET HTTP/1.1 200 0 140 34442 184 0 /index.php/news/read/ id=91 -
+d:\iislog\W3SVC\ra170913.ibl 3476 USKY-3D398D8F45 112000 2017-09-13 08:39:12 116.231.171.92 222.73.136.94 80 GET HTTP/1.1 404 0 46 1358 272 0 /index.php/favicon.ico - -
+d:\iislog\W3SVC\ra170913.ibl 3483 USKY-3D398D8F45 112000 2017-09-13 08:42:03 123.207.95.146 222.73.136.94 80 GET HTTP/1.1 200 0 156 13664 167 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 3484 USKY-3D398D8F45 112000 2017-09-13 08:42:08 115.28.171.22 222.73.136.94 80 GET HTTP/1.1 200 0 125 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 3487 USKY-3D398D8F45 112000 2017-09-13 08:43:50 121.40.130.38 222.73.136.94 80 GET HTTP/1.1 200 0 109 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 3514 USKY-3D398D8F45 112000 2017-09-13 08:57:09 115.28.171.22 222.73.136.94 80 GET HTTP/1.1 200 0 1093 13382 139 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 3518 USKY-3D398D8F45 112000 2017-09-13 08:58:50 121.40.130.38 222.73.136.94 80 GET HTTP/1.1 200 0 93 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 3519 USKY-3D398D8F45 112000 2017-09-13 08:59:48 123.207.95.146 222.73.136.94 80 GET HTTP/1.1 200 0 156 13382 161 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 3522 USKY-3D398D8F45 112000 2017-09-13 09:01:10 40.77.167.26 222.73.136.94 80 GET HTTP/1.1 200 0 4531 10911 401 0 /index.php/cloud - -
+d:\iislog\W3SVC\ra170913.ibl 3534 USKY-3D398D8F45 112000 2017-09-13 09:05:50 106.11.158.156 222.73.136.94 80 GET HTTP/1.1 200 0 125 15689 191 0 /index.php/news/read/ id=114 -
+d:\iislog\W3SVC\ra170913.ibl 3547 USKY-3D398D8F45 112000 2017-09-13 09:10:53 220.181.108.178 222.73.136.94 80 GET HTTP/1.1 200 0 187 13664 311 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 3553 USKY-3D398D8F45 112000 2017-09-13 09:12:08 115.28.171.22 222.73.136.94 80 GET HTTP/1.1 200 0 156 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 3556 USKY-3D398D8F45 112000 2017-09-13 09:13:50 121.40.130.38 222.73.136.94 80 GET HTTP/1.1 200 0 93 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 3558 USKY-3D398D8F45 112000 2017-09-13 09:15:41 60.191.127.227 222.73.136.94 80 GET HTTP/1.1 200 0 4875 1778945 426 0 /upload/201701/20/201701201000538281.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 3566 USKY-3D398D8F45 112000 2017-09-13 09:17:34 40.77.167.128 222.73.136.94 80 GET HTTP/1.1 200 0 250 2435 390 0 /assets/v1/css/platform.css - -
+d:\iislog\W3SVC\ra170913.ibl 3567 USKY-3D398D8F45 112000 2017-09-13 09:17:36 40.77.167.128 222.73.136.94 80 GET HTTP/1.1 200 0 1031 31692 390 0 /assets/v1/images/num22.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 3568 USKY-3D398D8F45 112000 2017-09-13 09:17:36 40.77.167.128 222.73.136.94 80 GET HTTP/1.1 200 0 218 3373 394 0 /assets/v1/js/jquery.plugins.js - -
+d:\iislog\W3SVC\ra170913.ibl 3569 USKY-3D398D8F45 112000 2017-09-13 09:17:37 40.77.167.12 222.73.136.94 80 GET HTTP/1.1 200 0 2015 47566 394 0 /assets/v1/images/alert1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 3570 USKY-3D398D8F45 112000 2017-09-13 09:17:38 40.77.167.12 222.73.136.94 80 GET HTTP/1.1 200 0 703 42424 388 0 /assets/v1/images/tel.png - -
+d:\iislog\W3SVC\ra170913.ibl 3571 USKY-3D398D8F45 112000 2017-09-13 09:17:39 157.55.39.191 222.73.136.94 80 GET HTTP/1.1 200 0 218 1086 387 0 /assets/v1/css/reset.css - -
+d:\iislog\W3SVC\ra170913.ibl 3572 USKY-3D398D8F45 112000 2017-09-13 09:17:40 157.55.39.191 222.73.136.94 80 GET HTTP/1.1 200 0 1093 43618 389 0 /assets/v1/images/logo.png - -
+d:\iislog\W3SVC\ra170913.ibl 3573 USKY-3D398D8F45 112000 2017-09-13 09:17:41 157.55.39.191 222.73.136.94 80 GET HTTP/1.1 200 0 437 27673 390 0 /assets/v1/images/num20.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 3574 USKY-3D398D8F45 112000 2017-09-13 09:17:41 157.55.39.191 222.73.136.94 80 GET HTTP/1.1 200 0 218 18588 386 0 /assets/v1/js/jPages.js - -
+d:\iislog\W3SVC\ra170913.ibl 3575 USKY-3D398D8F45 112000 2017-09-13 09:17:52 40.77.167.26 222.73.136.94 80 GET HTTP/1.1 200 0 1781 31154 390 0 /assets/v1/images/num23.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 3576 USKY-3D398D8F45 112000 2017-09-13 09:17:54 40.77.167.26 222.73.136.94 80 GET HTTP/1.1 200 0 2171 201437 390 0 /assets/v1/images/num32.png - -
+d:\iislog\W3SVC\ra170913.ibl 3578 USKY-3D398D8F45 112000 2017-09-13 09:18:56 60.191.127.227 222.73.136.94 80 GET HTTP/1.1 200 0 781 254091 428 0 /upload/201701/20/201701201031591562.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 3579 USKY-3D398D8F45 112000 2017-09-13 09:20:07 106.11.158.156 222.73.136.94 80 GET HTTP/1.1 200 0 109 10354 184 0 /index.php/news/read/ id=19 -
+d:\iislog\W3SVC\ra170913.ibl 3586 USKY-3D398D8F45 112000 2017-09-13 09:21:23 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 200 0 250 13664 1622 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 3587 USKY-3D398D8F45 112000 2017-09-13 09:21:24 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 404 0 46 1358 373 0 /index.php/favicon.ico - -
+d:\iislog\W3SVC\ra170913.ibl 3589 USKY-3D398D8F45 112000 2017-09-13 09:21:37 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 200 0 125 43552 481 0 /assets/v1/images/num1_bg_hover.png - -
+d:\iislog\W3SVC\ra170913.ibl 3590 USKY-3D398D8F45 112000 2017-09-13 09:21:42 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 200 0 156 13606 1694 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 3591 USKY-3D398D8F45 112000 2017-09-13 09:21:42 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 304 0 15 214 582 0 /assets/v1/css/base.css - -
+d:\iislog\W3SVC\ra170913.ibl 3592 USKY-3D398D8F45 112000 2017-09-13 09:21:42 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 304 0 31 214 582 0 /assets/v1/css/head.css - -
+d:\iislog\W3SVC\ra170913.ibl 3593 USKY-3D398D8F45 112000 2017-09-13 09:21:42 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 304 0 31 214 578 0 /assets/v1/js/jquery-1.11.1.min.js - -
+d:\iislog\W3SVC\ra170913.ibl 3594 USKY-3D398D8F45 112000 2017-09-13 09:21:42 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 304 0 31 214 584 0 /assets/v1/css/footer.css - -
+d:\iislog\W3SVC\ra170913.ibl 3595 USKY-3D398D8F45 112000 2017-09-13 09:21:42 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 304 0 15 213 567 0 /assets/v1/js/picture.js - -
+d:\iislog\W3SVC\ra170913.ibl 3596 USKY-3D398D8F45 112000 2017-09-13 09:21:42 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 304 0 46 213 574 0 /assets/v1/js/jquery.plugins.js - -
+d:\iislog\W3SVC\ra170913.ibl 3597 USKY-3D398D8F45 112000 2017-09-13 09:21:42 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 304 0 62 214 567 0 /assets/v1/js/jPages.js - -
+d:\iislog\W3SVC\ra170913.ibl 3598 USKY-3D398D8F45 112000 2017-09-13 09:21:42 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 304 0 78 214 584 0 /assets/v1/js/jquery.SuperSlide.2.1.1.js - -
+d:\iislog\W3SVC\ra170913.ibl 3599 USKY-3D398D8F45 112000 2017-09-13 09:21:43 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 304 0 15 214 583 0 /assets/v1/css/index.css - -
+d:\iislog\W3SVC\ra170913.ibl 3601 USKY-3D398D8F45 112000 2017-09-13 09:21:44 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 304 0 31 214 583 0 /assets/v1/css/reset.css - -
+d:\iislog\W3SVC\ra170913.ibl 3602 USKY-3D398D8F45 112000 2017-09-13 09:21:44 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 304 0 15 214 584 0 /assets/v1/css/jPages.css - -
+d:\iislog\W3SVC\ra170913.ibl 3603 USKY-3D398D8F45 112000 2017-09-13 09:21:44 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 304 0 31 214 585 0 /assets/v1/images/eh.png - -
+d:\iislog\W3SVC\ra170913.ibl 3604 USKY-3D398D8F45 112000 2017-09-13 09:21:44 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 304 0 31 214 593 0 /assets/v1/images/slider1_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 3605 USKY-3D398D8F45 112000 2017-09-13 09:21:44 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 304 0 31 214 593 0 /assets/v1/images/slider3_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 3606 USKY-3D398D8F45 112000 2017-09-13 09:21:44 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 304 0 31 214 593 0 /assets/v1/images/slider2_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 3607 USKY-3D398D8F45 112000 2017-09-13 09:21:44 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 304 0 31 214 590 0 /assets/v1/images/num1_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 3608 USKY-3D398D8F45 112000 2017-09-13 09:21:44 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 304 0 46 213 585 0 /assets/v1/images/wx1.png - -
+d:\iislog\W3SVC\ra170913.ibl 3609 USKY-3D398D8F45 112000 2017-09-13 09:21:44 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 304 0 46 213 589 0 /assets/v1/images/num3_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 3610 USKY-3D398D8F45 112000 2017-09-13 09:21:44 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 304 0 46 214 590 0 /assets/v1/images/num2_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 3611 USKY-3D398D8F45 112000 2017-09-13 09:21:44 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 304 0 78 214 535 0 /uploads/logo/partner4.png - -
+d:\iislog\W3SVC\ra170913.ibl 3612 USKY-3D398D8F45 112000 2017-09-13 09:21:44 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 304 0 46 214 645 0 /uploads/avatar/1%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E6%B0%B8%E5%A4%A9%E4%BA%91.png - -
+d:\iislog\W3SVC\ra170913.ibl 3613 USKY-3D398D8F45 112000 2017-09-13 09:21:44 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 304 0 46 214 654 0 /uploads/avatar/3%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E6%96%B0%E9%97%BB%E8%B5%84%E8%AE%AF.png - -
+d:\iislog\W3SVC\ra170913.ibl 3614 USKY-3D398D8F45 112000 2017-09-13 09:21:44 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 304 0 78 214 536 0 /uploads/logo/partner15.png - -
+d:\iislog\W3SVC\ra170913.ibl 3615 USKY-3D398D8F45 112000 2017-09-13 09:21:44 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 304 0 78 214 591 0 /assets/v1/images/meun_tab.png - -
+d:\iislog\W3SVC\ra170913.ibl 3616 USKY-3D398D8F45 112000 2017-09-13 09:21:44 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 304 0 125 214 654 0 /uploads/avatar/2%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E5%AE%A2%E6%88%B7%E6%A1%88%E4%BE%8B.png - -
+d:\iislog\W3SVC\ra170913.ibl 3617 USKY-3D398D8F45 112000 2017-09-13 09:21:44 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 304 0 109 214 535 0 /uploads/logo/partner7.png - -
+d:\iislog\W3SVC\ra170913.ibl 3618 USKY-3D398D8F45 112000 2017-09-13 09:21:44 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 304 0 62 214 589 0 /assets/v1/images/num2_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 3619 USKY-3D398D8F45 112000 2017-09-13 09:21:44 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 304 0 31 214 535 0 /uploads/logo/partner2.png - -
+d:\iislog\W3SVC\ra170913.ibl 3620 USKY-3D398D8F45 112000 2017-09-13 09:21:44 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 304 0 31 214 535 0 /uploads/logo/partner3.png - -
+d:\iislog\W3SVC\ra170913.ibl 3621 USKY-3D398D8F45 112000 2017-09-13 09:21:44 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 304 0 46 214 534 0 /uploads/logo/fans_02.png - -
+d:\iislog\W3SVC\ra170913.ibl 3622 USKY-3D398D8F45 112000 2017-09-13 09:21:44 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 304 0 31 214 590 0 /assets/v1/images/num4_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 3623 USKY-3D398D8F45 112000 2017-09-13 09:21:44 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 304 0 78 214 589 0 /assets/v1/images/num3_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 3624 USKY-3D398D8F45 112000 2017-09-13 09:21:44 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 304 0 78 214 588 0 /assets/v1/images/num28.png - -
+d:\iislog\W3SVC\ra170913.ibl 3625 USKY-3D398D8F45 112000 2017-09-13 09:21:44 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 304 0 46 214 534 0 /uploads/logo/fans_08.png - -
+d:\iislog\W3SVC\ra170913.ibl 3626 USKY-3D398D8F45 112000 2017-09-13 09:21:44 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 304 0 31 214 534 0 /uploads/logo/fans_17.png - -
+d:\iislog\W3SVC\ra170913.ibl 3627 USKY-3D398D8F45 112000 2017-09-13 09:21:44 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 304 0 46 214 534 0 /uploads/logo/fans_10.png - -
+d:\iislog\W3SVC\ra170913.ibl 3628 USKY-3D398D8F45 112000 2017-09-13 09:21:45 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 304 0 343 214 588 0 /assets/v1/images/num29.png - -
+d:\iislog\W3SVC\ra170913.ibl 3629 USKY-3D398D8F45 112000 2017-09-13 09:21:45 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 304 0 78 213 589 0 /assets/v1/images/footer2.png - -
+d:\iislog\W3SVC\ra170913.ibl 3630 USKY-3D398D8F45 112000 2017-09-13 09:21:45 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 304 0 78 214 588 0 /assets/v1/images/num31.png - -
+d:\iislog\W3SVC\ra170913.ibl 3631 USKY-3D398D8F45 112000 2017-09-13 09:21:45 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 304 0 62 214 589 0 /assets/v1/images/num1_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 3632 USKY-3D398D8F45 112000 2017-09-13 09:21:45 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 304 0 93 214 534 0 /uploads/logo/fans_15.png - -
+d:\iislog\W3SVC\ra170913.ibl 3633 USKY-3D398D8F45 112000 2017-09-13 09:21:45 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 304 0 93 214 586 0 /assets/v1/images/tel.png - -
+d:\iislog\W3SVC\ra170913.ibl 3634 USKY-3D398D8F45 112000 2017-09-13 09:21:45 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 304 0 812 214 592 0 /assets/v1/images/alert1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 3635 USKY-3D398D8F45 112000 2017-09-13 09:21:45 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 304 0 843 213 653 0 /uploads/avatar/4%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E4%BA%BA%E5%8A%9B%E8%B5%84%E6%BA%90.png - -
+d:\iislog\W3SVC\ra170913.ibl 3636 USKY-3D398D8F45 112000 2017-09-13 09:21:45 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 304 0 1015 214 534 0 /uploads/logo/fans_19.png - -
+d:\iislog\W3SVC\ra170913.ibl 3637 USKY-3D398D8F45 112000 2017-09-13 09:21:46 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 304 0 1765 214 590 0 /assets/v1/images/footer1.png - -
+d:\iislog\W3SVC\ra170913.ibl 3638 USKY-3D398D8F45 112000 2017-09-13 09:21:46 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 304 0 1718 214 587 0 /assets/v1/images/logo.png - -
+d:\iislog\W3SVC\ra170913.ibl 3639 USKY-3D398D8F45 112000 2017-09-13 09:21:47 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 304 0 2500 214 534 0 /uploads/logo/fans_20.png - -
+d:\iislog\W3SVC\ra170913.ibl 3640 USKY-3D398D8F45 112000 2017-09-13 09:21:47 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 304 0 2656 214 534 0 /uploads/logo/fans_04.png - -
+d:\iislog\W3SVC\ra170913.ibl 3641 USKY-3D398D8F45 112000 2017-09-13 09:21:47 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 304 0 2562 213 533 0 /uploads/logo/fans_06.png - -
+d:\iislog\W3SVC\ra170913.ibl 3642 USKY-3D398D8F45 112000 2017-09-13 09:21:48 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 304 0 31 214 535 0 /uploads/logo/partner1.png - -
+d:\iislog\W3SVC\ra170913.ibl 3643 USKY-3D398D8F45 112000 2017-09-13 09:21:48 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 404 0 46 1358 373 0 /index.php/favicon.ico - -
+d:\iislog\W3SVC\ra170913.ibl 3644 USKY-3D398D8F45 112000 2017-09-13 09:21:49 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 200 0 140 10853 506 0 /index.php/cloud - -
+d:\iislog\W3SVC\ra170913.ibl 3645 USKY-3D398D8F45 112000 2017-09-13 09:21:49 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 200 0 31 2435 476 0 /assets/v1/css/platform.css - -
+d:\iislog\W3SVC\ra170913.ibl 3646 USKY-3D398D8F45 112000 2017-09-13 09:21:49 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 200 0 93 27673 478 0 /assets/v1/images/num20.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 3647 USKY-3D398D8F45 112000 2017-09-13 09:21:49 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 200 0 125 31692 478 0 /assets/v1/images/num22.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 3648 USKY-3D398D8F45 112000 2017-09-13 09:21:50 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 200 0 468 31154 478 0 /assets/v1/images/num23.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 3649 USKY-3D398D8F45 112000 2017-09-13 09:21:50 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 200 0 250 46034 481 0 /assets/v1/images/num11_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 3650 USKY-3D398D8F45 112000 2017-09-13 09:21:50 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 200 0 46 4948 476 0 /uploads/logo/fein_06.png - -
+d:\iislog\W3SVC\ra170913.ibl 3651 USKY-3D398D8F45 112000 2017-09-13 09:21:50 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 200 0 312 11810 482 0 /uploads/logo/fans_25%20(1).png - -
+d:\iislog\W3SVC\ra170913.ibl 3652 USKY-3D398D8F45 112000 2017-09-13 09:21:51 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 200 0 46 7128 476 0 /uploads/logo/fein_03.png - -
+d:\iislog\W3SVC\ra170913.ibl 3653 USKY-3D398D8F45 112000 2017-09-13 09:21:51 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 200 0 1140 32499 478 0 /assets/v1/images/num24.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 3654 USKY-3D398D8F45 112000 2017-09-13 09:21:51 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 200 0 1140 31870 478 0 /assets/v1/images/num25.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 3655 USKY-3D398D8F45 112000 2017-09-13 09:21:51 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 200 0 46 12440 476 0 /uploads/logo/fein_22.png - -
+d:\iislog\W3SVC\ra170913.ibl 3656 USKY-3D398D8F45 112000 2017-09-13 09:21:51 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 200 0 46 7202 476 0 /uploads/logo/fein_25.png - -
+d:\iislog\W3SVC\ra170913.ibl 3657 USKY-3D398D8F45 112000 2017-09-13 09:21:51 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 200 0 31 6133 476 0 /uploads/logo/fein_27.png - -
+d:\iislog\W3SVC\ra170913.ibl 3658 USKY-3D398D8F45 112000 2017-09-13 09:21:51 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 200 0 140 9167 476 0 /uploads/logo/fein_37.png - -
+d:\iislog\W3SVC\ra170913.ibl 3659 USKY-3D398D8F45 112000 2017-09-13 09:21:51 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 200 0 156 11822 476 0 /uploads/logo/fein_29.png - -
+d:\iislog\W3SVC\ra170913.ibl 3660 USKY-3D398D8F45 112000 2017-09-13 09:21:51 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 200 0 156 8739 476 0 /uploads/logo/fein_36.png - -
+d:\iislog\W3SVC\ra170913.ibl 3661 USKY-3D398D8F45 112000 2017-09-13 09:21:51 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 200 0 15 7813 476 0 /uploads/logo/fein_43.png - -
+d:\iislog\W3SVC\ra170913.ibl 3662 USKY-3D398D8F45 112000 2017-09-13 09:21:51 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 200 0 46 5976 476 0 /uploads/logo/fein_09.png - -
+d:\iislog\W3SVC\ra170913.ibl 3663 USKY-3D398D8F45 112000 2017-09-13 09:21:51 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 200 0 46 9220 476 0 /uploads/logo/fein_52.png - -
+d:\iislog\W3SVC\ra170913.ibl 3664 USKY-3D398D8F45 112000 2017-09-13 09:21:51 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 200 0 1343 90498 478 0 /assets/v1/images/num10.png - -
+d:\iislog\W3SVC\ra170913.ibl 3665 USKY-3D398D8F45 112000 2017-09-13 09:21:51 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 200 0 31 8643 476 0 /uploads/logo/fein_55.png - -
+d:\iislog\W3SVC\ra170913.ibl 3666 USKY-3D398D8F45 112000 2017-09-13 09:21:51 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 200 0 15 2127 476 0 /uploads/logo/fein_24.png - -
+d:\iislog\W3SVC\ra170913.ibl 3667 USKY-3D398D8F45 112000 2017-09-13 09:21:51 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 200 0 31 10214 476 0 /uploads/logo/fein_39.png - -
+d:\iislog\W3SVC\ra170913.ibl 3668 USKY-3D398D8F45 112000 2017-09-13 09:21:51 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 200 0 78 7721 476 0 /uploads/logo/fein_14.png - -
+d:\iislog\W3SVC\ra170913.ibl 3669 USKY-3D398D8F45 112000 2017-09-13 09:21:51 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 200 0 31 2219 476 0 /uploads/logo/fein_58.png - -
+d:\iislog\W3SVC\ra170913.ibl 3670 USKY-3D398D8F45 112000 2017-09-13 09:21:51 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 200 0 62 7089 476 0 /uploads/logo/fein_41.png - -
+d:\iislog\W3SVC\ra170913.ibl 3671 USKY-3D398D8F45 112000 2017-09-13 09:21:51 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 200 0 531 7799 476 0 /uploads/logo/fein_11.png - -
+d:\iislog\W3SVC\ra170913.ibl 3672 USKY-3D398D8F45 112000 2017-09-13 09:21:51 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 200 0 546 44187 481 0 /assets/v1/images/box_3_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 3673 USKY-3D398D8F45 112000 2017-09-13 09:21:52 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 200 0 875 7645 476 0 /uploads/logo/fein_50.png - -
+d:\iislog\W3SVC\ra170913.ibl 3674 USKY-3D398D8F45 112000 2017-09-13 09:21:52 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 200 0 2890 201437 478 0 /assets/v1/images/num32.png - -
+d:\iislog\W3SVC\ra170913.ibl 3675 USKY-3D398D8F45 112000 2017-09-13 09:21:54 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 200 0 4640 745769 478 0 /assets/v1/images/num26.png - -
+d:\iislog\W3SVC\ra170913.ibl 3676 USKY-3D398D8F45 112000 2017-09-13 09:21:54 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 404 0 46 1358 373 0 /index.php/favicon.ico - -
+d:\iislog\W3SVC\ra170913.ibl 3680 USKY-3D398D8F45 112000 2017-09-13 09:23:46 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 200 0 359 13606 1668 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 3681 USKY-3D398D8F45 112000 2017-09-13 09:23:47 106.6.169.149 222.73.136.94 80 GET HTTP/1.1 404 0 93 1358 373 0 /index.php/favicon.ico - -
+d:\iislog\W3SVC\ra170913.ibl 3682 USKY-3D398D8F45 112000 2017-09-13 09:23:55 60.191.127.227 222.73.136.94 80 GET HTTP/1.1 200 0 78 36942 428 0 /upload/201211/19/201211191451144473.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 3691 USKY-3D398D8F45 112000 2017-09-13 09:27:08 115.28.171.22 222.73.136.94 80 GET HTTP/1.1 200 0 156 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 3693 USKY-3D398D8F45 112000 2017-09-13 09:28:16 66.249.66.76 222.73.136.94 80 GET HTTP/1.1 200 0 718 13664 294 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 3695 USKY-3D398D8F45 112000 2017-09-13 09:28:50 121.40.130.38 222.73.136.94 80 GET HTTP/1.1 200 0 109 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 3701 USKY-3D398D8F45 112000 2017-09-13 09:31:41 61.135.169.41 222.73.136.94 80 GET HTTP/1.1 200 0 5484 1638570 199 0 /upload/201512/14/201512141019352812.JPG - -
+d:\iislog\W3SVC\ra170913.ibl 3702 USKY-3D398D8F45 112000 2017-09-13 09:31:46 180.97.35.210 222.73.136.94 80 GET HTTP/1.1 200 0 6390 1638570 199 0 /upload/201512/14/201512141019352812.JPG - -
+d:\iislog\W3SVC\ra170913.ibl 3703 USKY-3D398D8F45 112000 2017-09-13 09:31:50 112.80.254.153 222.73.136.94 80 GET HTTP/1.1 200 0 3750 1638570 199 0 /upload/201512/14/201512141019352812.JPG - -
+d:\iislog\W3SVC\ra170913.ibl 3704 USKY-3D398D8F45 112000 2017-09-13 09:31:54 112.80.254.60 222.73.136.94 80 GET HTTP/1.1 200 0 3671 1638570 199 0 /upload/201512/14/201512141019352812.JPG - -
+d:\iislog\W3SVC\ra170913.ibl 3710 USKY-3D398D8F45 112000 2017-09-13 09:34:54 66.249.66.139 222.73.136.94 80 GET HTTP/1.1 304 0 343 214 249 0 /uploads/logo/fans_02.png - -
+d:\iislog\W3SVC\ra170913.ibl 3722 USKY-3D398D8F45 112000 2017-09-13 09:40:07 106.11.158.156 222.73.136.94 80 GET HTTP/1.1 200 0 93 17592 186 0 /index.php/news/read/ id=28 -
+d:\iislog\W3SVC\ra170913.ibl 3730 USKY-3D398D8F45 112000 2017-09-13 09:42:08 115.28.171.22 222.73.136.94 80 GET HTTP/1.1 200 0 140 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 3731 USKY-3D398D8F45 112000 2017-09-13 09:42:10 202.108.211.56 222.73.136.94 80 GET HTTP/1.1 200 0 187 13664 433 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 3735 USKY-3D398D8F45 112000 2017-09-13 09:43:52 220.181.108.177 222.73.136.94 80 GET HTTP/1.1 200 0 171 13586 231 0 /index.php/news/read/ id=35 -
+d:\iislog\W3SVC\ra170913.ibl 3736 USKY-3D398D8F45 112000 2017-09-13 09:43:54 121.40.130.38 222.73.136.94 80 GET HTTP/1.1 200 0 109 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 3749 USKY-3D398D8F45 112000 2017-09-13 09:50:45 180.76.15.143 222.73.136.94 80 GET HTTP/1.1 200 0 312 1105 236 0 /assets/v1/css/reset.css - -
+d:\iislog\W3SVC\ra170913.ibl 3758 USKY-3D398D8F45 112000 2017-09-13 09:53:47 106.11.158.156 222.73.136.94 80 GET HTTP/1.1 200 0 93 12173 190 0 /index.php/news/read/ id=87 -
+d:\iislog\W3SVC\ra170913.ibl 3766 USKY-3D398D8F45 112000 2017-09-13 09:57:08 115.28.171.22 222.73.136.94 80 GET HTTP/1.1 200 0 140 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 3769 USKY-3D398D8F45 112000 2017-09-13 09:58:50 121.40.130.38 222.73.136.94 80 GET HTTP/1.1 200 0 93 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 3778 USKY-3D398D8F45 112000 2017-09-13 10:04:07 106.11.158.156 222.73.136.94 80 GET HTTP/1.1 200 0 93 8898 183 0 /index.php/news/read/ id=1 -
+d:\iislog\W3SVC\ra170913.ibl 3796 USKY-3D398D8F45 112000 2017-09-13 10:12:08 115.28.171.22 222.73.136.94 80 GET HTTP/1.1 200 0 140 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 3799 USKY-3D398D8F45 112000 2017-09-13 10:13:50 121.40.130.38 222.73.136.94 80 GET HTTP/1.1 200 0 109 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 3806 USKY-3D398D8F45 112000 2017-09-13 10:17:16 58.217.138.115 222.73.136.94 80 GET HTTP/1.1 404 0 62 1358 271 0 /index.php/favicon.ico - -
+d:\iislog\W3SVC\ra170913.ibl 3810 USKY-3D398D8F45 112000 2017-09-13 10:18:37 199.30.24.132 222.73.136.94 80 GET HTTP/1.1 200 0 1640 96588 341 0 /assets/v1/js/jquery-1.11.1.min.js - -
+d:\iislog\W3SVC\ra170913.ibl 3811 USKY-3D398D8F45 112000 2017-09-13 10:18:37 199.30.24.164 222.73.136.94 80 GET HTTP/1.1 200 0 265 492 331 0 /assets/v1/js/picture.js - -
+d:\iislog\W3SVC\ra170913.ibl 3812 USKY-3D398D8F45 112000 2017-09-13 10:18:39 65.55.210.78 222.73.136.94 80 GET HTTP/1.1 200 0 218 1533 332 0 /assets/v1/css/footer.css - -
+d:\iislog\W3SVC\ra170913.ibl 3813 USKY-3D398D8F45 112000 2017-09-13 10:18:41 199.30.24.217 222.73.136.94 80 GET HTTP/1.1 200 0 1390 42681 331 0 /assets/v1/images/bd.png - -
+d:\iislog\W3SVC\ra170913.ibl 3814 USKY-3D398D8F45 112000 2017-09-13 10:18:43 65.55.210.75 222.73.136.94 80 GET HTTP/1.1 200 0 1078 44187 337 0 /assets/v1/images/box_3_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 3815 USKY-3D398D8F45 112000 2017-09-13 10:18:43 65.55.210.75 222.73.136.94 80 GET HTTP/1.1 200 0 359 43269 336 0 /assets/v1/images/num1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 3818 USKY-3D398D8F45 112000 2017-09-13 10:20:22 66.249.66.78 222.73.136.94 80 GET HTTP/1.1 200 0 1453 13664 420 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 3832 USKY-3D398D8F45 112000 2017-09-13 10:26:30 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 265 1469 389 0 /assets/v1/css/jPages.css - -
+d:\iislog\W3SVC\ra170913.ibl 3833 USKY-3D398D8F45 112000 2017-09-13 10:26:31 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 531 3789 388 0 /assets/v1/css/index.css - -
+d:\iislog\W3SVC\ra170913.ibl 3834 USKY-3D398D8F45 112000 2017-09-13 10:26:31 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 812 8730 387 0 /assets/v1/css/base.css - -
+d:\iislog\W3SVC\ra170913.ibl 3835 USKY-3D398D8F45 112000 2017-09-13 10:26:31 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 281 3373 380 0 /assets/v1/js/jquery.plugins.js - -
+d:\iislog\W3SVC\ra170913.ibl 3836 USKY-3D398D8F45 112000 2017-09-13 10:26:31 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 265 1086 388 0 /assets/v1/css/reset.css - -
+d:\iislog\W3SVC\ra170913.ibl 3837 USKY-3D398D8F45 112000 2017-09-13 10:26:31 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 265 2794 387 0 /assets/v1/css/head.css - -
+d:\iislog\W3SVC\ra170913.ibl 3838 USKY-3D398D8F45 112000 2017-09-13 10:26:32 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 296 492 373 0 /assets/v1/js/picture.js - -
+d:\iislog\W3SVC\ra170913.ibl 3839 USKY-3D398D8F45 112000 2017-09-13 10:26:36 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 3734 18588 372 0 /assets/v1/js/jPages.js - -
+d:\iislog\W3SVC\ra170913.ibl 3840 USKY-3D398D8F45 112000 2017-09-13 10:26:41 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 10031 11689 389 0 /assets/v1/js/jquery.SuperSlide.2.1.1.js - -
+d:\iislog\W3SVC\ra170913.ibl 3841 USKY-3D398D8F45 112000 2017-09-13 10:26:42 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 265 1533 389 0 /assets/v1/css/footer.css - -
+d:\iislog\W3SVC\ra170913.ibl 3842 USKY-3D398D8F45 112000 2017-09-13 10:26:45 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 14140 96588 383 0 /assets/v1/js/jquery-1.11.1.min.js - -
+d:\iislog\W3SVC\ra170913.ibl 3843 USKY-3D398D8F45 112000 2017-09-13 10:26:45 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 484 3260 409 0 /assets/v1/images/eh.png - -
+d:\iislog\W3SVC\ra170913.ibl 3844 USKY-3D398D8F45 112000 2017-09-13 10:26:48 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 2468 3514 359 0 /uploads/logo/partner7.png - -
+d:\iislog\W3SVC\ra170913.ibl 3845 USKY-3D398D8F45 112000 2017-09-13 10:26:49 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 3703 57855 410 0 /assets/v1/images/wx1.png - -
+d:\iislog\W3SVC\ra170913.ibl 3846 USKY-3D398D8F45 112000 2017-09-13 10:26:49 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 3296 936 360 0 /uploads/logo/partner15.png - -
+d:\iislog\W3SVC\ra170913.ibl 3847 USKY-3D398D8F45 112000 2017-09-13 10:26:49 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 250 2334 358 0 /uploads/logo/fans_04.png - -
+d:\iislog\W3SVC\ra170913.ibl 3848 USKY-3D398D8F45 112000 2017-09-13 10:26:50 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 1531 43618 433 0 /assets/v1/images/logo.png - -
+d:\iislog\W3SVC\ra170913.ibl 3849 USKY-3D398D8F45 112000 2017-09-13 10:26:51 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 1281 9675 358 0 /uploads/logo/fans_06.png - -
+d:\iislog\W3SVC\ra170913.ibl 3850 USKY-3D398D8F45 112000 2017-09-13 10:26:51 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 781 11471 358 0 /uploads/logo/fans_08.png - -
+d:\iislog\W3SVC\ra170913.ibl 3851 USKY-3D398D8F45 112000 2017-09-13 10:26:52 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 6125 64070 359 0 /uploads/logo/partner1.png - -
+d:\iislog\W3SVC\ra170913.ibl 3852 USKY-3D398D8F45 112000 2017-09-13 10:26:52 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 484 11849 358 0 /uploads/logo/fans_10.png - -
+d:\iislog\W3SVC\ra170913.ibl 3853 USKY-3D398D8F45 112000 2017-09-13 10:26:52 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 250 5838 358 0 /uploads/logo/fans_17.png - -
+d:\iislog\W3SVC\ra170913.ibl 3854 USKY-3D398D8F45 112000 2017-09-13 10:26:52 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 296 4360 358 0 /uploads/logo/fans_15.png - -
+d:\iislog\W3SVC\ra170913.ibl 3855 USKY-3D398D8F45 112000 2017-09-13 10:26:52 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 5828 56348 359 0 /uploads/logo/partner3.png - -
+d:\iislog\W3SVC\ra170913.ibl 3856 USKY-3D398D8F45 112000 2017-09-13 10:26:53 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 265 5778 358 0 /uploads/logo/fans_20.png - -
+d:\iislog\W3SVC\ra170913.ibl 3857 USKY-3D398D8F45 112000 2017-09-13 10:26:53 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 2328 42681 432 0 /assets/v1/images/bd.png - -
+d:\iislog\W3SVC\ra170913.ibl 3858 USKY-3D398D8F45 112000 2017-09-13 10:26:53 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 531 8475 358 0 /uploads/logo/fans_19.png - -
+d:\iislog\W3SVC\ra170913.ibl 3859 USKY-3D398D8F45 112000 2017-09-13 10:26:53 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 7890 42424 432 0 /assets/v1/images/tel.png - -
+d:\iislog\W3SVC\ra170913.ibl 3860 USKY-3D398D8F45 112000 2017-09-13 10:26:53 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 5203 8042 358 0 /uploads/logo/fans_02.png - -
+d:\iislog\W3SVC\ra170913.ibl 3861 USKY-3D398D8F45 112000 2017-09-13 10:26:54 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 8500 45152 417 0 /assets/v1/images/slider2_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 3862 USKY-3D398D8F45 112000 2017-09-13 10:26:54 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 7812 61076 359 0 /uploads/logo/partner2.png - -
+d:\iislog\W3SVC\ra170913.ibl 3864 USKY-3D398D8F45 112000 2017-09-13 10:26:56 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 2546 43269 437 0 /assets/v1/images/num1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 3865 USKY-3D398D8F45 112000 2017-09-13 10:26:57 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 10390 103874 478 0 /uploads/avatar/2%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E5%AE%A2%E6%88%B7%E6%A1%88%E4%BE%8B.png - -
+d:\iislog\W3SVC\ra170913.ibl 3866 USKY-3D398D8F45 112000 2017-09-13 10:26:57 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 3875 97969 478 0 /uploads/avatar/3%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E6%96%B0%E9%97%BB%E8%B5%84%E8%AE%AF.png - -
+d:\iislog\W3SVC\ra170913.ibl 3867 USKY-3D398D8F45 112000 2017-09-13 10:26:58 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 13453 42137 417 0 /assets/v1/images/slider1_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 3869 USKY-3D398D8F45 112000 2017-09-13 10:26:59 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 13140 0 359 64 /uploads/logo/partner4.png - -
+d:\iislog\W3SVC\ra170913.ibl 3870 USKY-3D398D8F45 112000 2017-09-13 10:26:59 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 6609 0 437 64 /assets/v1/images/meun_tab.png - -
+d:\iislog\W3SVC\ra170913.ibl 3871 USKY-3D398D8F45 112000 2017-09-13 10:26:59 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 13890 100872 469 64 /uploads/avatar/1%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E6%B0%B8%E5%A4%A9%E4%BA%91.png - -
+d:\iislog\W3SVC\ra170913.ibl 3872 USKY-3D398D8F45 112000 2017-09-13 10:27:00 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 2500 22117 467 0 /index.php/about - -
+d:\iislog\W3SVC\ra170913.ibl 3873 USKY-3D398D8F45 112000 2017-09-13 10:27:00 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 468 5778 392 0 /assets/v1/css/area.css - -
+d:\iislog\W3SVC\ra170913.ibl 3874 USKY-3D398D8F45 112000 2017-09-13 10:27:06 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 3609 40771 414 0 /assets/v1/images/yt.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 3875 USKY-3D398D8F45 112000 2017-09-13 10:27:07 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 4984 119155 421 0 /assets/v1/images/about_top.png - -
+d:\iislog\W3SVC\ra170913.ibl 3876 USKY-3D398D8F45 112000 2017-09-13 10:27:07 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 206 0 265 300 495 0 /assets/v1/images/meun_tab.png - -
+d:\iislog\W3SVC\ra170913.ibl 3877 USKY-3D398D8F45 112000 2017-09-13 10:27:07 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 7265 45520 422 0 /assets/v1/images/slider3_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 3878 USKY-3D398D8F45 112000 2017-09-13 10:27:08 115.28.171.22 222.73.136.94 80 GET HTTP/1.1 200 0 156 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 3879 USKY-3D398D8F45 112000 2017-09-13 10:27:08 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 2484 50498 436 0 /assets/v1/images/n1_1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 3880 USKY-3D398D8F45 112000 2017-09-13 10:27:10 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 3218 54113 419 0 /assets/v1/images/footer2.png - -
+d:\iislog\W3SVC\ra170913.ibl 3881 USKY-3D398D8F45 112000 2017-09-13 10:27:11 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 8515 50030 419 0 /assets/v1/images/footer1.png - -
+d:\iislog\W3SVC\ra170913.ibl 3882 USKY-3D398D8F45 112000 2017-09-13 10:27:11 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 781 9772 416 0 /assets/v1/images/mark.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 3883 USKY-3D398D8F45 112000 2017-09-13 10:27:13 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 206 0 5625 31240 496 0 /assets/v1/images/meun_tab.png - -
+d:\iislog\W3SVC\ra170913.ibl 3884 USKY-3D398D8F45 112000 2017-09-13 10:27:13 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 11468 104297 418 64 /assets/v1/images/course.png - -
+d:\iislog\W3SVC\ra170913.ibl 3885 USKY-3D398D8F45 112000 2017-09-13 10:27:14 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 8187 0 434 64 /assets/v1/images/n1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 3886 USKY-3D398D8F45 112000 2017-09-13 10:27:14 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 3406 0 434 64 /assets/v1/images/spc.png - -
+d:\iislog\W3SVC\ra170913.ibl 3887 USKY-3D398D8F45 112000 2017-09-13 10:27:14 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 5578 0 438 64 /assets/v1/images/alert1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 3888 USKY-3D398D8F45 112000 2017-09-13 10:27:14 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 296 3339 421 0 /assets/v1/images/ch.png - -
+d:\iislog\W3SVC\ra170913.ibl 3889 USKY-3D398D8F45 112000 2017-09-13 10:27:14 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 843 12456 479 0 /index.php/index/index1 - -
+d:\iislog\W3SVC\ra170913.ibl 3890 USKY-3D398D8F45 112000 2017-09-13 10:27:14 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 206 0 281 302 431 0 /uploads/logo/partner4.png - -
+d:\iislog\W3SVC\ra170913.ibl 3891 USKY-3D398D8F45 112000 2017-09-13 10:27:14 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 206 0 281 302 498 0 /assets/v1/images/alert1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 3892 USKY-3D398D8F45 112000 2017-09-13 10:27:15 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 206 0 796 18584 431 0 /uploads/logo/partner4.png - -
+d:\iislog\W3SVC\ra170913.ibl 3893 USKY-3D398D8F45 112000 2017-09-13 10:27:24 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 206 0 7046 33271 498 0 /assets/v1/images/alert1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 3894 USKY-3D398D8F45 112000 2017-09-13 10:27:26 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 56703 371 527 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 3896 USKY-3D398D8F45 112000 2017-09-13 10:27:31 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 6015 35546 425 0 /assets/v1/images/index1.png - -
+d:\iislog\W3SVC\ra170913.ibl 3897 USKY-3D398D8F45 112000 2017-09-13 10:27:32 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 1046 24271 425 0 /assets/v1/images/num1_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 3898 USKY-3D398D8F45 112000 2017-09-13 10:27:34 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 19625 144697 427 0 /assets/v1/images/num24_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 3899 USKY-3D398D8F45 112000 2017-09-13 10:27:34 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 2265 46255 425 0 /assets/v1/images/index2.png - -
+d:\iislog\W3SVC\ra170913.ibl 3900 USKY-3D398D8F45 112000 2017-09-13 10:27:35 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 1234 37602 425 0 /assets/v1/images/index3.png - -
+d:\iislog\W3SVC\ra170913.ibl 3901 USKY-3D398D8F45 112000 2017-09-13 10:27:35 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 1593 20514 425 0 /assets/v1/images/num2_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 3902 USKY-3D398D8F45 112000 2017-09-13 10:27:36 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 206 0 281 302 494 0 /assets/v1/images/spc.png - -
+d:\iislog\W3SVC\ra170913.ibl 3903 USKY-3D398D8F45 112000 2017-09-13 10:27:37 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 206 0 1343 29234 494 0 /assets/v1/images/spc.png - -
+d:\iislog\W3SVC\ra170913.ibl 3904 USKY-3D398D8F45 112000 2017-09-13 10:27:37 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 23296 141946 427 0 /assets/v1/images/num21_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 3905 USKY-3D398D8F45 112000 2017-09-13 10:27:38 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 2156 32407 425 0 /assets/v1/images/num3_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 3906 USKY-3D398D8F45 112000 2017-09-13 10:27:39 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 24531 132199 427 0 /assets/v1/images/num23_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 3908 USKY-3D398D8F45 112000 2017-09-13 10:27:41 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 27359 173236 421 0 /assets/v1/images/eg.png - -
+d:\iislog\W3SVC\ra170913.ibl 3909 USKY-3D398D8F45 112000 2017-09-13 10:27:45 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 30609 174197 427 0 /assets/v1/images/num20_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 3910 USKY-3D398D8F45 112000 2017-09-13 10:27:45 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 404 0 265 1358 409 0 /index.php/favicon.ico - -
+d:\iislog\W3SVC\ra170913.ibl 3911 USKY-3D398D8F45 112000 2017-09-13 10:28:04 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 296 2435 403 0 /assets/v1/css/platform.css - -
+d:\iislog\W3SVC\ra170913.ibl 3912 USKY-3D398D8F45 112000 2017-09-13 10:28:04 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 828 10691 486 0 /index.php/cloud/index1 - -
+d:\iislog\W3SVC\ra170913.ibl 3913 USKY-3D398D8F45 112000 2017-09-13 10:28:08 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 3218 82737 422 0 /assets/v1/images/eg4.png - -
+d:\iislog\W3SVC\ra170913.ibl 3914 USKY-3D398D8F45 112000 2017-09-13 10:28:11 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 6796 101532 423 0 /assets/v1/images/eg69.png - -
+d:\iislog\W3SVC\ra170913.ibl 3915 USKY-3D398D8F45 112000 2017-09-13 10:28:12 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 7875 63062 422 0 /assets/v1/images/eg3.png - -
+d:\iislog\W3SVC\ra170913.ibl 3916 USKY-3D398D8F45 112000 2017-09-13 10:28:14 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 2046 46701 426 0 /assets/v1/images/eg71_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 3917 USKY-3D398D8F45 112000 2017-09-13 10:28:14 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 562 4948 422 0 /uploads/logo/fein_06.png - -
+d:\iislog\W3SVC\ra170913.ibl 3918 USKY-3D398D8F45 112000 2017-09-13 10:28:15 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 10437 89547 423 0 /assets/v1/images/eg67.png - -
+d:\iislog\W3SVC\ra170913.ibl 3919 USKY-3D398D8F45 112000 2017-09-13 10:28:15 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 10812 101651 423 0 /assets/v1/images/eg68.png - -
+d:\iislog\W3SVC\ra170913.ibl 3920 USKY-3D398D8F45 112000 2017-09-13 10:28:16 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 500 7128 422 0 /uploads/logo/fein_03.png - -
+d:\iislog\W3SVC\ra170913.ibl 3921 USKY-3D398D8F45 112000 2017-09-13 10:28:17 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 2687 11810 428 0 /uploads/logo/fans_25%20(1).png - -
+d:\iislog\W3SVC\ra170913.ibl 3922 USKY-3D398D8F45 112000 2017-09-13 10:28:17 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 1296 7721 422 0 /uploads/logo/fein_14.png - -
+d:\iislog\W3SVC\ra170913.ibl 3923 USKY-3D398D8F45 112000 2017-09-13 10:28:18 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 546 7202 422 0 /uploads/logo/fein_25.png - -
+d:\iislog\W3SVC\ra170913.ibl 3925 USKY-3D398D8F45 112000 2017-09-13 10:28:19 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 11312 107059 423 0 /assets/v1/images/eg70.png - -
+d:\iislog\W3SVC\ra170913.ibl 3926 USKY-3D398D8F45 112000 2017-09-13 10:28:19 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 1531 6133 422 0 /uploads/logo/fein_27.png - -
+d:\iislog\W3SVC\ra170913.ibl 3927 USKY-3D398D8F45 112000 2017-09-13 10:28:19 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 437 9167 422 0 /uploads/logo/fein_37.png - -
+d:\iislog\W3SVC\ra170913.ibl 3928 USKY-3D398D8F45 112000 2017-09-13 10:28:19 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 1531 11822 422 0 /uploads/logo/fein_29.png - -
+d:\iislog\W3SVC\ra170913.ibl 3929 USKY-3D398D8F45 112000 2017-09-13 10:28:19 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 421 7813 422 0 /uploads/logo/fein_43.png - -
+d:\iislog\W3SVC\ra170913.ibl 3930 USKY-3D398D8F45 112000 2017-09-13 10:28:20 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 218 5976 422 0 /uploads/logo/fein_09.png - -
+d:\iislog\W3SVC\ra170913.ibl 3931 USKY-3D398D8F45 112000 2017-09-13 10:28:20 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 453 9220 422 0 /uploads/logo/fein_52.png - -
+d:\iislog\W3SVC\ra170913.ibl 3932 USKY-3D398D8F45 112000 2017-09-13 10:28:20 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 218 7645 422 0 /uploads/logo/fein_50.png - -
+d:\iislog\W3SVC\ra170913.ibl 3933 USKY-3D398D8F45 112000 2017-09-13 10:28:20 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 1781 8739 422 0 /uploads/logo/fein_36.png - -
+d:\iislog\W3SVC\ra170913.ibl 3934 USKY-3D398D8F45 112000 2017-09-13 10:28:21 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 203 8643 422 0 /uploads/logo/fein_55.png - -
+d:\iislog\W3SVC\ra170913.ibl 3935 USKY-3D398D8F45 112000 2017-09-13 10:28:21 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 265 2127 422 0 /uploads/logo/fein_24.png - -
+d:\iislog\W3SVC\ra170913.ibl 3936 USKY-3D398D8F45 112000 2017-09-13 10:28:21 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 531 7089 422 0 /uploads/logo/fein_41.png - -
+d:\iislog\W3SVC\ra170913.ibl 3937 USKY-3D398D8F45 112000 2017-09-13 10:28:22 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 2437 7799 422 0 /uploads/logo/fein_11.png - -
+d:\iislog\W3SVC\ra170913.ibl 3938 USKY-3D398D8F45 112000 2017-09-13 10:28:22 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 265 2219 422 0 /uploads/logo/fein_58.png - -
+d:\iislog\W3SVC\ra170913.ibl 3939 USKY-3D398D8F45 112000 2017-09-13 10:28:23 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 2343 10214 422 0 /uploads/logo/fein_39.png - -
+d:\iislog\W3SVC\ra170913.ibl 3940 USKY-3D398D8F45 112000 2017-09-13 10:28:26 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 4640 44187 441 0 /assets/v1/images/box_3_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 3941 USKY-3D398D8F45 112000 2017-09-13 10:28:26 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 10859 12440 422 0 /uploads/logo/fein_22.png - -
+d:\iislog\W3SVC\ra170913.ibl 3942 USKY-3D398D8F45 112000 2017-09-13 10:28:27 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 18921 100276 422 0 /assets/v1/images/eg7.png - -
+d:\iislog\W3SVC\ra170913.ibl 3943 USKY-3D398D8F45 112000 2017-09-13 10:28:35 117.185.27.114 222.73.136.94 80 GET HTTP/1.1 200 0 78 10749 359 0 /index.php/cloud/index1 - -
+d:\iislog\W3SVC\ra170913.ibl 3944 USKY-3D398D8F45 112000 2017-09-13 10:28:35 117.185.27.114 222.73.136.94 80 GET HTTP/1.1 200 0 140 96588 379 0 /assets/v1/js/jquery-1.11.1.min.js - -
+d:\iislog\W3SVC\ra170913.ibl 3945 USKY-3D398D8F45 112000 2017-09-13 10:28:35 117.185.27.114 222.73.136.94 80 GET HTTP/1.1 200 0 15 3373 391 0 /assets/v1/js/jquery.plugins.js - -
+d:\iislog\W3SVC\ra170913.ibl 3946 USKY-3D398D8F45 112000 2017-09-13 10:28:35 117.185.27.114 222.73.136.94 80 GET HTTP/1.1 200 0 0 492 413 0 /assets/v1/js/picture.js - -
+d:\iislog\W3SVC\ra170913.ibl 3947 USKY-3D398D8F45 112000 2017-09-13 10:28:35 117.185.27.114 222.73.136.94 80 GET HTTP/1.1 200 0 15 11689 349 0 /assets/v1/js/jquery.SuperSlide.2.1.1.js - -
+d:\iislog\W3SVC\ra170913.ibl 3948 USKY-3D398D8F45 112000 2017-09-13 10:28:35 117.185.27.114 222.73.136.94 80 GET HTTP/1.1 200 0 15 18588 369 0 /assets/v1/js/jPages.js - -
+d:\iislog\W3SVC\ra170913.ibl 3949 USKY-3D398D8F45 112000 2017-09-13 10:28:39 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 78 10749 366 0 /index.php/cloud/index1 - -
+d:\iislog\W3SVC\ra170913.ibl 3950 USKY-3D398D8F45 112000 2017-09-13 10:28:39 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 15 3373 407 0 /assets/v1/js/jquery.plugins.js - -
+d:\iislog\W3SVC\ra170913.ibl 3951 USKY-3D398D8F45 112000 2017-09-13 10:28:39 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 31 1086 415 0 /assets/v1/css/reset.css - -
+d:\iislog\W3SVC\ra170913.ibl 3952 USKY-3D398D8F45 112000 2017-09-13 10:28:39 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 31 1469 416 0 /assets/v1/css/jPages.css - -
+d:\iislog\W3SVC\ra170913.ibl 3953 USKY-3D398D8F45 112000 2017-09-13 10:28:39 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 31 8730 414 0 /assets/v1/css/base.css - -
+d:\iislog\W3SVC\ra170913.ibl 3954 USKY-3D398D8F45 112000 2017-09-13 10:28:39 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 31 2435 418 0 /assets/v1/css/platform.css - -
+d:\iislog\W3SVC\ra170913.ibl 3955 USKY-3D398D8F45 112000 2017-09-13 10:28:39 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 15 2794 414 0 /assets/v1/css/head.css - -
+d:\iislog\W3SVC\ra170913.ibl 3956 USKY-3D398D8F45 112000 2017-09-13 10:28:39 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 0 11689 416 0 /assets/v1/js/jquery.SuperSlide.2.1.1.js - -
+d:\iislog\W3SVC\ra170913.ibl 3957 USKY-3D398D8F45 112000 2017-09-13 10:28:39 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 15 18588 399 0 /assets/v1/js/jPages.js - -
+d:\iislog\W3SVC\ra170913.ibl 3958 USKY-3D398D8F45 112000 2017-09-13 10:28:39 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 15 1533 416 0 /assets/v1/css/footer.css - -
+d:\iislog\W3SVC\ra170913.ibl 3959 USKY-3D398D8F45 112000 2017-09-13 10:28:39 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 31 492 400 0 /assets/v1/js/picture.js - -
+d:\iislog\W3SVC\ra170913.ibl 3960 USKY-3D398D8F45 112000 2017-09-13 10:28:39 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 265 96588 410 0 /assets/v1/js/jquery-1.11.1.min.js - -
+d:\iislog\W3SVC\ra170913.ibl 3961 USKY-3D398D8F45 112000 2017-09-13 10:28:39 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 15 3373 407 0 /assets/v1/js/jquery.plugins.js - -
+d:\iislog\W3SVC\ra170913.ibl 3962 USKY-3D398D8F45 112000 2017-09-13 10:28:39 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 0 492 400 0 /assets/v1/js/picture.js - -
+d:\iislog\W3SVC\ra170913.ibl 3963 USKY-3D398D8F45 112000 2017-09-13 10:28:39 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 15 11689 416 0 /assets/v1/js/jquery.SuperSlide.2.1.1.js - -
+d:\iislog\W3SVC\ra170913.ibl 3964 USKY-3D398D8F45 112000 2017-09-13 10:28:39 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 15 18588 399 0 /assets/v1/js/jPages.js - -
+d:\iislog\W3SVC\ra170913.ibl 3965 USKY-3D398D8F45 112000 2017-09-13 10:28:39 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 15 2794 414 0 /assets/v1/css/head.css - -
+d:\iislog\W3SVC\ra170913.ibl 3966 USKY-3D398D8F45 112000 2017-09-13 10:28:39 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 31 45152 408 0 /assets/v1/images/slider2_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 3967 USKY-3D398D8F45 112000 2017-09-13 10:28:39 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 31 3339 400 0 /assets/v1/images/ch.png - -
+d:\iislog\W3SVC\ra170913.ibl 3968 USKY-3D398D8F45 112000 2017-09-13 10:28:39 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 359 42137 408 0 /assets/v1/images/slider1_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 3969 USKY-3D398D8F45 112000 2017-09-13 10:28:39 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 359 63062 401 0 /assets/v1/images/eg3.png - -
+d:\iislog\W3SVC\ra170913.ibl 3970 USKY-3D398D8F45 112000 2017-09-13 10:28:39 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 359 82737 401 0 /assets/v1/images/eg4.png - -
+d:\iislog\W3SVC\ra170913.ibl 3971 USKY-3D398D8F45 112000 2017-09-13 10:28:40 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 359 107059 402 0 /assets/v1/images/eg70.png - -
+d:\iislog\W3SVC\ra170913.ibl 3972 USKY-3D398D8F45 112000 2017-09-13 10:28:40 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 750 89547 402 0 /assets/v1/images/eg67.png - -
+d:\iislog\W3SVC\ra170913.ibl 3973 USKY-3D398D8F45 112000 2017-09-13 10:28:40 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 1437 57855 401 0 /assets/v1/images/wx1.png - -
+d:\iislog\W3SVC\ra170913.ibl 3974 USKY-3D398D8F45 112000 2017-09-13 10:28:40 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 703 100276 401 0 /assets/v1/images/eg7.png - -
+d:\iislog\W3SVC\ra170913.ibl 3975 USKY-3D398D8F45 112000 2017-09-13 10:28:40 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 31 4948 401 0 /uploads/logo/fein_06.png - -
+d:\iislog\W3SVC\ra170913.ibl 3976 USKY-3D398D8F45 112000 2017-09-13 10:28:41 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 1562 45520 408 0 /assets/v1/images/slider3_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 3977 USKY-3D398D8F45 112000 2017-09-13 10:28:41 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 15 7128 401 0 /uploads/logo/fein_03.png - -
+d:\iislog\W3SVC\ra170913.ibl 3978 USKY-3D398D8F45 112000 2017-09-13 10:28:41 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 15 7721 401 0 /uploads/logo/fein_14.png - -
+d:\iislog\W3SVC\ra170913.ibl 3979 USKY-3D398D8F45 112000 2017-09-13 10:28:41 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 281 11810 407 0 /uploads/logo/fans_25%20(1).png - -
+d:\iislog\W3SVC\ra170913.ibl 3980 USKY-3D398D8F45 112000 2017-09-13 10:28:41 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 1421 101651 402 0 /assets/v1/images/eg68.png - -
+d:\iislog\W3SVC\ra170913.ibl 3981 USKY-3D398D8F45 112000 2017-09-13 10:28:41 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 1421 101532 402 0 /assets/v1/images/eg69.png - -
+d:\iislog\W3SVC\ra170913.ibl 3982 USKY-3D398D8F45 112000 2017-09-13 10:28:41 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 15 6133 401 0 /uploads/logo/fein_27.png - -
+d:\iislog\W3SVC\ra170913.ibl 3983 USKY-3D398D8F45 112000 2017-09-13 10:28:41 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 46 7202 401 0 /uploads/logo/fein_25.png - -
+d:\iislog\W3SVC\ra170913.ibl 3984 USKY-3D398D8F45 112000 2017-09-13 10:28:41 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 281 12440 401 0 /uploads/logo/fein_22.png - -
+d:\iislog\W3SVC\ra170913.ibl 3985 USKY-3D398D8F45 112000 2017-09-13 10:28:41 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 15 7813 401 0 /uploads/logo/fein_43.png - -
+d:\iislog\W3SVC\ra170913.ibl 3986 USKY-3D398D8F45 112000 2017-09-13 10:28:41 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 0 7799 401 0 /uploads/logo/fein_11.png - -
+d:\iislog\W3SVC\ra170913.ibl 3987 USKY-3D398D8F45 112000 2017-09-13 10:28:41 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 15 5976 401 0 /uploads/logo/fein_09.png - -
+d:\iislog\W3SVC\ra170913.ibl 3988 USKY-3D398D8F45 112000 2017-09-13 10:28:41 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 0 9220 401 0 /uploads/logo/fein_52.png - -
+d:\iislog\W3SVC\ra170913.ibl 3989 USKY-3D398D8F45 112000 2017-09-13 10:28:41 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 640 46701 405 0 /assets/v1/images/eg71_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 3990 USKY-3D398D8F45 112000 2017-09-13 10:28:41 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 296 11822 401 0 /uploads/logo/fein_29.png - -
+d:\iislog\W3SVC\ra170913.ibl 3991 USKY-3D398D8F45 112000 2017-09-13 10:28:41 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 15 8643 401 0 /uploads/logo/fein_55.png - -
+d:\iislog\W3SVC\ra170913.ibl 3992 USKY-3D398D8F45 112000 2017-09-13 10:28:41 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 15 2127 401 0 /uploads/logo/fein_24.png - -
+d:\iislog\W3SVC\ra170913.ibl 3993 USKY-3D398D8F45 112000 2017-09-13 10:28:41 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 15 10214 401 0 /uploads/logo/fein_39.png - -
+d:\iislog\W3SVC\ra170913.ibl 3994 USKY-3D398D8F45 112000 2017-09-13 10:28:41 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 0 7089 401 0 /uploads/logo/fein_41.png - -
+d:\iislog\W3SVC\ra170913.ibl 3995 USKY-3D398D8F45 112000 2017-09-13 10:28:41 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 0 2219 401 0 /uploads/logo/fein_58.png - -
+d:\iislog\W3SVC\ra170913.ibl 3996 USKY-3D398D8F45 112000 2017-09-13 10:28:41 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 171 1533 416 0 /assets/v1/css/footer.css - -
+d:\iislog\W3SVC\ra170913.ibl 3997 USKY-3D398D8F45 112000 2017-09-13 10:28:41 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 406 7645 401 0 /uploads/logo/fein_50.png - -
+d:\iislog\W3SVC\ra170913.ibl 3998 USKY-3D398D8F45 112000 2017-09-13 10:28:41 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 500 8739 401 0 /uploads/logo/fein_36.png - -
+d:\iislog\W3SVC\ra170913.ibl 3999 USKY-3D398D8F45 112000 2017-09-13 10:28:41 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 78 43618 402 0 /assets/v1/images/logo.png - -
+d:\iislog\W3SVC\ra170913.ibl 4000 USKY-3D398D8F45 112000 2017-09-13 10:28:42 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 390 54113 405 0 /assets/v1/images/footer2.png - -
+d:\iislog\W3SVC\ra170913.ibl 4001 USKY-3D398D8F45 112000 2017-09-13 10:28:42 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 390 47566 407 0 /assets/v1/images/alert1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 4002 USKY-3D398D8F45 112000 2017-09-13 10:28:42 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 937 9167 401 0 /uploads/logo/fein_37.png - -
+d:\iislog\W3SVC\ra170913.ibl 4003 USKY-3D398D8F45 112000 2017-09-13 10:28:42 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 328 89547 402 0 /assets/v1/images/eg67.png - -
+d:\iislog\W3SVC\ra170913.ibl 4004 USKY-3D398D8F45 112000 2017-09-13 10:28:42 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 593 42681 400 0 /assets/v1/images/bd.png - -
+d:\iislog\W3SVC\ra170913.ibl 4005 USKY-3D398D8F45 112000 2017-09-13 10:28:42 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 1281 50030 405 0 /assets/v1/images/footer1.png - -
+d:\iislog\W3SVC\ra170913.ibl 4006 USKY-3D398D8F45 112000 2017-09-13 10:28:42 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 812 82737 401 0 /assets/v1/images/eg4.png - -
+d:\iislog\W3SVC\ra170913.ibl 4007 USKY-3D398D8F45 112000 2017-09-13 10:28:43 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 687 101651 402 0 /assets/v1/images/eg68.png - -
+d:\iislog\W3SVC\ra170913.ibl 4008 USKY-3D398D8F45 112000 2017-09-13 10:28:43 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 1578 63062 401 0 /assets/v1/images/eg3.png - -
+d:\iislog\W3SVC\ra170913.ibl 4009 USKY-3D398D8F45 112000 2017-09-13 10:28:43 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 671 107059 402 0 /assets/v1/images/eg70.png - -
+d:\iislog\W3SVC\ra170913.ibl 4010 USKY-3D398D8F45 112000 2017-09-13 10:28:43 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 421 43269 405 0 /assets/v1/images/num1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 4011 USKY-3D398D8F45 112000 2017-09-13 10:28:43 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 640 44187 406 0 /assets/v1/images/box_3_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 4012 USKY-3D398D8F45 112000 2017-09-13 10:28:43 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 15 4948 401 0 /uploads/logo/fein_06.png - -
+d:\iislog\W3SVC\ra170913.ibl 4013 USKY-3D398D8F45 112000 2017-09-13 10:28:43 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 0 11810 407 0 /uploads/logo/fans_25%20(1).png - -
+d:\iislog\W3SVC\ra170913.ibl 4014 USKY-3D398D8F45 112000 2017-09-13 10:28:43 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 15 7128 401 0 /uploads/logo/fein_03.png - -
+d:\iislog\W3SVC\ra170913.ibl 4015 USKY-3D398D8F45 112000 2017-09-13 10:28:43 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 15 7721 401 0 /uploads/logo/fein_14.png - -
+d:\iislog\W3SVC\ra170913.ibl 4016 USKY-3D398D8F45 112000 2017-09-13 10:28:43 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 0 7202 401 0 /uploads/logo/fein_25.png - -
+d:\iislog\W3SVC\ra170913.ibl 4017 USKY-3D398D8F45 112000 2017-09-13 10:28:43 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 0 12440 401 0 /uploads/logo/fein_22.png - -
+d:\iislog\W3SVC\ra170913.ibl 4018 USKY-3D398D8F45 112000 2017-09-13 10:28:43 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 15 6133 401 0 /uploads/logo/fein_27.png - -
+d:\iislog\W3SVC\ra170913.ibl 4019 USKY-3D398D8F45 112000 2017-09-13 10:28:43 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 359 46701 405 0 /assets/v1/images/eg71_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 4020 USKY-3D398D8F45 112000 2017-09-13 10:28:43 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 15 11822 401 0 /uploads/logo/fein_29.png - -
+d:\iislog\W3SVC\ra170913.ibl 4021 USKY-3D398D8F45 112000 2017-09-13 10:28:43 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 15 7813 401 0 /uploads/logo/fein_43.png - -
+d:\iislog\W3SVC\ra170913.ibl 4022 USKY-3D398D8F45 112000 2017-09-13 10:28:43 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 15 8739 401 0 /uploads/logo/fein_36.png - -
+d:\iislog\W3SVC\ra170913.ibl 4023 USKY-3D398D8F45 112000 2017-09-13 10:28:43 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 0 7799 401 0 /uploads/logo/fein_11.png - -
+d:\iislog\W3SVC\ra170913.ibl 4024 USKY-3D398D8F45 112000 2017-09-13 10:28:43 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 0 5976 401 0 /uploads/logo/fein_09.png - -
+d:\iislog\W3SVC\ra170913.ibl 4025 USKY-3D398D8F45 112000 2017-09-13 10:28:43 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 15 9167 401 0 /uploads/logo/fein_37.png - -
+d:\iislog\W3SVC\ra170913.ibl 4026 USKY-3D398D8F45 112000 2017-09-13 10:28:43 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 0 9220 401 0 /uploads/logo/fein_52.png - -
+d:\iislog\W3SVC\ra170913.ibl 4027 USKY-3D398D8F45 112000 2017-09-13 10:28:43 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 0 7645 401 0 /uploads/logo/fein_50.png - -
+d:\iislog\W3SVC\ra170913.ibl 4028 USKY-3D398D8F45 112000 2017-09-13 10:28:43 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 15 2127 401 0 /uploads/logo/fein_24.png - -
+d:\iislog\W3SVC\ra170913.ibl 4029 USKY-3D398D8F45 112000 2017-09-13 10:28:44 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 1421 101532 402 0 /assets/v1/images/eg69.png - -
+d:\iislog\W3SVC\ra170913.ibl 4030 USKY-3D398D8F45 112000 2017-09-13 10:28:44 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 0 2219 401 0 /uploads/logo/fein_58.png - -
+d:\iislog\W3SVC\ra170913.ibl 4031 USKY-3D398D8F45 112000 2017-09-13 10:28:44 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 1218 100276 401 0 /assets/v1/images/eg7.png - -
+d:\iislog\W3SVC\ra170913.ibl 4032 USKY-3D398D8F45 112000 2017-09-13 10:28:44 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 281 7089 401 0 /uploads/logo/fein_41.png - -
+d:\iislog\W3SVC\ra170913.ibl 4033 USKY-3D398D8F45 112000 2017-09-13 10:28:44 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 62 50030 405 0 /assets/v1/images/footer1.png - -
+d:\iislog\W3SVC\ra170913.ibl 4034 USKY-3D398D8F45 112000 2017-09-13 10:28:44 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 593 8643 401 0 /uploads/logo/fein_55.png - -
+d:\iislog\W3SVC\ra170913.ibl 4035 USKY-3D398D8F45 112000 2017-09-13 10:28:44 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 593 10214 401 0 /uploads/logo/fein_39.png - -
+d:\iislog\W3SVC\ra170913.ibl 4036 USKY-3D398D8F45 112000 2017-09-13 10:28:44 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 328 54113 405 0 /assets/v1/images/footer2.png - -
+d:\iislog\W3SVC\ra170913.ibl 4037 USKY-3D398D8F45 112000 2017-09-13 10:28:44 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 375 41156 406 0 /assets/v1/images/meun_tab.png - -
+d:\iislog\W3SVC\ra170913.ibl 4038 USKY-3D398D8F45 112000 2017-09-13 10:28:44 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 500 41156 406 0 /assets/v1/images/meun_tab.png - -
+d:\iislog\W3SVC\ra170913.ibl 4039 USKY-3D398D8F45 112000 2017-09-13 10:28:44 101.226.125.104 222.73.136.94 80 GET HTTP/1.1 200 0 328 44989 401 0 /assets/v1/images/spc.png - -
+d:\iislog\W3SVC\ra170913.ibl 4040 USKY-3D398D8F45 112000 2017-09-13 10:28:50 121.40.130.38 222.73.136.94 80 GET HTTP/1.1 200 0 93 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 4041 USKY-3D398D8F45 112000 2017-09-13 10:29:28 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 890 12456 486 0 /index.php/index/index1 - -
+d:\iislog\W3SVC\ra170913.ibl 4042 USKY-3D398D8F45 112000 2017-09-13 10:29:31 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 206 0 296 305 531 0 /uploads/avatar/1%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E6%B0%B8%E5%A4%A9%E4%BA%91.png - -
+d:\iislog\W3SVC\ra170913.ibl 4043 USKY-3D398D8F45 112000 2017-09-13 10:29:31 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 206 0 281 303 474 0 /assets/v1/images/num1_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 4044 USKY-3D398D8F45 112000 2017-09-13 10:29:31 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 206 0 281 303 474 0 /assets/v1/images/num2_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 4045 USKY-3D398D8F45 112000 2017-09-13 10:29:32 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 2140 13606 474 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 4046 USKY-3D398D8F45 112000 2017-09-13 10:29:36 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 206 0 281 303 474 0 /assets/v1/images/num4_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 4047 USKY-3D398D8F45 112000 2017-09-13 10:29:36 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 206 0 4843 29476 531 0 /uploads/avatar/1%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E6%B0%B8%E5%A4%A9%E4%BA%91.png - -
+d:\iislog\W3SVC\ra170913.ibl 4048 USKY-3D398D8F45 112000 2017-09-13 10:29:39 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 8406 105595 478 0 /uploads/avatar/4%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E4%BA%BA%E5%8A%9B%E8%B5%84%E6%BA%90.png - -
+d:\iislog\W3SVC\ra170913.ibl 4049 USKY-3D398D8F45 112000 2017-09-13 10:29:43 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 7343 126613 412 0 /assets/v1/images/num28.png - -
+d:\iislog\W3SVC\ra170913.ibl 4050 USKY-3D398D8F45 112000 2017-09-13 10:29:46 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 6625 162783 412 0 /assets/v1/images/num29.png - -
+d:\iislog\W3SVC\ra170913.ibl 4051 USKY-3D398D8F45 112000 2017-09-13 10:29:46 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 468 10853 467 0 /index.php/cloud - -
+d:\iislog\W3SVC\ra170913.ibl 4052 USKY-3D398D8F45 112000 2017-09-13 10:29:46 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 3031 0 412 64 /assets/v1/images/num31.png - -
+d:\iislog\W3SVC\ra170913.ibl 4053 USKY-3D398D8F45 112000 2017-09-13 10:29:48 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 1281 27673 417 0 /assets/v1/images/num20.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 4054 USKY-3D398D8F45 112000 2017-09-13 10:29:48 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 1484 31154 417 0 /assets/v1/images/num23.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 4055 USKY-3D398D8F45 112000 2017-09-13 10:29:50 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 3109 31692 417 0 /assets/v1/images/num22.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 4056 USKY-3D398D8F45 112000 2017-09-13 10:29:50 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 3859 32499 417 0 /assets/v1/images/num24.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 4057 USKY-3D398D8F45 112000 2017-09-13 10:29:55 117.185.27.113 222.73.136.94 80 GET HTTP/1.1 200 0 93 10911 419 0 /index.php/cloud - -
+d:\iislog\W3SVC\ra170913.ibl 4058 USKY-3D398D8F45 112000 2017-09-13 10:29:56 117.185.27.113 222.73.136.94 80 GET HTTP/1.1 200 0 109 96588 372 0 /assets/v1/js/jquery-1.11.1.min.js - -
+d:\iislog\W3SVC\ra170913.ibl 4059 USKY-3D398D8F45 112000 2017-09-13 10:29:57 117.185.27.113 222.73.136.94 80 GET HTTP/1.1 200 0 15 3373 449 0 /assets/v1/js/jquery.plugins.js - -
+d:\iislog\W3SVC\ra170913.ibl 4060 USKY-3D398D8F45 112000 2017-09-13 10:29:57 117.185.27.113 222.73.136.94 80 GET HTTP/1.1 200 0 0 492 326 0 /assets/v1/js/picture.js - -
+d:\iislog\W3SVC\ra170913.ibl 4061 USKY-3D398D8F45 112000 2017-09-13 10:29:57 117.185.27.113 222.73.136.94 80 GET HTTP/1.1 200 0 0 11689 342 0 /assets/v1/js/jquery.SuperSlide.2.1.1.js - -
+d:\iislog\W3SVC\ra170913.ibl 4062 USKY-3D398D8F45 112000 2017-09-13 10:29:57 117.185.27.113 222.73.136.94 80 GET HTTP/1.1 200 0 0 18588 361 0 /assets/v1/js/jPages.js - -
+d:\iislog\W3SVC\ra170913.ibl 4063 USKY-3D398D8F45 112000 2017-09-13 10:30:00 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 11843 0 417 64 /assets/v1/images/num25.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 4064 USKY-3D398D8F45 112000 2017-09-13 10:30:02 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 206 0 281 302 494 0 /assets/v1/images/n1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 4065 USKY-3D398D8F45 112000 2017-09-13 10:30:06 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 4312 47034 422 0 /assets/v1/images/num5_spc.png - -
+d:\iislog\W3SVC\ra170913.ibl 4066 USKY-3D398D8F45 112000 2017-09-13 10:30:08 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 4984 47439 421 0 /assets/v1/images/num9_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 4067 USKY-3D398D8F45 112000 2017-09-13 10:30:08 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 5359 0 419 64 /assets/v1/images/num34.png - -
+d:\iislog\W3SVC\ra170913.ibl 4068 USKY-3D398D8F45 112000 2017-09-13 10:30:08 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 1171 0 421 64 /assets/v1/images/num6_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 4069 USKY-3D398D8F45 112000 2017-09-13 10:30:08 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 828 13606 469 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 4070 USKY-3D398D8F45 112000 2017-09-13 10:30:09 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 206 0 328 305 476 0 /assets/v1/images/num1_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 4071 USKY-3D398D8F45 112000 2017-09-13 10:30:09 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 206 0 265 305 476 0 /assets/v1/images/num2_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 4072 USKY-3D398D8F45 112000 2017-09-13 10:30:09 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 206 0 296 305 476 0 /assets/v1/images/num4_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 4073 USKY-3D398D8F45 112000 2017-09-13 10:30:09 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 206 0 296 300 470 0 /assets/v1/images/num31.png - -
+d:\iislog\W3SVC\ra170913.ibl 4074 USKY-3D398D8F45 112000 2017-09-13 10:30:10 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 206 0 859 21931 471 0 /assets/v1/images/num31.png - -
+d:\iislog\W3SVC\ra170913.ibl 4075 USKY-3D398D8F45 112000 2017-09-13 10:30:12 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 206 0 3343 304 475 0 /assets/v1/images/num3_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 4077 USKY-3D398D8F45 112000 2017-09-13 10:30:21 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 206 0 11703 78452 476 0 /assets/v1/images/num4_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 4078 USKY-3D398D8F45 112000 2017-09-13 10:30:27 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 206 0 15078 115123 475 0 /assets/v1/images/num3_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 4079 USKY-3D398D8F45 112000 2017-09-13 10:30:31 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 206 0 22531 204237 476 0 /assets/v1/images/num1_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 4080 USKY-3D398D8F45 112000 2017-09-13 10:30:33 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 206 0 23671 160300 476 0 /assets/v1/images/num2_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 4081 USKY-3D398D8F45 112000 2017-09-13 10:30:34 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 206 0 265 301 476 0 /assets/v1/images/num10.png - -
+d:\iislog\W3SVC\ra170913.ibl 4082 USKY-3D398D8F45 112000 2017-09-13 10:30:34 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 206 0 296 303 477 0 /assets/v1/images/num25.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 4083 USKY-3D398D8F45 112000 2017-09-13 10:30:34 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 206 0 281 303 477 0 /assets/v1/images/num26.png - -
+d:\iislog\W3SVC\ra170913.ibl 4084 USKY-3D398D8F45 112000 2017-09-13 10:30:35 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 206 0 250 305 479 0 /assets/v1/images/num32.png - -
+d:\iislog\W3SVC\ra170913.ibl 4085 USKY-3D398D8F45 112000 2017-09-13 10:30:35 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 206 0 1015 19036 477 0 /assets/v1/images/num25.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 4086 USKY-3D398D8F45 112000 2017-09-13 10:30:36 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 206 0 2046 302 480 0 /assets/v1/images/num11_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 4087 USKY-3D398D8F45 112000 2017-09-13 10:30:37 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 3187 10853 467 0 /index.php/cloud - -
+d:\iislog\W3SVC\ra170913.ibl 4088 USKY-3D398D8F45 112000 2017-09-13 10:30:38 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 47875 0 420 64 /assets/v1/images/num11_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 4089 USKY-3D398D8F45 112000 2017-09-13 10:30:39 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 206 0 4500 67442 476 0 /assets/v1/images/num10.png - -
+d:\iislog\W3SVC\ra170913.ibl 4090 USKY-3D398D8F45 112000 2017-09-13 10:30:46 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 58296 0 417 64 /assets/v1/images/num10.png - -
+d:\iislog\W3SVC\ra170913.ibl 4091 USKY-3D398D8F45 112000 2017-09-13 10:30:48 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 206 0 13312 76185 479 0 /assets/v1/images/num32.png - -
+d:\iislog\W3SVC\ra170913.ibl 4092 USKY-3D398D8F45 112000 2017-09-13 10:30:49 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 51390 313 474 64 /index.php/example - -
+d:\iislog\W3SVC\ra170913.ibl 4093 USKY-3D398D8F45 112000 2017-09-13 10:30:52 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 206 0 15812 24439 480 0 /assets/v1/images/num11_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 4094 USKY-3D398D8F45 112000 2017-09-13 10:30:52 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 45125 0 421 64 /assets/v1/images/num7_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 4096 USKY-3D398D8F45 112000 2017-09-13 10:31:04 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 206 0 265 302 494 0 /assets/v1/images/n1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 4097 USKY-3D398D8F45 112000 2017-09-13 10:31:04 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 206 0 281 304 479 0 /assets/v1/images/course.png - -
+d:\iislog\W3SVC\ra170913.ibl 4098 USKY-3D398D8F45 112000 2017-09-13 10:31:06 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 206 0 2234 11281 494 0 /assets/v1/images/n1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 4099 USKY-3D398D8F45 112000 2017-09-13 10:31:07 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 4609 22117 472 0 /index.php/about - -
+d:\iislog\W3SVC\ra170913.ibl 4100 USKY-3D398D8F45 112000 2017-09-13 10:31:08 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 206 0 3296 62100 479 0 /assets/v1/images/course.png - -
+d:\iislog\W3SVC\ra170913.ibl 4101 USKY-3D398D8F45 112000 2017-09-13 10:31:11 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 1593 12456 479 0 /index.php/index/index1 - -
+d:\iislog\W3SVC\ra170913.ibl 4102 USKY-3D398D8F45 112000 2017-09-13 10:31:20 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 2562 12456 486 0 /index.php/index/index1 - -
+d:\iislog\W3SVC\ra170913.ibl 4103 USKY-3D398D8F45 112000 2017-09-13 10:31:22 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 609 10691 486 0 /index.php/cloud/index1 - -
+d:\iislog\W3SVC\ra170913.ibl 4104 USKY-3D398D8F45 112000 2017-09-13 10:31:23 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 206 0 265 305 484 0 /assets/v1/images/eg5.png - -
+d:\iislog\W3SVC\ra170913.ibl 4105 USKY-3D398D8F45 112000 2017-09-13 10:31:24 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 206 0 77609 0 494 1236 /assets/v1/images/n1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 4106 USKY-3D398D8F45 112000 2017-09-13 10:31:27 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 1062 17350 486 0 /index.php/about/index1 - -
+d:\iislog\W3SVC\ra170913.ibl 4109 USKY-3D398D8F45 112000 2017-09-13 10:31:36 117.185.27.114 222.73.136.94 80 GET HTTP/1.1 200 0 125 17408 373 0 /index.php/about/index1 - -
+d:\iislog\W3SVC\ra170913.ibl 4110 USKY-3D398D8F45 112000 2017-09-13 10:31:36 117.185.27.114 222.73.136.94 80 GET HTTP/1.1 200 0 187 96588 394 0 /assets/v1/js/jquery-1.11.1.min.js - -
+d:\iislog\W3SVC\ra170913.ibl 4111 USKY-3D398D8F45 112000 2017-09-13 10:31:36 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 9312 36271 423 0 /assets/v1/images/eg66.png - -
+d:\iislog\W3SVC\ra170913.ibl 4112 USKY-3D398D8F45 112000 2017-09-13 10:31:37 117.185.27.114 222.73.136.94 80 GET HTTP/1.1 200 0 15 3373 456 0 /assets/v1/js/jquery.plugins.js - -
+d:\iislog\W3SVC\ra170913.ibl 4113 USKY-3D398D8F45 112000 2017-09-13 10:31:37 117.185.27.114 222.73.136.94 80 GET HTTP/1.1 200 0 0 492 333 0 /assets/v1/js/picture.js - -
+d:\iislog\W3SVC\ra170913.ibl 4114 USKY-3D398D8F45 112000 2017-09-13 10:31:55 117.185.27.114 222.73.136.94 80 GET HTTP/1.1 200 0 0 11689 465 0 /assets/v1/js/jquery.SuperSlide.2.1.1.js - -
+d:\iislog\W3SVC\ra170913.ibl 4115 USKY-3D398D8F45 112000 2017-09-13 10:31:55 117.185.27.114 222.73.136.94 80 GET HTTP/1.1 200 0 15 18588 383 0 /assets/v1/js/jPages.js - -
+d:\iislog\W3SVC\ra170913.ibl 4117 USKY-3D398D8F45 112000 2017-09-13 10:31:58 140.207.124.105 222.73.136.94 80 GET HTTP/1.1 200 0 93 17408 366 0 /index.php/about/index1 - -
+d:\iislog\W3SVC\ra170913.ibl 4118 USKY-3D398D8F45 112000 2017-09-13 10:31:58 140.207.124.105 222.73.136.94 80 GET HTTP/1.1 200 0 15 1086 415 0 /assets/v1/css/reset.css - -
+d:\iislog\W3SVC\ra170913.ibl 4119 USKY-3D398D8F45 112000 2017-09-13 10:31:58 140.207.124.105 222.73.136.94 80 GET HTTP/1.1 200 0 15 1469 416 0 /assets/v1/css/jPages.css - -
+d:\iislog\W3SVC\ra170913.ibl 4120 USKY-3D398D8F45 112000 2017-09-13 10:31:58 140.207.124.105 222.73.136.94 80 GET HTTP/1.1 200 0 15 8730 414 0 /assets/v1/css/base.css - -
+d:\iislog\W3SVC\ra170913.ibl 4121 USKY-3D398D8F45 112000 2017-09-13 10:31:58 140.207.124.105 222.73.136.94 80 GET HTTP/1.1 200 0 15 3373 407 0 /assets/v1/js/jquery.plugins.js - -
+d:\iislog\W3SVC\ra170913.ibl 4122 USKY-3D398D8F45 112000 2017-09-13 10:31:58 140.207.124.105 222.73.136.94 80 GET HTTP/1.1 200 0 0 492 400 0 /assets/v1/js/picture.js - -
+d:\iislog\W3SVC\ra170913.ibl 4123 USKY-3D398D8F45 112000 2017-09-13 10:31:58 140.207.124.105 222.73.136.94 80 GET HTTP/1.1 200 0 15 5778 414 0 /assets/v1/css/area.css - -
+d:\iislog\W3SVC\ra170913.ibl 4124 USKY-3D398D8F45 112000 2017-09-13 10:31:58 140.207.124.105 222.73.136.94 80 GET HTTP/1.1 200 0 15 2794 414 0 /assets/v1/css/head.css - -
+d:\iislog\W3SVC\ra170913.ibl 4125 USKY-3D398D8F45 112000 2017-09-13 10:31:58 140.207.124.105 222.73.136.94 80 GET HTTP/1.1 200 0 15 1533 416 0 /assets/v1/css/footer.css - -
+d:\iislog\W3SVC\ra170913.ibl 4126 USKY-3D398D8F45 112000 2017-09-13 10:31:58 140.207.124.105 222.73.136.94 80 GET HTTP/1.1 200 0 15 11689 416 0 /assets/v1/js/jquery.SuperSlide.2.1.1.js - -
+d:\iislog\W3SVC\ra170913.ibl 4127 USKY-3D398D8F45 112000 2017-09-13 10:31:58 140.207.124.105 222.73.136.94 80 GET HTTP/1.1 200 0 62 18588 399 0 /assets/v1/js/jPages.js - -
+d:\iislog\W3SVC\ra170913.ibl 4128 USKY-3D398D8F45 112000 2017-09-13 10:31:59 140.207.124.105 222.73.136.94 80 GET HTTP/1.1 200 0 500 96588 410 0 /assets/v1/js/jquery-1.11.1.min.js - -
+d:\iislog\W3SVC\ra170913.ibl 4129 USKY-3D398D8F45 112000 2017-09-13 10:31:59 140.207.124.105 222.73.136.94 80 GET HTTP/1.1 200 0 15 3373 407 0 /assets/v1/js/jquery.plugins.js - -
+d:\iislog\W3SVC\ra170913.ibl 4130 USKY-3D398D8F45 112000 2017-09-13 10:31:59 140.207.124.105 222.73.136.94 80 GET HTTP/1.1 200 0 0 492 400 0 /assets/v1/js/picture.js - -
+d:\iislog\W3SVC\ra170913.ibl 4131 USKY-3D398D8F45 112000 2017-09-13 10:31:59 140.207.124.105 222.73.136.94 80 GET HTTP/1.1 200 0 296 11689 416 0 /assets/v1/js/jquery.SuperSlide.2.1.1.js - -
+d:\iislog\W3SVC\ra170913.ibl 4132 USKY-3D398D8F45 112000 2017-09-13 10:31:59 140.207.124.105 222.73.136.94 80 GET HTTP/1.1 200 0 359 18588 399 0 /assets/v1/js/jPages.js - -
+d:\iislog\W3SVC\ra170913.ibl 4133 USKY-3D398D8F45 112000 2017-09-13 10:31:59 140.207.124.105 222.73.136.94 80 GET HTTP/1.1 200 0 15 2794 414 0 /assets/v1/css/head.css - -
+d:\iislog\W3SVC\ra170913.ibl 4134 USKY-3D398D8F45 112000 2017-09-13 10:31:59 140.207.124.105 222.73.136.94 80 GET HTTP/1.1 200 0 15 3339 400 0 /assets/v1/images/ch.png - -
+d:\iislog\W3SVC\ra170913.ibl 4135 USKY-3D398D8F45 112000 2017-09-13 10:31:59 140.207.124.105 222.73.136.94 80 GET HTTP/1.1 200 0 46 42137 408 0 /assets/v1/images/slider1_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 4136 USKY-3D398D8F45 112000 2017-09-13 10:31:59 140.207.124.105 222.73.136.94 80 GET HTTP/1.1 200 0 46 45152 408 0 /assets/v1/images/slider2_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 4137 USKY-3D398D8F45 112000 2017-09-13 10:32:00 140.207.124.105 222.73.136.94 80 GET HTTP/1.1 200 0 359 57855 401 0 /assets/v1/images/wx1.png - -
+d:\iislog\W3SVC\ra170913.ibl 4138 USKY-3D398D8F45 112000 2017-09-13 10:32:00 140.207.124.105 222.73.136.94 80 GET HTTP/1.1 200 0 343 40771 400 0 /assets/v1/images/yt.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 4139 USKY-3D398D8F45 112000 2017-09-13 10:32:00 140.207.124.105 222.73.136.94 80 GET HTTP/1.1 200 0 15 1533 416 0 /assets/v1/css/footer.css - -
+d:\iislog\W3SVC\ra170913.ibl 4140 USKY-3D398D8F45 112000 2017-09-13 10:32:00 140.207.124.105 222.73.136.94 80 GET HTTP/1.1 200 0 31 43618 402 0 /assets/v1/images/logo.png - -
+d:\iislog\W3SVC\ra170913.ibl 4141 USKY-3D398D8F45 112000 2017-09-13 10:32:00 140.207.124.105 222.73.136.94 80 GET HTTP/1.1 200 0 46 54113 405 0 /assets/v1/images/footer2.png - -
+d:\iislog\W3SVC\ra170913.ibl 4142 USKY-3D398D8F45 112000 2017-09-13 10:32:00 140.207.124.105 222.73.136.94 80 GET HTTP/1.1 200 0 281 36271 402 0 /assets/v1/images/eg66.png - -
+d:\iislog\W3SVC\ra170913.ibl 4143 USKY-3D398D8F45 112000 2017-09-13 10:32:00 140.207.124.105 222.73.136.94 80 GET HTTP/1.1 200 0 31 41331 403 0 /assets/v1/images/n1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 4144 USKY-3D398D8F45 112000 2017-09-13 10:32:00 140.207.124.105 222.73.136.94 80 GET HTTP/1.1 200 0 875 50030 405 0 /assets/v1/images/footer1.png - -
+d:\iislog\W3SVC\ra170913.ibl 4145 USKY-3D398D8F45 112000 2017-09-13 10:32:00 140.207.124.105 222.73.136.94 80 GET HTTP/1.1 200 0 281 50498 405 0 /assets/v1/images/n1_1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 4146 USKY-3D398D8F45 112000 2017-09-13 10:32:00 140.207.124.105 222.73.136.94 80 GET HTTP/1.1 200 0 953 63262 405 0 /assets/v1/images/course1.png - -
+d:\iislog\W3SVC\ra170913.ibl 4147 USKY-3D398D8F45 112000 2017-09-13 10:32:00 140.207.124.105 222.73.136.94 80 GET HTTP/1.1 200 0 718 47566 407 0 /assets/v1/images/alert1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 4148 USKY-3D398D8F45 112000 2017-09-13 10:32:00 140.207.124.105 222.73.136.94 80 GET HTTP/1.1 200 0 1125 45520 408 0 /assets/v1/images/slider3_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 4149 USKY-3D398D8F45 112000 2017-09-13 10:32:01 140.207.124.105 222.73.136.94 80 GET HTTP/1.1 200 0 109 42681 400 0 /assets/v1/images/bd.png - -
+d:\iislog\W3SVC\ra170913.ibl 4150 USKY-3D398D8F45 112000 2017-09-13 10:32:01 140.207.124.105 222.73.136.94 80 GET HTTP/1.1 200 0 421 40771 400 0 /assets/v1/images/yt.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 4151 USKY-3D398D8F45 112000 2017-09-13 10:32:01 140.207.124.105 222.73.136.94 80 GET HTTP/1.1 200 0 312 50030 405 0 /assets/v1/images/footer1.png - -
+d:\iislog\W3SVC\ra170913.ibl 4152 USKY-3D398D8F45 112000 2017-09-13 10:32:01 140.207.124.105 222.73.136.94 80 GET HTTP/1.1 200 0 1687 36271 402 0 /assets/v1/images/eg66.png - -
+d:\iislog\W3SVC\ra170913.ibl 4153 USKY-3D398D8F45 112000 2017-09-13 10:32:01 140.207.124.105 222.73.136.94 80 GET HTTP/1.1 200 0 46 41156 406 0 /assets/v1/images/meun_tab.png - -
+d:\iislog\W3SVC\ra170913.ibl 4154 USKY-3D398D8F45 112000 2017-09-13 10:32:01 140.207.124.105 222.73.136.94 80 GET HTTP/1.1 200 0 31 9772 402 0 /assets/v1/images/mark.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 4155 USKY-3D398D8F45 112000 2017-09-13 10:32:01 140.207.124.105 222.73.136.94 80 GET HTTP/1.1 200 0 781 42681 400 0 /assets/v1/images/bd.png - -
+d:\iislog\W3SVC\ra170913.ibl 4156 USKY-3D398D8F45 112000 2017-09-13 10:32:01 140.207.124.105 222.73.136.94 80 GET HTTP/1.1 200 0 468 44989 401 0 /assets/v1/images/spc.png - -
+d:\iislog\W3SVC\ra170913.ibl 4157 USKY-3D398D8F45 112000 2017-09-13 10:32:01 140.207.124.105 222.73.136.94 80 GET HTTP/1.1 200 0 437 41156 406 0 /assets/v1/images/meun_tab.png - -
+d:\iislog\W3SVC\ra170913.ibl 4158 USKY-3D398D8F45 112000 2017-09-13 10:32:01 140.207.124.105 222.73.136.94 80 GET HTTP/1.1 200 0 750 54113 405 0 /assets/v1/images/footer2.png - -
+d:\iislog\W3SVC\ra170913.ibl 4159 USKY-3D398D8F45 112000 2017-09-13 10:32:01 140.207.124.105 222.73.136.94 80 GET HTTP/1.1 200 0 1000 63262 405 0 /assets/v1/images/course1.png - -
+d:\iislog\W3SVC\ra170913.ibl 4162 USKY-3D398D8F45 112000 2017-09-13 10:32:21 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 54234 63262 426 0 /assets/v1/images/course1.png - -
+d:\iislog\W3SVC\ra170913.ibl 4177 USKY-3D398D8F45 112000 2017-09-13 10:40:08 106.11.158.156 222.73.136.94 80 GET HTTP/1.1 200 0 125 13976 190 0 /index.php/news/read/ id=35 -
+d:\iislog\W3SVC\ra170913.ibl 4184 USKY-3D398D8F45 112000 2017-09-13 10:42:08 115.28.171.22 222.73.136.94 80 GET HTTP/1.1 200 0 156 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 4187 USKY-3D398D8F45 112000 2017-09-13 10:43:44 14.152.64.154 222.73.136.94 80 GET HTTP/1.1 200 0 171 13664 537 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 4188 USKY-3D398D8F45 112000 2017-09-13 10:43:44 14.152.64.154 222.73.136.94 80 GET HTTP/1.1 200 0 31 492 582 0 /assets/v1/js/picture.js - -
+d:\iislog\W3SVC\ra170913.ibl 4189 USKY-3D398D8F45 112000 2017-09-13 10:43:44 14.152.64.154 222.73.136.94 80 GET HTTP/1.1 200 0 46 1086 597 0 /assets/v1/css/reset.css - -
+d:\iislog\W3SVC\ra170913.ibl 4190 USKY-3D398D8F45 112000 2017-09-13 10:43:44 14.152.64.154 222.73.136.94 80 GET HTTP/1.1 200 0 46 1469 598 0 /assets/v1/css/jPages.css - -
+d:\iislog\W3SVC\ra170913.ibl 4191 USKY-3D398D8F45 112000 2017-09-13 10:43:44 14.152.64.154 222.73.136.94 80 GET HTTP/1.1 200 0 62 3373 589 0 /assets/v1/js/jquery.plugins.js - -
+d:\iislog\W3SVC\ra170913.ibl 4192 USKY-3D398D8F45 112000 2017-09-13 10:43:44 14.152.64.154 222.73.136.94 80 GET HTTP/1.1 200 0 78 3789 597 0 /assets/v1/css/index.css - -
+d:\iislog\W3SVC\ra170913.ibl 4193 USKY-3D398D8F45 112000 2017-09-13 10:43:44 14.152.64.154 222.73.136.94 80 GET HTTP/1.1 200 0 78 2794 596 0 /assets/v1/css/head.css - -
+d:\iislog\W3SVC\ra170913.ibl 4194 USKY-3D398D8F45 112000 2017-09-13 10:43:44 14.152.64.154 222.73.136.94 80 GET HTTP/1.1 200 0 140 8730 596 0 /assets/v1/css/base.css - -
+d:\iislog\W3SVC\ra170913.ibl 4195 USKY-3D398D8F45 112000 2017-09-13 10:43:44 14.152.64.154 222.73.136.94 80 GET HTTP/1.1 200 0 125 11689 598 0 /assets/v1/js/jquery.SuperSlide.2.1.1.js - -
+d:\iislog\W3SVC\ra170913.ibl 4196 USKY-3D398D8F45 112000 2017-09-13 10:43:44 14.152.64.154 222.73.136.94 80 GET HTTP/1.1 200 0 125 18588 581 0 /assets/v1/js/jPages.js - -
+d:\iislog\W3SVC\ra170913.ibl 4197 USKY-3D398D8F45 112000 2017-09-13 10:43:44 14.152.64.154 222.73.136.94 80 GET HTTP/1.1 404 0 93 1358 516 0 /index.php/assets/v1/css/images/banner-btn.png - -
+d:\iislog\W3SVC\ra170913.ibl 4198 USKY-3D398D8F45 112000 2017-09-13 10:43:44 14.152.64.154 222.73.136.94 80 GET HTTP/1.1 404 0 62 1358 512 0 /index.php/assets/v1/images/mail_hover.png - -
+d:\iislog\W3SVC\ra170913.ibl 4199 USKY-3D398D8F45 112000 2017-09-13 10:43:44 14.152.64.154 222.73.136.94 80 GET HTTP/1.1 404 0 78 1358 510 0 /index.php/assets/v1/sucai/bx_loader.gif - -
+d:\iislog\W3SVC\ra170913.ibl 4200 USKY-3D398D8F45 112000 2017-09-13 10:43:44 14.152.64.154 222.73.136.94 80 GET HTTP/1.1 404 0 62 1358 522 0 /index.php/assets/v1/images/s_gallery_2012110702.png - -
+d:\iislog\W3SVC\ra170913.ibl 4201 USKY-3D398D8F45 112000 2017-09-13 10:43:44 14.152.64.154 222.73.136.94 80 GET HTTP/1.1 404 0 62 1358 509 0 /index.php/assets/v1/sucai/biaodian.gif - -
+d:\iislog\W3SVC\ra170913.ibl 4202 USKY-3D398D8F45 112000 2017-09-13 10:43:45 14.152.64.154 222.73.136.94 80 GET HTTP/1.1 200 0 1046 42681 504 0 /assets/v1/images/bd.png - -
+d:\iislog\W3SVC\ra170913.ibl 4203 USKY-3D398D8F45 112000 2017-09-13 10:43:45 14.152.64.154 222.73.136.94 80 GET HTTP/1.1 200 0 1093 41156 510 0 /assets/v1/images/meun_tab.png - -
+d:\iislog\W3SVC\ra170913.ibl 4204 USKY-3D398D8F45 112000 2017-09-13 10:43:45 14.152.64.154 222.73.136.94 80 GET HTTP/1.1 200 0 1171 43552 515 0 /assets/v1/images/num1_bg_hover.png - -
+d:\iislog\W3SVC\ra170913.ibl 4205 USKY-3D398D8F45 112000 2017-09-13 10:43:46 14.152.64.154 222.73.136.94 80 GET HTTP/1.1 200 0 1531 43269 509 0 /assets/v1/images/num1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 4206 USKY-3D398D8F45 112000 2017-09-13 10:43:46 14.152.64.154 222.73.136.94 80 GET HTTP/1.1 200 0 1750 96588 592 0 /assets/v1/js/jquery-1.11.1.min.js - -
+d:\iislog\W3SVC\ra170913.ibl 4207 USKY-3D398D8F45 112000 2017-09-13 10:43:46 14.152.64.154 222.73.136.94 80 GET HTTP/1.1 404 0 1656 1358 507 0 /index.php/assets/v1/images/mail1.png - -
+d:\iislog\W3SVC\ra170913.ibl 4208 USKY-3D398D8F45 112000 2017-09-13 10:43:46 14.152.64.154 222.73.136.94 80 GET HTTP/1.1 200 0 46 3260 504 0 /assets/v1/images/eh.png - -
+d:\iislog\W3SVC\ra170913.ibl 4209 USKY-3D398D8F45 112000 2017-09-13 10:43:46 14.152.64.154 222.73.136.94 80 GET HTTP/1.1 200 0 31 1533 598 0 /assets/v1/css/footer.css - -
+d:\iislog\W3SVC\ra170913.ibl 4210 USKY-3D398D8F45 112000 2017-09-13 10:43:46 14.152.64.154 222.73.136.94 80 GET HTTP/1.1 200 0 296 32407 508 0 /assets/v1/images/num3_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 4211 USKY-3D398D8F45 112000 2017-09-13 10:43:46 14.152.64.154 222.73.136.94 80 GET HTTP/1.1 200 0 421 45152 512 0 /assets/v1/images/slider2_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 4212 USKY-3D398D8F45 112000 2017-09-13 10:43:46 14.152.64.154 222.73.136.94 80 GET HTTP/1.1 200 0 2078 57855 505 0 /assets/v1/images/wx1.png - -
+d:\iislog\W3SVC\ra170913.ibl 4213 USKY-3D398D8F45 112000 2017-09-13 10:43:46 14.152.64.154 222.73.136.94 80 GET HTTP/1.1 404 0 2093 1358 505 0 /index.php/assets/v1/images/wb1.png - -
+d:\iislog\W3SVC\ra170913.ibl 4214 USKY-3D398D8F45 112000 2017-09-13 10:43:46 14.152.64.154 222.73.136.94 80 GET HTTP/1.1 200 0 515 42137 512 0 /assets/v1/images/slider1_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 4215 USKY-3D398D8F45 112000 2017-09-13 10:43:47 14.152.64.154 222.73.136.94 80 GET HTTP/1.1 200 0 734 24271 508 0 /assets/v1/images/num1_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 4216 USKY-3D398D8F45 112000 2017-09-13 10:43:47 14.152.64.154 222.73.136.94 80 GET HTTP/1.1 200 0 1000 45520 512 0 /assets/v1/images/slider3_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 4217 USKY-3D398D8F45 112000 2017-09-13 10:43:47 14.152.64.154 222.73.136.94 80 GET HTTP/1.1 200 0 2640 47566 511 0 /assets/v1/images/alert1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 4218 USKY-3D398D8F45 112000 2017-09-13 10:43:47 14.152.64.154 222.73.136.94 80 GET HTTP/1.1 200 0 2640 42424 505 0 /assets/v1/images/tel.png - -
+d:\iislog\W3SVC\ra170913.ibl 4219 USKY-3D398D8F45 112000 2017-09-13 10:43:47 14.152.64.154 222.73.136.94 80 GET HTTP/1.1 200 0 3078 43618 506 0 /assets/v1/images/logo.png - -
+d:\iislog\W3SVC\ra170913.ibl 4220 USKY-3D398D8F45 112000 2017-09-13 10:43:47 14.152.64.154 222.73.136.94 80 GET HTTP/1.1 404 0 3046 1358 510 0 /index.php/assets/v1/images/wb_hover.png - -
+d:\iislog\W3SVC\ra170913.ibl 4221 USKY-3D398D8F45 112000 2017-09-13 10:43:47 14.152.64.154 222.73.136.94 80 GET HTTP/1.1 200 0 1421 338195 509 0 /assets/v1/images/num3_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 4222 USKY-3D398D8F45 112000 2017-09-13 10:43:47 14.152.64.154 222.73.136.94 80 GET HTTP/1.1 404 0 3156 1358 510 0 /index.php/assets/v1/images/wx_hover.png - -
+d:\iislog\W3SVC\ra170913.ibl 4223 USKY-3D398D8F45 112000 2017-09-13 10:43:48 14.152.64.154 222.73.136.94 80 GET HTTP/1.1 200 0 2125 9675 453 0 /uploads/logo/fans_06.png - -
+d:\iislog\W3SVC\ra170913.ibl 4224 USKY-3D398D8F45 112000 2017-09-13 10:43:48 14.152.64.154 222.73.136.94 80 GET HTTP/1.1 200 0 2218 50030 509 0 /assets/v1/images/footer1.png - -
+d:\iislog\W3SVC\ra170913.ibl 4225 USKY-3D398D8F45 112000 2017-09-13 10:43:48 14.152.64.154 222.73.136.94 80 GET HTTP/1.1 200 0 2296 97969 573 0 /uploads/avatar/3%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E6%96%B0%E9%97%BB%E8%B5%84%E8%AE%AF.png - -
+d:\iislog\W3SVC\ra170913.ibl 4226 USKY-3D398D8F45 112000 2017-09-13 10:43:49 14.152.64.154 222.73.136.94 80 GET HTTP/1.1 200 0 2562 4360 453 0 /uploads/logo/fans_15.png - -
+d:\iislog\W3SVC\ra170913.ibl 4227 USKY-3D398D8F45 112000 2017-09-13 10:43:49 14.152.64.154 222.73.136.94 80 GET HTTP/1.1 200 0 2640 28927 507 0 /assets/v1/images/num31.png - -
+d:\iislog\W3SVC\ra170913.ibl 4228 USKY-3D398D8F45 112000 2017-09-13 10:43:49 14.152.64.154 222.73.136.94 80 GET HTTP/1.1 200 0 2765 5838 453 0 /uploads/logo/fans_17.png - -
+d:\iislog\W3SVC\ra170913.ibl 4229 USKY-3D398D8F45 112000 2017-09-13 10:43:49 14.152.64.154 222.73.136.94 80 GET HTTP/1.1 200 0 2937 64070 454 0 /uploads/logo/partner1.png - -
+d:\iislog\W3SVC\ra170913.ibl 4230 USKY-3D398D8F45 112000 2017-09-13 10:43:49 14.152.64.154 222.73.136.94 80 GET HTTP/1.1 200 0 3015 103874 573 0 /uploads/avatar/2%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E5%AE%A2%E6%88%B7%E6%A1%88%E4%BE%8B.png - -
+d:\iislog\W3SVC\ra170913.ibl 4231 USKY-3D398D8F45 112000 2017-09-13 10:43:49 14.152.64.154 222.73.136.94 80 GET HTTP/1.1 200 0 2968 2334 453 0 /uploads/logo/fans_04.png - -
+d:\iislog\W3SVC\ra170913.ibl 4232 USKY-3D398D8F45 112000 2017-09-13 10:43:49 14.152.64.154 222.73.136.94 80 GET HTTP/1.1 200 0 3000 3514 454 0 /uploads/logo/partner7.png - -
+d:\iislog\W3SVC\ra170913.ibl 4233 USKY-3D398D8F45 112000 2017-09-13 10:43:49 14.152.64.154 222.73.136.94 80 GET HTTP/1.1 200 0 3015 8475 453 0 /uploads/logo/fans_19.png - -
+d:\iislog\W3SVC\ra170913.ibl 4234 USKY-3D398D8F45 112000 2017-09-13 10:43:49 14.152.64.154 222.73.136.94 80 GET HTTP/1.1 200 0 3046 11849 453 0 /uploads/logo/fans_10.png - -
+d:\iislog\W3SVC\ra170913.ibl 4235 USKY-3D398D8F45 112000 2017-09-13 10:43:49 14.152.64.154 222.73.136.94 80 GET HTTP/1.1 200 0 3046 11471 453 0 /uploads/logo/fans_08.png - -
+d:\iislog\W3SVC\ra170913.ibl 4236 USKY-3D398D8F45 112000 2017-09-13 10:43:49 14.152.64.154 222.73.136.94 80 GET HTTP/1.1 200 0 3078 936 455 0 /uploads/logo/partner15.png - -
+d:\iislog\W3SVC\ra170913.ibl 4237 USKY-3D398D8F45 112000 2017-09-13 10:43:49 14.152.64.154 222.73.136.94 80 GET HTTP/1.1 200 0 3125 5778 453 0 /uploads/logo/fans_20.png - -
+d:\iislog\W3SVC\ra170913.ibl 4238 USKY-3D398D8F45 112000 2017-09-13 10:43:49 14.152.64.154 222.73.136.94 80 GET HTTP/1.1 200 0 3203 0 573 64 /uploads/avatar/4%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E4%BA%BA%E5%8A%9B%E8%B5%84%E6%BA%90.png - -
+d:\iislog\W3SVC\ra170913.ibl 4239 USKY-3D398D8F45 112000 2017-09-13 10:43:49 14.152.64.154 222.73.136.94 80 GET HTTP/1.1 200 0 3171 0 508 64 /assets/v1/images/num2_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 4240 USKY-3D398D8F45 112000 2017-09-13 10:43:49 14.152.64.154 222.73.136.94 80 GET HTTP/1.1 200 0 3125 0 454 64 /uploads/logo/partner4.png - -
+d:\iislog\W3SVC\ra170913.ibl 4241 USKY-3D398D8F45 112000 2017-09-13 10:43:49 14.152.64.154 222.73.136.94 80 GET HTTP/1.1 200 0 3125 0 509 64 /assets/v1/images/footer2.png - -
+d:\iislog\W3SVC\ra170913.ibl 4242 USKY-3D398D8F45 112000 2017-09-13 10:43:49 14.152.64.154 222.73.136.94 80 GET HTTP/1.1 200 0 3171 0 507 64 /assets/v1/images/num28.png - -
+d:\iislog\W3SVC\ra170913.ibl 4243 USKY-3D398D8F45 112000 2017-09-13 10:43:49 14.152.64.154 222.73.136.94 80 GET HTTP/1.1 200 0 3171 0 505 64 /assets/v1/images/spc.png - -
+d:\iislog\W3SVC\ra170913.ibl 4244 USKY-3D398D8F45 112000 2017-09-13 10:43:50 14.152.64.154 222.73.136.94 80 GET HTTP/1.1 200 0 3843 0 454 64 /uploads/logo/partner2.png - -
+d:\iislog\W3SVC\ra170913.ibl 4245 USKY-3D398D8F45 112000 2017-09-13 10:43:50 121.40.130.38 222.73.136.94 80 GET HTTP/1.1 200 0 109 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 4246 USKY-3D398D8F45 112000 2017-09-13 10:43:52 14.152.64.154 222.73.136.94 80 GET HTTP/1.1 200 0 6125 8042 453 0 /uploads/logo/fans_02.png - -
+d:\iislog\W3SVC\ra170913.ibl 4247 USKY-3D398D8F45 112000 2017-09-13 10:43:55 14.152.64.154 222.73.136.94 80 GET HTTP/1.1 200 0 8968 0 454 64 /uploads/logo/partner3.png - -
+d:\iislog\W3SVC\ra170913.ibl 4267 USKY-3D398D8F45 112000 2017-09-13 10:51:13 40.77.167.128 222.73.136.94 80 GET HTTP/1.1 200 0 1281 13476 268 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 4273 USKY-3D398D8F45 112000 2017-09-13 10:52:48 106.11.158.156 222.73.136.94 80 GET HTTP/1.1 200 0 93 16073 184 0 /index.php/news/read/ id=30 -
+d:\iislog\W3SVC\ra170913.ibl 4274 USKY-3D398D8F45 112000 2017-09-13 10:53:19 66.249.66.78 222.73.136.94 80 GET HTTP/1.1 404 0 328 1358 242 0 /index.php/favicon.ico - -
+d:\iislog\W3SVC\ra170913.ibl 4275 USKY-3D398D8F45 112000 2017-09-13 10:53:46 61.135.165.8 222.73.136.94 80 GET HTTP/1.1 200 0 156 13664 196 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 4286 USKY-3D398D8F45 112000 2017-09-13 10:57:08 115.28.171.22 222.73.136.94 80 GET HTTP/1.1 200 0 109 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 4289 USKY-3D398D8F45 112000 2017-09-13 10:58:51 121.40.130.38 222.73.136.94 80 GET HTTP/1.1 200 0 140 13382 139 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 4301 USKY-3D398D8F45 112000 2017-09-13 11:05:59 66.249.66.140 222.73.136.94 80 GET HTTP/1.1 404 0 343 1358 227 0 /index.php/robots.txt - -
+d:\iislog\W3SVC\ra170913.ibl 4303 USKY-3D398D8F45 112000 2017-09-13 11:06:00 66.249.66.138 222.73.136.94 80 GET HTTP/1.1 200 0 1093 13476 290 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 4304 USKY-3D398D8F45 112000 2017-09-13 11:06:05 66.249.66.140 222.73.136.94 80 GET HTTP/1.1 200 0 328 1533 375 0 /assets/v1/css/footer.css - -
+d:\iislog\W3SVC\ra170913.ibl 4305 USKY-3D398D8F45 112000 2017-09-13 11:06:06 66.249.66.136 222.73.136.94 80 GET HTTP/1.1 200 0 640 2794 373 0 /assets/v1/css/head.css - -
+d:\iislog\W3SVC\ra170913.ibl 4306 USKY-3D398D8F45 112000 2017-09-13 11:06:06 66.249.66.140 222.73.136.94 80 GET HTTP/1.1 200 0 328 3789 374 0 /assets/v1/css/index.css - -
+d:\iislog\W3SVC\ra170913.ibl 4307 USKY-3D398D8F45 112000 2017-09-13 11:06:08 66.249.66.138 222.73.136.94 80 GET HTTP/1.1 200 0 375 1086 374 0 /assets/v1/css/reset.css - -
+d:\iislog\W3SVC\ra170913.ibl 4308 USKY-3D398D8F45 112000 2017-09-13 11:06:09 66.249.66.136 222.73.136.94 80 GET HTTP/1.1 200 0 312 1469 375 0 /assets/v1/css/jPages.css - -
+d:\iislog\W3SVC\ra170913.ibl 4309 USKY-3D398D8F45 112000 2017-09-13 11:06:11 66.249.66.138 222.73.136.94 80 GET HTTP/1.1 200 0 703 8730 373 0 /assets/v1/css/base.css - -
+d:\iislog\W3SVC\ra170913.ibl 4319 USKY-3D398D8F45 112000 2017-09-13 11:11:10 66.249.66.86 222.73.136.94 80 GET HTTP/1.1 404 0 359 1358 221 0 /index.php/robots.txt - -
+d:\iislog\W3SVC\ra170913.ibl 4320 USKY-3D398D8F45 112000 2017-09-13 11:11:11 66.249.66.86 222.73.136.94 80 GET HTTP/1.1 200 0 1078 13194 284 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 4321 USKY-3D398D8F45 112000 2017-09-13 11:11:16 66.249.66.85 222.73.136.94 80 GET HTTP/1.1 200 0 375 1086 362 0 /assets/v1/css/reset.css - -
+d:\iislog\W3SVC\ra170913.ibl 4322 USKY-3D398D8F45 112000 2017-09-13 11:11:16 66.249.66.85 222.73.136.94 80 GET HTTP/1.1 200 0 375 1533 363 0 /assets/v1/css/footer.css - -
+d:\iislog\W3SVC\ra170913.ibl 4323 USKY-3D398D8F45 112000 2017-09-13 11:11:17 66.249.66.86 222.73.136.94 80 GET HTTP/1.1 200 0 671 3789 362 0 /assets/v1/css/index.css - -
+d:\iislog\W3SVC\ra170913.ibl 4324 USKY-3D398D8F45 112000 2017-09-13 11:11:18 66.249.66.85 222.73.136.94 80 GET HTTP/1.1 200 0 359 2794 361 0 /assets/v1/css/head.css - -
+d:\iislog\W3SVC\ra170913.ibl 4325 USKY-3D398D8F45 112000 2017-09-13 11:11:20 66.249.66.85 222.73.136.94 80 GET HTTP/1.1 200 0 359 1469 363 0 /assets/v1/css/jPages.css - -
+d:\iislog\W3SVC\ra170913.ibl 4326 USKY-3D398D8F45 112000 2017-09-13 11:11:21 66.249.66.85 222.73.136.94 80 GET HTTP/1.1 200 0 765 8730 361 0 /assets/v1/css/base.css - -
+d:\iislog\W3SVC\ra170913.ibl 4331 USKY-3D398D8F45 112000 2017-09-13 11:12:08 115.28.171.22 222.73.136.94 80 GET HTTP/1.1 200 0 125 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 4335 USKY-3D398D8F45 112000 2017-09-13 11:13:11 202.108.211.56 222.73.136.94 80 GET HTTP/1.1 200 0 218 13382 427 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 4336 USKY-3D398D8F45 112000 2017-09-13 11:13:50 121.40.130.38 222.73.136.94 80 GET HTTP/1.1 200 0 109 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 4337 USKY-3D398D8F45 112000 2017-09-13 11:14:03 113.108.12.74 222.73.136.94 80 GET HTTP/1.1 200 0 171 13664 190 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 4356 USKY-3D398D8F45 112000 2017-09-13 11:22:04 61.135.165.8 222.73.136.94 80 GET HTTP/1.1 200 0 171 13476 192 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 4360 USKY-3D398D8F45 112000 2017-09-13 11:23:08 106.11.158.156 222.73.136.94 80 GET HTTP/1.1 200 0 93 15227 186 0 /index.php/news/read/ id=31 -
+d:\iislog\W3SVC\ra170913.ibl 4361 USKY-3D398D8F45 112000 2017-09-13 11:23:08 106.11.155.149 222.73.136.94 80 GET HTTP/1.1 200 0 109 17221 190 0 /index.php/news/read/ id=26 -
+d:\iislog\W3SVC\ra170913.ibl 4363 USKY-3D398D8F45 112000 2017-09-13 11:23:17 111.206.36.19 222.73.136.94 80 GET HTTP/1.1 200 0 171 13194 186 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 4369 USKY-3D398D8F45 112000 2017-09-13 11:26:26 180.163.220.125 222.73.136.94 80 GET HTTP/1.0 200 0 78 13664 143 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 4373 USKY-3D398D8F45 112000 2017-09-13 11:27:08 115.28.171.22 222.73.136.94 80 GET HTTP/1.1 200 0 156 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 4376 USKY-3D398D8F45 112000 2017-09-13 11:28:50 121.40.130.38 222.73.136.94 80 GET HTTP/1.1 200 0 140 13382 139 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 4381 USKY-3D398D8F45 112000 2017-09-13 11:31:44 66.249.66.78 222.73.136.94 80 GET HTTP/1.1 200 0 1890 17818 310 0 /index.php/news/read/ id=94 -
+d:\iislog\W3SVC\ra170913.ibl 4384 USKY-3D398D8F45 112000 2017-09-13 11:32:07 106.11.158.156 222.73.136.94 80 GET HTTP/1.1 200 0 93 11939 184 0 /index.php/news/read/ id=87 -
+d:\iislog\W3SVC\ra170913.ibl 4400 USKY-3D398D8F45 112000 2017-09-13 11:38:47 218.30.103.105 222.73.136.94 80 GET HTTP/1.1 200 0 218 63914 282 0 /index.php/news/ - -
+d:\iislog\W3SVC\ra170913.ibl 4403 USKY-3D398D8F45 112000 2017-09-13 11:39:55 218.30.103.105 222.73.136.94 80 GET HTTP/1.1 200 0 5109 1638570 316 0 /upload/201512/14/201512141019352812.JPG - -
+d:\iislog\W3SVC\ra170913.ibl 4410 USKY-3D398D8F45 112000 2017-09-13 11:42:08 115.28.171.22 222.73.136.94 80 GET HTTP/1.1 200 0 140 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 4413 USKY-3D398D8F45 112000 2017-09-13 11:43:51 121.40.130.38 222.73.136.94 80 GET HTTP/1.1 200 0 93 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 4432 USKY-3D398D8F45 112000 2017-09-13 11:51:25 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 1218 13606 474 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 4433 USKY-3D398D8F45 112000 2017-09-13 11:51:36 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 9906 43552 443 0 /assets/v1/images/num1_bg_hover.png - -
+d:\iislog\W3SVC\ra170913.ibl 4436 USKY-3D398D8F45 112000 2017-09-13 11:52:14 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 206 0 234 301 473 0 /assets/v1/images/num2_off.png - -
+d:\iislog\W3SVC\ra170913.ibl 4437 USKY-3D398D8F45 112000 2017-09-13 11:52:17 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 206 0 250 0 473 64 /assets/v1/images/num2_off.png - -
+d:\iislog\W3SVC\ra170913.ibl 4438 USKY-3D398D8F45 112000 2017-09-13 11:52:17 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 206 0 265 302 479 0 /assets/v1/images/num34.png - -
+d:\iislog\W3SVC\ra170913.ibl 4439 USKY-3D398D8F45 112000 2017-09-13 11:52:17 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 206 0 250 300 479 0 /assets/v1/images/num6_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 4440 USKY-3D398D8F45 112000 2017-09-13 11:52:17 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 206 0 265 302 481 0 /assets/v1/images/num7_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 4441 USKY-3D398D8F45 112000 2017-09-13 11:52:18 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 206 0 328 303 477 0 /assets/v1/images/rh1.png - -
+d:\iislog\W3SVC\ra170913.ibl 4443 USKY-3D398D8F45 112000 2017-09-13 11:52:18 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 206 0 312 300 417 0 /uploads/logo/HM.png - -
+d:\iislog\W3SVC\ra170913.ibl 4444 USKY-3D398D8F45 112000 2017-09-13 11:52:18 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 206 0 296 303 425 0 /uploads/logo/ZHSQ_03.png - -
+d:\iislog\W3SVC\ra170913.ibl 4445 USKY-3D398D8F45 112000 2017-09-13 11:52:18 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 206 0 312 303 420 0 /uploads/logo/LD.png - -
+d:\iislog\W3SVC\ra170913.ibl 4446 USKY-3D398D8F45 112000 2017-09-13 11:52:18 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 206 0 281 303 420 0 /uploads/logo/lt.png - -
+d:\iislog\W3SVC\ra170913.ibl 4447 USKY-3D398D8F45 112000 2017-09-13 11:52:18 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 206 0 343 302 425 0 /uploads/logo/HS%20(2).png - -
+d:\iislog\W3SVC\ra170913.ibl 4448 USKY-3D398D8F45 112000 2017-09-13 11:52:18 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 206 0 1031 22828 479 0 /assets/v1/images/num34.png - -
+d:\iislog\W3SVC\ra170913.ibl 4449 USKY-3D398D8F45 112000 2017-09-13 11:52:18 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 2203 68897 469 0 /index.php/example - -
+d:\iislog\W3SVC\ra170913.ibl 4450 USKY-3D398D8F45 112000 2017-09-13 11:52:18 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 206 0 1046 32471 481 0 /assets/v1/images/num7_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 4451 USKY-3D398D8F45 112000 2017-09-13 11:52:19 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 206 0 1250 43520 480 0 /assets/v1/images/num6_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 4452 USKY-3D398D8F45 112000 2017-09-13 11:52:19 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 206 0 984 301 429 0 /uploads/logo/ZFSQ_03%20(1).png - -
+d:\iislog\W3SVC\ra170913.ibl 4453 USKY-3D398D8F45 112000 2017-09-13 11:52:19 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 1703 45922 421 0 /assets/v1/images/num8_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 4454 USKY-3D398D8F45 112000 2017-09-13 11:52:19 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 515 46427 434 0 /assets/v1/images/h1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 4455 USKY-3D398D8F45 112000 2017-09-13 11:52:19 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 750 45087 436 0 /assets/v1/images/n1_2_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 4456 USKY-3D398D8F45 112000 2017-09-13 11:52:21 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 2421 174485 417 0 /assets/v1/images/rh2.png - -
+d:\iislog\W3SVC\ra170913.ibl 4457 USKY-3D398D8F45 112000 2017-09-13 11:52:22 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 206 0 4343 112973 478 0 /assets/v1/images/rh1.png - -
+d:\iislog\W3SVC\ra170913.ibl 4458 USKY-3D398D8F45 112000 2017-09-13 11:52:23 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 3671 149183 417 0 /assets/v1/images/rh4.png - -
+d:\iislog\W3SVC\ra170913.ibl 4459 USKY-3D398D8F45 112000 2017-09-13 11:52:23 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 4125 174641 417 0 /assets/v1/images/rh5.png - -
+d:\iislog\W3SVC\ra170913.ibl 4460 USKY-3D398D8F45 112000 2017-09-13 11:52:23 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 206 0 5390 328372 431 0 /uploads/logo/ZFSQ_03%20(1).png - -
+d:\iislog\W3SVC\ra170913.ibl 4461 USKY-3D398D8F45 112000 2017-09-13 11:52:26 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 7000 174453 417 0 /assets/v1/images/rh3.png - -
+d:\iislog\W3SVC\ra170913.ibl 4463 USKY-3D398D8F45 112000 2017-09-13 11:52:28 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 206 0 9765 225201 426 0 /uploads/logo/ZHSQ_03.png - -
+d:\iislog\W3SVC\ra170913.ibl 4464 USKY-3D398D8F45 112000 2017-09-13 11:52:30 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 206 0 12093 553042 426 0 /uploads/logo/HS%20(2).png - -
+d:\iislog\W3SVC\ra170913.ibl 4465 USKY-3D398D8F45 112000 2017-09-13 11:52:31 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 206 0 13015 735429 421 0 /uploads/logo/lt.png - -
+d:\iislog\W3SVC\ra170913.ibl 4466 USKY-3D398D8F45 112000 2017-09-13 11:52:42 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 206 0 23468 726013 421 0 /uploads/logo/LD.png - -
+d:\iislog\W3SVC\ra170913.ibl 4467 USKY-3D398D8F45 112000 2017-09-13 11:52:43 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 19921 868664 360 0 /uploads/logo/WL.png - -
+d:\iislog\W3SVC\ra170913.ibl 4468 USKY-3D398D8F45 112000 2017-09-13 11:52:43 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 15500 907374 360 0 /uploads/logo/jx.png - -
+d:\iislog\W3SVC\ra170913.ibl 4469 USKY-3D398D8F45 112000 2017-09-13 11:52:46 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 14859 649751 360 0 /uploads/logo/th.png - -
+d:\iislog\W3SVC\ra170913.ibl 4470 USKY-3D398D8F45 112000 2017-09-13 11:52:51 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 9343 230340 365 0 /uploads/logo/ZHYQ_03.png - -
+d:\iislog\W3SVC\ra170913.ibl 4471 USKY-3D398D8F45 112000 2017-09-13 11:52:54 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 22750 805797 360 0 /uploads/logo/hy.png - -
+d:\iislog\W3SVC\ra170913.ibl 4472 USKY-3D398D8F45 112000 2017-09-13 11:52:54 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 10531 762600 362 0 /uploads/logo/shjm.png - -
+d:\iislog\W3SVC\ra170913.ibl 4473 USKY-3D398D8F45 112000 2017-09-13 11:53:00 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 13625 780692 363 0 /uploads/logo/kgcxy.png - -
+d:\iislog\W3SVC\ra170913.ibl 4474 USKY-3D398D8F45 112000 2017-09-13 11:53:08 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 17546 654915 362 0 /uploads/logo/tdhy.png - -
+d:\iislog\W3SVC\ra170913.ibl 4475 USKY-3D398D8F45 112000 2017-09-13 11:53:24 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 30531 777824 362 0 /uploads/logo/skqp.png - -
+d:\iislog\W3SVC\ra170913.ibl 4476 USKY-3D398D8F45 112000 2017-09-13 11:53:24 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 15796 798067 362 0 /uploads/logo/zrds.png - -
+d:\iislog\W3SVC\ra170913.ibl 4477 USKY-3D398D8F45 112000 2017-09-13 11:53:27 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 32968 274047 365 0 /uploads/logo/zhbg_03.png - -
+d:\iislog\W3SVC\ra170913.ibl 4478 USKY-3D398D8F45 112000 2017-09-13 11:53:27 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 27656 749607 364 0 /uploads/logo/SOHOZS.png - -
+d:\iislog\W3SVC\ra170913.ibl 4479 USKY-3D398D8F45 112000 2017-09-13 11:53:33 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 5406 388392 363 0 /uploads/logo/cyyad.png - -
+d:\iislog\W3SVC\ra170913.ibl 4480 USKY-3D398D8F45 112000 2017-09-13 11:53:40 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 15703 826349 362 0 /uploads/logo/qhsw.png - -
+d:\iislog\W3SVC\ra170913.ibl 4481 USKY-3D398D8F45 112000 2017-09-13 11:53:42 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 17718 731946 363 0 /uploads/logo/wwwds.png - -
+d:\iislog\W3SVC\ra170913.ibl 4482 USKY-3D398D8F45 112000 2017-09-13 11:53:43 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 15562 838505 362 0 /uploads/logo/hdcf.png - -
+d:\iislog\W3SVC\ra170913.ibl 4483 USKY-3D398D8F45 112000 2017-09-13 11:53:43 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 10671 813884 362 0 /uploads/logo/zafs.png - -
+d:\iislog\W3SVC\ra170913.ibl 4484 USKY-3D398D8F45 112000 2017-09-13 11:53:47 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 3828 253978 365 0 /uploads/logo/qita_03.png - -
+d:\iislog\W3SVC\ra170913.ibl 4485 USKY-3D398D8F45 112000 2017-09-13 11:53:49 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 6171 611140 363 0 /uploads/logo/shzpz.png - -
+d:\iislog\W3SVC\ra170913.ibl 4486 USKY-3D398D8F45 112000 2017-09-13 11:53:53 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 11343 709791 366 0 /uploads/logo/srgfzhsq.png - -
+d:\iislog\W3SVC\ra170913.ibl 4487 USKY-3D398D8F45 112000 2017-09-13 11:53:55 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 71609 723871 362 0 /uploads/logo/kjxy.png - -
+d:\iislog\W3SVC\ra170913.ibl 4488 USKY-3D398D8F45 112000 2017-09-13 11:53:56 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 206 0 97281 903914 419 0 /uploads/logo/HM.png - -
+d:\iislog\W3SVC\ra170913.ibl 4489 USKY-3D398D8F45 112000 2017-09-13 11:53:58 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 10890 722736 362 0 /uploads/logo/srzh.png - -
+d:\iislog\W3SVC\ra170913.ibl 4490 USKY-3D398D8F45 112000 2017-09-13 11:54:01 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 20750 831376 364 0 /uploads/logo/hsjyzb.png - -
+d:\iislog\W3SVC\ra170913.ibl 4491 USKY-3D398D8F45 112000 2017-09-13 11:54:01 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 7375 632299 365 0 /uploads/logo/sbwrdjd.png - -
+d:\iislog\W3SVC\ra170913.ibl 4492 USKY-3D398D8F45 112000 2017-09-13 11:54:05 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 16093 793481 362 0 /uploads/logo/htzq.png - -
+d:\iislog\W3SVC\ra170913.ibl 4493 USKY-3D398D8F45 112000 2017-09-13 11:54:10 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 11546 760321 362 0 /uploads/logo/srhg.png - -
+d:\iislog\W3SVC\ra170913.ibl 4494 USKY-3D398D8F45 112000 2017-09-13 11:54:12 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 16656 733415 362 0 /uploads/logo/hybg.png - -
+d:\iislog\W3SVC\ra170913.ibl 4495 USKY-3D398D8F45 112000 2017-09-13 11:54:13 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 12109 700763 363 0 /uploads/logo/daggg.png - -
+d:\iislog\W3SVC\ra170913.ibl 4497 USKY-3D398D8F45 112000 2017-09-13 11:54:20 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 24218 813261 364 0 /uploads/logo/pdgjjc.png - -
+d:\iislog\W3SVC\ra170913.ibl 4499 USKY-3D398D8F45 112000 2017-09-13 11:55:19 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 206 0 184937 0 475 121 /assets/v1/images/num2_off.png - -
+d:\iislog\W3SVC\ra170913.ibl 4505 USKY-3D398D8F45 112000 2017-09-13 11:57:08 115.28.171.22 222.73.136.94 80 GET HTTP/1.1 200 0 140 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 4509 USKY-3D398D8F45 112000 2017-09-13 11:58:36 164.132.161.42 222.73.136.94 80 GET HTTP/1.1 200 0 953 9657 183 0 /index.php/news/read/ id=5 -
+d:\iislog\W3SVC\ra170913.ibl 4510 USKY-3D398D8F45 112000 2017-09-13 11:58:50 121.40.130.38 222.73.136.94 80 GET HTTP/1.1 200 0 109 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 4532 USKY-3D398D8F45 112000 2017-09-13 12:08:36 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 1078 13606 469 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 4533 USKY-3D398D8F45 112000 2017-09-13 12:08:40 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 206 0 250 0 472 64 /assets/v1/images/num3_off.png - -
+d:\iislog\W3SVC\ra170913.ibl 4534 USKY-3D398D8F45 112000 2017-09-13 12:08:45 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 1062 12456 474 0 /index.php/index/index1 - -
+d:\iislog\W3SVC\ra170913.ibl 4535 USKY-3D398D8F45 112000 2017-09-13 12:08:47 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 234 0 428 64 /assets/v1/images/num21_off.png - -
+d:\iislog\W3SVC\ra170913.ibl 4536 USKY-3D398D8F45 112000 2017-09-13 12:08:50 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 1843 0 428 64 /assets/v1/images/num21_off.png - -
+d:\iislog\W3SVC\ra170913.ibl 4537 USKY-3D398D8F45 112000 2017-09-13 12:08:54 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 1093 13606 474 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 4538 USKY-3D398D8F45 112000 2017-09-13 12:09:02 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 281 0 415 64 /assets/v1/images/num3_off.png - -
+d:\iislog\W3SVC\ra170913.ibl 4539 USKY-3D398D8F45 112000 2017-09-13 12:09:13 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 1046 12456 474 0 /index.php/index/index1 - -
+d:\iislog\W3SVC\ra170913.ibl 4540 USKY-3D398D8F45 112000 2017-09-13 12:09:21 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 42765 0 415 64 /assets/v1/images/num3_off.png - -
+d:\iislog\W3SVC\ra170913.ibl 4541 USKY-3D398D8F45 112000 2017-09-13 12:09:27 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 39656 0 428 64 /assets/v1/images/num20_off.png - -
+d:\iislog\W3SVC\ra170913.ibl 4542 USKY-3D398D8F45 112000 2017-09-13 12:10:07 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 45015 0 428 64 /assets/v1/images/num23_off.png - -
+d:\iislog\W3SVC\ra170913.ibl 4549 USKY-3D398D8F45 112000 2017-09-13 12:12:20 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 213187 0 428 121 /assets/v1/images/num21_off.png - -
+d:\iislog\W3SVC\ra170913.ibl 4550 USKY-3D398D8F45 112000 2017-09-13 12:12:20 66.249.66.136 222.73.136.94 80 GET HTTP/1.1 404 0 328 1358 324 0 /index.php/news_page.html categoryId=1&id=111 -
+d:\iislog\W3SVC\ra170913.ibl 4552 USKY-3D398D8F45 112000 2017-09-13 12:13:08 106.11.155.149 222.73.136.94 80 GET HTTP/1.1 200 0 93 17408 186 0 /index.php/about/index1 - -
+d:\iislog\W3SVC\ra170913.ibl 4556 USKY-3D398D8F45 112000 2017-09-13 12:15:05 66.249.66.139 222.73.136.94 80 GET HTTP/1.1 404 0 406 1358 202 0 /index.php/en/images/nav_pro_img16.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 4558 USKY-3D398D8F45 112000 2017-09-13 12:15:29 40.77.167.128 222.73.136.94 80 GET HTTP/1.1 404 0 312 1358 415 0 /index.php/products_01o_2.html - -
+d:\iislog\W3SVC\ra170913.ibl 4564 USKY-3D398D8F45 112000 2017-09-13 12:17:31 66.249.66.85 222.73.136.94 80 GET HTTP/1.1 200 0 1109 13194 410 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 4565 USKY-3D398D8F45 112000 2017-09-13 12:17:38 66.249.66.85 222.73.136.94 80 GET HTTP/1.1 404 0 375 1358 138 0 /index.php/ads.txt - -
+d:\iislog\W3SVC\ra170913.ibl 4569 USKY-3D398D8F45 112000 2017-09-13 12:19:04 112.124.127.44 222.73.136.94 80 GET HTTP/1.1 200 0 93 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 4581 USKY-3D398D8F45 112000 2017-09-13 12:25:48 106.11.158.156 222.73.136.94 80 GET HTTP/1.1 200 0 109 21977 173 0 /index.php/about - -
+d:\iislog\W3SVC\ra170913.ibl 4594 USKY-3D398D8F45 112000 2017-09-13 12:31:16 121.43.107.174 222.73.136.94 80 GET HTTP/1.1 200 0 93 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 4598 USKY-3D398D8F45 112000 2017-09-13 12:33:46 120.27.47.33 222.73.136.94 80 GET HTTP/1.1 200 0 156 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 4615 USKY-3D398D8F45 112000 2017-09-13 12:42:12 101.226.15.170 222.73.136.94 80 GET HTTP/1.0 200 0 78 371 343 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 4617 USKY-3D398D8F45 112000 2017-09-13 12:42:28 101.226.15.170 222.73.136.94 80 GET HTTP/1.0 404 0 16875 183 353 64 /index.php/robots.txt - -
+d:\iislog\W3SVC\ra170913.ibl 4618 USKY-3D398D8F45 112000 2017-09-13 12:42:42 142.252.20.26 222.73.136.94 80 GET HTTP/1.1 404 0 281 1358 83 0 /index.php/robots.txt - -
+d:\iislog\W3SVC\ra170913.ibl 4622 USKY-3D398D8F45 112000 2017-09-13 12:44:09 157.55.39.191 222.73.136.94 80 GET HTTP/1.1 404 0 343 1358 409 0 /index.php/en/about.html - -
+d:\iislog\W3SVC\ra170913.ibl 4626 USKY-3D398D8F45 112000 2017-09-13 12:45:23 121.43.107.174 222.73.136.94 80 GET HTTP/1.1 200 0 93 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 4634 USKY-3D398D8F45 112000 2017-09-13 12:48:46 120.27.47.33 222.73.136.94 80 GET HTTP/1.1 200 0 140 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 4650 USKY-3D398D8F45 112000 2017-09-13 12:56:27 106.11.158.156 222.73.136.94 80 GET HTTP/1.1 200 0 93 12035 185 0 /index.php/news/read/ id=3 -
+d:\iislog\W3SVC\ra170913.ibl 4653 USKY-3D398D8F45 112000 2017-09-13 12:57:56 40.77.167.26 222.73.136.94 80 GET HTTP/1.1 404 0 531 1358 415 0 /index.php/products_01o_3.html - -
+d:\iislog\W3SVC\ra170913.ibl 4654 USKY-3D398D8F45 112000 2017-09-13 12:58:05 220.181.108.149 222.73.136.94 80 GET HTTP/1.1 200 0 171 13664 356 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 4661 USKY-3D398D8F45 112000 2017-09-13 13:00:23 121.43.107.174 222.73.136.94 80 GET HTTP/1.1 200 0 109 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 4669 USKY-3D398D8F45 112000 2017-09-13 13:03:26 66.249.66.143 222.73.136.94 80 GET HTTP/1.1 404 0 359 1358 225 0 /index.php/robots.txt - -
+d:\iislog\W3SVC\ra170913.ibl 4670 USKY-3D398D8F45 112000 2017-09-13 13:03:27 66.249.66.139 222.73.136.94 80 GET HTTP/1.1 200 0 1062 13382 288 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 4671 USKY-3D398D8F45 112000 2017-09-13 13:03:46 120.27.47.33 222.73.136.94 80 GET HTTP/1.1 200 0 140 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 4678 USKY-3D398D8F45 112000 2017-09-13 13:07:07 106.11.158.156 222.73.136.94 80 GET HTTP/1.1 200 0 109 11639 190 0 /index.php/news/read/ id=92 -
+d:\iislog\W3SVC\ra170913.ibl 4679 USKY-3D398D8F45 112000 2017-09-13 13:07:07 106.11.155.149 222.73.136.94 80 GET HTTP/1.1 200 0 109 25792 184 0 /index.php/news/read/ id=69 -
+d:\iislog\W3SVC\ra170913.ibl 4691 USKY-3D398D8F45 112000 2017-09-13 13:13:30 66.249.66.77 222.73.136.94 80 GET HTTP/1.1 200 0 1000 13664 294 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 4696 USKY-3D398D8F45 112000 2017-09-13 13:15:23 121.43.107.174 222.73.136.94 80 GET HTTP/1.1 200 0 109 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 4705 USKY-3D398D8F45 112000 2017-09-13 13:18:46 120.27.47.33 222.73.136.94 80 GET HTTP/1.1 200 0 156 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 4707 USKY-3D398D8F45 112000 2017-09-13 13:18:47 142.252.20.26 222.73.136.94 80 GET HTTP/1.1 200 0 796 13382 73 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 4708 USKY-3D398D8F45 112000 2017-09-13 13:18:47 123.126.113.15 222.73.136.94 80 GET HTTP/1.1 200 0 62 1086 281 0 /assets/v1/css/reset.css - -
+d:\iislog\W3SVC\ra170913.ibl 4709 USKY-3D398D8F45 112000 2017-09-13 13:18:47 123.126.113.15 222.73.136.94 80 GET HTTP/1.1 200 0 62 1469 282 0 /assets/v1/css/jPages.css - -
+d:\iislog\W3SVC\ra170913.ibl 4710 USKY-3D398D8F45 112000 2017-09-13 13:18:47 123.126.113.15 222.73.136.94 80 GET HTTP/1.1 200 0 93 3373 273 0 /assets/v1/js/jquery.plugins.js - -
+d:\iislog\W3SVC\ra170913.ibl 4711 USKY-3D398D8F45 112000 2017-09-13 13:18:47 123.126.113.15 222.73.136.94 80 GET HTTP/1.1 200 0 31 492 266 0 /assets/v1/js/picture.js - -
+d:\iislog\W3SVC\ra170913.ibl 4712 USKY-3D398D8F45 112000 2017-09-13 13:18:47 123.126.113.15 222.73.136.94 80 GET HTTP/1.1 200 0 93 8730 280 0 /assets/v1/css/base.css - -
+d:\iislog\W3SVC\ra170913.ibl 4713 USKY-3D398D8F45 112000 2017-09-13 13:18:47 123.126.113.15 222.73.136.94 80 GET HTTP/1.1 200 0 93 3789 281 0 /assets/v1/css/index.css - -
+d:\iislog\W3SVC\ra170913.ibl 4714 USKY-3D398D8F45 112000 2017-09-13 13:18:47 123.126.113.15 222.73.136.94 80 GET HTTP/1.1 200 0 46 2794 280 0 /assets/v1/css/head.css - -
+d:\iislog\W3SVC\ra170913.ibl 4715 USKY-3D398D8F45 112000 2017-09-13 13:18:47 123.126.113.15 222.73.136.94 80 GET HTTP/1.1 200 0 46 1533 282 0 /assets/v1/css/footer.css - -
+d:\iislog\W3SVC\ra170913.ibl 4716 USKY-3D398D8F45 112000 2017-09-13 13:18:47 123.126.113.15 222.73.136.94 80 GET HTTP/1.1 200 0 109 11689 282 0 /assets/v1/js/jquery.SuperSlide.2.1.1.js - -
+d:\iislog\W3SVC\ra170913.ibl 4717 USKY-3D398D8F45 112000 2017-09-13 13:18:47 123.126.113.15 222.73.136.94 80 GET HTTP/1.1 200 0 125 18588 265 0 /assets/v1/js/jPages.js - -
+d:\iislog\W3SVC\ra170913.ibl 4718 USKY-3D398D8F45 112000 2017-09-13 13:18:47 123.126.113.15 222.73.136.94 80 GET HTTP/1.1 200 0 296 96588 276 0 /assets/v1/js/jquery-1.11.1.min.js - -
+d:\iislog\W3SVC\ra170913.ibl 4719 USKY-3D398D8F45 112000 2017-09-13 13:18:48 123.126.113.15 222.73.136.94 80 GET HTTP/1.1 200 0 62 43269 271 0 /assets/v1/images/num1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 4720 USKY-3D398D8F45 112000 2017-09-13 13:18:48 123.126.113.15 222.73.136.94 80 GET HTTP/1.1 200 0 140 42424 267 0 /assets/v1/images/tel.png - -
+d:\iislog\W3SVC\ra170913.ibl 4721 USKY-3D398D8F45 112000 2017-09-13 13:18:48 123.126.113.15 222.73.136.94 80 GET HTTP/1.1 200 0 46 3260 266 0 /assets/v1/images/eh.png - -
+d:\iislog\W3SVC\ra170913.ibl 4722 USKY-3D398D8F45 112000 2017-09-13 13:18:48 123.126.113.15 222.73.136.94 80 GET HTTP/1.1 200 0 62 42137 274 0 /assets/v1/images/slider1_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 4723 USKY-3D398D8F45 112000 2017-09-13 13:18:48 123.126.113.15 222.73.136.94 80 GET HTTP/1.1 200 0 46 45152 274 0 /assets/v1/images/slider2_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 4724 USKY-3D398D8F45 112000 2017-09-13 13:18:48 123.126.113.15 222.73.136.94 80 GET HTTP/1.1 200 0 46 57855 267 0 /assets/v1/images/wx1.png - -
+d:\iislog\W3SVC\ra170913.ibl 4725 USKY-3D398D8F45 112000 2017-09-13 13:18:48 123.126.113.15 222.73.136.94 80 GET HTTP/1.1 200 0 46 45520 274 0 /assets/v1/images/slider3_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 4726 USKY-3D398D8F45 112000 2017-09-13 13:18:48 123.126.113.15 222.73.136.94 80 GET HTTP/1.1 400 0 93 1364 341 0 /index.php/uploads/avatar/4%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E5%90%89%E5%BD%A9%E5%A8%B1%E4%B9%90.png - -
+d:\iislog\W3SVC\ra170913.ibl 4727 USKY-3D398D8F45 112000 2017-09-13 13:18:48 123.126.113.15 222.73.136.94 80 GET HTTP/1.1 200 0 890 41156 272 0 /assets/v1/images/meun_tab.png - -
+d:\iislog\W3SVC\ra170913.ibl 4728 USKY-3D398D8F45 112000 2017-09-13 13:18:48 123.126.113.15 222.73.136.94 80 GET HTTP/1.1 200 0 1078 43618 268 0 /assets/v1/images/logo.png - -
+d:\iislog\W3SVC\ra170913.ibl 4729 USKY-3D398D8F45 112000 2017-09-13 13:18:49 123.126.113.15 222.73.136.94 80 GET HTTP/1.1 200 0 1250 44989 267 0 /assets/v1/images/spc.png - -
+d:\iislog\W3SVC\ra170913.ibl 4730 USKY-3D398D8F45 112000 2017-09-13 13:18:49 123.126.113.15 222.73.136.94 80 GET HTTP/1.1 200 0 1390 47566 273 0 /assets/v1/images/alert1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 4731 USKY-3D398D8F45 112000 2017-09-13 13:18:49 123.126.113.15 222.73.136.94 80 GET HTTP/1.1 200 0 1515 42681 266 0 /assets/v1/images/bd.png - -
+d:\iislog\W3SVC\ra170913.ibl 4732 USKY-3D398D8F45 112000 2017-09-13 13:18:49 123.126.113.15 222.73.136.94 80 GET HTTP/1.1 200 0 93 24271 270 0 /assets/v1/images/num1_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 4733 USKY-3D398D8F45 112000 2017-09-13 13:18:50 123.126.113.15 222.73.136.94 80 GET HTTP/1.1 200 0 437 162783 269 0 /assets/v1/images/num29.png - -
+d:\iislog\W3SVC\ra170913.ibl 4734 USKY-3D398D8F45 112000 2017-09-13 13:18:50 123.126.113.15 222.73.136.94 80 GET HTTP/1.1 200 0 265 20514 270 0 /assets/v1/images/num2_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 4735 USKY-3D398D8F45 112000 2017-09-13 13:18:50 123.126.113.15 222.73.136.94 80 GET HTTP/1.1 200 0 1953 103874 341 0 /uploads/avatar/2%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E5%AE%A2%E6%88%B7%E6%A1%88%E4%BE%8B.png - -
+d:\iislog\W3SVC\ra170913.ibl 4736 USKY-3D398D8F45 112000 2017-09-13 13:18:51 123.126.113.15 222.73.136.94 80 GET HTTP/1.1 200 0 718 32407 270 0 /assets/v1/images/num3_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 4737 USKY-3D398D8F45 112000 2017-09-13 13:18:51 123.126.113.15 222.73.136.94 80 GET HTTP/1.1 200 0 1781 126613 269 0 /assets/v1/images/num28.png - -
+d:\iislog\W3SVC\ra170913.ibl 4738 USKY-3D398D8F45 112000 2017-09-13 13:18:51 123.126.113.15 222.73.136.94 80 GET HTTP/1.1 200 0 218 28927 269 0 /assets/v1/images/num31.png - -
+d:\iislog\W3SVC\ra170913.ibl 4739 USKY-3D398D8F45 112000 2017-09-13 13:18:51 123.126.113.15 222.73.136.94 80 GET HTTP/1.1 200 0 312 64070 268 0 /uploads/logo/partner1.png - -
+d:\iislog\W3SVC\ra170913.ibl 4740 USKY-3D398D8F45 112000 2017-09-13 13:18:51 123.126.113.15 222.73.136.94 80 GET HTTP/1.1 200 0 2656 338195 271 0 /assets/v1/images/num3_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 4741 USKY-3D398D8F45 112000 2017-09-13 13:18:52 123.126.113.15 222.73.136.94 80 GET HTTP/1.1 200 0 1109 61076 268 0 /uploads/logo/partner2.png - -
+d:\iislog\W3SVC\ra170913.ibl 4742 USKY-3D398D8F45 112000 2017-09-13 13:18:52 123.126.113.15 222.73.136.94 80 GET HTTP/1.1 200 0 31 3514 268 0 /uploads/logo/partner7.png - -
+d:\iislog\W3SVC\ra170913.ibl 4743 USKY-3D398D8F45 112000 2017-09-13 13:18:52 123.126.113.15 222.73.136.94 80 GET HTTP/1.1 200 0 1062 56348 268 0 /uploads/logo/partner3.png - -
+d:\iislog\W3SVC\ra170913.ibl 4744 USKY-3D398D8F45 112000 2017-09-13 13:18:52 123.126.113.15 222.73.136.94 80 GET HTTP/1.1 200 0 109 936 269 0 /uploads/logo/partner15.png - -
+d:\iislog\W3SVC\ra170913.ibl 4745 USKY-3D398D8F45 112000 2017-09-13 13:18:52 123.126.113.15 222.73.136.94 80 GET HTTP/1.1 200 0 46 2334 267 0 /uploads/logo/fans_04.png - -
+d:\iislog\W3SVC\ra170913.ibl 4746 USKY-3D398D8F45 112000 2017-09-13 13:18:52 123.126.113.15 222.73.136.94 80 GET HTTP/1.1 200 0 46 8042 267 0 /uploads/logo/fans_02.png - -
+d:\iislog\W3SVC\ra170913.ibl 4747 USKY-3D398D8F45 112000 2017-09-13 13:18:52 123.126.113.15 222.73.136.94 80 GET HTTP/1.1 200 0 93 9675 267 0 /uploads/logo/fans_06.png - -
+d:\iislog\W3SVC\ra170913.ibl 4748 USKY-3D398D8F45 112000 2017-09-13 13:18:52 123.126.113.15 222.73.136.94 80 GET HTTP/1.1 200 0 93 11471 267 0 /uploads/logo/fans_08.png - -
+d:\iislog\W3SVC\ra170913.ibl 4749 USKY-3D398D8F45 112000 2017-09-13 13:18:52 123.126.113.15 222.73.136.94 80 GET HTTP/1.1 200 0 1000 57699 268 0 /uploads/logo/partner4.png - -
+d:\iislog\W3SVC\ra170913.ibl 4750 USKY-3D398D8F45 112000 2017-09-13 13:18:52 123.126.113.15 222.73.136.94 80 GET HTTP/1.1 200 0 3828 355323 271 0 /assets/v1/images/num2_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 4751 USKY-3D398D8F45 112000 2017-09-13 13:18:52 123.126.113.15 222.73.136.94 80 GET HTTP/1.1 200 0 3468 366588 271 0 /assets/v1/images/num4_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 4752 USKY-3D398D8F45 112000 2017-09-13 13:18:52 123.126.113.15 222.73.136.94 80 GET HTTP/1.1 200 0 46 5778 267 0 /uploads/logo/fans_20.png - -
+d:\iislog\W3SVC\ra170913.ibl 4753 USKY-3D398D8F45 112000 2017-09-13 13:18:52 123.126.113.15 222.73.136.94 80 GET HTTP/1.1 200 0 46 8475 267 0 /uploads/logo/fans_19.png - -
+d:\iislog\W3SVC\ra170913.ibl 4754 USKY-3D398D8F45 112000 2017-09-13 13:18:52 123.126.113.15 222.73.136.94 80 GET HTTP/1.1 200 0 156 54113 271 0 /assets/v1/images/footer2.png - -
+d:\iislog\W3SVC\ra170913.ibl 4755 USKY-3D398D8F45 112000 2017-09-13 13:18:53 123.126.113.15 222.73.136.94 80 GET HTTP/1.1 200 0 250 50030 271 0 /assets/v1/images/footer1.png - -
+d:\iislog\W3SVC\ra170913.ibl 4756 USKY-3D398D8F45 112000 2017-09-13 13:18:53 123.126.113.15 222.73.136.94 80 GET HTTP/1.1 200 0 4421 97969 341 0 /uploads/avatar/3%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E6%96%B0%E9%97%BB%E8%B5%84%E8%AE%AF.png - -
+d:\iislog\W3SVC\ra170913.ibl 4757 USKY-3D398D8F45 112000 2017-09-13 13:18:53 123.126.113.15 222.73.136.94 80 GET HTTP/1.1 200 0 765 4360 267 0 /uploads/logo/fans_15.png - -
+d:\iislog\W3SVC\ra170913.ibl 4758 USKY-3D398D8F45 112000 2017-09-13 13:18:53 123.126.113.15 222.73.136.94 80 GET HTTP/1.1 200 0 875 11849 267 0 /uploads/logo/fans_10.png - -
+d:\iislog\W3SVC\ra170913.ibl 4759 USKY-3D398D8F45 112000 2017-09-13 13:18:53 123.126.113.15 222.73.136.94 80 GET HTTP/1.1 200 0 4781 166408 332 0 /uploads/avatar/1%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E6%B0%B8%E5%A4%A9%E4%BA%91.png - -
+d:\iislog\W3SVC\ra170913.ibl 4760 USKY-3D398D8F45 112000 2017-09-13 13:18:53 123.126.113.15 222.73.136.94 80 GET HTTP/1.1 200 0 1281 5838 267 0 /uploads/logo/fans_17.png - -
+d:\iislog\W3SVC\ra170913.ibl 4761 USKY-3D398D8F45 112000 2017-09-13 13:18:54 123.126.113.15 222.73.136.94 80 GET HTTP/1.1 200 0 5671 419700 271 0 /assets/v1/images/num1_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 4776 USKY-3D398D8F45 112000 2017-09-13 13:26:10 222.186.150.41 222.73.136.94 80 GET HTTP/1.1 404 0 62 0 117 64 /index.php/zjctdede/inc/grouplist.txt - -
+d:\iislog\W3SVC\ra170913.ibl 4777 USKY-3D398D8F45 112000 2017-09-13 13:26:10 222.186.150.41 222.73.136.94 80 GET HTTP/1.1 404 0 62 0 119 64 /index.php/fklldede/inc/grouplist.txt - -
+d:\iislog\W3SVC\ra170913.ibl 4778 USKY-3D398D8F45 112000 2017-09-13 13:26:10 222.186.150.41 222.73.136.94 80 GET HTTP/1.1 404 0 62 0 113 64 /index.php/dede/inc/grouplist.txt - -
+d:\iislog\W3SVC\ra170913.ibl 4779 USKY-3D398D8F45 112000 2017-09-13 13:26:10 222.186.150.41 222.73.136.94 80 GET HTTP/1.1 404 0 31 0 115 64 /index.php/dede/inc/grouplist.txt - -
+d:\iislog\W3SVC\ra170913.ibl 4780 USKY-3D398D8F45 112000 2017-09-13 13:26:10 222.186.150.41 222.73.136.94 80 GET HTTP/1.1 404 0 31 0 113 64 /index.php/dede/inc/grouplist.txt - -
+d:\iislog\W3SVC\ra170913.ibl 4781 USKY-3D398D8F45 112000 2017-09-13 13:26:10 222.186.150.41 222.73.136.94 80 GET HTTP/1.1 404 0 31 0 115 64 /index.php/dede/inc/grouplist.txt - -
+d:\iislog\W3SVC\ra170913.ibl 4785 USKY-3D398D8F45 112000 2017-09-13 13:27:32 1.180.233.195 222.73.136.94 80 GET HTTP/1.1 200 0 343 13664 567 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 4786 USKY-3D398D8F45 112000 2017-09-13 13:27:32 1.180.233.195 222.73.136.94 80 GET HTTP/1.1 200 0 78 1086 438 0 /assets/v1/css/reset.css - -
+d:\iislog\W3SVC\ra170913.ibl 4787 USKY-3D398D8F45 112000 2017-09-13 13:27:32 1.180.233.195 222.73.136.94 80 GET HTTP/1.1 200 0 93 1469 439 0 /assets/v1/css/jPages.css - -
+d:\iislog\W3SVC\ra170913.ibl 4788 USKY-3D398D8F45 112000 2017-09-13 13:27:32 1.180.233.195 222.73.136.94 80 GET HTTP/1.1 200 0 109 2794 437 0 /assets/v1/css/head.css - -
+d:\iislog\W3SVC\ra170913.ibl 4789 USKY-3D398D8F45 112000 2017-09-13 13:27:32 1.180.233.195 222.73.136.94 80 GET HTTP/1.1 200 0 62 1533 439 0 /assets/v1/css/footer.css - -
+d:\iislog\W3SVC\ra170913.ibl 4790 USKY-3D398D8F45 112000 2017-09-13 13:27:32 1.180.233.195 222.73.136.94 80 GET HTTP/1.1 200 0 62 3373 430 0 /assets/v1/js/jquery.plugins.js - -
+d:\iislog\W3SVC\ra170913.ibl 4791 USKY-3D398D8F45 112000 2017-09-13 13:27:32 1.180.233.195 222.73.136.94 80 GET HTTP/1.1 200 0 187 8730 437 0 /assets/v1/css/base.css - -
+d:\iislog\W3SVC\ra170913.ibl 4792 USKY-3D398D8F45 112000 2017-09-13 13:27:32 1.180.233.195 222.73.136.94 80 GET HTTP/1.1 200 0 171 3789 438 0 /assets/v1/css/index.css - -
+d:\iislog\W3SVC\ra170913.ibl 4793 USKY-3D398D8F45 112000 2017-09-13 13:27:32 1.180.233.195 222.73.136.94 80 GET HTTP/1.1 200 0 78 492 423 0 /assets/v1/js/picture.js - -
+d:\iislog\W3SVC\ra170913.ibl 4794 USKY-3D398D8F45 112000 2017-09-13 13:27:32 1.180.233.195 222.73.136.94 80 GET HTTP/1.1 200 0 109 11689 439 0 /assets/v1/js/jquery.SuperSlide.2.1.1.js - -
+d:\iislog\W3SVC\ra170913.ibl 4795 USKY-3D398D8F45 112000 2017-09-13 13:27:32 1.180.233.195 222.73.136.94 80 GET HTTP/1.1 200 0 203 18588 422 0 /assets/v1/js/jPages.js - -
+d:\iislog\W3SVC\ra170913.ibl 4796 USKY-3D398D8F45 112000 2017-09-13 13:27:32 1.180.233.195 222.73.136.94 80 GET HTTP/1.1 200 0 93 3260 448 0 /assets/v1/images/eh.png - -
+d:\iislog\W3SVC\ra170913.ibl 4797 USKY-3D398D8F45 112000 2017-09-13 13:27:33 1.180.233.195 222.73.136.94 80 GET HTTP/1.1 200 0 750 96588 433 0 /assets/v1/js/jquery-1.11.1.min.js - -
+d:\iislog\W3SVC\ra170913.ibl 4798 USKY-3D398D8F45 112000 2017-09-13 13:27:33 1.180.233.195 222.73.136.94 80 GET HTTP/1.1 200 0 312 42137 456 0 /assets/v1/images/slider1_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 4799 USKY-3D398D8F45 112000 2017-09-13 13:27:33 1.180.233.195 222.73.136.94 80 GET HTTP/1.1 200 0 203 45152 456 0 /assets/v1/images/slider2_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 4800 USKY-3D398D8F45 112000 2017-09-13 13:27:33 1.180.233.195 222.73.136.94 80 GET HTTP/1.1 200 0 93 936 399 0 /uploads/logo/partner15.png - -
+d:\iislog\W3SVC\ra170913.ibl 4801 USKY-3D398D8F45 112000 2017-09-13 13:27:33 1.180.233.195 222.73.136.94 80 GET HTTP/1.1 200 0 296 45520 456 0 /assets/v1/images/slider3_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 4802 USKY-3D398D8F45 112000 2017-09-13 13:27:33 1.180.233.195 222.73.136.94 80 GET HTTP/1.1 200 0 171 3514 398 0 /uploads/logo/partner7.png - -
+d:\iislog\W3SVC\ra170913.ibl 4803 USKY-3D398D8F45 112000 2017-09-13 13:27:33 1.180.233.195 222.73.136.94 80 GET HTTP/1.1 200 0 531 56348 398 0 /uploads/logo/partner3.png - -
+d:\iislog\W3SVC\ra170913.ibl 4804 USKY-3D398D8F45 112000 2017-09-13 13:27:33 1.180.233.195 222.73.136.94 80 GET HTTP/1.1 200 0 562 61076 398 0 /uploads/logo/partner2.png - -
+d:\iislog\W3SVC\ra170913.ibl 4805 USKY-3D398D8F45 112000 2017-09-13 13:27:33 1.180.233.195 222.73.136.94 80 GET HTTP/1.1 200 0 78 9675 397 0 /uploads/logo/fans_06.png - -
+d:\iislog\W3SVC\ra170913.ibl 4806 USKY-3D398D8F45 112000 2017-09-13 13:27:33 1.180.233.195 222.73.136.94 80 GET HTTP/1.1 200 0 78 2334 397 0 /uploads/logo/fans_04.png - -
+d:\iislog\W3SVC\ra170913.ibl 4807 USKY-3D398D8F45 112000 2017-09-13 13:27:33 1.180.233.195 222.73.136.94 80 GET HTTP/1.1 200 0 484 42424 471 0 /assets/v1/images/tel.png - -
+d:\iislog\W3SVC\ra170913.ibl 4808 USKY-3D398D8F45 112000 2017-09-13 13:27:34 1.180.233.195 222.73.136.94 80 GET HTTP/1.1 200 0 656 43618 472 0 /assets/v1/images/logo.png - -
+d:\iislog\W3SVC\ra170913.ibl 4809 USKY-3D398D8F45 112000 2017-09-13 13:27:34 1.180.233.195 222.73.136.94 80 GET HTTP/1.1 200 0 78 11471 397 0 /uploads/logo/fans_08.png - -
+d:\iislog\W3SVC\ra170913.ibl 4810 USKY-3D398D8F45 112000 2017-09-13 13:27:34 1.180.233.195 222.73.136.94 80 GET HTTP/1.1 200 0 78 11849 397 0 /uploads/logo/fans_10.png - -
+d:\iislog\W3SVC\ra170913.ibl 4811 USKY-3D398D8F45 112000 2017-09-13 13:27:34 1.180.233.195 222.73.136.94 80 GET HTTP/1.1 200 0 906 57855 449 0 /assets/v1/images/wx1.png - -
+d:\iislog\W3SVC\ra170913.ibl 4812 USKY-3D398D8F45 112000 2017-09-13 13:27:34 1.180.233.195 222.73.136.94 80 GET HTTP/1.1 200 0 921 57699 398 0 /uploads/logo/partner4.png - -
+d:\iislog\W3SVC\ra170913.ibl 4813 USKY-3D398D8F45 112000 2017-09-13 13:27:34 1.180.233.195 222.73.136.94 80 GET HTTP/1.1 200 0 156 8475 397 0 /uploads/logo/fans_19.png - -
+d:\iislog\W3SVC\ra170913.ibl 4814 USKY-3D398D8F45 112000 2017-09-13 13:27:34 1.180.233.195 222.73.136.94 80 GET HTTP/1.1 200 0 78 5778 397 0 /uploads/logo/fans_20.png - -
+d:\iislog\W3SVC\ra170913.ibl 4815 USKY-3D398D8F45 112000 2017-09-13 13:27:34 1.180.233.195 222.73.136.94 80 GET HTTP/1.1 200 0 515 42681 471 0 /assets/v1/images/bd.png - -
+d:\iislog\W3SVC\ra170913.ibl 4816 USKY-3D398D8F45 112000 2017-09-13 13:27:34 1.180.233.195 222.73.136.94 80 GET HTTP/1.1 200 0 859 103874 517 0 /uploads/avatar/2%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E5%AE%A2%E6%88%B7%E6%A1%88%E4%BE%8B.png - -
+d:\iislog\W3SVC\ra170913.ibl 4817 USKY-3D398D8F45 112000 2017-09-13 13:27:34 1.180.233.195 222.73.136.94 80 GET HTTP/1.1 200 0 343 41156 476 0 /assets/v1/images/meun_tab.png - -
+d:\iislog\W3SVC\ra170913.ibl 4818 USKY-3D398D8F45 112000 2017-09-13 13:27:35 1.180.233.195 222.73.136.94 80 GET HTTP/1.1 200 0 1109 5838 397 0 /uploads/logo/fans_17.png - -
+d:\iislog\W3SVC\ra170913.ibl 4819 USKY-3D398D8F45 112000 2017-09-13 13:27:35 1.180.233.195 222.73.136.94 80 GET HTTP/1.1 200 0 1281 166408 508 0 /uploads/avatar/1%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E6%B0%B8%E5%A4%A9%E4%BA%91.png - -
+d:\iislog\W3SVC\ra170913.ibl 4820 USKY-3D398D8F45 112000 2017-09-13 13:27:35 1.180.233.195 222.73.136.94 80 GET HTTP/1.1 200 0 1937 8042 397 0 /uploads/logo/fans_02.png - -
+d:\iislog\W3SVC\ra170913.ibl 4821 USKY-3D398D8F45 112000 2017-09-13 13:27:35 1.180.233.195 222.73.136.94 80 GET HTTP/1.1 200 0 250 24271 452 0 /assets/v1/images/num1_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 4822 USKY-3D398D8F45 112000 2017-09-13 13:27:35 1.180.233.195 222.73.136.94 80 GET HTTP/1.1 200 0 1734 4360 397 0 /uploads/logo/fans_15.png - -
+d:\iislog\W3SVC\ra170913.ibl 4823 USKY-3D398D8F45 112000 2017-09-13 13:27:35 1.180.233.195 222.73.136.94 80 GET HTTP/1.1 200 0 2625 64070 398 0 /uploads/logo/partner1.png - -
+d:\iislog\W3SVC\ra170913.ibl 4824 USKY-3D398D8F45 112000 2017-09-13 13:27:36 1.180.233.195 222.73.136.94 80 GET HTTP/1.1 200 0 1828 126613 451 0 /assets/v1/images/num28.png - -
+d:\iislog\W3SVC\ra170913.ibl 4825 USKY-3D398D8F45 112000 2017-09-13 13:27:37 1.180.233.195 222.73.136.94 80 GET HTTP/1.1 200 0 359 20514 452 0 /assets/v1/images/num2_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 4826 USKY-3D398D8F45 112000 2017-09-13 13:27:37 1.180.233.195 222.73.136.94 80 GET HTTP/1.1 200 0 1781 162783 451 0 /assets/v1/images/num29.png - -
+d:\iislog\W3SVC\ra170913.ibl 4827 USKY-3D398D8F45 112000 2017-09-13 13:27:37 1.180.233.195 222.73.136.94 80 GET HTTP/1.1 200 0 4171 355323 453 0 /assets/v1/images/num2_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 4828 USKY-3D398D8F45 112000 2017-09-13 13:27:37 1.180.233.195 222.73.136.94 80 GET HTTP/1.1 200 0 4328 338195 453 0 /assets/v1/images/num3_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 4829 USKY-3D398D8F45 112000 2017-09-13 13:27:37 1.180.233.195 222.73.136.94 80 GET HTTP/1.1 200 0 484 28927 451 0 /assets/v1/images/num31.png - -
+d:\iislog\W3SVC\ra170913.ibl 4830 USKY-3D398D8F45 112000 2017-09-13 13:27:37 1.180.233.195 222.73.136.94 80 GET HTTP/1.1 200 0 390 32407 452 0 /assets/v1/images/num3_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 4831 USKY-3D398D8F45 112000 2017-09-13 13:27:37 1.180.233.195 222.73.136.94 80 GET HTTP/1.1 200 0 296 50030 453 0 /assets/v1/images/footer1.png - -
+d:\iislog\W3SVC\ra170913.ibl 4832 USKY-3D398D8F45 112000 2017-09-13 13:27:38 1.180.233.195 222.73.136.94 80 GET HTTP/1.1 200 0 562 54113 453 0 /assets/v1/images/footer2.png - -
+d:\iislog\W3SVC\ra170913.ibl 4833 USKY-3D398D8F45 112000 2017-09-13 13:27:38 1.180.233.195 222.73.136.94 80 GET HTTP/1.1 200 0 562 47566 477 0 /assets/v1/images/alert1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 4834 USKY-3D398D8F45 112000 2017-09-13 13:27:38 1.180.233.195 222.73.136.94 80 GET HTTP/1.1 200 0 578 105595 517 0 /uploads/avatar/4%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E4%BA%BA%E5%8A%9B%E8%B5%84%E6%BA%90.png - -
+d:\iislog\W3SVC\ra170913.ibl 4835 USKY-3D398D8F45 112000 2017-09-13 13:27:38 1.180.233.195 222.73.136.94 80 GET HTTP/1.1 200 0 812 97969 517 0 /uploads/avatar/3%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E6%96%B0%E9%97%BB%E8%B5%84%E8%AE%AF.png - -
+d:\iislog\W3SVC\ra170913.ibl 4836 USKY-3D398D8F45 112000 2017-09-13 13:27:38 1.180.233.195 222.73.136.94 80 GET HTTP/1.1 200 0 359 44989 473 0 /assets/v1/images/spc.png - -
+d:\iislog\W3SVC\ra170913.ibl 4837 USKY-3D398D8F45 112000 2017-09-13 13:27:38 1.180.233.195 222.73.136.94 80 GET HTTP/1.1 200 0 421 43269 476 0 /assets/v1/images/num1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 4838 USKY-3D398D8F45 112000 2017-09-13 13:27:38 1.180.233.195 222.73.136.94 80 GET HTTP/1.1 200 0 5515 419700 453 0 /assets/v1/images/num1_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 4839 USKY-3D398D8F45 112000 2017-09-13 13:27:39 1.180.233.195 222.73.136.94 80 GET HTTP/1.1 200 0 4437 366588 453 0 /assets/v1/images/num4_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 4840 USKY-3D398D8F45 112000 2017-09-13 13:27:39 1.180.233.195 222.73.136.94 80 GET HTTP/1.1 404 0 93 1358 411 0 /index.php/favicon.ico - -
+d:\iislog\W3SVC\ra170913.ibl 4847 USKY-3D398D8F45 112000 2017-09-13 13:30:23 121.43.107.174 222.73.136.94 80 GET HTTP/1.1 200 0 93 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 4861 USKY-3D398D8F45 112000 2017-09-13 13:33:46 120.27.47.33 222.73.136.94 80 GET HTTP/1.1 200 0 156 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 4862 USKY-3D398D8F45 112000 2017-09-13 13:34:06 66.249.66.77 222.73.136.94 80 GET HTTP/1.1 200 0 1015 13664 420 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 4863 USKY-3D398D8F45 112000 2017-09-13 13:34:10 66.249.66.78 222.73.136.94 80 GET HTTP/1.1 200 0 968 8730 381 0 /assets/v1/css/base.css - -
+d:\iislog\W3SVC\ra170913.ibl 4864 USKY-3D398D8F45 112000 2017-09-13 13:34:10 66.249.66.76 222.73.136.94 80 GET HTTP/1.1 200 0 328 1533 383 0 /assets/v1/css/footer.css - -
+d:\iislog\W3SVC\ra170913.ibl 4865 USKY-3D398D8F45 112000 2017-09-13 13:34:11 66.249.66.77 222.73.136.94 80 GET HTTP/1.1 200 0 312 1469 383 0 /assets/v1/css/jPages.css - -
+d:\iislog\W3SVC\ra170913.ibl 4866 USKY-3D398D8F45 112000 2017-09-13 13:34:11 66.249.66.76 222.73.136.94 80 GET HTTP/1.1 200 0 312 1086 382 0 /assets/v1/css/reset.css - -
+d:\iislog\W3SVC\ra170913.ibl 4867 USKY-3D398D8F45 112000 2017-09-13 13:34:13 66.249.66.76 222.73.136.94 80 GET HTTP/1.1 200 0 312 3789 382 0 /assets/v1/css/index.css - -
+d:\iislog\W3SVC\ra170913.ibl 4868 USKY-3D398D8F45 112000 2017-09-13 13:34:17 66.249.66.77 222.73.136.94 80 GET HTTP/1.1 200 0 3000 2794 381 0 /assets/v1/css/head.css - -
+d:\iislog\W3SVC\ra170913.ibl 4871 USKY-3D398D8F45 112000 2017-09-13 13:35:41 123.125.67.228 222.73.136.94 80 GET HTTP/1.1 404 0 109 183 261 64 /index.php/robots.txt - -
+d:\iislog\W3SVC\ra170913.ibl 4872 USKY-3D398D8F45 112000 2017-09-13 13:35:57 66.249.66.139 222.73.136.94 80 GET HTTP/1.1 304 0 3468 214 249 0 /uploads/logo/fans_15.png - -
+d:\iislog\W3SVC\ra170913.ibl 4876 USKY-3D398D8F45 112000 2017-09-13 13:37:02 220.181.108.170 222.73.136.94 80 GET HTTP/1.1 200 0 250 76018 242 0 /index.php/news/read/ id=128 -
+d:\iislog\W3SVC\ra170913.ibl 4878 USKY-3D398D8F45 112000 2017-09-13 13:38:04 120.92.32.139 222.73.136.94 80 GET HTTP/1.1 200 0 156 13194 463 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 4880 USKY-3D398D8F45 112000 2017-09-13 13:38:17 120.92.32.139 222.73.136.94 80 GET HTTP/1.1 200 0 265 96588 533 0 /assets/v1/js/jquery-1.11.1.min.js - -
+d:\iislog\W3SVC\ra170913.ibl 4883 USKY-3D398D8F45 112000 2017-09-13 13:38:23 120.92.32.139 222.73.136.94 80 GET HTTP/1.1 200 0 31 3373 530 0 /assets/v1/js/jquery.plugins.js - -
+d:\iislog\W3SVC\ra170913.ibl 4890 USKY-3D398D8F45 112000 2017-09-13 13:41:31 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 68546 230340 389 0 /uploads/logo/ZHYQ_03.png - -
+d:\iislog\W3SVC\ra170913.ibl 4894 USKY-3D398D8F45 112000 2017-09-13 13:41:57 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 96796 649751 384 0 /uploads/logo/th.png - -
+d:\iislog\W3SVC\ra170913.ibl 4900 USKY-3D398D8F45 112000 2017-09-13 13:44:32 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 251968 805797 384 0 /uploads/logo/hy.png - -
+d:\iislog\W3SVC\ra170913.ibl 4903 USKY-3D398D8F45 112000 2017-09-13 13:45:23 121.43.107.174 222.73.136.94 80 GET HTTP/1.1 200 0 109 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 4907 USKY-3D398D8F45 112000 2017-09-13 13:46:09 106.11.155.149 222.73.136.94 80 GET HTTP/1.1 200 0 109 32832 190 0 /index.php/news/read/ id=34 -
+d:\iislog\W3SVC\ra170913.ibl 4909 USKY-3D398D8F45 112000 2017-09-13 13:46:17 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 285703 723871 386 0 /uploads/logo/kjxy.png - -
+d:\iislog\W3SVC\ra170913.ibl 4911 USKY-3D398D8F45 112000 2017-09-13 13:46:19 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 358718 907374 384 0 /uploads/logo/jx.png - -
+d:\iislog\W3SVC\ra170913.ibl 4914 USKY-3D398D8F45 112000 2017-09-13 13:47:23 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 326750 762600 386 0 /uploads/logo/shjm.png - -
+d:\iislog\W3SVC\ra170913.ibl 4918 USKY-3D398D8F45 112000 2017-09-13 13:48:46 120.27.47.33 222.73.136.94 80 GET HTTP/1.1 200 0 156 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 4931 USKY-3D398D8F45 112000 2017-09-13 13:54:38 106.38.241.107 222.73.136.94 80 GET HTTP/1.1 404 0 46 1358 199 0 /index.php/robots.txt - -
+d:\iislog\W3SVC\ra170913.ibl 4932 USKY-3D398D8F45 112000 2017-09-13 13:54:45 155.69.191.252 222.73.136.94 80 GET HTTP/1.1 200 0 612687 715156 387 64 /uploads/logo/kgcxy.png - -
+d:\iislog\W3SVC\ra170913.ibl 4937 USKY-3D398D8F45 112000 2017-09-13 13:56:54 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 404 0 562 1358 233 0 /index.php/apple-touch-icon-precomposed.png - -
+d:\iislog\W3SVC\ra170913.ibl 4938 USKY-3D398D8F45 112000 2017-09-13 13:56:55 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 200 0 3421 13382 329 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 4939 USKY-3D398D8F45 112000 2017-09-13 13:56:55 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 404 0 640 1358 221 0 /index.php/apple-touch-icon.png - -
+d:\iislog\W3SVC\ra170913.ibl 4940 USKY-3D398D8F45 112000 2017-09-13 13:56:56 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 404 0 515 1358 212 0 /index.php/favicon.ico - -
+d:\iislog\W3SVC\ra170913.ibl 4941 USKY-3D398D8F45 112000 2017-09-13 13:56:58 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 404 0 484 1358 233 0 /index.php/apple-touch-icon-precomposed.png - -
+d:\iislog\W3SVC\ra170913.ibl 4942 USKY-3D398D8F45 112000 2017-09-13 13:57:01 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 404 0 468 1358 221 0 /index.php/apple-touch-icon.png - -
+d:\iislog\W3SVC\ra170913.ibl 4943 USKY-3D398D8F45 112000 2017-09-13 13:57:02 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 404 0 468 1358 212 0 /index.php/favicon.ico - -
+d:\iislog\W3SVC\ra170913.ibl 4944 USKY-3D398D8F45 112000 2017-09-13 13:57:04 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 200 0 1843 13382 377 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 4945 USKY-3D398D8F45 112000 2017-09-13 13:57:06 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 404 0 453 1358 233 0 /index.php/apple-touch-icon-precomposed.png - -
+d:\iislog\W3SVC\ra170913.ibl 4946 USKY-3D398D8F45 112000 2017-09-13 13:57:09 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 404 0 656 1358 221 0 /index.php/apple-touch-icon.png - -
+d:\iislog\W3SVC\ra170913.ibl 4947 USKY-3D398D8F45 112000 2017-09-13 13:57:13 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 404 0 3593 1358 212 0 /index.php/favicon.ico - -
+d:\iislog\W3SVC\ra170913.ibl 4948 USKY-3D398D8F45 112000 2017-09-13 13:57:13 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 404 0 843 1358 233 0 /index.php/apple-touch-icon-precomposed.png - -
+d:\iislog\W3SVC\ra170913.ibl 4950 USKY-3D398D8F45 112000 2017-09-13 13:57:14 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 404 0 593 1358 221 0 /index.php/apple-touch-icon.png - -
+d:\iislog\W3SVC\ra170913.ibl 4951 USKY-3D398D8F45 112000 2017-09-13 13:57:16 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 404 0 906 1358 212 0 /index.php/favicon.ico - -
+d:\iislog\W3SVC\ra170913.ibl 4952 USKY-3D398D8F45 112000 2017-09-13 13:57:44 101.226.15.170 222.73.136.94 80 GET HTTP/1.0 200 0 78 371 343 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 4953 USKY-3D398D8F45 112000 2017-09-13 13:58:00 101.226.15.170 222.73.136.94 80 GET HTTP/1.0 404 0 16828 183 353 64 /index.php/robots.txt - -
+d:\iislog\W3SVC\ra170913.ibl 4959 USKY-3D398D8F45 112000 2017-09-13 13:59:48 106.11.158.156 222.73.136.94 80 GET HTTP/1.1 200 0 93 8484 184 0 /index.php/news/read/ id=63 -
+d:\iislog\W3SVC\ra170913.ibl 4961 USKY-3D398D8F45 112000 2017-09-13 14:00:23 121.43.107.174 222.73.136.94 80 GET HTTP/1.1 200 0 109 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 4968 USKY-3D398D8F45 112000 2017-09-13 14:03:46 120.27.47.33 222.73.136.94 80 GET HTTP/1.1 200 0 156 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 4991 USKY-3D398D8F45 112000 2017-09-13 14:15:23 121.43.107.174 222.73.136.94 80 GET HTTP/1.1 200 0 93 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 4997 USKY-3D398D8F45 112000 2017-09-13 14:17:45 89.35.39.45 222.73.136.94 80 GET HTTP/1.1 404 0 265 1358 165 0 /index.php/robots.txt - -
+d:\iislog\W3SVC\ra170913.ibl 4998 USKY-3D398D8F45 112000 2017-09-13 14:17:48 89.35.39.45 222.73.136.94 80 GET HTTP/1.1 200 0 1046 21945 359 0 /index.php/news/read/ id=130 -
+d:\iislog\W3SVC\ra170913.ibl 5001 USKY-3D398D8F45 112000 2017-09-13 14:18:19 60.223.135.60 222.73.136.94 80 GET HTTP/1.1 200 0 218 27965 837 0 /upload/201506/10/201506101715516875.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 5002 USKY-3D398D8F45 112000 2017-09-13 14:18:46 120.27.47.33 222.73.136.94 80 GET HTTP/1.1 200 0 140 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5004 USKY-3D398D8F45 112000 2017-09-13 14:20:14 66.249.66.77 222.73.136.94 80 GET HTTP/1.1 404 0 343 1358 305 0 /index.php/privacy.htm - -
+d:\iislog\W3SVC\ra170913.ibl 5026 USKY-3D398D8F45 112000 2017-09-13 14:30:23 121.43.107.174 222.73.136.94 80 GET HTTP/1.1 200 0 109 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5034 USKY-3D398D8F45 112000 2017-09-13 14:33:46 120.27.47.33 222.73.136.94 80 GET HTTP/1.1 200 0 140 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5038 USKY-3D398D8F45 112000 2017-09-13 14:35:18 66.249.66.85 222.73.136.94 80 GET HTTP/1.1 200 0 1109 13194 410 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5039 USKY-3D398D8F45 112000 2017-09-13 14:35:22 180.76.15.22 222.73.136.94 80 GET HTTP/1.1 200 0 312 511 242 0 /assets/v1/js/picture.js - -
+d:\iislog\W3SVC\ra170913.ibl 5062 USKY-3D398D8F45 112000 2017-09-13 14:45:10 66.249.66.213 222.73.136.94 80 GET HTTP/1.1 200 0 1031 13664 294 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5063 USKY-3D398D8F45 112000 2017-09-13 14:45:23 121.43.107.174 222.73.136.94 80 GET HTTP/1.1 200 0 109 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5070 USKY-3D398D8F45 112000 2017-09-13 14:48:46 120.27.47.33 222.73.136.94 80 GET HTTP/1.1 200 0 156 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5084 USKY-3D398D8F45 112000 2017-09-13 14:55:53 95.108.181.118 222.73.136.94 80 GET HTTP/1.1 404 0 453 1358 183 0 /index.php/robots.txt - -
+d:\iislog\W3SVC\ra170913.ibl 5085 USKY-3D398D8F45 112000 2017-09-13 14:55:56 95.108.181.118 222.73.136.94 80 GET HTTP/1.1 404 0 468 1358 232 0 /index.php/en/images/1.gif - -
+d:\iislog\W3SVC\ra170913.ibl 5091 USKY-3D398D8F45 112000 2017-09-13 14:58:49 66.249.66.16 222.73.136.94 80 GET HTTP/1.1 304 0 328 214 249 0 /uploads/logo/fans_19.png - -
+d:\iislog\W3SVC\ra170913.ibl 5097 USKY-3D398D8F45 112000 2017-09-13 15:00:23 121.43.107.174 222.73.136.94 80 GET HTTP/1.1 200 0 125 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5104 USKY-3D398D8F45 112000 2017-09-13 15:03:46 120.27.47.33 222.73.136.94 80 GET HTTP/1.1 200 0 140 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5127 USKY-3D398D8F45 112000 2017-09-13 15:15:23 121.43.107.174 222.73.136.94 80 GET HTTP/1.1 200 0 109 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5131 USKY-3D398D8F45 112000 2017-09-13 15:17:41 106.11.159.200 222.73.136.94 80 GET HTTP/1.1 200 0 109 13664 308 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5132 USKY-3D398D8F45 112000 2017-09-13 15:17:46 106.11.157.212 222.73.136.94 80 GET HTTP/1.1 200 0 93 13664 236 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5133 USKY-3D398D8F45 112000 2017-09-13 15:17:53 106.11.153.212 222.73.136.94 80 GET HTTP/1.1 200 0 93 13664 236 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5136 USKY-3D398D8F45 112000 2017-09-13 15:18:46 120.27.47.33 222.73.136.94 80 GET HTTP/1.1 200 0 140 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5150 USKY-3D398D8F45 112000 2017-09-13 15:25:31 123.125.71.56 222.73.136.94 80 GET HTTP/1.1 200 0 171 13685 235 0 /index.php/news/read/ id=51 -
+d:\iislog\W3SVC\ra170913.ibl 5163 USKY-3D398D8F45 112000 2017-09-13 15:30:23 121.43.107.174 222.73.136.94 80 GET HTTP/1.1 200 0 109 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5168 USKY-3D398D8F45 112000 2017-09-13 15:33:46 120.27.47.33 222.73.136.94 80 GET HTTP/1.1 200 0 156 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5173 USKY-3D398D8F45 112000 2017-09-13 15:35:06 180.149.143.25 222.73.136.94 80 GET HTTP/1.1 200 0 1359 331007 570 0 /upload/201401/09/201401091528289062.png - -
+d:\iislog\W3SVC\ra170913.ibl 5174 USKY-3D398D8F45 112000 2017-09-13 15:35:08 73.114.17.77 222.73.136.94 80 GET HTTP/1.1 200 0 2531 13382 329 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5175 USKY-3D398D8F45 112000 2017-09-13 15:35:09 73.114.17.77 222.73.136.94 80 GET HTTP/1.1 404 0 468 1358 233 0 /index.php/apple-touch-icon-precomposed.png - -
+d:\iislog\W3SVC\ra170913.ibl 5176 USKY-3D398D8F45 112000 2017-09-13 15:35:10 73.114.17.77 222.73.136.94 80 GET HTTP/1.1 404 0 640 1358 221 0 /index.php/apple-touch-icon.png - -
+d:\iislog\W3SVC\ra170913.ibl 5177 USKY-3D398D8F45 112000 2017-09-13 15:35:11 73.114.17.77 222.73.136.94 80 GET HTTP/1.1 404 0 468 1358 212 0 /index.php/favicon.ico - -
+d:\iislog\W3SVC\ra170913.ibl 5178 USKY-3D398D8F45 112000 2017-09-13 15:35:13 73.114.17.77 222.73.136.94 80 GET HTTP/1.1 404 0 484 1358 233 0 /index.php/apple-touch-icon-precomposed.png - -
+d:\iislog\W3SVC\ra170913.ibl 5179 USKY-3D398D8F45 112000 2017-09-13 15:35:14 73.114.17.77 222.73.136.94 80 GET HTTP/1.1 404 0 390 1358 221 0 /index.php/apple-touch-icon.png - -
+d:\iislog\W3SVC\ra170913.ibl 5180 USKY-3D398D8F45 112000 2017-09-13 15:35:15 73.114.17.77 222.73.136.94 80 GET HTTP/1.1 404 0 421 1358 212 0 /index.php/favicon.ico - -
+d:\iislog\W3SVC\ra170913.ibl 5181 USKY-3D398D8F45 112000 2017-09-13 15:35:17 73.114.17.77 222.73.136.94 80 GET HTTP/1.1 200 0 1343 13382 377 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5182 USKY-3D398D8F45 112000 2017-09-13 15:35:18 73.114.17.77 222.73.136.94 80 GET HTTP/1.1 404 0 421 1358 233 0 /index.php/apple-touch-icon-precomposed.png - -
+d:\iislog\W3SVC\ra170913.ibl 5183 USKY-3D398D8F45 112000 2017-09-13 15:35:19 73.114.17.77 222.73.136.94 80 GET HTTP/1.1 404 0 437 1358 221 0 /index.php/apple-touch-icon.png - -
+d:\iislog\W3SVC\ra170913.ibl 5184 USKY-3D398D8F45 112000 2017-09-13 15:35:19 73.114.17.77 222.73.136.94 80 GET HTTP/1.1 404 0 406 1358 212 0 /index.php/favicon.ico - -
+d:\iislog\W3SVC\ra170913.ibl 5185 USKY-3D398D8F45 112000 2017-09-13 15:35:20 73.114.17.77 222.73.136.94 80 GET HTTP/1.1 404 0 390 1358 233 0 /index.php/apple-touch-icon-precomposed.png - -
+d:\iislog\W3SVC\ra170913.ibl 5186 USKY-3D398D8F45 112000 2017-09-13 15:35:21 73.114.17.77 222.73.136.94 80 GET HTTP/1.1 404 0 406 1358 221 0 /index.php/apple-touch-icon.png - -
+d:\iislog\W3SVC\ra170913.ibl 5187 USKY-3D398D8F45 112000 2017-09-13 15:35:22 73.114.17.77 222.73.136.94 80 GET HTTP/1.1 404 0 406 1358 212 0 /index.php/favicon.ico - -
+d:\iislog\W3SVC\ra170913.ibl 5193 USKY-3D398D8F45 112000 2017-09-13 15:38:18 139.199.62.227 222.73.136.94 80 GET HTTP/1.1 200 0 156 13664 253 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5201 USKY-3D398D8F45 112000 2017-09-13 15:41:06 203.208.60.229 222.73.136.94 80 GET HTTP/1.1 200 0 265 13664 420 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5203 USKY-3D398D8F45 112000 2017-09-13 15:41:08 106.11.155.149 222.73.136.94 80 GET HTTP/1.1 200 0 93 10157 186 0 /index.php/news/read/ id=52 -
+d:\iislog\W3SVC\ra170913.ibl 5204 USKY-3D398D8F45 112000 2017-09-13 15:41:09 106.11.153.147 222.73.136.94 80 GET HTTP/1.1 200 0 125 12303 184 0 /index.php/news/read/ id=37 -
+d:\iislog\W3SVC\ra170913.ibl 5205 USKY-3D398D8F45 112000 2017-09-13 15:41:09 106.11.156.148 222.73.136.94 80 GET HTTP/1.1 200 0 109 21675 191 0 /index.php/news/read/ id=104 -
+d:\iislog\W3SVC\ra170913.ibl 5214 USKY-3D398D8F45 112000 2017-09-13 15:45:23 121.43.107.174 222.73.136.94 80 GET HTTP/1.1 200 0 93 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5218 USKY-3D398D8F45 112000 2017-09-13 15:47:11 203.208.60.232 222.73.136.94 80 GET HTTP/1.1 304 0 62 214 255 0 /assets/v1/images/rh2.png - -
+d:\iislog\W3SVC\ra170913.ibl 5219 USKY-3D398D8F45 112000 2017-09-13 15:47:56 203.208.60.228 222.73.136.94 80 GET HTTP/1.1 200 0 250 9816 309 0 /index.php/news/read/ id=7 -
+d:\iislog\W3SVC\ra170913.ibl 5223 USKY-3D398D8F45 112000 2017-09-13 15:48:46 120.27.47.33 222.73.136.94 80 GET HTTP/1.1 200 0 156 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5230 USKY-3D398D8F45 112000 2017-09-13 15:52:25 139.199.62.227 222.73.136.94 80 GET HTTP/1.1 200 0 156 13382 247 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5238 USKY-3D398D8F45 112000 2017-09-13 15:55:45 88.198.55.175 222.73.136.94 80 GET HTTP/1.1 404 0 265 1358 159 0 /index.php/robots.txt - -
+d:\iislog\W3SVC\ra170913.ibl 5239 USKY-3D398D8F45 112000 2017-09-13 15:55:47 88.198.55.175 222.73.136.94 80 GET HTTP/1.1 404 0 281 1358 349 0 /index.php/business.aspx - -
+d:\iislog\W3SVC\ra170913.ibl 5250 USKY-3D398D8F45 112000 2017-09-13 16:00:23 121.43.107.174 222.73.136.94 80 GET HTTP/1.1 200 0 93 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5253 USKY-3D398D8F45 112000 2017-09-13 16:01:20 203.208.60.250 222.73.136.94 80 GET HTTP/1.1 200 0 265 13382 288 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5258 USKY-3D398D8F45 112000 2017-09-13 16:03:46 120.27.47.33 222.73.136.94 80 GET HTTP/1.1 200 0 140 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5262 USKY-3D398D8F45 112000 2017-09-13 16:04:19 203.208.60.228 222.73.136.94 80 GET HTTP/1.1 200 0 250 9435 309 0 /index.php/news/read/ id=2 -
+d:\iislog\W3SVC\ra170913.ibl 5266 USKY-3D398D8F45 112000 2017-09-13 16:06:30 106.11.158.156 222.73.136.94 80 GET HTTP/1.1 404 0 31 183 203 64 /index.php/news_page.html categoryId=1&id=36 -
+d:\iislog\W3SVC\ra170913.ibl 5272 USKY-3D398D8F45 112000 2017-09-13 16:09:19 123.125.67.164 222.73.136.94 80 GET HTTP/1.1 404 0 296 183 261 64 /index.php/robots.txt - -
+d:\iislog\W3SVC\ra170913.ibl 5275 USKY-3D398D8F45 112000 2017-09-13 16:10:44 203.208.60.231 222.73.136.94 80 GET HTTP/1.1 404 0 93 1358 231 0 /index.php/robots.txt - -
+d:\iislog\W3SVC\ra170913.ibl 5276 USKY-3D398D8F45 112000 2017-09-13 16:10:44 203.208.60.228 222.73.136.94 80 GET HTTP/1.1 200 0 281 13664 294 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5286 USKY-3D398D8F45 112000 2017-09-13 16:15:23 121.43.107.174 222.73.136.94 80 GET HTTP/1.1 200 0 93 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5293 USKY-3D398D8F45 112000 2017-09-13 16:18:46 120.27.47.33 222.73.136.94 80 GET HTTP/1.1 200 0 140 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5296 USKY-3D398D8F45 112000 2017-09-13 16:20:09 203.208.60.231 222.73.136.94 80 GET HTTP/1.1 200 0 281 10956 309 0 /index.php/news/read/ id=9 -
+d:\iislog\W3SVC\ra170913.ibl 5300 USKY-3D398D8F45 112000 2017-09-13 16:21:25 123.125.67.166 222.73.136.94 80 GET HTTP/1.1 404 0 62 1358 255 0 /index.php/robots.txt - -
+d:\iislog\W3SVC\ra170913.ibl 5310 USKY-3D398D8F45 112000 2017-09-13 16:26:51 106.11.158.156 222.73.136.94 80 GET HTTP/1.1 200 0 109 9940 184 0 /index.php/news/read/ id=11 -
+d:\iislog\W3SVC\ra170913.ibl 5319 USKY-3D398D8F45 112000 2017-09-13 16:30:23 121.43.107.174 222.73.136.94 80 GET HTTP/1.1 200 0 93 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5322 USKY-3D398D8F45 112000 2017-09-13 16:31:58 203.208.60.213 222.73.136.94 80 GET HTTP/1.1 404 0 93 1358 321 0 /index.php/read_new.aspx id=61&isCompany=company -
+d:\iislog\W3SVC\ra170913.ibl 5326 USKY-3D398D8F45 112000 2017-09-13 16:33:45 120.27.47.33 222.73.136.94 80 GET HTTP/1.1 200 0 125 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5331 USKY-3D398D8F45 112000 2017-09-13 16:34:33 40.77.167.18 222.73.136.94 80 GET HTTP/1.1 200 0 1390 13194 262 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5332 USKY-3D398D8F45 112000 2017-09-13 16:35:26 203.208.60.229 222.73.136.94 80 GET HTTP/1.1 200 0 265 10426 310 0 /index.php/news/read/ id=40 -
+d:\iislog\W3SVC\ra170913.ibl 5336 USKY-3D398D8F45 112000 2017-09-13 16:37:09 203.208.60.217 222.73.136.94 80 GET HTTP/1.1 200 0 281 13194 410 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5347 USKY-3D398D8F45 112000 2017-09-13 16:42:18 203.208.60.229 222.73.136.94 80 GET HTTP/1.1 200 0 265 13664 420 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5355 USKY-3D398D8F45 112000 2017-09-13 16:45:23 121.43.107.174 222.73.136.94 80 GET HTTP/1.1 200 0 109 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5357 USKY-3D398D8F45 112000 2017-09-13 16:45:55 36.22.120.71 222.73.136.94 80 GET HTTP/1.1 200 0 2375 13664 253 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5358 USKY-3D398D8F45 112000 2017-09-13 16:45:55 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 200 0 343 13664 618 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5359 USKY-3D398D8F45 112000 2017-09-13 16:45:56 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 200 0 328 13664 1072 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5360 USKY-3D398D8F45 112000 2017-09-13 16:45:59 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 200 0 312 13664 621 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5362 USKY-3D398D8F45 112000 2017-09-13 16:46:05 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 200 0 2953 0 1072 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5363 USKY-3D398D8F45 112000 2017-09-13 16:46:05 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 200 0 328 13664 621 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5364 USKY-3D398D8F45 112000 2017-09-13 16:46:10 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 200 0 4937 13664 619 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5365 USKY-3D398D8F45 112000 2017-09-13 16:46:14 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 200 0 3218 371 1073 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5366 USKY-3D398D8F45 112000 2017-09-13 16:46:17 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 200 0 3296 13664 622 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5368 USKY-3D398D8F45 112000 2017-09-13 16:46:20 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 200 0 375 13664 1075 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5369 USKY-3D398D8F45 112000 2017-09-13 16:46:21 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 200 0 375 13664 624 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5370 USKY-3D398D8F45 112000 2017-09-13 16:46:24 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 109 1358 1086 0 /index.php/123.txt - -
+d:\iislog\W3SVC\ra170913.ibl 5371 USKY-3D398D8F45 112000 2017-09-13 16:46:25 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 635 0 /index.php/123.txt - -
+d:\iislog\W3SVC\ra170913.ibl 5372 USKY-3D398D8F45 112000 2017-09-13 16:46:29 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 200 0 4203 371 636 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5373 USKY-3D398D8F45 112000 2017-09-13 16:46:29 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 125 1358 668 0 /index.php/plus/ad_js.php aid=8888 -
+d:\iislog\W3SVC\ra170913.ibl 5374 USKY-3D398D8F45 112000 2017-09-13 16:46:29 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 109 1358 1122 0 /index.php/plus/ad_js.php aid=8888 -
+d:\iislog\W3SVC\ra170913.ibl 5375 USKY-3D398D8F45 112000 2017-09-13 16:46:30 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 125 1358 671 0 /index.php/plus/ad_js.php aid=8888 -
+d:\iislog\W3SVC\ra170913.ibl 5376 USKY-3D398D8F45 112000 2017-09-13 16:46:30 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 668 0 /index.php/plus/ad_js.php aid=9090 -
+d:\iislog\W3SVC\ra170913.ibl 5377 USKY-3D398D8F45 112000 2017-09-13 16:46:30 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 1122 0 /index.php/plus/ad_js.php aid=9090 -
+d:\iislog\W3SVC\ra170913.ibl 5378 USKY-3D398D8F45 112000 2017-09-13 16:46:31 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 406 1358 671 0 /index.php/plus/ad_js.php aid=9090 -
+d:\iislog\W3SVC\ra170913.ibl 5379 USKY-3D398D8F45 112000 2017-09-13 16:46:33 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 1136 0 /index.php/plus/ad_js.php aid=21&c=assert -
+d:\iislog\W3SVC\ra170913.ibl 5380 USKY-3D398D8F45 112000 2017-09-13 16:46:33 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 685 0 /index.php/plus/ad_js.php aid=21&c=assert -
+d:\iislog\W3SVC\ra170913.ibl 5381 USKY-3D398D8F45 112000 2017-09-13 16:46:34 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 670 0 /index.php/plus/mytag_js.php aid=6022 -
+d:\iislog\W3SVC\ra170913.ibl 5382 USKY-3D398D8F45 112000 2017-09-13 16:46:34 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 1124 0 /index.php/plus/mytag_js.php aid=6022 -
+d:\iislog\W3SVC\ra170913.ibl 5383 USKY-3D398D8F45 112000 2017-09-13 16:46:34 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 673 0 /index.php/plus/mytag_js.php aid=6022 -
+d:\iislog\W3SVC\ra170913.ibl 5384 USKY-3D398D8F45 112000 2017-09-13 16:46:34 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 406 1358 675 0 /index.php/plus/mytag_js.php aid=9527 -
+d:\iislog\W3SVC\ra170913.ibl 5385 USKY-3D398D8F45 112000 2017-09-13 16:46:37 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 678 0 /index.php/plus/mytag_js.php aid=9527 -
+d:\iislog\W3SVC\ra170913.ibl 5386 USKY-3D398D8F45 112000 2017-09-13 16:46:37 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 78 1358 676 0 /index.php/plus/mytag_js.php aid=9191 -
+d:\iislog\W3SVC\ra170913.ibl 5387 USKY-3D398D8F45 112000 2017-09-13 16:46:38 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 1130 0 /index.php/plus/mytag_js.php aid=9191 -
+d:\iislog\W3SVC\ra170913.ibl 5388 USKY-3D398D8F45 112000 2017-09-13 16:46:38 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 679 0 /index.php/plus/mytag_js.php aid=9191 -
+d:\iislog\W3SVC\ra170913.ibl 5389 USKY-3D398D8F45 112000 2017-09-13 16:46:38 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 674 0 /index.php/plus/mytag_js.php aid=9999 -
+d:\iislog\W3SVC\ra170913.ibl 5390 USKY-3D398D8F45 112000 2017-09-13 16:46:39 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 109 1358 1128 0 /index.php/plus/mytag_js.php aid=9999 -
+d:\iislog\W3SVC\ra170913.ibl 5391 USKY-3D398D8F45 112000 2017-09-13 16:46:39 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 390 1358 677 0 /index.php/plus/mytag_js.php aid=9999 -
+d:\iislog\W3SVC\ra170913.ibl 5392 USKY-3D398D8F45 112000 2017-09-13 16:46:42 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 406 1358 679 0 /index.php/plus/mytag_js.php aid=511348 -
+d:\iislog\W3SVC\ra170913.ibl 5393 USKY-3D398D8F45 112000 2017-09-13 16:46:45 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 682 0 /index.php/plus/mytag_js.php aid=511348 -
+d:\iislog\W3SVC\ra170913.ibl 5394 USKY-3D398D8F45 112000 2017-09-13 16:46:45 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 78 1358 674 0 /index.php/plus/mytag_js.php aid=8080 -
+d:\iislog\W3SVC\ra170913.ibl 5395 USKY-3D398D8F45 112000 2017-09-13 16:46:46 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 1128 0 /index.php/plus/mytag_js.php aid=8080 -
+d:\iislog\W3SVC\ra170913.ibl 5396 USKY-3D398D8F45 112000 2017-09-13 16:46:46 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 677 0 /index.php/plus/mytag_js.php aid=8080 -
+d:\iislog\W3SVC\ra170913.ibl 5397 USKY-3D398D8F45 112000 2017-09-13 16:46:46 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 109 1358 674 0 /index.php/plus/mytag_js.php aid=9090 -
+d:\iislog\W3SVC\ra170913.ibl 5398 USKY-3D398D8F45 112000 2017-09-13 16:46:46 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 1128 0 /index.php/plus/mytag_js.php aid=9090 -
+d:\iislog\W3SVC\ra170913.ibl 5399 USKY-3D398D8F45 112000 2017-09-13 16:46:47 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 109 1358 677 0 /index.php/plus/mytag_js.php aid=9090 -
+d:\iislog\W3SVC\ra170913.ibl 5400 USKY-3D398D8F45 112000 2017-09-13 16:46:47 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 668 0 /index.php/plus/mytag_j.php aid=6022 -
+d:\iislog\W3SVC\ra170913.ibl 5401 USKY-3D398D8F45 112000 2017-09-13 16:46:47 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 1122 0 /index.php/plus/mytag_j.php aid=6022 -
+d:\iislog\W3SVC\ra170913.ibl 5402 USKY-3D398D8F45 112000 2017-09-13 16:46:47 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 671 0 /index.php/plus/mytag_j.php aid=6022 -
+d:\iislog\W3SVC\ra170913.ibl 5403 USKY-3D398D8F45 112000 2017-09-13 16:46:48 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 78 1358 668 0 /index.php/plus/mytag_js.php aid=1 -
+d:\iislog\W3SVC\ra170913.ibl 5404 USKY-3D398D8F45 112000 2017-09-13 16:46:48 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 1122 0 /index.php/plus/mytag_js.php aid=1 -
+d:\iislog\W3SVC\ra170913.ibl 5405 USKY-3D398D8F45 112000 2017-09-13 16:46:51 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 1132 0 /index.php/plus/mytag_js.php aid=769394 -
+d:\iislog\W3SVC\ra170913.ibl 5406 USKY-3D398D8F45 112000 2017-09-13 16:46:51 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 681 0 /index.php/plus/mytag_js.php aid=769394 -
+d:\iislog\W3SVC\ra170913.ibl 5407 USKY-3D398D8F45 112000 2017-09-13 16:46:51 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 2984 1358 671 0 /index.php/plus/mytag_js.php aid=1 -
+d:\iislog\W3SVC\ra170913.ibl 5408 USKY-3D398D8F45 112000 2017-09-13 16:46:54 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 1128 0 /index.php/plus/mytag_js.php aid=9090 -
+d:\iislog\W3SVC\ra170913.ibl 5409 USKY-3D398D8F45 112000 2017-09-13 16:46:54 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 677 0 /index.php/plus/mytag_js.php aid=9090 -
+d:\iislog\W3SVC\ra170913.ibl 5410 USKY-3D398D8F45 112000 2017-09-13 16:46:57 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 200 0 343 13664 1192 0 /index.php s=/module/action/param1/${@print(eval($_POST[c]))} -
+d:\iislog\W3SVC\ra170913.ibl 5411 USKY-3D398D8F45 112000 2017-09-13 16:46:58 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 200 0 359 13664 741 0 /index.php s=/module/action/param1/${@print(eval($_POST[c]))} -
+d:\iislog\W3SVC\ra170913.ibl 5412 USKY-3D398D8F45 112000 2017-09-13 16:46:58 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 400 0 109 1364 753 0 /index.php/module/action/param1/{${eval($_POST[thinkphp])}} - -
+d:\iislog\W3SVC\ra170913.ibl 5413 USKY-3D398D8F45 112000 2017-09-13 16:46:58 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 400 0 109 1364 1207 0 /index.php/module/action/param1/{${eval($_POST[thinkphp])}} - -
+d:\iislog\W3SVC\ra170913.ibl 5414 USKY-3D398D8F45 112000 2017-09-13 16:46:58 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 400 0 93 1364 756 0 /index.php/module/action/param1/{${eval($_POST[thinkphp])}} - -
+d:\iislog\W3SVC\ra170913.ibl 5415 USKY-3D398D8F45 112000 2017-09-13 16:46:59 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 200 0 546 13664 746 0 /index.php s=/module/action/param1/$%7B@print(eval($_POST[c]))%7D -
+d:\iislog\W3SVC\ra170913.ibl 5416 USKY-3D398D8F45 112000 2017-09-13 16:47:01 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 200 0 2265 13664 1200 0 /index.php s=/module/action/param1/$%7B@print(eval($_POST[c]))%7D -
+d:\iislog\W3SVC\ra170913.ibl 5417 USKY-3D398D8F45 112000 2017-09-13 16:47:02 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 200 0 328 13664 749 0 /index.php s=/module/action/param1/$%7B@print(eval($_POST[c]))%7D -
+d:\iislog\W3SVC\ra170913.ibl 5418 USKY-3D398D8F45 112000 2017-09-13 16:47:02 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 200 0 343 13664 726 0 /index.php m=formguide&c=index&a=show&formid=1&siteid=1 -
+d:\iislog\W3SVC\ra170913.ibl 5419 USKY-3D398D8F45 112000 2017-09-13 16:47:03 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 200 0 343 13664 1180 0 /index.php m=formguide&c=index&a=show&formid=1&siteid=1 -
+d:\iislog\W3SVC\ra170913.ibl 5420 USKY-3D398D8F45 112000 2017-09-13 16:47:03 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 200 0 375 13664 729 0 /index.php m=formguide&c=index&a=show&formid=1&siteid=1 -
+d:\iislog\W3SVC\ra170913.ibl 5421 USKY-3D398D8F45 112000 2017-09-13 16:47:06 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 200 0 2593 0 729 64 /index.php m=formguide&c=index&a=show&formid=1&siteid=1 -
+d:\iislog\W3SVC\ra170913.ibl 5422 USKY-3D398D8F45 112000 2017-09-13 16:47:06 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 200 0 343 13664 1183 0 /index.php m=formguide&c=index&a=show&formid=1&siteid=1 -
+d:\iislog\W3SVC\ra170913.ibl 5423 USKY-3D398D8F45 112000 2017-09-13 16:47:09 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 200 0 2390 13664 732 0 /index.php m=formguide&c=index&a=show&formid=1&siteid=1 -
+d:\iislog\W3SVC\ra170913.ibl 5424 USKY-3D398D8F45 112000 2017-09-13 16:47:12 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 200 0 2968 13664 726 0 /index.php m=vote&c=index&a=result&subjectid=2&siteid=1 -
+d:\iislog\W3SVC\ra170913.ibl 5425 USKY-3D398D8F45 112000 2017-09-13 16:47:15 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 200 0 2968 0 1180 64 /index.php m=vote&c=index&a=result&subjectid=2&siteid=1 -
+d:\iislog\W3SVC\ra170913.ibl 5426 USKY-3D398D8F45 112000 2017-09-13 16:47:25 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 200 0 3500 13664 728 0 /index.php s=/module/action/param1/$%7B@print(eval($_POST[c]))%7D -
+d:\iislog\W3SVC\ra170913.ibl 5427 USKY-3D398D8F45 112000 2017-09-13 16:47:25 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 200 0 375 13664 1182 0 /index.php s=/module/action/param1/$%7B@print(eval($_POST[c]))%7D -
+d:\iislog\W3SVC\ra170913.ibl 5428 USKY-3D398D8F45 112000 2017-09-13 16:47:26 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 200 0 390 13664 731 0 /index.php s=/module/action/param1/$%7B@print(eval($_POST[c]))%7D -
+d:\iislog\W3SVC\ra170913.ibl 5429 USKY-3D398D8F45 112000 2017-09-13 16:47:26 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 125 1358 694 0 /index.php/tool/yanyu/ q={${eval%28$_POST[u]%29}} -
+d:\iislog\W3SVC\ra170913.ibl 5430 USKY-3D398D8F45 112000 2017-09-13 16:47:26 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 1148 0 /index.php/tool/yanyu/ q={${eval%28$_POST[u]%29}} -
+d:\iislog\W3SVC\ra170913.ibl 5431 USKY-3D398D8F45 112000 2017-09-13 16:47:26 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 697 0 /index.php/tool/yanyu/ q={${eval%28$_POST[u]%29}} -
+d:\iislog\W3SVC\ra170913.ibl 5432 USKY-3D398D8F45 112000 2017-09-13 16:47:27 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 109 1358 682 0 /index.php/meng/ q={${eval%28$_POST[c]%29}} -
+d:\iislog\W3SVC\ra170913.ibl 5433 USKY-3D398D8F45 112000 2017-09-13 16:47:27 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 109 1358 1136 0 /index.php/meng/ q={${eval%28$_POST[c]%29}} -
+d:\iislog\W3SVC\ra170913.ibl 5434 USKY-3D398D8F45 112000 2017-09-13 16:47:30 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 109 1358 685 0 /index.php/meng/ q={${eval%28$_POST[c]%29}} -
+d:\iislog\W3SVC\ra170913.ibl 5435 USKY-3D398D8F45 112000 2017-09-13 16:47:30 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 200 0 406 13664 684 0 /index.php q={${eval%28$_POST[%27x%27]%29}} -
+d:\iislog\W3SVC\ra170913.ibl 5436 USKY-3D398D8F45 112000 2017-09-13 16:47:31 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 200 0 375 13664 1138 0 /index.php q={${eval%28$_POST[%27x%27]%29}} -
+d:\iislog\W3SVC\ra170913.ibl 5437 USKY-3D398D8F45 112000 2017-09-13 16:47:34 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 200 0 3421 13664 687 0 /index.php q={${eval%28$_POST[%27x%27]%29}} -
+d:\iislog\W3SVC\ra170913.ibl 5438 USKY-3D398D8F45 112000 2017-09-13 16:47:37 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 200 0 390 13664 1164 0 /index.php s=/abc/abc/abc/$%7B@print(eval($_POST[1]))%7D -
+d:\iislog\W3SVC\ra170913.ibl 5439 USKY-3D398D8F45 112000 2017-09-13 16:47:40 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 200 0 3140 0 713 64 /index.php s=/abc/abc/abc/$%7B@print(eval($_POST[1]))%7D -
+d:\iislog\W3SVC\ra170913.ibl 5440 USKY-3D398D8F45 112000 2017-09-13 16:47:40 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 400 0 125 1364 733 0 /index.php/module/action/param1/{${eval($_POST[thinkphp])}} - -
+d:\iislog\W3SVC\ra170913.ibl 5441 USKY-3D398D8F45 112000 2017-09-13 16:47:40 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 400 0 93 1364 1187 0 /index.php/module/action/param1/{${eval($_POST[thinkphp])}} - -
+d:\iislog\W3SVC\ra170913.ibl 5442 USKY-3D398D8F45 112000 2017-09-13 16:47:41 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 400 0 109 1364 736 0 /index.php/module/action/param1/{${eval($_POST[thinkphp])}} - -
+d:\iislog\W3SVC\ra170913.ibl 5443 USKY-3D398D8F45 112000 2017-09-13 16:47:43 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 400 0 156 1364 1180 0 /index.php/admin.php/module/action/param1/${@eval($_POST[c])} - -
+d:\iislog\W3SVC\ra170913.ibl 5444 USKY-3D398D8F45 112000 2017-09-13 16:47:50 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 200 0 359 13664 1174 0 /index.php s=/module/action/param1/${@print(eval($_POST[c]))} -
+d:\iislog\W3SVC\ra170913.ibl 5445 USKY-3D398D8F45 112000 2017-09-13 16:47:50 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 200 0 343 13664 723 0 /index.php s=/module/action/param1/${@print(eval($_POST[c]))} -
+d:\iislog\W3SVC\ra170913.ibl 5446 USKY-3D398D8F45 112000 2017-09-13 16:47:51 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 421 1358 1118 0 /index.php/base/admin/cache.asp - -
+d:\iislog\W3SVC\ra170913.ibl 5447 USKY-3D398D8F45 112000 2017-09-13 16:47:53 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 109 1358 1110 0 /index.php/Images/cache.asp - -
+d:\iislog\W3SVC\ra170913.ibl 5448 USKY-3D398D8F45 112000 2017-09-13 16:47:56 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 125 1358 1120 0 /index.php/admin/_user/cache.asp - -
+d:\iislog\W3SVC\ra170913.ibl 5449 USKY-3D398D8F45 112000 2017-09-13 16:47:59 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 650 0 /index.php/plus/90sec.php - -
+d:\iislog\W3SVC\ra170913.ibl 5450 USKY-3D398D8F45 112000 2017-09-13 16:48:00 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 653 0 /index.php/plus/spider.php - -
+d:\iislog\W3SVC\ra170913.ibl 5451 USKY-3D398D8F45 112000 2017-09-13 16:48:00 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 650 0 /index.php/plus/mycak.php - -
+d:\iislog\W3SVC\ra170913.ibl 5452 USKY-3D398D8F45 112000 2017-09-13 16:48:00 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 390 1358 650 0 /index.php/plus/e7xue.php - -
+d:\iislog\W3SVC\ra170913.ibl 5453 USKY-3D398D8F45 112000 2017-09-13 16:48:01 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 650 0 /index.php/plus/mybak.php - -
+d:\iislog\W3SVC\ra170913.ibl 5454 USKY-3D398D8F45 112000 2017-09-13 16:48:01 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 78 1358 638 0 /index.php/plus/x.php - -
+d:\iislog\W3SVC\ra170913.ibl 5455 USKY-3D398D8F45 112000 2017-09-13 16:48:01 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 109 1358 653 0 /index.php/plus/service.php - -
+d:\iislog\W3SVC\ra170913.ibl 5456 USKY-3D398D8F45 112000 2017-09-13 16:48:02 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 642 0 /index.php/plus/av.php - -
+d:\iislog\W3SVC\ra170913.ibl 5457 USKY-3D398D8F45 112000 2017-09-13 16:48:02 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 645 0 /index.php/plus/bakup.hp - -
+d:\iislog\W3SVC\ra170913.ibl 5458 USKY-3D398D8F45 112000 2017-09-13 16:48:02 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 1099 0 /index.php/plus/bakup.hp - -
+d:\iislog\W3SVC\ra170913.ibl 5459 USKY-3D398D8F45 112000 2017-09-13 16:48:02 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 648 0 /index.php/plus/bakup.hp - -
+d:\iislog\W3SVC\ra170913.ibl 5460 USKY-3D398D8F45 112000 2017-09-13 16:48:02 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 650 0 /index.php/plus/laobiao.php - -
+d:\iislog\W3SVC\ra170913.ibl 5461 USKY-3D398D8F45 112000 2017-09-13 16:48:02 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 649 0 /index.php/plus/zdqd.php - -
+d:\iislog\W3SVC\ra170913.ibl 5462 USKY-3D398D8F45 112000 2017-09-13 16:48:03 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 125 1358 660 0 /index.php/templets/plus/sky.php - -
+d:\iislog\W3SVC\ra170913.ibl 5463 USKY-3D398D8F45 112000 2017-09-13 16:48:03 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 647 0 /index.php/plus/90000.php - -
+d:\iislog\W3SVC\ra170913.ibl 5464 USKY-3D398D8F45 112000 2017-09-13 16:48:03 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 390 1358 646 0 /index.php/plus/digg.php - -
+d:\iislog\W3SVC\ra170913.ibl 5465 USKY-3D398D8F45 112000 2017-09-13 16:48:06 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 78 1358 649 0 /index.php/plus/backup.php - -
+d:\iislog\W3SVC\ra170913.ibl 5466 USKY-3D398D8F45 112000 2017-09-13 16:48:07 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 647 0 /index.php/plus/top.php - -
+d:\iislog\W3SVC\ra170913.ibl 5467 USKY-3D398D8F45 112000 2017-09-13 16:48:07 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 646 0 /index.php/plus/myjs.php - -
+d:\iislog\W3SVC\ra170913.ibl 5468 USKY-3D398D8F45 112000 2017-09-13 16:48:07 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 651 0 /index.php/plus/xsvip.php - -
+d:\iislog\W3SVC\ra170913.ibl 5469 USKY-3D398D8F45 112000 2017-09-13 16:48:07 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 109 1358 647 0 /index.php/plus/bakup.php - -
+d:\iislog\W3SVC\ra170913.ibl 5470 USKY-3D398D8F45 112000 2017-09-13 16:48:08 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 647 0 /index.php/plus/Test.php - -
+d:\iislog\W3SVC\ra170913.ibl 5471 USKY-3D398D8F45 112000 2017-09-13 16:48:08 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 78 1358 653 0 /index.php/plus/api_css.php - -
+d:\iislog\W3SVC\ra170913.ibl 5472 USKY-3D398D8F45 112000 2017-09-13 16:48:08 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 650 0 /index.php/plus/newfile.php - -
+d:\iislog\W3SVC\ra170913.ibl 5473 USKY-3D398D8F45 112000 2017-09-13 16:48:09 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 109 1358 678 0 /index.php/plus/90sec.phpplus/90sec.php - -
+d:\iislog\W3SVC\ra170913.ibl 5474 USKY-3D398D8F45 112000 2017-09-13 16:48:09 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 645 0 /index.php/plus/rss.php - -
+d:\iislog\W3SVC\ra170913.ibl 5475 USKY-3D398D8F45 112000 2017-09-13 16:48:09 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 406 1358 652 0 /index.php/plus/css_js.php - -
+d:\iislog\W3SVC\ra170913.ibl 5476 USKY-3D398D8F45 112000 2017-09-13 16:48:09 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 654 0 /index.php/plus/windos.php - -
+d:\iislog\W3SVC\ra170913.ibl 5477 USKY-3D398D8F45 112000 2017-09-13 16:48:09 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 651 0 /index.php/plus/baidu.php - -
+d:\iislog\W3SVC\ra170913.ibl 5478 USKY-3D398D8F45 112000 2017-09-13 16:48:09 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 651 0 /index.php/plus/windos.php - -
+d:\iislog\W3SVC\ra170913.ibl 5479 USKY-3D398D8F45 112000 2017-09-13 16:48:10 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 78 1358 653 0 /index.php/plus/inters.php - -
+d:\iislog\W3SVC\ra170913.ibl 5480 USKY-3D398D8F45 112000 2017-09-13 16:48:10 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 125 1358 658 0 /index.php/data/data/index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5481 USKY-3D398D8F45 112000 2017-09-13 16:48:11 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 109 1358 669 0 /index.php/uploads/media/index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5482 USKY-3D398D8F45 112000 2017-09-13 16:48:11 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 2828 1358 676 0 /index.php/include/tpllib/plus_ask.php - -
+d:\iislog\W3SVC\ra170913.ibl 5483 USKY-3D398D8F45 112000 2017-09-13 16:48:11 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 140 1358 660 0 /index.php/lang/cn/system.php - -
+d:\iislog\W3SVC\ra170913.ibl 5484 USKY-3D398D8F45 112000 2017-09-13 16:48:11 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 650 0 /index.php/admin_login.php - -
+d:\iislog\W3SVC\ra170913.ibl 5485 USKY-3D398D8F45 112000 2017-09-13 16:48:11 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 125 1358 698 0 /index.php/images/swfupload/images/uploadye.php - -
+d:\iislog\W3SVC\ra170913.ibl 5486 USKY-3D398D8F45 112000 2017-09-13 16:48:12 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 125 1358 688 0 /index.php/utility/convert/data/config.inc.php - -
+d:\iislog\W3SVC\ra170913.ibl 5487 USKY-3D398D8F45 112000 2017-09-13 16:48:12 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 125 1358 657 0 /index.php/include/code/mp.php - -
+d:\iislog\W3SVC\ra170913.ibl 5488 USKY-3D398D8F45 112000 2017-09-13 16:48:15 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 109 1358 674 0 /index.php/book/story_dod_hjkdsafon.php - -
+d:\iislog\W3SVC\ra170913.ibl 5489 USKY-3D398D8F45 112000 2017-09-13 16:48:15 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 109 1358 653 0 /index.php/install/md5.php - -
+d:\iislog\W3SVC\ra170913.ibl 5490 USKY-3D398D8F45 112000 2017-09-13 16:48:16 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 156 1358 701 0 /index.php/bbs/utility/convert/data/config.inc.php - -
+d:\iislog\W3SVC\ra170913.ibl 5491 USKY-3D398D8F45 112000 2017-09-13 16:48:16 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 125 1358 700 0 /index.php/uploadfile/userfiles/media/confg.inc.php - -
+d:\iislog\W3SVC\ra170913.ibl 5492 USKY-3D398D8F45 112000 2017-09-13 16:48:16 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 109 1358 646 0 /index.php/dxyylc/md5.php - -
+d:\iislog\W3SVC\ra170913.ibl 5493 USKY-3D398D8F45 112000 2017-09-13 16:48:16 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 109 1358 645 0 /index.php/xiaolei.php - -
+d:\iislog\W3SVC\ra170913.ibl 5494 USKY-3D398D8F45 112000 2017-09-13 16:48:17 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 156 1358 728 0 /index.php/include/ckeditor/plugins/pagebreak/images/inCahe.php - -
+d:\iislog\W3SVC\ra170913.ibl 5495 USKY-3D398D8F45 112000 2017-09-13 16:48:17 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 125 1358 692 0 /index.php/utility/convert/include/rom2823.php - -
+d:\iislog\W3SVC\ra170913.ibl 5496 USKY-3D398D8F45 112000 2017-09-13 16:48:17 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 635 0 /index.php/weki.php - -
+d:\iislog\W3SVC\ra170913.ibl 5497 USKY-3D398D8F45 112000 2017-09-13 16:48:17 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 421 1358 660 0 /index.php/data/conn/config.php - -
+d:\iislog\W3SVC\ra170913.ibl 5499 USKY-3D398D8F45 112000 2017-09-13 16:48:23 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 125 1358 690 0 /index.php/include/data/fonts/uddatasql.php - -
+d:\iislog\W3SVC\ra170913.ibl 5500 USKY-3D398D8F45 112000 2017-09-13 16:48:23 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 656 0 /index.php/install/m7lrv.php - -
+d:\iislog\W3SVC\ra170913.ibl 5501 USKY-3D398D8F45 112000 2017-09-13 16:48:24 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 109 1358 696 0 /index.php/bbs/utility/convert/data/config.inc.php - -
+d:\iislog\W3SVC\ra170913.ibl 5502 USKY-3D398D8F45 112000 2017-09-13 16:48:25 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 125 1358 690 0 /index.php/utility/convert/data/config.inc.php - -
+d:\iislog\W3SVC\ra170913.ibl 5503 USKY-3D398D8F45 112000 2017-09-13 16:48:25 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 140 1358 738 0 /index.php/languages/zh_cn/convert/shopex49.php license_id=assert -
+d:\iislog\W3SVC\ra170913.ibl 5504 USKY-3D398D8F45 112000 2017-09-13 16:48:25 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 1192 0 /index.php/languages/zh_cn/convert/shopex49.php license_id=assert -
+d:\iislog\W3SVC\ra170913.ibl 5505 USKY-3D398D8F45 112000 2017-09-13 16:48:26 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 741 0 /index.php/languages/zh_cn/convert/shopex49.php license_id=assert -
+d:\iislog\W3SVC\ra170913.ibl 5506 USKY-3D398D8F45 112000 2017-09-13 16:48:26 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 109 1358 647 0 /index.php/logs/Test.php - -
+d:\iislog\W3SVC\ra170913.ibl 5507 USKY-3D398D8F45 112000 2017-09-13 16:48:26 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 109 1358 650 0 /index.php/cache/conn1.php - -
+d:\iislog\W3SVC\ra170913.ibl 5508 USKY-3D398D8F45 112000 2017-09-13 16:48:26 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 109 1358 667 0 /index.php/uploadfile/poster/7.php - -
+d:\iislog\W3SVC\ra170913.ibl 5509 USKY-3D398D8F45 112000 2017-09-13 16:48:27 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 109 1358 655 0 /index.php/wp-admin/Test.php - -
+d:\iislog\W3SVC\ra170913.ibl 5510 USKY-3D398D8F45 112000 2017-09-13 16:48:27 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 109 1358 640 0 /index.php/newfile.php - -
+d:\iislog\W3SVC\ra170913.ibl 5512 USKY-3D398D8F45 112000 2017-09-13 16:48:30 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 654 0 /index.php/index1.php - -
+d:\iislog\W3SVC\ra170913.ibl 5513 USKY-3D398D8F45 112000 2017-09-13 16:48:30 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 109 1358 633 0 /index.php/en.php - -
+d:\iislog\W3SVC\ra170913.ibl 5514 USKY-3D398D8F45 112000 2017-09-13 16:48:30 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 634 0 /index.php/11m.php - -
+d:\iislog\W3SVC\ra170913.ibl 5515 USKY-3D398D8F45 112000 2017-09-13 16:48:31 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 109 1358 655 0 /index.php/member/winge.php - -
+d:\iislog\W3SVC\ra170913.ibl 5516 USKY-3D398D8F45 112000 2017-09-13 16:48:31 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 125 1358 685 0 /index.php/include/js/jquery/ui.tabs.js.php - -
+d:\iislog\W3SVC\ra170913.ibl 5517 USKY-3D398D8F45 112000 2017-09-13 16:48:31 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 649 0 /index.php/images/good.php - -
+d:\iislog\W3SVC\ra170913.ibl 5518 USKY-3D398D8F45 112000 2017-09-13 16:48:31 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 78 1358 660 0 /index.php/data/data/includ.php - -
+d:\iislog\W3SVC\ra170913.ibl 5519 USKY-3D398D8F45 112000 2017-09-13 16:48:31 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 637 0 /index.php/sqzr.php - -
+d:\iislog\W3SVC\ra170913.ibl 5520 USKY-3D398D8F45 112000 2017-09-13 16:48:37 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 672 0 /index.php/login_wall.php login=cmd -
+d:\iislog\W3SVC\ra170913.ibl 5521 USKY-3D398D8F45 112000 2017-09-13 16:48:37 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 664 0 /index.php/uploads/allimg/xm.php - -
+d:\iislog\W3SVC\ra170913.ibl 5522 USKY-3D398D8F45 112000 2017-09-13 16:48:39 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 655 0 /index.php/admin/api_css.php - -
+d:\iislog\W3SVC\ra170913.ibl 5523 USKY-3D398D8F45 112000 2017-09-13 16:48:39 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 140 1358 702 0 /index.php/phpsso_server/caches/configs/uc_config.php - -
+d:\iislog\W3SVC\ra170913.ibl 5524 USKY-3D398D8F45 112000 2017-09-13 16:48:41 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 2218 1358 639 0 /index.php/class.php - -
+d:\iislog\W3SVC\ra170913.ibl 5525 USKY-3D398D8F45 112000 2017-09-13 16:48:42 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 109 1358 657 0 /index.php/caches/api_css.php - -
+d:\iislog\W3SVC\ra170913.ibl 5526 USKY-3D398D8F45 112000 2017-09-13 16:48:42 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 109 1358 657 0 /index.php/config/api_css.php - -
+d:\iislog\W3SVC\ra170913.ibl 5527 USKY-3D398D8F45 112000 2017-09-13 16:48:43 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 109 1358 651 0 /index.php/images/main.php - -
+d:\iislog\W3SVC\ra170913.ibl 5528 USKY-3D398D8F45 112000 2017-09-13 16:48:43 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 650 0 /index.php/cache/cachee.php - -
+d:\iislog\W3SVC\ra170913.ibl 5529 USKY-3D398D8F45 112000 2017-09-13 16:48:43 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 78 1358 655 0 /index.php/cache/wooyun.php - -
+d:\iislog\W3SVC\ra170913.ibl 5530 USKY-3D398D8F45 112000 2017-09-13 16:48:43 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 646 0 /index.php/data/sz.php - -
+d:\iislog\W3SVC\ra170913.ibl 5531 USKY-3D398D8F45 112000 2017-09-13 16:48:44 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 406 1358 656 0 /index.php/uploads/newfile.php - -
+d:\iislog\W3SVC\ra170913.ibl 5532 USKY-3D398D8F45 112000 2017-09-13 16:48:46 120.27.47.33 222.73.136.94 80 GET HTTP/1.1 200 0 140 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5533 USKY-3D398D8F45 112000 2017-09-13 16:48:49 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 628 0 /index.php/0.php - -
+d:\iislog\W3SVC\ra170913.ibl 5534 USKY-3D398D8F45 112000 2017-09-13 16:48:49 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 639 0 /index.php/admini.php - -
+d:\iislog\W3SVC\ra170913.ibl 5535 USKY-3D398D8F45 112000 2017-09-13 16:48:50 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 640 0 /index.php/vedioes.php - -
+d:\iislog\W3SVC\ra170913.ibl 5536 USKY-3D398D8F45 112000 2017-09-13 16:48:50 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 637 0 /index.php/Test.php - -
+d:\iislog\W3SVC\ra170913.ibl 5537 USKY-3D398D8F45 112000 2017-09-13 16:48:50 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 109 1358 629 0 /index.php/o.php - -
+d:\iislog\W3SVC\ra170913.ibl 5538 USKY-3D398D8F45 112000 2017-09-13 16:48:50 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 390 1358 634 0 /index.php/cmd.php - -
+d:\iislog\W3SVC\ra170913.ibl 5539 USKY-3D398D8F45 112000 2017-09-13 16:48:50 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 640 0 /index.php/laobiao.php - -
+d:\iislog\W3SVC\ra170913.ibl 5540 USKY-3D398D8F45 112000 2017-09-13 16:48:52 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 1000 1358 628 0 /index.php/o.php - -
+d:\iislog\W3SVC\ra170913.ibl 5542 USKY-3D398D8F45 112000 2017-09-13 16:48:54 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 406 1358 649 0 /index.php/css/js/txt.php - -
+d:\iislog\W3SVC\ra170913.ibl 5543 USKY-3D398D8F45 112000 2017-09-13 16:48:57 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 125 1358 650 0 /index.php/e/admin/cao.php - -
+d:\iislog\W3SVC\ra170913.ibl 5545 USKY-3D398D8F45 112000 2017-09-13 16:49:00 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 634 0 /index.php/jian.php - -
+d:\iislog\W3SVC\ra170913.ibl 5546 USKY-3D398D8F45 112000 2017-09-13 16:49:00 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 640 0 /index.php/myship.php - -
+d:\iislog\W3SVC\ra170913.ibl 5547 USKY-3D398D8F45 112000 2017-09-13 16:49:01 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 109 1358 685 0 /index.php/include/helpers/cookie.helpea.php - -
+d:\iislog\W3SVC\ra170913.ibl 5548 USKY-3D398D8F45 112000 2017-09-13 16:49:04 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 109 1358 693 0 /index.php/utility/convert/data/config.inc.php - -
+d:\iislog\W3SVC\ra170913.ibl 5549 USKY-3D398D8F45 112000 2017-09-13 16:49:04 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 125 1358 668 0 /index.php/uc_client/model/tag.php - -
+d:\iislog\W3SVC\ra170913.ibl 5550 USKY-3D398D8F45 112000 2017-09-13 16:49:04 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 78 1358 637 0 /index.php/fuck.php - -
+d:\iislog\W3SVC\ra170913.ibl 5551 USKY-3D398D8F45 112000 2017-09-13 16:49:05 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 651 0 /index.php/phpcms/base.php - -
+d:\iislog\W3SVC\ra170913.ibl 5552 USKY-3D398D8F45 112000 2017-09-13 16:49:05 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 109 1358 655 0 /index.php/mysql/lanleji.php - -
+d:\iislog\W3SVC\ra170913.ibl 5553 USKY-3D398D8F45 112000 2017-09-13 16:49:05 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 635 0 /index.php/cere.php - -
+d:\iislog\W3SVC\ra170913.ibl 5554 USKY-3D398D8F45 112000 2017-09-13 16:49:05 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 641 0 /index.php/myship.php - -
+d:\iislog\W3SVC\ra170913.ibl 5555 USKY-3D398D8F45 112000 2017-09-13 16:49:06 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 640 0 /index.php/hfz44.php - -
+d:\iislog\W3SVC\ra170913.ibl 5556 USKY-3D398D8F45 112000 2017-09-13 16:49:06 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 78 1358 660 0 /index.php/caches/error_ches.php - -
+d:\iislog\W3SVC\ra170913.ibl 5557 USKY-3D398D8F45 112000 2017-09-13 16:49:06 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 375 1358 669 0 /index.php/languages/zh_cn/fuck.php - -
+d:\iislog\W3SVC\ra170913.ibl 5558 USKY-3D398D8F45 112000 2017-09-13 16:49:09 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 662 0 /index.php/admin/images/start.php - -
+d:\iislog\W3SVC\ra170913.ibl 5559 USKY-3D398D8F45 112000 2017-09-13 16:49:10 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 634 0 /index.php/sqzr.php - -
+d:\iislog\W3SVC\ra170913.ibl 5560 USKY-3D398D8F45 112000 2017-09-13 16:49:10 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 646 0 /index.php/newfile.php - -
+d:\iislog\W3SVC\ra170913.ibl 5561 USKY-3D398D8F45 112000 2017-09-13 16:49:11 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 78 1358 628 0 /index.php/x.php - -
+d:\iislog\W3SVC\ra170913.ibl 5562 USKY-3D398D8F45 112000 2017-09-13 16:49:11 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 109 1358 664 0 /index.php/bocai/bocai/includ.php - -
+d:\iislog\W3SVC\ra170913.ibl 5563 USKY-3D398D8F45 112000 2017-09-13 16:49:11 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 78 1358 637 0 /index.php/date.php - -
+d:\iislog\W3SVC\ra170913.ibl 5564 USKY-3D398D8F45 112000 2017-09-13 16:49:11 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 109 1358 677 0 /index.php/convert/data/config.inc.php - -
+d:\iislog\W3SVC\ra170913.ibl 5565 USKY-3D398D8F45 112000 2017-09-13 16:49:11 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 630 0 /index.php/gu.php - -
+d:\iislog\W3SVC\ra170913.ibl 5566 USKY-3D398D8F45 112000 2017-09-13 16:49:14 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 2671 0 704 64 /index.php/caches/d09b32391c15cefe6b7a9f55c56c1ef0.php - -
+d:\iislog\W3SVC\ra170913.ibl 5567 USKY-3D398D8F45 112000 2017-09-13 16:49:14 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 663 0 /index.php/phpcms/content/111.php - -
+d:\iislog\W3SVC\ra170913.ibl 5568 USKY-3D398D8F45 112000 2017-09-13 16:49:14 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 637 0 /index.php/123.php - -
+d:\iislog\W3SVC\ra170913.ibl 5569 USKY-3D398D8F45 112000 2017-09-13 16:49:15 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 668 0 /index.php/uc_client/model/list.php - -
+d:\iislog\W3SVC\ra170913.ibl 5570 USKY-3D398D8F45 112000 2017-09-13 16:49:15 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 109 1358 634 0 /index.php/gfg.php - -
+d:\iislog\W3SVC\ra170913.ibl 5571 USKY-3D398D8F45 112000 2017-09-13 16:49:15 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 140 1358 1134 0 /index.php/sitemap/templates/met/SqlIn.asp - -
+d:\iislog\W3SVC\ra170913.ibl 5572 USKY-3D398D8F45 112000 2017-09-13 16:49:15 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 109 1358 1108 0 /index.php/Templates/red.asp - -
+d:\iislog\W3SVC\ra170913.ibl 5573 USKY-3D398D8F45 112000 2017-09-13 16:49:15 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 390 1358 1122 0 /index.php/config/AspCms_Config.asp - -
+d:\iislog\W3SVC\ra170913.ibl 5574 USKY-3D398D8F45 112000 2017-09-13 16:49:15 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 1120 0 /index.php/config/AspCms_Config.asp - -
+d:\iislog\W3SVC\ra170913.ibl 5575 USKY-3D398D8F45 112000 2017-09-13 16:49:16 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 1094 0 /index.php/data/s.asp - -
+d:\iislog\W3SVC\ra170913.ibl 5576 USKY-3D398D8F45 112000 2017-09-13 16:49:16 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 1100 0 /index.php/dxyylc/md5.asp - -
+d:\iislog\W3SVC\ra170913.ibl 5577 USKY-3D398D8F45 112000 2017-09-13 16:49:16 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 375 1358 1120 0 /index.php/images/uploadfile.asp - -
+d:\iislog\W3SVC\ra170913.ibl 5578 USKY-3D398D8F45 112000 2017-09-13 16:49:16 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 648 0 /index.php/dxyylc/md5.aspx - -
+d:\iislog\W3SVC\ra170913.ibl 5579 USKY-3D398D8F45 112000 2017-09-13 16:49:16 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 1102 0 /index.php/dxyylc/md5.aspx - -
+d:\iislog\W3SVC\ra170913.ibl 5580 USKY-3D398D8F45 112000 2017-09-13 16:49:16 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 78 1358 651 0 /index.php/dxyylc/md5.aspx - -
+d:\iislog\W3SVC\ra170913.ibl 5581 USKY-3D398D8F45 112000 2017-09-13 16:49:17 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 1111 0 /index.php/admin/Admin_Ta.asp - -
+d:\iislog\W3SVC\ra170913.ibl 5582 USKY-3D398D8F45 112000 2017-09-13 16:49:17 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 1107 0 /index.php/admin/error.asp - -
+d:\iislog\W3SVC\ra170913.ibl 5583 USKY-3D398D8F45 112000 2017-09-13 16:49:17 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 1089 0 /index.php/weki.asp - -
+d:\iislog\W3SVC\ra170913.ibl 5584 USKY-3D398D8F45 112000 2017-09-13 16:49:17 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 109 1358 1114 0 /index.php/Somnus/Somnus.asp - -
+d:\iislog\W3SVC\ra170913.ibl 5585 USKY-3D398D8F45 112000 2017-09-13 16:49:17 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 421 1358 1117 0 /index.php/kdatebase/index_.asp - -
+d:\iislog\W3SVC\ra170913.ibl 5586 USKY-3D398D8F45 112000 2017-09-13 16:49:17 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 1089 0 /index.php/md5.asp - -
+d:\iislog\W3SVC\ra170913.ibl 5587 USKY-3D398D8F45 112000 2017-09-13 16:49:18 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 1102 0 /index.php/images/Sql.asp - -
+d:\iislog\W3SVC\ra170913.ibl 5588 USKY-3D398D8F45 112000 2017-09-13 16:49:18 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 109 1358 1116 0 /index.php/manage/Images/Sql.asp - -
+d:\iislog\W3SVC\ra170913.ibl 5589 USKY-3D398D8F45 112000 2017-09-13 16:49:18 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 1114 0 /index.php/admin/images/Sql.asp - -
+d:\iislog\W3SVC\ra170913.ibl 5590 USKY-3D398D8F45 112000 2017-09-13 16:49:18 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 1112 0 /index.php/images/css/Thumb.asp - -
+d:\iislog\W3SVC\ra170913.ibl 5591 USKY-3D398D8F45 112000 2017-09-13 16:49:18 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 78 1358 1100 0 /index.php/admin/sdfg.asp - -
+d:\iislog\W3SVC\ra170913.ibl 5592 USKY-3D398D8F45 112000 2017-09-13 16:49:21 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 2781 1358 1112 0 /index.php/Templates/test.asp - -
+d:\iislog\W3SVC\ra170913.ibl 5593 USKY-3D398D8F45 112000 2017-09-13 16:49:22 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 1086 0 /index.php/ver.asp - -
+d:\iislog\W3SVC\ra170913.ibl 5594 USKY-3D398D8F45 112000 2017-09-13 16:49:22 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 1088 0 /index.php/css.asp - -
+d:\iislog\W3SVC\ra170913.ibl 5595 USKY-3D398D8F45 112000 2017-09-13 16:49:22 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 390 1358 1088 0 /index.php/11m.asp - -
+d:\iislog\W3SVC\ra170913.ibl 5596 USKY-3D398D8F45 112000 2017-09-13 16:49:28 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 156 1358 711 0 /index.php/UserFiles/Image/diaosi.asp/mcypa24429.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 5597 USKY-3D398D8F45 112000 2017-09-13 16:49:28 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 125 1358 1112 0 /index.php/inc/AspCms_AdvJs.asp - -
+d:\iislog\W3SVC\ra170913.ibl 5598 USKY-3D398D8F45 112000 2017-09-13 16:49:29 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 1094 0 /index.php/conn1.asp - -
+d:\iislog\W3SVC\ra170913.ibl 5600 USKY-3D398D8F45 112000 2017-09-13 16:49:31 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 1098 0 /index.php/images/7.asp - -
+d:\iislog\W3SVC\ra170913.ibl 5601 USKY-3D398D8F45 112000 2017-09-13 16:49:34 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 1100 0 /index.php/inc/config.asp - -
+d:\iislog\W3SVC\ra170913.ibl 5602 USKY-3D398D8F45 112000 2017-09-13 16:49:34 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 1104 0 /index.php/inc/config.asp - -
+d:\iislog\W3SVC\ra170913.ibl 5603 USKY-3D398D8F45 112000 2017-09-13 16:49:35 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 187 1358 1125 0 /index.php/rosoft/overfill/index.asp - -
+d:\iislog\W3SVC\ra170913.ibl 5604 USKY-3D398D8F45 112000 2017-09-13 16:49:35 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 1097 0 /index.php/index1.asp - -
+d:\iislog\W3SVC\ra170913.ibl 5605 USKY-3D398D8F45 112000 2017-09-13 16:49:35 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 400 0 109 1364 696 0 /index.php/UserFiles/Image/shell.asp/crazy4(1).jpg - -
+d:\iislog\W3SVC\ra170913.ibl 5606 USKY-3D398D8F45 112000 2017-09-13 16:49:35 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 400 0 109 1364 1150 0 /index.php/UserFiles/Image/shell.asp/crazy4(1).jpg - -
+d:\iislog\W3SVC\ra170913.ibl 5607 USKY-3D398D8F45 112000 2017-09-13 16:49:39 203.208.60.229 222.73.136.94 80 GET HTTP/1.1 200 0 281 10169 310 0 /index.php/news/read/ id=16 -
+d:\iislog\W3SVC\ra170913.ibl 5608 USKY-3D398D8F45 112000 2017-09-13 16:49:41 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 1090 0 /index.php/index.asp - -
+d:\iislog\W3SVC\ra170913.ibl 5609 USKY-3D398D8F45 112000 2017-09-13 16:49:42 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 1110 0 /index.php/admin/dnhx/sdfg.asp - -
+d:\iislog\W3SVC\ra170913.ibl 5610 USKY-3D398D8F45 112000 2017-09-13 16:49:44 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 78 1358 1104 0 /index.php/uploadfile/a.asp - -
+d:\iislog\W3SVC\ra170913.ibl 5611 USKY-3D398D8F45 112000 2017-09-13 16:49:44 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 78 1358 1094 0 /index.php/eIaiy.asp - -
+d:\iislog\W3SVC\ra170913.ibl 5612 USKY-3D398D8F45 112000 2017-09-13 16:49:44 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 78 1358 1082 0 /index.php/a.asp - -
+d:\iislog\W3SVC\ra170913.ibl 5613 USKY-3D398D8F45 112000 2017-09-13 16:49:45 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 78 1358 1095 0 /index.php/jiuge.asp - -
+d:\iislog\W3SVC\ra170913.ibl 5614 USKY-3D398D8F45 112000 2017-09-13 16:49:45 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 78 1358 1084 0 /index.php/zx.asp - -
+d:\iislog\W3SVC\ra170913.ibl 5615 USKY-3D398D8F45 112000 2017-09-13 16:49:48 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 3140 0 1091 64 /index.php/sqzr.asp - -
+d:\iislog\W3SVC\ra170913.ibl 5616 USKY-3D398D8F45 112000 2017-09-13 16:49:48 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 78 1358 1092 0 /index.php/concnn.asp - -
+d:\iislog\W3SVC\ra170913.ibl 5617 USKY-3D398D8F45 112000 2017-09-13 16:49:49 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 1122 0 /index.php/config/AspCms_config.asp - -
+d:\iislog\W3SVC\ra170913.ibl 5618 USKY-3D398D8F45 112000 2017-09-13 16:49:51 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 1108 0 /index.php/images/upload.asp - -
+d:\iislog\W3SVC\ra170913.ibl 5619 USKY-3D398D8F45 112000 2017-09-13 16:49:51 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 78 1358 1106 0 /index.php/include/news1.asp - -
+d:\iislog\W3SVC\ra170913.ibl 5620 USKY-3D398D8F45 112000 2017-09-13 16:49:51 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 109 1358 1096 0 /index.php/12345.asp - -
+d:\iislog\W3SVC\ra170913.ibl 5621 USKY-3D398D8F45 112000 2017-09-13 16:49:52 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 125 1358 1108 0 /index.php/s/5v10/v5she.asp - -
+d:\iislog\W3SVC\ra170913.ibl 5622 USKY-3D398D8F45 112000 2017-09-13 16:49:52 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 125 1358 1140 0 /index.php/plug/collect/AspCms_CollectFun.asp - -
+d:\iislog\W3SVC\ra170913.ibl 5623 USKY-3D398D8F45 112000 2017-09-13 16:49:52 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 1102 0 /index.php/inc/conn1.asp - -
+d:\iislog\W3SVC\ra170913.ibl 5624 USKY-3D398D8F45 112000 2017-09-13 16:49:52 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 1104 0 /index.php/images/Thumb.asp - -
+d:\iislog\W3SVC\ra170913.ibl 5625 USKY-3D398D8F45 112000 2017-09-13 16:49:52 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 1100 0 /index.php/Inc/Api_js.asp - -
+d:\iislog\W3SVC\ra170913.ibl 5626 USKY-3D398D8F45 112000 2017-09-13 16:49:53 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 125 1358 684 0 /index.php/Upload/image/shell.asp/crazy3.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 5627 USKY-3D398D8F45 112000 2017-09-13 16:49:53 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 1138 0 /index.php/Upload/image/shell.asp/crazy3.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 5628 USKY-3D398D8F45 112000 2017-09-13 16:49:56 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 687 0 /index.php/Upload/image/shell.asp/crazy3.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 5629 USKY-3D398D8F45 112000 2017-09-13 16:49:56 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 109 1358 1114 0 /index.php/images/temp/SqlIn.asp - -
+d:\iislog\W3SVC\ra170913.ibl 5630 USKY-3D398D8F45 112000 2017-09-13 16:49:56 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 400 0 93 1364 654 0 /index.php/images_/a.asp;.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 5631 USKY-3D398D8F45 112000 2017-09-13 16:49:56 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 400 0 78 1364 1108 0 /index.php/images_/a.asp;.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 5632 USKY-3D398D8F45 112000 2017-09-13 16:49:57 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 400 0 78 1364 657 0 /index.php/images_/a.asp;.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 5633 USKY-3D398D8F45 112000 2017-09-13 16:49:59 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 109 1358 1115 0 /index.php/admin/inc/jiuge.asp - -
+d:\iislog\W3SVC\ra170913.ibl 5634 USKY-3D398D8F45 112000 2017-09-13 16:49:59 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 1108 0 /index.php/data/data/css.asp - -
+d:\iislog\W3SVC\ra170913.ibl 5635 USKY-3D398D8F45 112000 2017-09-13 16:50:00 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 1120 0 /index.php/config/aspcms_config.asp - -
+d:\iislog\W3SVC\ra170913.ibl 5636 USKY-3D398D8F45 112000 2017-09-13 16:50:00 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 109 1358 1138 0 /index.php/UserFiles/File/zitru39026.asp - -
+d:\iislog\W3SVC\ra170913.ibl 5637 USKY-3D398D8F45 112000 2017-09-13 16:50:00 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 109 1358 1103 0 /index.php/wspath./okd.asp - -
+d:\iislog\W3SVC\ra170913.ibl 5638 USKY-3D398D8F45 112000 2017-09-13 16:50:00 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 400 0 93 1364 638 0 /index.php/1.asp;.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 5639 USKY-3D398D8F45 112000 2017-09-13 16:50:00 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 400 0 93 1364 1092 0 /index.php/1.asp;.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 5640 USKY-3D398D8F45 112000 2017-09-13 16:50:01 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 400 0 93 1364 641 0 /index.php/1.asp;.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 5641 USKY-3D398D8F45 112000 2017-09-13 16:50:01 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 1122 0 /index.php/config/AspCms_Config.asp - -
+d:\iislog\W3SVC\ra170913.ibl 5642 USKY-3D398D8F45 112000 2017-09-13 16:50:01 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 708 0 /index.php/UserFiles/Image/diaosi.asp/iyyhv52666.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 5643 USKY-3D398D8F45 112000 2017-09-13 16:50:01 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 109 1358 1162 0 /index.php/UserFiles/Image/diaosi.asp/iyyhv52666.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 5644 USKY-3D398D8F45 112000 2017-09-13 16:50:02 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 711 0 /index.php/UserFiles/Image/diaosi.asp/iyyhv52666.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 5645 USKY-3D398D8F45 112000 2017-09-13 16:50:02 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 109 1358 1104 0 /index.php/xinet/xinnet.asp - -
+d:\iislog\W3SVC\ra170913.ibl 5646 USKY-3D398D8F45 112000 2017-09-13 16:50:02 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 109 1358 703 0 /index.php/userfiles/image/diaosi.asp/ytvus90753.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 5647 USKY-3D398D8F45 112000 2017-09-13 16:50:02 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 1157 0 /index.php/userfiles/image/diaosi.asp/ytvus90753.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 5648 USKY-3D398D8F45 112000 2017-09-13 16:50:02 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 706 0 /index.php/userfiles/image/diaosi.asp/ytvus90753.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 5649 USKY-3D398D8F45 112000 2017-09-13 16:50:02 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 78 1358 1082 0 /index.php/z.asp - -
+d:\iislog\W3SVC\ra170913.ibl 5650 USKY-3D398D8F45 112000 2017-09-13 16:50:03 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 109 1358 690 0 /index.php/UserFiles/Image/shell.asp/crazy6.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 5651 USKY-3D398D8F45 112000 2017-09-13 16:50:03 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 1144 0 /index.php/UserFiles/Image/shell.asp/crazy6.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 5652 USKY-3D398D8F45 112000 2017-09-13 16:50:03 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 109 1358 693 0 /index.php/UserFiles/Image/shell.asp/crazy6.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 5653 USKY-3D398D8F45 112000 2017-09-13 16:50:03 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 78 1358 1089 0 /index.php/fen.asp - -
+d:\iislog\W3SVC\ra170913.ibl 5654 USKY-3D398D8F45 112000 2017-09-13 16:50:03 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 1110 0 /index.php/include/setting.asp - -
+d:\iislog\W3SVC\ra170913.ibl 5655 USKY-3D398D8F45 112000 2017-09-13 16:50:03 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 78 1358 1090 0 /index.php/eIiy.asp - -
+d:\iislog\W3SVC\ra170913.ibl 5656 USKY-3D398D8F45 112000 2017-09-13 16:50:03 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 1117 0 /index.php/Admin/bData_Backup.asp - -
+d:\iislog\W3SVC\ra170913.ibl 5657 USKY-3D398D8F45 112000 2017-09-13 16:50:04 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 109 1358 663 0 /index.php/data/img/css/xianf.ASP - -
+d:\iislog\W3SVC\ra170913.ibl 5658 USKY-3D398D8F45 112000 2017-09-13 16:50:04 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 1117 0 /index.php/data/img/css/xianf.ASP - -
+d:\iislog\W3SVC\ra170913.ibl 5659 USKY-3D398D8F45 112000 2017-09-13 16:50:04 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 78 1358 666 0 /index.php/data/img/css/xianf.ASP - -
+d:\iislog\W3SVC\ra170913.ibl 5660 USKY-3D398D8F45 112000 2017-09-13 16:50:07 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 855 0 /index.php/zhoupu/ q={${preg_replace("/^/e",base64_decode($_REQUEST[g]),0)}}&g=ZXZhbChiYXNlNjRfZGVjb2RlKCRfUkVRVUVTVFt6MF0pKQ== -
+d:\iislog\W3SVC\ra170913.ibl 5661 USKY-3D398D8F45 112000 2017-09-13 16:50:07 36.22.120.71 222.73.136.94 80 POST HTTP/1.1 404 0 406 1358 1306 0 /index.php/zhoupu/ q={${preg_replace("/^/e",base64_decode($_REQUEST[g]),0)}}&g=ZXZhbChiYXNlNjRfZGVjb2RlKCRfUkVRVUVTVFt6MF0pKQ== -
+d:\iislog\W3SVC\ra170913.ibl 5674 USKY-3D398D8F45 112000 2017-09-13 16:54:53 157.55.39.222 222.73.136.94 80 GET HTTP/1.1 404 0 203 1358 378 0 /index.php/en/products_01o_2.html - -
+d:\iislog\W3SVC\ra170913.ibl 5679 USKY-3D398D8F45 112000 2017-09-13 16:56:50 95.85.6.214 222.73.136.94 80 GET HTTP/1.0 404 0 218 1358 273 0 /index.php/robots.txt - -
+d:\iislog\W3SVC\ra170913.ibl 5680 USKY-3D398D8F45 112000 2017-09-13 16:56:51 95.85.6.214 222.73.136.94 80 GET HTTP/1.0 200 0 609 17408 275 0 /index.php/about/index1 - -
+d:\iislog\W3SVC\ra170913.ibl 5689 USKY-3D398D8F45 112000 2017-09-13 17:00:23 121.43.107.174 222.73.136.94 80 GET HTTP/1.1 200 0 93 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5693 USKY-3D398D8F45 112000 2017-09-13 17:03:05 203.208.60.250 222.73.136.94 80 GET HTTP/1.1 200 0 437 63914 292 0 /index.php/news - -
+d:\iislog\W3SVC\ra170913.ibl 5695 USKY-3D398D8F45 112000 2017-09-13 17:03:46 120.27.47.33 222.73.136.94 80 GET HTTP/1.1 200 0 156 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5697 USKY-3D398D8F45 112000 2017-09-13 17:04:04 95.85.6.214 222.73.136.94 80 GET HTTP/1.0 200 0 656 12514 275 0 /index.php/index/index1 - -
+d:\iislog\W3SVC\ra170913.ibl 5702 USKY-3D398D8F45 112000 2017-09-13 17:04:21 40.77.167.18 222.73.136.94 80 GET HTTP/1.1 200 0 1062 13382 266 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5703 USKY-3D398D8F45 112000 2017-09-13 17:04:27 95.85.6.214 222.73.136.94 80 GET HTTP/1.0 404 0 203 1358 269 0 /index.php/robots.txt - -
+d:\iislog\W3SVC\ra170913.ibl 5704 USKY-3D398D8F45 112000 2017-09-13 17:04:28 95.85.6.214 222.73.136.94 80 GET HTTP/1.0 200 0 593 12628 262 0 /index.php/law - -
+d:\iislog\W3SVC\ra170913.ibl 5706 USKY-3D398D8F45 112000 2017-09-13 17:04:48 95.85.6.214 222.73.136.94 80 GET HTTP/1.0 200 0 968 67159 269 0 /index.php/news/trade - -
+d:\iislog\W3SVC\ra170913.ibl 5707 USKY-3D398D8F45 112000 2017-09-13 17:05:10 95.85.6.214 222.73.136.94 80 GET HTTP/1.0 200 0 656 13476 259 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5710 USKY-3D398D8F45 112000 2017-09-13 17:06:09 106.11.158.156 222.73.136.94 80 GET HTTP/1.1 200 0 93 9726 184 0 /index.php/news/read/ id=24 -
+d:\iislog\W3SVC\ra170913.ibl 5729 USKY-3D398D8F45 112000 2017-09-13 17:15:09 180.149.143.148 222.73.136.94 80 GET HTTP/1.1 200 0 156 18268 599 0 /ueditor/php/upload/image/20170419/1492584423870532.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 5730 USKY-3D398D8F45 112000 2017-09-13 17:15:10 180.149.143.152 222.73.136.94 80 GET HTTP/1.1 200 0 1437 291095 601 0 /ueditor/php/upload/image/20170419/1492584424538714.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 5731 USKY-3D398D8F45 112000 2017-09-13 17:15:23 121.43.107.174 222.73.136.94 80 GET HTTP/1.1 200 0 125 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5735 USKY-3D398D8F45 112000 2017-09-13 17:16:14 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 171 13664 1419 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5736 USKY-3D398D8F45 112000 2017-09-13 17:16:14 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 15 1086 437 0 /assets/v1/css/reset.css - -
+d:\iislog\W3SVC\ra170913.ibl 5737 USKY-3D398D8F45 112000 2017-09-13 17:16:14 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 31 1469 438 0 /assets/v1/css/jPages.css - -
+d:\iislog\W3SVC\ra170913.ibl 5738 USKY-3D398D8F45 112000 2017-09-13 17:16:14 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 31 3789 437 0 /assets/v1/css/index.css - -
+d:\iislog\W3SVC\ra170913.ibl 5739 USKY-3D398D8F45 112000 2017-09-13 17:16:14 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 15 2794 436 0 /assets/v1/css/head.css - -
+d:\iislog\W3SVC\ra170913.ibl 5740 USKY-3D398D8F45 112000 2017-09-13 17:16:14 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 15 492 422 0 /assets/v1/js/picture.js - -
+d:\iislog\W3SVC\ra170913.ibl 5741 USKY-3D398D8F45 112000 2017-09-13 17:16:14 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 46 8730 436 0 /assets/v1/css/base.css - -
+d:\iislog\W3SVC\ra170913.ibl 5742 USKY-3D398D8F45 112000 2017-09-13 17:16:14 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 31 3373 429 0 /assets/v1/js/jquery.plugins.js - -
+d:\iislog\W3SVC\ra170913.ibl 5743 USKY-3D398D8F45 112000 2017-09-13 17:16:14 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 31 3260 466 0 /assets/v1/images/eh.png - -
+d:\iislog\W3SVC\ra170913.ibl 5744 USKY-3D398D8F45 112000 2017-09-13 17:16:14 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 46 11689 438 0 /assets/v1/js/jquery.SuperSlide.2.1.1.js - -
+d:\iislog\W3SVC\ra170913.ibl 5745 USKY-3D398D8F45 112000 2017-09-13 17:16:14 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 62 18588 421 0 /assets/v1/js/jPages.js - -
+d:\iislog\W3SVC\ra170913.ibl 5746 USKY-3D398D8F45 112000 2017-09-13 17:16:14 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 15 1533 438 0 /assets/v1/css/footer.css - -
+d:\iislog\W3SVC\ra170913.ibl 5747 USKY-3D398D8F45 112000 2017-09-13 17:16:14 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 109 96588 432 0 /assets/v1/js/jquery-1.11.1.min.js - -
+d:\iislog\W3SVC\ra170913.ibl 5748 USKY-3D398D8F45 112000 2017-09-13 17:16:15 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 421 45152 474 0 /assets/v1/images/slider2_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 5749 USKY-3D398D8F45 112000 2017-09-13 17:16:15 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 406 45520 474 0 /assets/v1/images/slider3_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 5750 USKY-3D398D8F45 112000 2017-09-13 17:16:15 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 437 61076 416 0 /uploads/logo/partner2.png - -
+d:\iislog\W3SVC\ra170913.ibl 5751 USKY-3D398D8F45 112000 2017-09-13 17:16:15 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 15 936 417 0 /uploads/logo/partner15.png - -
+d:\iislog\W3SVC\ra170913.ibl 5752 USKY-3D398D8F45 112000 2017-09-13 17:16:15 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 15 3514 416 0 /uploads/logo/partner7.png - -
+d:\iislog\W3SVC\ra170913.ibl 5753 USKY-3D398D8F45 112000 2017-09-13 17:16:15 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 15 8042 415 0 /uploads/logo/fans_02.png - -
+d:\iislog\W3SVC\ra170913.ibl 5754 USKY-3D398D8F45 112000 2017-09-13 17:16:15 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 15 2334 415 0 /uploads/logo/fans_04.png - -
+d:\iislog\W3SVC\ra170913.ibl 5755 USKY-3D398D8F45 112000 2017-09-13 17:16:15 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 15 9675 415 0 /uploads/logo/fans_06.png - -
+d:\iislog\W3SVC\ra170913.ibl 5756 USKY-3D398D8F45 112000 2017-09-13 17:16:15 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 31 11471 415 0 /uploads/logo/fans_08.png - -
+d:\iislog\W3SVC\ra170913.ibl 5757 USKY-3D398D8F45 112000 2017-09-13 17:16:15 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 31 11849 415 0 /uploads/logo/fans_10.png - -
+d:\iislog\W3SVC\ra170913.ibl 5758 USKY-3D398D8F45 112000 2017-09-13 17:16:15 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 0 4360 415 0 /uploads/logo/fans_15.png - -
+d:\iislog\W3SVC\ra170913.ibl 5759 USKY-3D398D8F45 112000 2017-09-13 17:16:15 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 15 5838 415 0 /uploads/logo/fans_17.png - -
+d:\iislog\W3SVC\ra170913.ibl 5760 USKY-3D398D8F45 112000 2017-09-13 17:16:15 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 15 8475 415 0 /uploads/logo/fans_19.png - -
+d:\iislog\W3SVC\ra170913.ibl 5761 USKY-3D398D8F45 112000 2017-09-13 17:16:15 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 15 5778 415 0 /uploads/logo/fans_20.png - -
+d:\iislog\W3SVC\ra170913.ibl 5762 USKY-3D398D8F45 112000 2017-09-13 17:16:15 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 1062 64070 416 0 /uploads/logo/partner1.png - -
+d:\iislog\W3SVC\ra170913.ibl 5763 USKY-3D398D8F45 112000 2017-09-13 17:16:16 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 1265 57855 467 0 /assets/v1/images/wx1.png - -
+d:\iislog\W3SVC\ra170913.ibl 5764 USKY-3D398D8F45 112000 2017-09-13 17:16:16 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 1500 42137 474 0 /assets/v1/images/slider1_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 5765 USKY-3D398D8F45 112000 2017-09-13 17:16:17 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 1906 355323 471 0 /assets/v1/images/num2_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 5766 USKY-3D398D8F45 112000 2017-09-13 17:16:17 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 1265 366588 471 0 /assets/v1/images/num4_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 5767 USKY-3D398D8F45 112000 2017-09-13 17:16:17 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 46 24271 470 0 /assets/v1/images/num1_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 5768 USKY-3D398D8F45 112000 2017-09-13 17:16:17 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 828 126613 469 0 /assets/v1/images/num28.png - -
+d:\iislog\W3SVC\ra170913.ibl 5769 USKY-3D398D8F45 112000 2017-09-13 17:16:18 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 3453 57699 416 0 /uploads/logo/partner4.png - -
+d:\iislog\W3SVC\ra170913.ibl 5771 USKY-3D398D8F45 112000 2017-09-13 17:16:18 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 3750 56348 416 0 /uploads/logo/partner3.png - -
+d:\iislog\W3SVC\ra170913.ibl 5772 USKY-3D398D8F45 112000 2017-09-13 17:16:18 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 687 20514 470 0 /assets/v1/images/num2_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 5773 USKY-3D398D8F45 112000 2017-09-13 17:16:18 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 1093 162783 469 0 /assets/v1/images/num29.png - -
+d:\iislog\W3SVC\ra170913.ibl 5774 USKY-3D398D8F45 112000 2017-09-13 17:16:18 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 218 28927 469 0 /assets/v1/images/num31.png - -
+d:\iislog\W3SVC\ra170913.ibl 5775 USKY-3D398D8F45 112000 2017-09-13 17:16:18 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 3656 419700 471 0 /assets/v1/images/num1_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 5776 USKY-3D398D8F45 112000 2017-09-13 17:16:18 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 93 50030 471 0 /assets/v1/images/footer1.png - -
+d:\iislog\W3SVC\ra170913.ibl 5777 USKY-3D398D8F45 112000 2017-09-13 17:16:18 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 93 54113 471 0 /assets/v1/images/footer2.png - -
+d:\iislog\W3SVC\ra170913.ibl 5778 USKY-3D398D8F45 112000 2017-09-13 17:16:19 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 328 32407 470 0 /assets/v1/images/num3_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 5779 USKY-3D398D8F45 112000 2017-09-13 17:16:19 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 437 166408 526 0 /uploads/avatar/1%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E6%B0%B8%E5%A4%A9%E4%BA%91.png - -
+d:\iislog\W3SVC\ra170913.ibl 5780 USKY-3D398D8F45 112000 2017-09-13 17:16:19 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 468 43618 468 0 /assets/v1/images/logo.png - -
+d:\iislog\W3SVC\ra170913.ibl 5781 USKY-3D398D8F45 112000 2017-09-13 17:16:19 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 578 42424 467 0 /assets/v1/images/tel.png - -
+d:\iislog\W3SVC\ra170913.ibl 5782 USKY-3D398D8F45 112000 2017-09-13 17:16:19 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 328 103874 535 0 /uploads/avatar/2%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E5%AE%A2%E6%88%B7%E6%A1%88%E4%BE%8B.png - -
+d:\iislog\W3SVC\ra170913.ibl 5783 USKY-3D398D8F45 112000 2017-09-13 17:16:19 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 78 42681 466 0 /assets/v1/images/bd.png - -
+d:\iislog\W3SVC\ra170913.ibl 5784 USKY-3D398D8F45 112000 2017-09-13 17:16:20 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 656 97969 535 0 /uploads/avatar/3%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E6%96%B0%E9%97%BB%E8%B5%84%E8%AE%AF.png - -
+d:\iislog\W3SVC\ra170913.ibl 5785 USKY-3D398D8F45 112000 2017-09-13 17:16:20 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 62 44989 467 0 /assets/v1/images/spc.png - -
+d:\iislog\W3SVC\ra170913.ibl 5786 USKY-3D398D8F45 112000 2017-09-13 17:16:20 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 46 41156 472 0 /assets/v1/images/meun_tab.png - -
+d:\iislog\W3SVC\ra170913.ibl 5787 USKY-3D398D8F45 112000 2017-09-13 17:16:20 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 468 43269 471 0 /assets/v1/images/num1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 5788 USKY-3D398D8F45 112000 2017-09-13 17:16:20 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 4343 338195 471 0 /assets/v1/images/num3_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 5789 USKY-3D398D8F45 112000 2017-09-13 17:16:20 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 937 105595 535 0 /uploads/avatar/4%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E4%BA%BA%E5%8A%9B%E8%B5%84%E6%BA%90.png - -
+d:\iislog\W3SVC\ra170913.ibl 5790 USKY-3D398D8F45 112000 2017-09-13 17:16:33 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 125 22117 494 0 /index.php/about - -
+d:\iislog\W3SVC\ra170913.ibl 5791 USKY-3D398D8F45 112000 2017-09-13 17:16:33 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 15 5778 441 0 /assets/v1/css/area.css - -
+d:\iislog\W3SVC\ra170913.ibl 5792 USKY-3D398D8F45 112000 2017-09-13 17:16:33 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 140 40771 471 0 /assets/v1/images/yt.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 5793 USKY-3D398D8F45 112000 2017-09-13 17:16:34 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 265 119155 478 0 /assets/v1/images/about_top.png - -
+d:\iislog\W3SVC\ra170913.ibl 5794 USKY-3D398D8F45 112000 2017-09-13 17:16:34 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 546 169833 475 0 /assets/v1/images/course.png - -
+d:\iislog\W3SVC\ra170913.ibl 5795 USKY-3D398D8F45 112000 2017-09-13 17:16:34 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 78 50498 476 0 /assets/v1/images/n1_1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 5796 USKY-3D398D8F45 112000 2017-09-13 17:16:34 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 593 43618 473 0 /assets/v1/images/logo.png - -
+d:\iislog\W3SVC\ra170913.ibl 5797 USKY-3D398D8F45 112000 2017-09-13 17:16:34 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 312 42681 471 0 /assets/v1/images/bd.png - -
+d:\iislog\W3SVC\ra170913.ibl 5798 USKY-3D398D8F45 112000 2017-09-13 17:16:34 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 78 44989 472 0 /assets/v1/images/spc.png - -
+d:\iislog\W3SVC\ra170913.ibl 5799 USKY-3D398D8F45 112000 2017-09-13 17:16:34 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 15 9772 473 0 /assets/v1/images/mark.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 5800 USKY-3D398D8F45 112000 2017-09-13 17:16:34 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 671 42424 472 0 /assets/v1/images/tel.png - -
+d:\iislog\W3SVC\ra170913.ibl 5801 USKY-3D398D8F45 112000 2017-09-13 17:16:34 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 78 41156 477 0 /assets/v1/images/meun_tab.png - -
+d:\iislog\W3SVC\ra170913.ibl 5802 USKY-3D398D8F45 112000 2017-09-13 17:16:36 223.167.127.115 222.73.136.94 80 GET HTTP/1.1 200 0 2171 41331 474 0 /assets/v1/images/n1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 5803 USKY-3D398D8F45 112000 2017-09-13 17:16:54 203.208.60.252 222.73.136.94 80 GET HTTP/1.1 200 0 250 10226 305 0 /index.php/news/read/ id=121 -
+d:\iislog\W3SVC\ra170913.ibl 5806 USKY-3D398D8F45 112000 2017-09-13 17:18:45 120.27.47.33 222.73.136.94 80 GET HTTP/1.1 200 0 140 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5809 USKY-3D398D8F45 112000 2017-09-13 17:20:28 40.77.167.128 222.73.136.94 80 GET HTTP/1.1 200 0 906 13664 272 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5829 USKY-3D398D8F45 112000 2017-09-13 17:30:02 203.208.60.249 222.73.136.94 80 GET HTTP/1.1 200 0 296 15455 305 0 /index.php/news/read/ id=114 -
+d:\iislog\W3SVC\ra170913.ibl 5831 USKY-3D398D8F45 112000 2017-09-13 17:30:23 121.43.107.174 222.73.136.94 80 GET HTTP/1.1 200 0 93 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5838 USKY-3D398D8F45 112000 2017-09-13 17:33:45 120.27.47.33 222.73.136.94 80 GET HTTP/1.1 200 0 140 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5844 USKY-3D398D8F45 112000 2017-09-13 17:35:49 106.11.158.156 222.73.136.94 80 GET HTTP/1.1 200 0 93 11914 190 0 /index.php/news/read/ id=53 -
+d:\iislog\W3SVC\ra170913.ibl 5858 USKY-3D398D8F45 112000 2017-09-13 17:42:07 203.208.60.251 222.73.136.94 80 GET HTTP/1.1 200 0 250 17870 305 0 /index.php/news/read/ id=126 -
+d:\iislog\W3SVC\ra170913.ibl 5860 USKY-3D398D8F45 112000 2017-09-13 17:42:59 203.208.60.216 222.73.136.94 80 GET HTTP/1.1 200 0 281 13194 284 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5863 USKY-3D398D8F45 112000 2017-09-13 17:43:49 106.11.158.156 222.73.136.94 80 GET HTTP/1.1 200 0 109 38727 184 0 /index.php/news/read/ id=86 -
+d:\iislog\W3SVC\ra170913.ibl 5870 USKY-3D398D8F45 112000 2017-09-13 17:45:23 121.43.107.174 222.73.136.94 80 GET HTTP/1.1 200 0 93 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5877 USKY-3D398D8F45 112000 2017-09-13 17:48:45 120.27.47.33 222.73.136.94 80 GET HTTP/1.1 200 0 140 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5882 USKY-3D398D8F45 112000 2017-09-13 17:50:46 203.208.60.229 222.73.136.94 80 GET HTTP/1.1 200 0 250 11914 310 0 /index.php/news/read/ id=53 -
+d:\iislog\W3SVC\ra170913.ibl 5893 USKY-3D398D8F45 112000 2017-09-13 17:57:39 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 200 0 3765 13382 329 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5894 USKY-3D398D8F45 112000 2017-09-13 17:57:40 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 404 0 468 1358 233 0 /index.php/apple-touch-icon-precomposed.png - -
+d:\iislog\W3SVC\ra170913.ibl 5895 USKY-3D398D8F45 112000 2017-09-13 17:57:44 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 404 0 359 1358 221 0 /index.php/apple-touch-icon.png - -
+d:\iislog\W3SVC\ra170913.ibl 5896 USKY-3D398D8F45 112000 2017-09-13 17:57:45 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 404 0 375 1358 212 0 /index.php/favicon.ico - -
+d:\iislog\W3SVC\ra170913.ibl 5897 USKY-3D398D8F45 112000 2017-09-13 17:57:46 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 404 0 359 1358 233 0 /index.php/apple-touch-icon-precomposed.png - -
+d:\iislog\W3SVC\ra170913.ibl 5898 USKY-3D398D8F45 112000 2017-09-13 17:57:46 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 404 0 578 1358 221 0 /index.php/apple-touch-icon.png - -
+d:\iislog\W3SVC\ra170913.ibl 5899 USKY-3D398D8F45 112000 2017-09-13 17:57:47 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 404 0 343 1358 212 0 /index.php/favicon.ico - -
+d:\iislog\W3SVC\ra170913.ibl 5900 USKY-3D398D8F45 112000 2017-09-13 17:57:49 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 200 0 1453 13382 377 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5901 USKY-3D398D8F45 112000 2017-09-13 17:57:50 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 404 0 296 1358 233 0 /index.php/apple-touch-icon-precomposed.png - -
+d:\iislog\W3SVC\ra170913.ibl 5902 USKY-3D398D8F45 112000 2017-09-13 17:57:51 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 404 0 375 1358 221 0 /index.php/apple-touch-icon.png - -
+d:\iislog\W3SVC\ra170913.ibl 5903 USKY-3D398D8F45 112000 2017-09-13 17:57:52 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 404 0 359 1358 212 0 /index.php/favicon.ico - -
+d:\iislog\W3SVC\ra170913.ibl 5904 USKY-3D398D8F45 112000 2017-09-13 17:57:53 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 404 0 515 1358 233 0 /index.php/apple-touch-icon-precomposed.png - -
+d:\iislog\W3SVC\ra170913.ibl 5905 USKY-3D398D8F45 112000 2017-09-13 17:57:54 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 404 0 609 1358 221 0 /index.php/apple-touch-icon.png - -
+d:\iislog\W3SVC\ra170913.ibl 5906 USKY-3D398D8F45 112000 2017-09-13 17:57:54 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 404 0 343 1358 212 0 /index.php/favicon.ico - -
+d:\iislog\W3SVC\ra170913.ibl 5915 USKY-3D398D8F45 112000 2017-09-13 18:00:24 121.43.107.174 222.73.136.94 80 GET HTTP/1.1 200 0 125 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5925 USKY-3D398D8F45 112000 2017-09-13 18:03:45 120.27.47.33 222.73.136.94 80 GET HTTP/1.1 200 0 156 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5944 USKY-3D398D8F45 112000 2017-09-13 18:13:41 203.208.60.213 222.73.136.94 80 GET HTTP/1.1 200 0 250 13476 290 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5950 USKY-3D398D8F45 112000 2017-09-13 18:15:23 121.43.107.174 222.73.136.94 80 GET HTTP/1.1 200 0 109 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5957 USKY-3D398D8F45 112000 2017-09-13 18:18:45 120.27.47.33 222.73.136.94 80 GET HTTP/1.1 200 0 125 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5963 USKY-3D398D8F45 112000 2017-09-13 18:21:56 123.125.71.53 222.73.136.94 80 GET HTTP/1.1 200 0 171 13664 311 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5967 USKY-3D398D8F45 112000 2017-09-13 18:23:47 106.11.158.156 222.73.136.94 80 GET HTTP/1.1 200 0 93 13194 164 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5968 USKY-3D398D8F45 112000 2017-09-13 18:23:48 106.11.155.149 222.73.136.94 80 GET HTTP/1.1 200 0 109 34447 184 0 /index.php/news/read/ id=77 -
+d:\iislog\W3SVC\ra170913.ibl 5993 USKY-3D398D8F45 112000 2017-09-13 18:30:23 121.43.107.174 222.73.136.94 80 GET HTTP/1.1 200 0 109 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 5999 USKY-3D398D8F45 112000 2017-09-13 18:33:45 120.27.47.33 222.73.136.94 80 GET HTTP/1.1 200 0 156 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 6016 USKY-3D398D8F45 112000 2017-09-13 18:43:16 58.217.192.54 222.73.136.94 80 HEAD HTTP/1.1 200 0 78 371 81 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 6024 USKY-3D398D8F45 112000 2017-09-13 18:45:23 121.43.107.174 222.73.136.94 80 GET HTTP/1.1 200 0 93 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 6031 USKY-3D398D8F45 112000 2017-09-13 18:48:45 120.27.47.33 222.73.136.94 80 GET HTTP/1.1 200 0 156 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 6054 USKY-3D398D8F45 112000 2017-09-13 19:00:23 121.43.107.174 222.73.136.94 80 GET HTTP/1.1 200 0 93 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 6058 USKY-3D398D8F45 112000 2017-09-13 19:03:00 203.208.60.232 222.73.136.94 80 GET HTTP/1.1 200 0 281 10252 310 0 /index.php/news/read/ id=62 -
+d:\iislog\W3SVC\ra170913.ibl 6061 USKY-3D398D8F45 112000 2017-09-13 19:03:45 120.27.47.33 222.73.136.94 80 GET HTTP/1.1 200 0 140 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 6070 USKY-3D398D8F45 112000 2017-09-13 19:08:49 106.11.158.156 222.73.136.94 80 GET HTTP/1.1 200 0 93 25153 184 0 /index.php/news/read/ id=84 -
+d:\iislog\W3SVC\ra170913.ibl 6084 USKY-3D398D8F45 112000 2017-09-13 19:14:09 106.11.158.156 222.73.136.94 80 GET HTTP/1.1 200 0 93 11041 191 0 /index.php/news/read/ id=122 -
+d:\iislog\W3SVC\ra170913.ibl 6087 USKY-3D398D8F45 112000 2017-09-13 19:15:23 121.43.107.174 222.73.136.94 80 GET HTTP/1.1 200 0 93 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 6094 USKY-3D398D8F45 112000 2017-09-13 19:18:45 120.27.47.33 222.73.136.94 80 GET HTTP/1.1 200 0 125 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 6120 USKY-3D398D8F45 112000 2017-09-13 19:30:23 121.43.107.174 222.73.136.94 80 GET HTTP/1.1 200 0 109 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 6129 USKY-3D398D8F45 112000 2017-09-13 19:33:45 120.27.47.33 222.73.136.94 80 GET HTTP/1.1 200 0 156 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 6133 USKY-3D398D8F45 112000 2017-09-13 19:34:18 40.77.167.124 222.73.136.94 80 GET HTTP/1.1 404 0 234 1358 288 0 /index.php/news.aspx news=company -
+d:\iislog\W3SVC\ra170913.ibl 6153 USKY-3D398D8F45 112000 2017-09-13 19:45:13 203.208.60.248 222.73.136.94 80 GET HTTP/1.1 200 0 281 13382 288 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 6161 USKY-3D398D8F45 112000 2017-09-13 19:48:59 115.28.189.208 222.73.136.94 80 GET HTTP/1.1 200 0 156 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 6166 USKY-3D398D8F45 112000 2017-09-13 19:52:08 106.11.158.156 222.73.136.94 80 GET HTTP/1.1 200 0 93 41233 185 0 /index.php/news/read/ id=108 -
+d:\iislog\W3SVC\ra170913.ibl 6167 USKY-3D398D8F45 112000 2017-09-13 19:52:09 106.11.155.149 222.73.136.94 80 GET HTTP/1.1 200 0 109 15070 186 0 /index.php/news/read/ id=93 -
+d:\iislog\W3SVC\ra170913.ibl 6186 USKY-3D398D8F45 112000 2017-09-13 19:55:50 121.43.105.176 222.73.136.94 80 GET HTTP/1.1 200 0 109 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 6201 USKY-3D398D8F45 112000 2017-09-13 20:03:56 115.28.189.208 222.73.136.94 80 GET HTTP/1.1 200 0 125 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 6208 USKY-3D398D8F45 112000 2017-09-13 20:06:43 123.125.71.36 222.73.136.94 80 GET HTTP/1.1 200 0 203 10689 224 0 /index.php/cloud - -
+d:\iislog\W3SVC\ra170913.ibl 6216 USKY-3D398D8F45 112000 2017-09-13 20:10:30 203.208.60.229 222.73.136.94 80 GET HTTP/1.1 200 0 265 13664 420 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 6234 USKY-3D398D8F45 112000 2017-09-13 20:18:56 115.28.189.208 222.73.136.94 80 GET HTTP/1.1 200 0 156 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 6236 USKY-3D398D8F45 112000 2017-09-13 20:19:36 121.40.130.38 222.73.136.94 80 GET HTTP/1.1 200 0 93 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 6263 USKY-3D398D8F45 112000 2017-09-13 20:31:09 203.208.60.216 222.73.136.94 80 GET HTTP/1.1 200 0 281 13194 410 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 6265 USKY-3D398D8F45 112000 2017-09-13 20:33:08 106.11.158.156 222.73.136.94 80 GET HTTP/1.1 200 0 109 11957 183 0 /index.php/news/read/ id=3 -
+d:\iislog\W3SVC\ra170913.ibl 6269 USKY-3D398D8F45 112000 2017-09-13 20:33:56 115.28.189.208 222.73.136.94 80 GET HTTP/1.1 200 0 140 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 6272 USKY-3D398D8F45 112000 2017-09-13 20:34:36 121.40.130.38 222.73.136.94 80 GET HTTP/1.1 200 0 140 13382 139 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 6276 USKY-3D398D8F45 112000 2017-09-13 20:37:43 40.77.167.183 222.73.136.94 80 GET HTTP/1.1 200 0 796 10689 395 0 /index.php/cloud - -
+d:\iislog\W3SVC\ra170913.ibl 6303 USKY-3D398D8F45 112000 2017-09-13 20:48:56 115.28.189.208 222.73.136.94 80 GET HTTP/1.1 200 0 140 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 6305 USKY-3D398D8F45 112000 2017-09-13 20:49:36 121.40.130.38 222.73.136.94 80 GET HTTP/1.1 200 0 93 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 6321 USKY-3D398D8F45 112000 2017-09-13 20:56:47 203.208.60.232 222.73.136.94 80 GET HTTP/1.1 404 0 93 1358 311 0 /index.php/images/201116.swf - -
+d:\iislog\W3SVC\ra170913.ibl 6330 USKY-3D398D8F45 112000 2017-09-13 21:01:04 40.77.167.18 222.73.136.94 80 GET HTTP/1.1 200 0 1062 13382 390 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 6333 USKY-3D398D8F45 112000 2017-09-13 21:02:56 203.208.60.232 222.73.136.94 80 GET HTTP/1.1 200 0 156 4591 397 0 /assets/v1/css/news.css - -
+d:\iislog\W3SVC\ra170913.ibl 6337 USKY-3D398D8F45 112000 2017-09-13 21:03:51 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 200 0 1359 13382 329 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 6338 USKY-3D398D8F45 112000 2017-09-13 21:03:52 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 404 0 640 1358 233 0 /index.php/apple-touch-icon-precomposed.png - -
+d:\iislog\W3SVC\ra170913.ibl 6339 USKY-3D398D8F45 112000 2017-09-13 21:03:53 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 404 0 343 1358 221 0 /index.php/apple-touch-icon.png - -
+d:\iislog\W3SVC\ra170913.ibl 6340 USKY-3D398D8F45 112000 2017-09-13 21:03:54 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 404 0 406 1358 212 0 /index.php/favicon.ico - -
+d:\iislog\W3SVC\ra170913.ibl 6341 USKY-3D398D8F45 112000 2017-09-13 21:03:55 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 404 0 484 1358 233 0 /index.php/apple-touch-icon-precomposed.png - -
+d:\iislog\W3SVC\ra170913.ibl 6342 USKY-3D398D8F45 112000 2017-09-13 21:03:56 115.28.189.208 222.73.136.94 80 GET HTTP/1.1 200 0 156 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 6344 USKY-3D398D8F45 112000 2017-09-13 21:04:07 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 404 0 421 1358 221 0 /index.php/apple-touch-icon.png - -
+d:\iislog\W3SVC\ra170913.ibl 6345 USKY-3D398D8F45 112000 2017-09-13 21:04:08 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 404 0 562 1358 212 0 /index.php/favicon.ico - -
+d:\iislog\W3SVC\ra170913.ibl 6346 USKY-3D398D8F45 112000 2017-09-13 21:04:10 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 200 0 1546 13382 377 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 6347 USKY-3D398D8F45 112000 2017-09-13 21:04:11 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 404 0 593 1358 233 0 /index.php/apple-touch-icon-precomposed.png - -
+d:\iislog\W3SVC\ra170913.ibl 6348 USKY-3D398D8F45 112000 2017-09-13 21:04:12 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 404 0 359 1358 221 0 /index.php/apple-touch-icon.png - -
+d:\iislog\W3SVC\ra170913.ibl 6349 USKY-3D398D8F45 112000 2017-09-13 21:04:13 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 404 0 453 1358 212 0 /index.php/favicon.ico - -
+d:\iislog\W3SVC\ra170913.ibl 6350 USKY-3D398D8F45 112000 2017-09-13 21:04:14 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 404 0 359 1358 233 0 /index.php/apple-touch-icon-precomposed.png - -
+d:\iislog\W3SVC\ra170913.ibl 6351 USKY-3D398D8F45 112000 2017-09-13 21:04:17 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 404 0 609 1358 221 0 /index.php/apple-touch-icon.png - -
+d:\iislog\W3SVC\ra170913.ibl 6352 USKY-3D398D8F45 112000 2017-09-13 21:04:18 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 404 0 343 1358 212 0 /index.php/favicon.ico - -
+d:\iislog\W3SVC\ra170913.ibl 6354 USKY-3D398D8F45 112000 2017-09-13 21:04:38 121.40.130.38 222.73.136.94 80 GET HTTP/1.1 200 0 93 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 6355 USKY-3D398D8F45 112000 2017-09-13 21:05:10 106.11.158.156 222.73.136.94 80 GET HTTP/1.1 200 0 93 10178 190 0 /index.php/news/read/ id=43 -
+d:\iislog\W3SVC\ra170913.ibl 6359 USKY-3D398D8F45 112000 2017-09-13 21:07:31 27.8.224.179 222.73.136.94 80 POST HTTP/1.1 404 0 109 1358 942 0 /index.php/admin/include/uploadify.php tablepre=xx&met_lang=met_lang&lang=cn&met_admin_table=met_admin_table%20where%20usertype=3%23&metinfo_admin_id=1&metinfo_admin_pass=2&type=upfile&met_file_format=jpg|pphphp -
+d:\iislog\W3SVC\ra170913.ibl 6360 USKY-3D398D8F45 112000 2017-09-13 21:07:32 27.8.224.179 222.73.136.94 80 POST HTTP/1.1 404 0 93 1358 337 0 /index.php/feedback/uploadfile_save.php - -
+d:\iislog\W3SVC\ra170913.ibl 6370 USKY-3D398D8F45 112000 2017-09-13 21:12:00 36.110.147.105 222.73.136.94 80 GET HTTP/1.1 404 0 46 1358 199 0 /index.php/robots.txt - -
+d:\iislog\W3SVC\ra170913.ibl 6371 USKY-3D398D8F45 112000 2017-09-13 21:12:01 36.110.147.105 222.73.136.94 80 GET HTTP/1.1 200 0 156 13664 274 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 6372 USKY-3D398D8F45 112000 2017-09-13 21:12:01 36.110.147.105 222.73.136.94 80 GET HTTP/1.1 200 0 31 1086 334 0 /assets/v1/css/reset.css - -
+d:\iislog\W3SVC\ra170913.ibl 6373 USKY-3D398D8F45 112000 2017-09-13 21:12:01 36.110.147.105 222.73.136.94 80 GET HTTP/1.1 200 0 46 1469 335 0 /assets/v1/css/jPages.css - -
+d:\iislog\W3SVC\ra170913.ibl 6374 USKY-3D398D8F45 112000 2017-09-13 21:12:01 36.110.147.105 222.73.136.94 80 GET HTTP/1.1 200 0 62 8730 333 0 /assets/v1/css/base.css - -
+d:\iislog\W3SVC\ra170913.ibl 6375 USKY-3D398D8F45 112000 2017-09-13 21:12:01 36.110.147.105 222.73.136.94 80 GET HTTP/1.1 200 0 62 3789 334 0 /assets/v1/css/index.css - -
+d:\iislog\W3SVC\ra170913.ibl 6376 USKY-3D398D8F45 112000 2017-09-13 21:12:01 36.110.147.105 222.73.136.94 80 GET HTTP/1.1 200 0 15 492 319 0 /assets/v1/js/picture.js - -
+d:\iislog\W3SVC\ra170913.ibl 6377 USKY-3D398D8F45 112000 2017-09-13 21:12:01 36.110.147.105 222.73.136.94 80 GET HTTP/1.1 200 0 46 3373 326 0 /assets/v1/js/jquery.plugins.js - -
+d:\iislog\W3SVC\ra170913.ibl 6378 USKY-3D398D8F45 112000 2017-09-13 21:12:01 36.110.147.105 222.73.136.94 80 GET HTTP/1.1 200 0 31 2794 333 0 /assets/v1/css/head.css - -
+d:\iislog\W3SVC\ra170913.ibl 6379 USKY-3D398D8F45 112000 2017-09-13 21:12:01 36.110.147.105 222.73.136.94 80 GET HTTP/1.1 200 0 46 1533 335 0 /assets/v1/css/footer.css - -
+d:\iislog\W3SVC\ra170913.ibl 6380 USKY-3D398D8F45 112000 2017-09-13 21:12:01 36.110.147.105 222.73.136.94 80 GET HTTP/1.1 200 0 125 11689 335 0 /assets/v1/js/jquery.SuperSlide.2.1.1.js - -
+d:\iislog\W3SVC\ra170913.ibl 6381 USKY-3D398D8F45 112000 2017-09-13 21:12:01 36.110.147.105 222.73.136.94 80 GET HTTP/1.1 200 0 109 18588 318 0 /assets/v1/js/jPages.js - -
+d:\iislog\W3SVC\ra170913.ibl 6382 USKY-3D398D8F45 112000 2017-09-13 21:12:02 36.110.147.105 222.73.136.94 80 GET HTTP/1.1 200 0 203 96588 329 0 /assets/v1/js/jquery-1.11.1.min.js - -
+d:\iislog\W3SVC\ra170913.ibl 6383 USKY-3D398D8F45 112000 2017-09-13 21:12:02 36.110.147.105 222.73.136.94 80 GET HTTP/1.1 200 0 62 3260 319 0 /assets/v1/images/eh.png - -
+d:\iislog\W3SVC\ra170913.ibl 6384 USKY-3D398D8F45 112000 2017-09-13 21:12:02 36.110.147.105 222.73.136.94 80 GET HTTP/1.1 200 0 78 47566 326 0 /assets/v1/images/alert1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 6385 USKY-3D398D8F45 112000 2017-09-13 21:12:02 36.110.147.105 222.73.136.94 80 GET HTTP/1.1 200 0 109 42137 327 0 /assets/v1/images/slider1_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 6386 USKY-3D398D8F45 112000 2017-09-13 21:12:02 36.110.147.105 222.73.136.94 80 GET HTTP/1.1 200 0 46 936 270 0 /uploads/logo/partner15.png - -
+d:\iislog\W3SVC\ra170913.ibl 6387 USKY-3D398D8F45 112000 2017-09-13 21:12:03 36.110.147.105 222.73.136.94 80 GET HTTP/1.1 200 0 890 45520 327 0 /assets/v1/images/slider3_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 6388 USKY-3D398D8F45 112000 2017-09-13 21:12:03 36.110.147.105 222.73.136.94 80 GET HTTP/1.1 200 0 1171 45152 327 0 /assets/v1/images/slider2_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 6389 USKY-3D398D8F45 112000 2017-09-13 21:12:03 36.110.147.105 222.73.136.94 80 GET HTTP/1.1 200 0 1546 42424 320 0 /assets/v1/images/tel.png - -
+d:\iislog\W3SVC\ra170913.ibl 6390 USKY-3D398D8F45 112000 2017-09-13 21:12:03 36.110.147.105 222.73.136.94 80 GET HTTP/1.1 200 0 1625 43618 321 0 /assets/v1/images/logo.png - -
+d:\iislog\W3SVC\ra170913.ibl 6391 USKY-3D398D8F45 112000 2017-09-13 21:12:03 36.110.147.105 222.73.136.94 80 GET HTTP/1.1 200 0 1671 57855 320 0 /assets/v1/images/wx1.png - -
+d:\iislog\W3SVC\ra170913.ibl 6392 USKY-3D398D8F45 112000 2017-09-13 21:12:04 36.110.147.105 222.73.136.94 80 GET HTTP/1.1 200 0 1921 61076 269 0 /uploads/logo/partner2.png - -
+d:\iislog\W3SVC\ra170913.ibl 6393 USKY-3D398D8F45 112000 2017-09-13 21:12:04 36.110.147.105 222.73.136.94 80 GET HTTP/1.1 200 0 62 2334 268 0 /uploads/logo/fans_04.png - -
+d:\iislog\W3SVC\ra170913.ibl 6394 USKY-3D398D8F45 112000 2017-09-13 21:12:04 36.110.147.105 222.73.136.94 80 GET HTTP/1.1 200 0 515 126613 322 0 /assets/v1/images/num28.png - -
+d:\iislog\W3SVC\ra170913.ibl 6395 USKY-3D398D8F45 112000 2017-09-13 21:12:04 36.110.147.105 222.73.136.94 80 GET HTTP/1.1 200 0 46 9675 268 0 /uploads/logo/fans_06.png - -
+d:\iislog\W3SVC\ra170913.ibl 6396 USKY-3D398D8F45 112000 2017-09-13 21:12:04 36.110.147.105 222.73.136.94 80 GET HTTP/1.1 200 0 437 24271 323 0 /assets/v1/images/num1_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 6397 USKY-3D398D8F45 112000 2017-09-13 21:12:04 36.110.147.105 222.73.136.94 80 GET HTTP/1.1 200 0 2015 8042 268 0 /uploads/logo/fans_02.png - -
+d:\iislog\W3SVC\ra170913.ibl 6398 USKY-3D398D8F45 112000 2017-09-13 21:12:04 36.110.147.105 222.73.136.94 80 GET HTTP/1.1 200 0 2296 56348 269 0 /uploads/logo/partner3.png - -
+d:\iislog\W3SVC\ra170913.ibl 6399 USKY-3D398D8F45 112000 2017-09-13 21:12:04 36.110.147.105 222.73.136.94 80 GET HTTP/1.1 200 0 31 4360 268 0 /uploads/logo/fans_15.png - -
+d:\iislog\W3SVC\ra170913.ibl 6400 USKY-3D398D8F45 112000 2017-09-13 21:12:04 36.110.147.105 222.73.136.94 80 GET HTTP/1.1 200 0 31 5838 268 0 /uploads/logo/fans_17.png - -
+d:\iislog\W3SVC\ra170913.ibl 6401 USKY-3D398D8F45 112000 2017-09-13 21:12:04 36.110.147.105 222.73.136.94 80 GET HTTP/1.1 200 0 31 8475 268 0 /uploads/logo/fans_19.png - -
+d:\iislog\W3SVC\ra170913.ibl 6402 USKY-3D398D8F45 112000 2017-09-13 21:12:04 36.110.147.105 222.73.136.94 80 GET HTTP/1.1 200 0 15 5778 268 0 /uploads/logo/fans_20.png - -
+d:\iislog\W3SVC\ra170913.ibl 6403 USKY-3D398D8F45 112000 2017-09-13 21:12:04 36.110.147.105 222.73.136.94 80 GET HTTP/1.1 200 0 1359 338195 324 0 /assets/v1/images/num3_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 6404 USKY-3D398D8F45 112000 2017-09-13 21:12:04 36.110.147.105 222.73.136.94 80 GET HTTP/1.1 200 0 93 28927 322 0 /assets/v1/images/num31.png - -
+d:\iislog\W3SVC\ra170913.ibl 6405 USKY-3D398D8F45 112000 2017-09-13 21:12:04 36.110.147.105 222.73.136.94 80 GET HTTP/1.1 200 0 78 32407 323 0 /assets/v1/images/num3_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 6406 USKY-3D398D8F45 112000 2017-09-13 21:12:04 36.110.147.105 222.73.136.94 80 GET HTTP/1.1 200 0 2734 64070 269 0 /uploads/logo/partner1.png - -
+d:\iislog\W3SVC\ra170913.ibl 6407 USKY-3D398D8F45 112000 2017-09-13 21:12:04 36.110.147.105 222.73.136.94 80 GET HTTP/1.1 200 0 734 20514 323 0 /assets/v1/images/num2_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 6408 USKY-3D398D8F45 112000 2017-09-13 21:12:04 36.110.147.105 222.73.136.94 80 GET HTTP/1.1 200 0 796 11471 268 0 /uploads/logo/fans_08.png - -
+d:\iislog\W3SVC\ra170913.ibl 6409 USKY-3D398D8F45 112000 2017-09-13 21:12:05 36.110.147.105 222.73.136.94 80 GET HTTP/1.1 200 0 234 54113 324 0 /assets/v1/images/footer2.png - -
+d:\iislog\W3SVC\ra170913.ibl 6410 USKY-3D398D8F45 112000 2017-09-13 21:12:05 36.110.147.105 222.73.136.94 80 GET HTTP/1.1 200 0 3046 3514 269 0 /uploads/logo/partner7.png - -
+d:\iislog\W3SVC\ra170913.ibl 6411 USKY-3D398D8F45 112000 2017-09-13 21:12:05 36.110.147.105 222.73.136.94 80 GET HTTP/1.1 200 0 1625 11849 268 0 /uploads/logo/fans_10.png - -
+d:\iislog\W3SVC\ra170913.ibl 6412 USKY-3D398D8F45 112000 2017-09-13 21:12:05 36.110.147.105 222.73.136.94 80 GET HTTP/1.1 200 0 3734 57699 269 0 /uploads/logo/partner4.png - -
+d:\iislog\W3SVC\ra170913.ibl 6413 USKY-3D398D8F45 112000 2017-09-13 21:12:06 36.110.147.105 222.73.136.94 80 GET HTTP/1.1 200 0 1890 162783 322 0 /assets/v1/images/num29.png - -
+d:\iislog\W3SVC\ra170913.ibl 6414 USKY-3D398D8F45 112000 2017-09-13 21:12:06 36.110.147.105 222.73.136.94 80 GET HTTP/1.1 200 0 890 166408 379 0 /uploads/avatar/1%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E6%B0%B8%E5%A4%A9%E4%BA%91.png - -
+d:\iislog\W3SVC\ra170913.ibl 6415 USKY-3D398D8F45 112000 2017-09-13 21:12:06 36.110.147.105 222.73.136.94 80 GET HTTP/1.1 200 0 1515 50030 324 0 /assets/v1/images/footer1.png - -
+d:\iislog\W3SVC\ra170913.ibl 6416 USKY-3D398D8F45 112000 2017-09-13 21:12:06 36.110.147.105 222.73.136.94 80 GET HTTP/1.1 200 0 531 105595 388 0 /uploads/avatar/4%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E4%BA%BA%E5%8A%9B%E8%B5%84%E6%BA%90.png - -
+d:\iislog\W3SVC\ra170913.ibl 6417 USKY-3D398D8F45 112000 2017-09-13 21:12:06 36.110.147.105 222.73.136.94 80 GET HTTP/1.1 200 0 828 97969 388 0 /uploads/avatar/3%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E6%96%B0%E9%97%BB%E8%B5%84%E8%AE%AF.png - -
+d:\iislog\W3SVC\ra170913.ibl 6418 USKY-3D398D8F45 112000 2017-09-13 21:12:07 36.110.147.105 222.73.136.94 80 GET HTTP/1.1 200 0 1062 103874 388 0 /uploads/avatar/2%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E5%AE%A2%E6%88%B7%E6%A1%88%E4%BE%8B.png - -
+d:\iislog\W3SVC\ra170913.ibl 6419 USKY-3D398D8F45 112000 2017-09-13 21:12:07 36.110.147.105 222.73.136.94 80 GET HTTP/1.1 200 0 531 43269 324 0 /assets/v1/images/num1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 6420 USKY-3D398D8F45 112000 2017-09-13 21:12:07 36.110.147.105 222.73.136.94 80 GET HTTP/1.1 200 0 843 42681 319 0 /assets/v1/images/bd.png - -
+d:\iislog\W3SVC\ra170913.ibl 6421 USKY-3D398D8F45 112000 2017-09-13 21:12:07 36.110.147.105 222.73.136.94 80 GET HTTP/1.1 200 0 546 44989 320 0 /assets/v1/images/spc.png - -
+d:\iislog\W3SVC\ra170913.ibl 6422 USKY-3D398D8F45 112000 2017-09-13 21:12:07 36.110.147.105 222.73.136.94 80 GET HTTP/1.1 200 0 265 41156 325 0 /assets/v1/images/meun_tab.png - -
+d:\iislog\W3SVC\ra170913.ibl 6423 USKY-3D398D8F45 112000 2017-09-13 21:12:07 36.110.147.105 222.73.136.94 80 GET HTTP/1.1 200 0 4906 355323 324 0 /assets/v1/images/num2_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 6424 USKY-3D398D8F45 112000 2017-09-13 21:12:08 36.110.147.105 222.73.136.94 80 GET HTTP/1.1 200 0 4437 366588 324 0 /assets/v1/images/num4_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 6425 USKY-3D398D8F45 112000 2017-09-13 21:12:09 36.110.147.105 222.73.136.94 80 GET HTTP/1.1 200 0 6875 419700 324 0 /assets/v1/images/num1_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 6434 USKY-3D398D8F45 112000 2017-09-13 21:15:49 106.11.158.156 222.73.136.94 80 GET HTTP/1.1 200 0 125 18409 185 0 /index.php/news/read/ id=123 -
+d:\iislog\W3SVC\ra170913.ibl 6441 USKY-3D398D8F45 112000 2017-09-13 21:18:56 115.28.189.208 222.73.136.94 80 GET HTTP/1.1 200 0 125 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 6443 USKY-3D398D8F45 112000 2017-09-13 21:19:36 121.40.130.38 222.73.136.94 80 GET HTTP/1.1 200 0 93 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 6448 USKY-3D398D8F45 112000 2017-09-13 21:22:45 42.236.101.194 222.73.136.94 80 GET HTTP/1.1 200 0 218 13382 303 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 6449 USKY-3D398D8F45 112000 2017-09-13 21:22:53 180.153.236.157 222.73.136.94 80 GET HTTP/1.1 200 0 78 21711 337 0 /index.php/news/read/ id=130 -
+d:\iislog\W3SVC\ra170913.ibl 6459 USKY-3D398D8F45 112000 2017-09-13 21:26:59 203.208.60.232 222.73.136.94 80 GET HTTP/1.1 200 0 250 11704 310 0 /index.php/news/read/ id=81 -
+d:\iislog\W3SVC\ra170913.ibl 6475 USKY-3D398D8F45 112000 2017-09-13 21:33:56 115.28.189.208 222.73.136.94 80 GET HTTP/1.1 200 0 171 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 6478 USKY-3D398D8F45 112000 2017-09-13 21:34:37 121.40.130.38 222.73.136.94 80 GET HTTP/1.1 200 0 93 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 6498 USKY-3D398D8F45 112000 2017-09-13 21:41:29 106.11.158.156 222.73.136.94 80 GET HTTP/1.1 200 0 93 12381 186 0 /index.php/news/read/ id=37 -
+d:\iislog\W3SVC\ra170913.ibl 6499 USKY-3D398D8F45 112000 2017-09-13 21:42:08 203.208.60.216 222.73.136.94 80 GET HTTP/1.1 200 0 281 13194 284 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 6501 USKY-3D398D8F45 112000 2017-09-13 21:42:44 40.77.167.183 222.73.136.94 80 GET HTTP/1.1 200 0 250 492 381 0 /assets/v1/js/picture.js - -
+d:\iislog\W3SVC\ra170913.ibl 6502 USKY-3D398D8F45 112000 2017-09-13 21:42:46 40.77.167.18 222.73.136.94 80 GET HTTP/1.1 200 0 546 3373 388 0 /assets/v1/js/jquery.plugins.js - -
+d:\iislog\W3SVC\ra170913.ibl 6503 USKY-3D398D8F45 112000 2017-09-13 21:42:51 40.77.167.20 222.73.136.94 80 GET HTTP/1.1 200 0 578 1469 382 0 /assets/v1/css/jPages.css - -
+d:\iislog\W3SVC\ra170913.ibl 6504 USKY-3D398D8F45 112000 2017-09-13 21:42:55 40.77.167.124 222.73.136.94 80 GET HTTP/1.1 200 0 328 1533 382 0 /assets/v1/css/footer.css - -
+d:\iislog\W3SVC\ra170913.ibl 6505 USKY-3D398D8F45 112000 2017-09-13 21:42:55 40.77.167.124 222.73.136.94 80 GET HTTP/1.1 200 0 296 2435 384 0 /assets/v1/css/platform.css - -
+d:\iislog\W3SVC\ra170913.ibl 6515 USKY-3D398D8F45 112000 2017-09-13 21:46:43 151.80.31.152 222.73.136.94 80 GET HTTP/1.1 404 0 234 1358 174 0 /index.php/robots.txt - -
+d:\iislog\W3SVC\ra170913.ibl 6516 USKY-3D398D8F45 112000 2017-09-13 21:46:44 151.80.31.153 222.73.136.94 80 GET HTTP/1.1 404 0 218 1358 197 0 /index.php/news_page.html categoryId=1&id=86 -
+d:\iislog\W3SVC\ra170913.ibl 6518 USKY-3D398D8F45 112000 2017-09-13 21:47:09 203.208.60.230 222.73.136.94 80 GET HTTP/1.1 200 0 281 13664 420 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 6523 USKY-3D398D8F45 112000 2017-09-13 21:48:56 115.28.189.208 222.73.136.94 80 GET HTTP/1.1 200 0 125 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 6525 USKY-3D398D8F45 112000 2017-09-13 21:49:36 121.40.130.38 222.73.136.94 80 GET HTTP/1.1 200 0 93 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 6530 USKY-3D398D8F45 112000 2017-09-13 21:52:19 203.208.60.249 222.73.136.94 80 GET HTTP/1.1 200 0 281 13382 288 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 6531 USKY-3D398D8F45 112000 2017-09-13 21:52:58 58.16.42.101 222.73.136.94 80 GET HTTP/1.1 200 0 218 13664 462 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 6542 USKY-3D398D8F45 112000 2017-09-13 21:56:52 106.11.155.149 222.73.136.94 80 GET HTTP/1.1 200 0 109 12285 185 0 /index.php/news/read/ id=116 -
+d:\iislog\W3SVC\ra170913.ibl 6543 USKY-3D398D8F45 112000 2017-09-13 21:57:18 203.208.60.213 222.73.136.94 80 GET HTTP/1.1 200 0 281 13194 410 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 6544 USKY-3D398D8F45 112000 2017-09-13 21:57:43 40.77.167.20 222.73.136.94 80 GET HTTP/1.1 200 0 1656 63914 394 0 /index.php/news - -
+d:\iislog\W3SVC\ra170913.ibl 6545 USKY-3D398D8F45 112000 2017-09-13 21:57:49 40.77.167.20 222.73.136.94 80 GET HTTP/1.1 404 0 250 1358 244 0 /index.php/robots.txt - -
+d:\iislog\W3SVC\ra170913.ibl 6546 USKY-3D398D8F45 112000 2017-09-13 21:58:01 40.77.167.18 222.73.136.94 80 GET HTTP/1.1 200 0 750 11689 397 0 /assets/v1/js/jquery.SuperSlide.2.1.1.js - -
+d:\iislog\W3SVC\ra170913.ibl 6547 USKY-3D398D8F45 112000 2017-09-13 21:58:02 40.77.167.20 222.73.136.94 80 GET HTTP/1.1 200 0 437 4591 380 0 /assets/v1/css/news.css - -
+d:\iislog\W3SVC\ra170913.ibl 6554 USKY-3D398D8F45 112000 2017-09-13 21:59:05 40.77.167.124 222.73.136.94 80 GET HTTP/1.1 200 0 250 1086 381 0 /assets/v1/css/reset.css - -
+d:\iislog\W3SVC\ra170913.ibl 6555 USKY-3D398D8F45 112000 2017-09-13 21:59:06 40.77.167.124 222.73.136.94 80 GET HTTP/1.1 200 0 1750 96588 391 0 /assets/v1/js/jquery-1.11.1.min.js - -
+d:\iislog\W3SVC\ra170913.ibl 6563 USKY-3D398D8F45 112000 2017-09-13 22:03:56 115.28.189.208 222.73.136.94 80 GET HTTP/1.1 200 0 140 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 6566 USKY-3D398D8F45 112000 2017-09-13 22:04:37 121.40.130.38 222.73.136.94 80 GET HTTP/1.1 200 0 109 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 6570 USKY-3D398D8F45 112000 2017-09-13 22:07:29 203.208.60.248 222.73.136.94 80 GET HTTP/1.1 404 0 93 1358 426 0 /index.php/news_03.html - -
+d:\iislog\W3SVC\ra170913.ibl 6596 USKY-3D398D8F45 112000 2017-09-13 22:18:56 115.28.189.208 222.73.136.94 80 GET HTTP/1.1 200 0 140 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 6598 USKY-3D398D8F45 112000 2017-09-13 22:19:37 121.40.130.38 222.73.136.94 80 GET HTTP/1.1 200 0 93 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 6610 USKY-3D398D8F45 112000 2017-09-13 22:25:35 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 200 0 2265 13382 329 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 6611 USKY-3D398D8F45 112000 2017-09-13 22:25:36 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 404 0 468 1358 233 0 /index.php/apple-touch-icon-precomposed.png - -
+d:\iislog\W3SVC\ra170913.ibl 6612 USKY-3D398D8F45 112000 2017-09-13 22:25:40 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 404 0 3859 1358 221 0 /index.php/apple-touch-icon.png - -
+d:\iislog\W3SVC\ra170913.ibl 6613 USKY-3D398D8F45 112000 2017-09-13 22:25:41 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 404 0 593 1358 212 0 /index.php/favicon.ico - -
+d:\iislog\W3SVC\ra170913.ibl 6614 USKY-3D398D8F45 112000 2017-09-13 22:25:42 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 404 0 359 1358 233 0 /index.php/apple-touch-icon-precomposed.png - -
+d:\iislog\W3SVC\ra170913.ibl 6615 USKY-3D398D8F45 112000 2017-09-13 22:25:43 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 404 0 453 1358 221 0 /index.php/apple-touch-icon.png - -
+d:\iislog\W3SVC\ra170913.ibl 6616 USKY-3D398D8F45 112000 2017-09-13 22:25:43 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 404 0 406 1358 212 0 /index.php/favicon.ico - -
+d:\iislog\W3SVC\ra170913.ibl 6617 USKY-3D398D8F45 112000 2017-09-13 22:25:45 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 200 0 1484 13382 377 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 6618 USKY-3D398D8F45 112000 2017-09-13 22:25:46 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 404 0 484 1358 233 0 /index.php/apple-touch-icon-precomposed.png - -
+d:\iislog\W3SVC\ra170913.ibl 6619 USKY-3D398D8F45 112000 2017-09-13 22:25:47 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 404 0 468 1358 221 0 /index.php/apple-touch-icon.png - -
+d:\iislog\W3SVC\ra170913.ibl 6620 USKY-3D398D8F45 112000 2017-09-13 22:25:48 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 404 0 453 1358 212 0 /index.php/favicon.ico - -
+d:\iislog\W3SVC\ra170913.ibl 6621 USKY-3D398D8F45 112000 2017-09-13 22:25:49 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 404 0 406 1358 233 0 /index.php/apple-touch-icon-precomposed.png - -
+d:\iislog\W3SVC\ra170913.ibl 6622 USKY-3D398D8F45 112000 2017-09-13 22:25:50 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 404 0 453 1358 221 0 /index.php/apple-touch-icon.png - -
+d:\iislog\W3SVC\ra170913.ibl 6623 USKY-3D398D8F45 112000 2017-09-13 22:25:51 32.212.50.181 222.73.136.94 80 GET HTTP/1.1 404 0 406 1358 212 0 /index.php/favicon.ico - -
+d:\iislog\W3SVC\ra170913.ibl 6629 USKY-3D398D8F45 112000 2017-09-13 22:28:46 123.126.113.102 222.73.136.94 80 GET HTTP/1.1 404 0 62 1358 199 0 /index.php/robots.txt - -
+d:\iislog\W3SVC\ra170913.ibl 6630 USKY-3D398D8F45 112000 2017-09-13 22:28:46 123.126.113.102 222.73.136.94 80 GET HTTP/1.1 200 0 234 68955 222 0 /index.php/example - -
+d:\iislog\W3SVC\ra170913.ibl 6641 USKY-3D398D8F45 112000 2017-09-13 22:33:56 115.28.189.208 222.73.136.94 80 GET HTTP/1.1 200 0 125 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 6645 USKY-3D398D8F45 112000 2017-09-13 22:34:36 121.40.130.38 222.73.136.94 80 GET HTTP/1.1 200 0 109 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 6647 USKY-3D398D8F45 112000 2017-09-13 22:38:10 106.11.158.156 222.73.136.94 80 GET HTTP/1.1 200 0 109 12964 184 0 /index.php/news/read/ id=17 -
+d:\iislog\W3SVC\ra170913.ibl 6731 USKY-3D398D8F45 112000 2017-09-13 22:38:49 180.153.232.170 222.73.136.94 80 GET HTTP/1.1 200 0 93 17948 341 0 /index.php/news/read/ id=126 -
+d:\iislog\W3SVC\ra170913.ibl 6732 USKY-3D398D8F45 112000 2017-09-13 22:38:49 42.236.46.105 222.73.136.94 80 GET HTTP/1.1 200 0 218 13664 315 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 6734 USKY-3D398D8F45 112000 2017-09-13 22:38:49 180.153.236.149 222.73.136.94 80 GET HTTP/1.1 404 0 31 1358 375 0 /index.php/news_page.html categoryId=1&id=144 -
+d:\iislog\W3SVC\ra170913.ibl 6735 USKY-3D398D8F45 112000 2017-09-13 22:38:50 180.153.232.170 222.73.136.94 80 GET HTTP/1.1 200 0 78 12514 339 0 /index.php/index/index1 - -
+d:\iislog\W3SVC\ra170913.ibl 6736 USKY-3D398D8F45 112000 2017-09-13 22:38:50 180.153.236.149 222.73.136.94 80 GET HTTP/1.1 200 0 78 7684 349 0 /index.php/news/read/ id=125 -
+d:\iislog\W3SVC\ra170913.ibl 6746 USKY-3D398D8F45 112000 2017-09-13 22:43:46 40.77.179.170 222.73.136.94 80 GET HTTP/1.1 200 0 734 8730 324 0 /assets/v1/css/base.css - -
+d:\iislog\W3SVC\ra170913.ibl 6747 USKY-3D398D8F45 112000 2017-09-13 22:43:47 40.77.179.170 222.73.136.94 80 GET HTTP/1.1 200 0 796 18588 324 0 /assets/v1/js/jPages.js - -
+d:\iislog\W3SVC\ra170913.ibl 6748 USKY-3D398D8F45 112000 2017-09-13 22:43:48 40.77.179.170 222.73.136.94 80 GET HTTP/1.1 200 0 265 2794 324 0 /assets/v1/css/head.css - -
+d:\iislog\W3SVC\ra170913.ibl 6759 USKY-3D398D8F45 112000 2017-09-13 22:48:56 115.28.189.208 222.73.136.94 80 GET HTTP/1.1 200 0 156 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 6762 USKY-3D398D8F45 112000 2017-09-13 22:49:36 121.40.130.38 222.73.136.94 80 GET HTTP/1.1 200 0 93 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 6769 USKY-3D398D8F45 112000 2017-09-13 22:53:53 203.208.60.229 222.73.136.94 80 GET HTTP/1.1 404 0 93 1358 437 0 /index.php/products_01p.html - -
+d:\iislog\W3SVC\ra170913.ibl 6770 USKY-3D398D8F45 112000 2017-09-13 22:53:54 203.208.60.229 222.73.136.94 80 GET HTTP/1.1 404 0 93 1358 437 0 /index.php/products_01p.html - -
+d:\iislog\W3SVC\ra170913.ibl 6772 USKY-3D398D8F45 112000 2017-09-13 22:54:01 40.77.167.18 222.73.136.94 80 GET HTTP/1.1 404 0 265 1358 403 0 /index.php/en/index.html - -
+d:\iislog\W3SVC\ra170913.ibl 6784 USKY-3D398D8F45 112000 2017-09-13 22:59:00 199.30.25.44 222.73.136.94 80 GET HTTP/1.1 200 0 234 1469 321 0 /assets/v1/css/jPages.css - -
+d:\iislog\W3SVC\ra170913.ibl 6785 USKY-3D398D8F45 112000 2017-09-13 22:59:01 199.30.25.44 222.73.136.94 80 GET HTTP/1.1 200 0 656 8730 319 0 /assets/v1/css/base.css - -
+d:\iislog\W3SVC\ra170913.ibl 6786 USKY-3D398D8F45 112000 2017-09-13 22:59:01 199.30.25.44 222.73.136.94 80 GET HTTP/1.1 200 0 218 3373 312 0 /assets/v1/js/jquery.plugins.js - -
+d:\iislog\W3SVC\ra170913.ibl 6787 USKY-3D398D8F45 112000 2017-09-13 22:59:01 199.30.25.44 222.73.136.94 80 GET HTTP/1.1 200 0 265 492 305 0 /assets/v1/js/picture.js - -
+d:\iislog\W3SVC\ra170913.ibl 6788 USKY-3D398D8F45 112000 2017-09-13 22:59:01 40.77.167.183 222.73.136.94 80 GET HTTP/1.1 404 0 234 1358 296 0 /index.php/news_page.html categoryId=1&id=159 -
+d:\iislog\W3SVC\ra170913.ibl 6789 USKY-3D398D8F45 112000 2017-09-13 22:59:02 199.30.25.44 222.73.136.94 80 GET HTTP/1.1 200 0 500 18588 304 0 /assets/v1/js/jPages.js - -
+d:\iislog\W3SVC\ra170913.ibl 6790 USKY-3D398D8F45 112000 2017-09-13 22:59:02 199.30.25.44 222.73.136.94 80 GET HTTP/1.1 200 0 218 2794 319 0 /assets/v1/css/head.css - -
+d:\iislog\W3SVC\ra170913.ibl 6791 USKY-3D398D8F45 112000 2017-09-13 22:59:02 199.30.25.44 222.73.136.94 80 GET HTTP/1.1 200 0 218 1533 321 0 /assets/v1/css/footer.css - -
+d:\iislog\W3SVC\ra170913.ibl 6793 USKY-3D398D8F45 112000 2017-09-13 22:59:51 203.208.60.215 222.73.136.94 80 GET HTTP/1.1 404 0 93 1358 327 0 /index.php/read_new.aspx id=43&isCompany=company -
+d:\iislog\W3SVC\ra170913.ibl 6797 USKY-3D398D8F45 112000 2017-09-13 23:02:33 131.253.25.239 222.73.136.94 80 GET HTTP/1.1 200 0 531 3789 316 0 /assets/v1/css/index.css - -
+d:\iislog\W3SVC\ra170913.ibl 6798 USKY-3D398D8F45 112000 2017-09-13 23:02:36 131.253.25.239 222.73.136.94 80 GET HTTP/1.1 200 0 250 3260 301 0 /assets/v1/images/eh.png - -
+d:\iislog\W3SVC\ra170913.ibl 6799 USKY-3D398D8F45 112000 2017-09-13 23:02:54 131.253.25.239 222.73.136.94 80 GET HTTP/1.1 200 0 1437 42137 309 0 /assets/v1/images/slider1_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 6800 USKY-3D398D8F45 112000 2017-09-13 23:02:55 131.253.25.239 222.73.136.94 80 GET HTTP/1.1 200 0 1703 45152 309 0 /assets/v1/images/slider2_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 6801 USKY-3D398D8F45 112000 2017-09-13 23:02:56 131.253.25.239 222.73.136.94 80 GET HTTP/1.1 200 0 1921 103874 376 0 /uploads/avatar/2%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E5%AE%A2%E6%88%B7%E6%A1%88%E4%BE%8B.png - -
+d:\iislog\W3SVC\ra170913.ibl 6802 USKY-3D398D8F45 112000 2017-09-13 23:02:56 131.253.25.239 222.73.136.94 80 GET HTTP/1.1 200 0 2171 166408 367 0 /uploads/avatar/1%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E6%B0%B8%E5%A4%A9%E4%BA%91.png - -
+d:\iislog\W3SVC\ra170913.ibl 6803 USKY-3D398D8F45 112000 2017-09-13 23:02:58 131.253.25.239 222.73.136.94 80 GET HTTP/1.1 200 0 2171 97969 376 0 /uploads/avatar/3%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E6%96%B0%E9%97%BB%E8%B5%84%E8%AE%AF.png - -
+d:\iislog\W3SVC\ra170913.ibl 6804 USKY-3D398D8F45 112000 2017-09-13 23:02:58 131.253.25.239 222.73.136.94 80 GET HTTP/1.1 200 0 750 45520 309 0 /assets/v1/images/slider3_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 6805 USKY-3D398D8F45 112000 2017-09-13 23:02:58 131.253.25.239 222.73.136.94 80 GET HTTP/1.1 200 0 1203 57855 302 0 /assets/v1/images/wx1.png - -
+d:\iislog\W3SVC\ra170913.ibl 6806 USKY-3D398D8F45 112000 2017-09-13 23:03:07 131.253.25.239 222.73.136.94 80 GET HTTP/1.1 200 0 484 43618 303 0 /assets/v1/images/logo.png - -
+d:\iislog\W3SVC\ra170913.ibl 6807 USKY-3D398D8F45 112000 2017-09-13 23:03:08 131.253.25.239 222.73.136.94 80 GET HTTP/1.1 200 0 484 42424 302 0 /assets/v1/images/tel.png - -
+d:\iislog\W3SVC\ra170913.ibl 6808 USKY-3D398D8F45 112000 2017-09-13 23:03:09 131.253.25.239 222.73.136.94 80 GET HTTP/1.1 200 0 750 47566 308 0 /assets/v1/images/alert1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 6809 USKY-3D398D8F45 112000 2017-09-13 23:03:16 131.253.25.239 222.73.136.94 80 GET HTTP/1.1 200 0 4953 338195 306 0 /assets/v1/images/num3_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 6811 USKY-3D398D8F45 112000 2017-09-13 23:03:19 131.253.25.239 222.73.136.94 80 GET HTTP/1.1 200 0 8687 355323 306 0 /assets/v1/images/num2_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 6812 USKY-3D398D8F45 112000 2017-09-13 23:03:20 131.253.25.239 222.73.136.94 80 GET HTTP/1.1 200 0 10234 419700 306 0 /assets/v1/images/num1_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 6813 USKY-3D398D8F45 112000 2017-09-13 23:03:20 131.253.25.239 222.73.136.94 80 GET HTTP/1.1 200 0 8781 366588 306 0 /assets/v1/images/num4_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 6817 USKY-3D398D8F45 112000 2017-09-13 23:03:56 115.28.189.208 222.73.136.94 80 GET HTTP/1.1 200 0 140 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 6819 USKY-3D398D8F45 112000 2017-09-13 23:04:02 203.208.60.229 222.73.136.94 80 GET HTTP/1.1 200 0 281 13664 420 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 6822 USKY-3D398D8F45 112000 2017-09-13 23:04:36 121.40.130.38 222.73.136.94 80 GET HTTP/1.1 200 0 109 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 6832 USKY-3D398D8F45 112000 2017-09-13 23:10:11 61.146.178.32 222.73.136.94 80 GET HTTP/1.1 200 0 187 13476 181 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 6844 USKY-3D398D8F45 112000 2017-09-13 23:17:49 106.11.158.156 222.73.136.94 80 GET HTTP/1.1 200 0 109 15081 190 0 /index.php/news/read/ id=83 -
+d:\iislog\W3SVC\ra170913.ibl 6850 USKY-3D398D8F45 112000 2017-09-13 23:18:56 115.28.189.208 222.73.136.94 80 GET HTTP/1.1 200 0 140 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 6853 USKY-3D398D8F45 112000 2017-09-13 23:19:11 203.208.60.248 222.73.136.94 80 GET HTTP/1.1 404 0 93 1358 325 0 /index.php/read_new.aspx id=62&isCompany=company -
+d:\iislog\W3SVC\ra170913.ibl 6854 USKY-3D398D8F45 112000 2017-09-13 23:19:36 121.40.130.38 222.73.136.94 80 GET HTTP/1.1 200 0 93 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 6861 USKY-3D398D8F45 112000 2017-09-13 23:23:49 106.11.158.156 222.73.136.94 80 GET HTTP/1.1 200 0 93 19790 184 0 /index.php/news/read/ id=49 -
+d:\iislog\W3SVC\ra170913.ibl 6865 USKY-3D398D8F45 112000 2017-09-13 23:24:23 203.208.60.216 222.73.136.94 80 GET HTTP/1.1 404 0 78 1358 221 0 /index.php/robots.txt - -
+d:\iislog\W3SVC\ra170913.ibl 6866 USKY-3D398D8F45 112000 2017-09-13 23:24:24 203.208.60.215 222.73.136.94 80 GET HTTP/1.1 200 0 281 13194 284 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 6877 USKY-3D398D8F45 112000 2017-09-13 23:29:23 203.208.60.251 222.73.136.94 80 GET HTTP/1.1 200 0 265 13382 288 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 6879 USKY-3D398D8F45 112000 2017-09-13 23:30:44 40.77.167.128 222.73.136.94 80 GET HTTP/1.1 200 0 906 13476 268 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 6885 USKY-3D398D8F45 112000 2017-09-13 23:33:56 115.28.189.208 222.73.136.94 80 GET HTTP/1.1 200 0 156 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 6889 USKY-3D398D8F45 112000 2017-09-13 23:34:56 121.40.130.38 222.73.136.94 80 GET HTTP/1.1 200 0 93 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 6897 USKY-3D398D8F45 112000 2017-09-13 23:38:52 203.208.60.251 222.73.136.94 80 GET HTTP/1.1 304 0 62 214 249 0 /uploads/logo/fans_15.png - -
+d:\iislog\W3SVC\ra170913.ibl 6903 USKY-3D398D8F45 112000 2017-09-13 23:43:05 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 109 13664 256 0 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 6904 USKY-3D398D8F45 112000 2017-09-13 23:43:05 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 15 492 357 0 /assets/v1/js/picture.js - -
+d:\iislog\W3SVC\ra170913.ibl 6905 USKY-3D398D8F45 112000 2017-09-13 23:43:05 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 15 1086 332 0 /assets/v1/css/reset.css - -
+d:\iislog\W3SVC\ra170913.ibl 6906 USKY-3D398D8F45 112000 2017-09-13 23:43:05 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 46 8730 331 0 /assets/v1/css/base.css - -
+d:\iislog\W3SVC\ra170913.ibl 6907 USKY-3D398D8F45 112000 2017-09-13 23:43:05 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 15 1469 333 0 /assets/v1/css/jPages.css - -
+d:\iislog\W3SVC\ra170913.ibl 6908 USKY-3D398D8F45 112000 2017-09-13 23:43:05 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 46 3373 364 0 /assets/v1/js/jquery.plugins.js - -
+d:\iislog\W3SVC\ra170913.ibl 6909 USKY-3D398D8F45 112000 2017-09-13 23:43:05 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 46 3789 332 0 /assets/v1/css/index.css - -
+d:\iislog\W3SVC\ra170913.ibl 6910 USKY-3D398D8F45 112000 2017-09-13 23:43:05 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 109 42137 382 0 /assets/v1/images/slider1_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 6911 USKY-3D398D8F45 112000 2017-09-13 23:43:05 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 109 2794 331 0 /assets/v1/css/head.css - -
+d:\iislog\W3SVC\ra170913.ibl 6912 USKY-3D398D8F45 112000 2017-09-13 23:43:05 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 125 3260 374 0 /assets/v1/images/eh.png - -
+d:\iislog\W3SVC\ra170913.ibl 6913 USKY-3D398D8F45 112000 2017-09-13 23:43:05 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 109 45152 382 0 /assets/v1/images/slider2_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 6914 USKY-3D398D8F45 112000 2017-09-13 23:43:05 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 156 11689 373 0 /assets/v1/js/jquery.SuperSlide.2.1.1.js - -
+d:\iislog\W3SVC\ra170913.ibl 6915 USKY-3D398D8F45 112000 2017-09-13 23:43:06 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 406 57855 375 0 /assets/v1/images/wx1.png - -
+d:\iislog\W3SVC\ra170913.ibl 6916 USKY-3D398D8F45 112000 2017-09-13 23:43:06 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 156 162783 377 0 /assets/v1/images/num29.png - -
+d:\iislog\W3SVC\ra170913.ibl 6917 USKY-3D398D8F45 112000 2017-09-13 23:43:06 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 31 20514 378 0 /assets/v1/images/num2_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 6918 USKY-3D398D8F45 112000 2017-09-13 23:43:06 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 250 11849 323 0 /uploads/logo/fans_10.png - -
+d:\iislog\W3SVC\ra170913.ibl 6919 USKY-3D398D8F45 112000 2017-09-13 23:43:06 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 1031 126613 377 0 /assets/v1/images/num28.png - -
+d:\iislog\W3SVC\ra170913.ibl 6920 USKY-3D398D8F45 112000 2017-09-13 23:43:06 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 31 1533 333 0 /assets/v1/css/footer.css - -
+d:\iislog\W3SVC\ra170913.ibl 6921 USKY-3D398D8F45 112000 2017-09-13 23:43:06 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 93 32407 378 0 /assets/v1/images/num3_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 6922 USKY-3D398D8F45 112000 2017-09-13 23:43:06 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 109 50030 379 0 /assets/v1/images/footer1.png - -
+d:\iislog\W3SVC\ra170913.ibl 6923 USKY-3D398D8F45 112000 2017-09-13 23:43:07 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 265 54113 379 0 /assets/v1/images/footer2.png - -
+d:\iislog\W3SVC\ra170913.ibl 6924 USKY-3D398D8F45 112000 2017-09-13 23:43:07 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 1468 45520 382 0 /assets/v1/images/slider3_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 6925 USKY-3D398D8F45 112000 2017-09-13 23:43:07 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 656 64070 324 0 /uploads/logo/partner1.png - -
+d:\iislog\W3SVC\ra170913.ibl 6926 USKY-3D398D8F45 112000 2017-09-13 23:43:07 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 968 28927 377 0 /assets/v1/images/num31.png - -
+d:\iislog\W3SVC\ra170913.ibl 6927 USKY-3D398D8F45 112000 2017-09-13 23:43:07 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 78 61076 324 0 /uploads/logo/partner2.png - -
+d:\iislog\W3SVC\ra170913.ibl 6928 USKY-3D398D8F45 112000 2017-09-13 23:43:07 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 1812 18588 356 0 /assets/v1/js/jPages.js - -
+d:\iislog\W3SVC\ra170913.ibl 6929 USKY-3D398D8F45 112000 2017-09-13 23:43:07 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 500 56348 324 0 /uploads/logo/partner3.png - -
+d:\iislog\W3SVC\ra170913.ibl 6930 USKY-3D398D8F45 112000 2017-09-13 23:43:07 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 15 3514 324 0 /uploads/logo/partner7.png - -
+d:\iislog\W3SVC\ra170913.ibl 6931 USKY-3D398D8F45 112000 2017-09-13 23:43:07 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 15 936 325 0 /uploads/logo/partner15.png - -
+d:\iislog\W3SVC\ra170913.ibl 6932 USKY-3D398D8F45 112000 2017-09-13 23:43:07 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 15 8042 323 0 /uploads/logo/fans_02.png - -
+d:\iislog\W3SVC\ra170913.ibl 6933 USKY-3D398D8F45 112000 2017-09-13 23:43:07 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 0 2334 323 0 /uploads/logo/fans_04.png - -
+d:\iislog\W3SVC\ra170913.ibl 6934 USKY-3D398D8F45 112000 2017-09-13 23:43:08 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 15 9675 323 0 /uploads/logo/fans_06.png - -
+d:\iislog\W3SVC\ra170913.ibl 6935 USKY-3D398D8F45 112000 2017-09-13 23:43:08 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 15 11471 323 0 /uploads/logo/fans_08.png - -
+d:\iislog\W3SVC\ra170913.ibl 6936 USKY-3D398D8F45 112000 2017-09-13 23:43:08 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 15 5838 323 0 /uploads/logo/fans_17.png - -
+d:\iislog\W3SVC\ra170913.ibl 6937 USKY-3D398D8F45 112000 2017-09-13 23:43:08 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 0 8475 323 0 /uploads/logo/fans_19.png - -
+d:\iislog\W3SVC\ra170913.ibl 6938 USKY-3D398D8F45 112000 2017-09-13 23:43:08 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 0 5778 323 0 /uploads/logo/fans_20.png - -
+d:\iislog\W3SVC\ra170913.ibl 6939 USKY-3D398D8F45 112000 2017-09-13 23:43:08 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 2828 96588 367 0 /assets/v1/js/jquery-1.11.1.min.js - -
+d:\iislog\W3SVC\ra170913.ibl 6940 USKY-3D398D8F45 112000 2017-09-13 23:43:08 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 765 57699 324 0 /uploads/logo/partner4.png - -
+d:\iislog\W3SVC\ra170913.ibl 6941 USKY-3D398D8F45 112000 2017-09-13 23:43:08 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 46 42424 375 0 /assets/v1/images/tel.png - -
+d:\iislog\W3SVC\ra170913.ibl 6942 USKY-3D398D8F45 112000 2017-09-13 23:43:08 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 312 47566 381 0 /assets/v1/images/alert1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 6943 USKY-3D398D8F45 112000 2017-09-13 23:43:08 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 390 97969 443 0 /uploads/avatar/3%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E6%96%B0%E9%97%BB%E8%B5%84%E8%AE%AF.png - -
+d:\iislog\W3SVC\ra170913.ibl 6944 USKY-3D398D8F45 112000 2017-09-13 23:43:09 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 2937 4360 323 0 /uploads/logo/fans_15.png - -
+d:\iislog\W3SVC\ra170913.ibl 6945 USKY-3D398D8F45 112000 2017-09-13 23:43:09 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 3421 24271 378 0 /assets/v1/images/num1_1.jpg - -
+d:\iislog\W3SVC\ra170913.ibl 6946 USKY-3D398D8F45 112000 2017-09-13 23:43:09 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 109 43269 379 0 /assets/v1/images/num1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 6947 USKY-3D398D8F45 112000 2017-09-13 23:43:09 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 937 103874 443 0 /uploads/avatar/2%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E5%AE%A2%E6%88%B7%E6%A1%88%E4%BE%8B.png - -
+d:\iislog\W3SVC\ra170913.ibl 6948 USKY-3D398D8F45 112000 2017-09-13 23:43:09 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 812 42681 374 0 /assets/v1/images/bd.png - -
+d:\iislog\W3SVC\ra170913.ibl 6949 USKY-3D398D8F45 112000 2017-09-13 23:43:09 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 1203 43618 376 0 /assets/v1/images/logo.png - -
+d:\iislog\W3SVC\ra170913.ibl 6950 USKY-3D398D8F45 112000 2017-09-13 23:43:09 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 531 44989 375 0 /assets/v1/images/spc.png - -
+d:\iislog\W3SVC\ra170913.ibl 6951 USKY-3D398D8F45 112000 2017-09-13 23:43:09 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 531 41156 380 0 /assets/v1/images/meun_tab.png - -
+d:\iislog\W3SVC\ra170913.ibl 6952 USKY-3D398D8F45 112000 2017-09-13 23:43:10 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 4578 355323 379 0 /assets/v1/images/num2_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 6953 USKY-3D398D8F45 112000 2017-09-13 23:43:10 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 1468 166408 434 0 /uploads/avatar/1%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E6%B0%B8%E5%A4%A9%E4%BA%91.png - -
+d:\iislog\W3SVC\ra170913.ibl 6954 USKY-3D398D8F45 112000 2017-09-13 23:43:10 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 1796 105595 443 0 /uploads/avatar/4%E2%80%94%E2%80%94%E8%B7%B3%E8%BD%AC%E4%BA%BA%E5%8A%9B%E8%B5%84%E6%BA%90.png - -
+d:\iislog\W3SVC\ra170913.ibl 6955 USKY-3D398D8F45 112000 2017-09-13 23:43:11 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 5750 419700 379 0 /assets/v1/images/num1_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 6956 USKY-3D398D8F45 112000 2017-09-13 23:43:11 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 5984 366588 379 0 /assets/v1/images/num4_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 6957 USKY-3D398D8F45 112000 2017-09-13 23:43:11 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 6187 338195 379 0 /assets/v1/images/num3_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 6958 USKY-3D398D8F45 112000 2017-09-13 23:43:11 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 404 0 15 183 255 64 /index.php/favicon.ico - -
+d:\iislog\W3SVC\ra170913.ibl 6959 USKY-3D398D8F45 112000 2017-09-13 23:43:15 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 15 5778 338 0 /assets/v1/css/area.css - -
+d:\iislog\W3SVC\ra170913.ibl 6960 USKY-3D398D8F45 112000 2017-09-13 23:43:15 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 109 68897 345 0 /index.php/example - -
+d:\iislog\W3SVC\ra170913.ibl 6961 USKY-3D398D8F45 112000 2017-09-13 23:43:15 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 531 45306 386 0 /assets/v1/images/num7_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 6962 USKY-3D398D8F45 112000 2017-09-13 23:43:16 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 1062 45922 386 0 /assets/v1/images/num8_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 6963 USKY-3D398D8F45 112000 2017-09-13 23:43:16 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 1093 46136 386 0 /assets/v1/images/num6_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 6964 USKY-3D398D8F45 112000 2017-09-13 23:43:16 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 1484 47439 386 0 /assets/v1/images/num9_on.png - -
+d:\iislog\W3SVC\ra170913.ibl 6965 USKY-3D398D8F45 112000 2017-09-13 23:43:16 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 93 50498 386 0 /assets/v1/images/n1_1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 6966 USKY-3D398D8F45 112000 2017-09-13 23:43:16 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 109 47353 387 0 /assets/v1/images/num7_off.png - -
+d:\iislog\W3SVC\ra170913.ibl 6967 USKY-3D398D8F45 112000 2017-09-13 23:43:16 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 687 41331 384 0 /assets/v1/images/n1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 6968 USKY-3D398D8F45 112000 2017-09-13 23:43:17 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 1046 45087 386 0 /assets/v1/images/n1_2_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 6969 USKY-3D398D8F45 112000 2017-09-13 23:43:17 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 2640 174485 382 0 /assets/v1/images/rh2.png - -
+d:\iislog\W3SVC\ra170913.ibl 6970 USKY-3D398D8F45 112000 2017-09-13 23:43:17 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 2718 53183 384 0 /assets/v1/images/num34.png - -
+d:\iislog\W3SVC\ra170913.ibl 6971 USKY-3D398D8F45 112000 2017-09-13 23:43:18 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 2406 174641 382 0 /assets/v1/images/rh5.png - -
+d:\iislog\W3SVC\ra170913.ibl 6972 USKY-3D398D8F45 112000 2017-09-13 23:43:18 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 3687 175445 382 0 /assets/v1/images/rh1.png - -
+d:\iislog\W3SVC\ra170913.ibl 6973 USKY-3D398D8F45 112000 2017-09-13 23:43:18 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 1390 0 387 64 /assets/v1/images/num8_off.png - -
+d:\iislog\W3SVC\ra170913.ibl 6974 USKY-3D398D8F45 112000 2017-09-13 23:43:19 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 3890 174453 382 0 /assets/v1/images/rh3.png - -
+d:\iislog\W3SVC\ra170913.ibl 6975 USKY-3D398D8F45 112000 2017-09-13 23:43:19 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 4671 332445 336 0 /uploads/logo/ZFSQ_03%20(1).png - -
+d:\iislog\W3SVC\ra170913.ibl 6976 USKY-3D398D8F45 112000 2017-09-13 23:43:20 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 4968 47034 387 0 /assets/v1/images/num5_spc.png - -
+d:\iislog\W3SVC\ra170913.ibl 6977 USKY-3D398D8F45 112000 2017-09-13 23:43:23 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 7218 723871 327 0 /uploads/logo/kjxy.png - -
+d:\iislog\W3SVC\ra170913.ibl 6978 USKY-3D398D8F45 112000 2017-09-13 23:43:23 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 8843 791405 325 0 /uploads/logo/LD.png - -
+d:\iislog\W3SVC\ra170913.ibl 6979 USKY-3D398D8F45 112000 2017-09-13 23:43:25 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 9937 907374 325 0 /uploads/logo/jx.png - -
+d:\iislog\W3SVC\ra170913.ibl 6980 USKY-3D398D8F45 112000 2017-09-13 23:43:26 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 11171 287673 330 0 /uploads/logo/ZHSQ_03.png - -
+d:\iislog\W3SVC\ra170913.ibl 6981 USKY-3D398D8F45 112000 2017-09-13 23:43:26 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 6718 762600 327 0 /uploads/logo/shjm.png - -
+d:\iislog\W3SVC\ra170913.ibl 6982 USKY-3D398D8F45 112000 2017-09-13 23:43:28 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 2218 274047 330 0 /uploads/logo/zhbg_03.png - -
+d:\iislog\W3SVC\ra170913.ibl 6983 USKY-3D398D8F45 112000 2017-09-13 23:43:29 101.226.33.208 222.73.136.94 80 GET HTTP/1.1 200 0 4656 68955 349 0 /index.php/example - -
+d:\iislog\W3SVC\ra170913.ibl 6984 USKY-3D398D8F45 112000 2017-09-13 23:43:29 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 13828 46427 384 0 /assets/v1/images/h1_bg.png - -
+d:\iislog\W3SVC\ra170913.ibl 6985 USKY-3D398D8F45 112000 2017-09-13 23:43:30 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 15109 649751 325 0 /uploads/logo/th.png - -
+d:\iislog\W3SVC\ra170913.ibl 6986 USKY-3D398D8F45 112000 2017-09-13 23:43:30 101.226.33.208 222.73.136.94 80 GET HTTP/1.1 200 0 1281 96588 454 0 /assets/v1/js/jquery-1.11.1.min.js - -
+d:\iislog\W3SVC\ra170913.ibl 6987 USKY-3D398D8F45 112000 2017-09-13 23:43:30 101.226.33.208 222.73.136.94 80 GET HTTP/1.1 200 0 15 3373 415 0 /assets/v1/js/jquery.plugins.js - -
+d:\iislog\W3SVC\ra170913.ibl 6988 USKY-3D398D8F45 112000 2017-09-13 23:43:30 101.226.33.208 222.73.136.94 80 GET HTTP/1.1 200 0 31 492 365 0 /assets/v1/js/picture.js - -
+d:\iislog\W3SVC\ra170913.ibl 6989 USKY-3D398D8F45 112000 2017-09-13 23:43:30 101.226.33.208 222.73.136.94 80 GET HTTP/1.1 200 0 31 11689 381 0 /assets/v1/js/jquery.SuperSlide.2.1.1.js - -
+d:\iislog\W3SVC\ra170913.ibl 6990 USKY-3D398D8F45 112000 2017-09-13 23:43:30 101.226.33.208 222.73.136.94 80 GET HTTP/1.1 200 0 31 18588 443 0 /assets/v1/js/jPages.js - -
+d:\iislog\W3SVC\ra170913.ibl 6992 USKY-3D398D8F45 112000 2017-09-13 23:43:32 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 5781 749607 329 0 /uploads/logo/SOHOZS.png - -
+d:\iislog\W3SVC\ra170913.ibl 6993 USKY-3D398D8F45 112000 2017-09-13 23:43:32 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 17500 149183 382 0 /assets/v1/images/rh4.png - -
+d:\iislog\W3SVC\ra170913.ibl 6995 USKY-3D398D8F45 112000 2017-09-13 23:43:36 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 12265 654915 327 0 /uploads/logo/tdhy.png - -
+d:\iislog\W3SVC\ra170913.ibl 6996 USKY-3D398D8F45 112000 2017-09-13 23:43:38 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 10234 798067 327 0 /uploads/logo/zrds.png - -
+d:\iislog\W3SVC\ra170913.ibl 6997 USKY-3D398D8F45 112000 2017-09-13 23:43:39 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 16187 780692 328 0 /uploads/logo/kgcxy.png - -
+d:\iislog\W3SVC\ra170913.ibl 6998 USKY-3D398D8F45 112000 2017-09-13 23:43:39 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 24500 868664 325 0 /uploads/logo/WL.png - -
+d:\iislog\W3SVC\ra170913.ibl 6999 USKY-3D398D8F45 112000 2017-09-13 23:43:41 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 25859 907988 325 0 /uploads/logo/HM.png - -
+d:\iislog\W3SVC\ra170913.ibl 7000 USKY-3D398D8F45 112000 2017-09-13 23:43:41 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 9390 731946 328 0 /uploads/logo/wwwds.png - -
+d:\iislog\W3SVC\ra170913.ibl 7001 USKY-3D398D8F45 112000 2017-09-13 23:43:43 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 28203 805201 325 0 /uploads/logo/lt.png - -
+d:\iislog\W3SVC\ra170913.ibl 7002 USKY-3D398D8F45 112000 2017-09-13 23:43:43 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 4640 388392 328 0 /uploads/logo/cyyad.png - -
+d:\iislog\W3SVC\ra170913.ibl 7003 USKY-3D398D8F45 112000 2017-09-13 23:43:46 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 30234 230340 330 0 /uploads/logo/ZHYQ_03.png - -
+d:\iislog\W3SVC\ra170913.ibl 7004 USKY-3D398D8F45 112000 2017-09-13 23:43:46 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 4968 611140 328 0 /uploads/logo/shzpz.png - -
+d:\iislog\W3SVC\ra170913.ibl 7005 USKY-3D398D8F45 112000 2017-09-13 23:43:48 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 4640 253978 330 0 /uploads/logo/qita_03.png - -
+d:\iislog\W3SVC\ra170913.ibl 7006 USKY-3D398D8F45 112000 2017-09-13 23:43:48 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 8953 831376 329 0 /uploads/logo/hsjyzb.png - -
+d:\iislog\W3SVC\ra170913.ibl 7007 USKY-3D398D8F45 112000 2017-09-13 23:43:50 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 4250 632299 330 0 /uploads/logo/sbwrdjd.png - -
+d:\iislog\W3SVC\ra170913.ibl 7008 USKY-3D398D8F45 112000 2017-09-13 23:43:51 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 8375 722736 327 0 /uploads/logo/srzh.png - -
+d:\iislog\W3SVC\ra170913.ibl 7009 USKY-3D398D8F45 112000 2017-09-13 23:43:53 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 28000 777824 327 0 /uploads/logo/skqp.png - -
+d:\iislog\W3SVC\ra170913.ibl 7010 USKY-3D398D8F45 112000 2017-09-13 23:43:53 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 7500 793481 327 0 /uploads/logo/htzq.png - -
+d:\iislog\W3SVC\ra170913.ibl 7012 USKY-3D398D8F45 112000 2017-09-13 23:43:54 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 39234 805797 325 0 /uploads/logo/hy.png - -
+d:\iislog\W3SVC\ra170913.ibl 7013 USKY-3D398D8F45 112000 2017-09-13 23:43:54 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 18375 838505 327 0 /uploads/logo/hdcf.png - -
+d:\iislog\W3SVC\ra170913.ibl 7014 USKY-3D398D8F45 112000 2017-09-13 23:43:56 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 25781 826349 327 0 /uploads/logo/qhsw.png - -
+d:\iislog\W3SVC\ra170913.ibl 7016 USKY-3D398D8F45 112000 2017-09-13 23:43:56 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 4953 700763 328 0 /uploads/logo/daggg.png - -
+d:\iislog\W3SVC\ra170913.ibl 7017 USKY-3D398D8F45 112000 2017-09-13 23:43:57 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 42000 599455 331 0 /uploads/logo/HS%20(2).png - -
+d:\iislog\W3SVC\ra170913.ibl 7018 USKY-3D398D8F45 112000 2017-09-13 23:43:57 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 6484 760321 327 0 /uploads/logo/srhg.png - -
+d:\iislog\W3SVC\ra170913.ibl 7019 USKY-3D398D8F45 112000 2017-09-13 23:43:57 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 9546 733415 327 0 /uploads/logo/hybg.png - -
+d:\iislog\W3SVC\ra170913.ibl 7020 USKY-3D398D8F45 112000 2017-09-13 23:43:57 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 9093 813261 329 0 /uploads/logo/pdgjjc.png - -
+d:\iislog\W3SVC\ra170913.ibl 7021 USKY-3D398D8F45 112000 2017-09-13 23:44:01 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 20843 709791 331 0 /uploads/logo/srgfzhsq.png - -
+d:\iislog\W3SVC\ra170913.ibl 7023 USKY-3D398D8F45 112000 2017-09-13 23:44:03 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 404 0 109 1358 255 0 /index.php/favicon.ico - -
+d:\iislog\W3SVC\ra170913.ibl 7024 USKY-3D398D8F45 112000 2017-09-13 23:44:03 180.154.90.13 222.73.136.94 80 GET HTTP/1.1 200 0 24031 813884 327 0 /uploads/logo/zafs.png - -
+d:\iislog\W3SVC\ra170913.ibl 7034 USKY-3D398D8F45 112000 2017-09-13 23:48:56 115.28.189.208 222.73.136.94 80 GET HTTP/1.1 200 0 281 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 7037 USKY-3D398D8F45 112000 2017-09-13 23:49:36 121.40.130.38 222.73.136.94 80 GET HTTP/1.1 200 0 93 371 139 64 /index.php - -
+d:\iislog\W3SVC\ra170913.ibl 7039 USKY-3D398D8F45 112000 2017-09-13 23:50:59 203.208.60.232 222.73.136.94 80 GET HTTP/1.1 200 0 296 9588 310 0 /index.php/news/read/ id=12 -

+ 9 - 0
web/.htaccess

@@ -0,0 +1,9 @@
+RewriteEngine On
+RewriteBase /
+RewriteCond %{REQUEST_FILENAME} !-f
+RewriteCond %{REQUEST_FILENAME} !-d
+RewriteRule ^(.*)$ /index.php/$1 [L,QSA]
+AddType application/x-javascript .js
+<FilesMatch "\.(htm|html|css|js|php)$">  
+AddDefaultCharset UTF-8  
+</FilesMatch> 

BIN
web/0667.png


+ 1 - 0
web/application/cache/.htaccess

@@ -0,0 +1 @@
+Deny from all

+ 10 - 0
web/application/cache/index.html

@@ -0,0 +1,10 @@
+<html>
+<head>
+	<title>403 Forbidden</title>
+</head>
+<body>
+
+<p>Directory access is forbidden.</p>
+
+</body>
+</html>

+ 116 - 0
web/application/config/autoload.php

@@ -0,0 +1,116 @@
+<?php  if ( ! defined('BASEPATH')) exit('No direct script access allowed');
+/*
+| -------------------------------------------------------------------
+| AUTO-LOADER
+| -------------------------------------------------------------------
+| This file specifies which systems should be loaded by default.
+|
+| In order to keep the framework as light-weight as possible only the
+| absolute minimal resources are loaded by default. For example,
+| the database is not connected to automatically since no assumption
+| is made regarding whether you intend to use it.  This file lets
+| you globally define which systems you would like loaded with every
+| request.
+|
+| -------------------------------------------------------------------
+| Instructions
+| -------------------------------------------------------------------
+|
+| These are the things you can load automatically:
+|
+| 1. Packages
+| 2. Libraries
+| 3. Helper files
+| 4. Custom config files
+| 5. Language files
+| 6. Models
+|
+*/
+
+/*
+| -------------------------------------------------------------------
+|  Auto-load Packges
+| -------------------------------------------------------------------
+| Prototype:
+|
+|  $autoload['packages'] = array(APPPATH.'third_party', '/usr/local/shared');
+|
+*/
+
+$autoload['packages'] = array();
+
+
+/*
+| -------------------------------------------------------------------
+|  Auto-load Libraries
+| -------------------------------------------------------------------
+| These are the classes located in the system/libraries folder
+| or in your application/libraries folder.
+|
+| Prototype:
+|
+|	$autoload['libraries'] = array('database', 'session', 'xmlrpc');
+*/
+
+$autoload['libraries'] = array('');
+
+
+/*
+| -------------------------------------------------------------------
+|  Auto-load Helper Files
+| -------------------------------------------------------------------
+| Prototype:
+|
+|	$autoload['helper'] = array('url', 'file');
+*/
+
+$autoload['helper'] = array('custom_func','url');
+
+
+/*
+| -------------------------------------------------------------------
+|  Auto-load Config files
+| -------------------------------------------------------------------
+| Prototype:
+|
+|	$autoload['config'] = array('config1', 'config2');
+|
+| NOTE: This item is intended for use ONLY if you have created custom
+| config files.  Otherwise, leave it blank.
+|
+*/
+
+$autoload['config'] = array('my_setting');
+
+
+/*
+| -------------------------------------------------------------------
+|  Auto-load Language files
+| -------------------------------------------------------------------
+| Prototype:
+|
+|	$autoload['language'] = array('lang1', 'lang2');
+|
+| NOTE: Do not include the "_lang" part of your file.  For example
+| "codeigniter_lang.php" would be referenced as array('codeigniter');
+|
+*/
+
+$autoload['language'] = array();
+
+
+/*
+| -------------------------------------------------------------------
+|  Auto-load Models
+| -------------------------------------------------------------------
+| Prototype:
+|
+|	$autoload['model'] = array('model1', 'model2');
+|
+*/
+
+$autoload['model'] = array();
+
+
+/* End of file autoload.php */
+/* Location: ./application/config/autoload.php */

+ 370 - 0
web/application/config/config.php

@@ -0,0 +1,370 @@
+<?php  if ( ! defined('BASEPATH')) exit('No direct script access allowed');
+
+/*
+|--------------------------------------------------------------------------
+| Base Site URL
+|--------------------------------------------------------------------------
+|
+| URL to your CodeIgniter root. Typically this will be your base URL,
+| WITH a trailing slash:
+|
+|	http://example.com/
+|
+| WARNING: You MUST set this value!
+|
+| If it is not set, then CodeIgniter will try guess the protocol and path
+| your installation, but due to security concerns the hostname will be set
+| to $_SERVER['SERVER_ADDR'] if available, or localhost otherwise.
+| The auto-detection mechanism exists only for convenience during
+| development and MUST NOT be used in production!
+|
+| If you need to allow multiple domains, remember that this file is still
+| a PHP script and you can easily do that on your own.
+|
+*/
+$config['base_url'] = '';
+
+/*
+|--------------------------------------------------------------------------
+| Index File
+|--------------------------------------------------------------------------
+|
+| Typically this will be your index.php file, unless you've renamed it to
+| something else. If you are using mod_rewrite to remove the page set this
+| variable so that it is blank.
+|
+*/
+$config['index_page'] = 'index.php';
+
+/*
+|--------------------------------------------------------------------------
+| URI PROTOCOL
+|--------------------------------------------------------------------------
+|
+| This item determines which server global should be used to retrieve the
+| URI string.  The default setting of 'AUTO' works for most servers.
+| If your links do not seem to work, try one of the other delicious flavors:
+|
+| 'AUTO'			Default - auto detects
+| 'PATH_INFO'		Uses the PATH_INFO
+| 'QUERY_STRING'	Uses the QUERY_STRING
+| 'REQUEST_URI'		Uses the REQUEST_URI
+| 'ORIG_PATH_INFO'	Uses the ORIG_PATH_INFO
+|
+*/
+$config['uri_protocol']	= 'AUTO';
+
+/*
+|--------------------------------------------------------------------------
+| URL suffix
+|--------------------------------------------------------------------------
+|
+| This option allows you to add a suffix to all URLs generated by CodeIgniter.
+| For more information please see the user guide:
+|
+| http://codeigniter.com/user_guide/general/urls.html
+*/
+
+$config['url_suffix'] = '';
+
+/*
+|--------------------------------------------------------------------------
+| Default Language
+|--------------------------------------------------------------------------
+|
+| This determines which set of language files should be used. Make sure
+| there is an available translation if you intend to use something other
+| than english.
+|
+*/
+$config['language']	= 'english';
+
+/*
+|--------------------------------------------------------------------------
+| Default Character Set
+|--------------------------------------------------------------------------
+|
+| This determines which character set is used by default in various methods
+| that require a character set to be provided.
+|
+*/
+$config['charset'] = 'UTF-8';
+
+/*
+|--------------------------------------------------------------------------
+| Enable/Disable System Hooks
+|--------------------------------------------------------------------------
+|
+| If you would like to use the 'hooks' feature you must enable it by
+| setting this variable to TRUE (boolean).  See the user guide for details.
+|
+*/
+$config['enable_hooks'] = FALSE;
+
+
+/*
+|--------------------------------------------------------------------------
+| Class Extension Prefix
+|--------------------------------------------------------------------------
+|
+| This item allows you to set the filename/classname prefix when extending
+| native libraries.  For more information please see the user guide:
+|
+| http://codeigniter.com/user_guide/general/core_classes.html
+| http://codeigniter.com/user_guide/general/creating_libraries.html
+|
+*/
+$config['subclass_prefix'] = 'MY_';
+
+
+/*
+|--------------------------------------------------------------------------
+| Allowed URL Characters
+|--------------------------------------------------------------------------
+|
+| This lets you specify with a regular expression which characters are permitted
+| within your URLs.  When someone tries to submit a URL with disallowed
+| characters they will get a warning message.
+|
+| As a security measure you are STRONGLY encouraged to restrict URLs to
+| as few characters as possible.  By default only these are allowed: a-z 0-9~%.:_-
+|
+| Leave blank to allow all characters -- but only if you are insane.
+|
+| DO NOT CHANGE THIS UNLESS YOU FULLY UNDERSTAND THE REPERCUSSIONS!!
+|
+*/
+$config['permitted_uri_chars'] = 'a-z 0-9~%.:_\-';
+
+
+/*
+|--------------------------------------------------------------------------
+| Enable Query Strings
+|--------------------------------------------------------------------------
+|
+| By default CodeIgniter uses search-engine friendly segment based URLs:
+| example.com/who/what/where/
+|
+| By default CodeIgniter enables access to the $_GET array.  If for some
+| reason you would like to disable it, set 'allow_get_array' to FALSE.
+|
+| You can optionally enable standard query string based URLs:
+| example.com?who=me&what=something&where=here
+|
+| Options are: TRUE or FALSE (boolean)
+|
+| The other items let you set the query string 'words' that will
+| invoke your controllers and its functions:
+| example.com/index.php?c=controller&m=function
+|
+| Please note that some of the helpers won't work as expected when
+| this feature is enabled, since CodeIgniter is designed primarily to
+| use segment based URLs.
+|
+*/
+$config['allow_get_array']		= TRUE;
+$config['enable_query_strings'] = FALSE;
+$config['controller_trigger']	= 'c';
+$config['function_trigger']		= 'm';
+$config['directory_trigger']	= 'd'; // experimental not currently in use
+
+/*
+|--------------------------------------------------------------------------
+| Error Logging Threshold
+|--------------------------------------------------------------------------
+|
+| If you have enabled error logging, you can set an error threshold to
+| determine what gets logged. Threshold options are:
+| You can enable error logging by setting a threshold over zero. The
+| threshold determines what gets logged. Threshold options are:
+|
+|	0 = Disables logging, Error logging TURNED OFF
+|	1 = Error Messages (including PHP errors)
+|	2 = Debug Messages
+|	3 = Informational Messages
+|	4 = All Messages
+|
+| For a live site you'll usually only enable Errors (1) to be logged otherwise
+| your log files will fill up very fast.
+|
+*/
+$config['log_threshold'] = 0;
+
+/*
+|--------------------------------------------------------------------------
+| Error Logging Directory Path
+|--------------------------------------------------------------------------
+|
+| Leave this BLANK unless you would like to set something other than the default
+| application/logs/ folder. Use a full server path with trailing slash.
+|
+*/
+$config['log_path'] = '';
+
+/*
+|--------------------------------------------------------------------------
+| Date Format for Logs
+|--------------------------------------------------------------------------
+|
+| Each item that is logged has an associated date. You can use PHP date
+| codes to set your own date formatting
+|
+*/
+$config['log_date_format'] = 'Y-m-d H:i:s';
+
+/*
+|--------------------------------------------------------------------------
+| Cache Directory Path
+|--------------------------------------------------------------------------
+|
+| Leave this BLANK unless you would like to set something other than the default
+| system/cache/ folder.  Use a full server path with trailing slash.
+|
+*/
+$config['cache_path'] = '';
+
+/*
+|--------------------------------------------------------------------------
+| Encryption Key
+|--------------------------------------------------------------------------
+|
+| If you use the Encryption class or the Session class you
+| MUST set an encryption key.  See the user guide for info.
+|
+*/
+$config['encryption_key'] = '';
+
+/*
+|--------------------------------------------------------------------------
+| Session Variables
+|--------------------------------------------------------------------------
+|
+| 'sess_cookie_name'		= the name you want for the cookie
+| 'sess_expiration'			= the number of SECONDS you want the session to last.
+|   by default sessions last 7200 seconds (two hours).  Set to zero for no expiration.
+| 'sess_expire_on_close'	= Whether to cause the session to expire automatically
+|   when the browser window is closed
+| 'sess_encrypt_cookie'		= Whether to encrypt the cookie
+| 'sess_use_database'		= Whether to save the session data to a database
+| 'sess_table_name'			= The name of the session database table
+| 'sess_match_ip'			= Whether to match the user's IP address when reading the session data
+| 'sess_match_useragent'	= Whether to match the User Agent when reading the session data
+| 'sess_time_to_update'		= how many seconds between CI refreshing Session Information
+|
+*/
+$config['sess_cookie_name']		= 'ci_session';
+$config['sess_expiration']		= 7200;
+$config['sess_expire_on_close']	= FALSE;
+$config['sess_encrypt_cookie']	= FALSE;
+$config['sess_use_database']	= FALSE;
+$config['sess_table_name']		= 'ci_sessions';
+$config['sess_match_ip']		= FALSE;
+$config['sess_match_useragent']	= TRUE;
+$config['sess_time_to_update']	= 300;
+
+/*
+|--------------------------------------------------------------------------
+| Cookie Related Variables
+|--------------------------------------------------------------------------
+|
+| 'cookie_prefix' = Set a prefix if you need to avoid collisions
+| 'cookie_domain' = Set to .your-domain.com for site-wide cookies
+| 'cookie_path'   =  Typically will be a forward slash
+| 'cookie_secure' =  Cookies will only be set if a secure HTTPS connection exists.
+|
+*/
+$config['cookie_prefix']	= "";
+$config['cookie_domain']	= "";
+$config['cookie_path']		= "/";
+$config['cookie_secure']	= FALSE;
+
+/*
+|--------------------------------------------------------------------------
+| Global XSS Filtering
+|--------------------------------------------------------------------------
+|
+| Determines whether the XSS filter is always active when GET, POST or
+| COOKIE data is encountered
+|
+*/
+$config['global_xss_filtering'] = FALSE;
+
+/*
+|--------------------------------------------------------------------------
+| Cross Site Request Forgery
+|--------------------------------------------------------------------------
+| Enables a CSRF cookie token to be set. When set to TRUE, token will be
+| checked on a submitted form. If you are accepting user data, it is strongly
+| recommended CSRF protection be enabled.
+|
+| 'csrf_token_name' = The token name
+| 'csrf_cookie_name' = The cookie name
+| 'csrf_expire' = The number in seconds the token should expire.
+*/
+$config['csrf_protection'] = FALSE;
+$config['csrf_token_name'] = 'csrf_test_name';
+$config['csrf_cookie_name'] = 'csrf_cookie_name';
+$config['csrf_expire'] = 7200;
+
+/*
+|--------------------------------------------------------------------------
+| Output Compression
+|--------------------------------------------------------------------------
+|
+| Enables Gzip output compression for faster page loads.  When enabled,
+| the output class will test whether your server supports Gzip.
+| Even if it does, however, not all browsers support compression
+| so enable only if you are reasonably sure your visitors can handle it.
+|
+| VERY IMPORTANT:  If you are getting a blank page when compression is enabled it
+| means you are prematurely outputting something to your browser. It could
+| even be a line of whitespace at the end of one of your scripts.  For
+| compression to work, nothing can be sent before the output buffer is called
+| by the output class.  Do not 'echo' any values with compression enabled.
+|
+*/
+$config['compress_output'] = FALSE;
+
+/*
+|--------------------------------------------------------------------------
+| Master Time Reference
+|--------------------------------------------------------------------------
+|
+| Options are 'local' or 'gmt'.  This pref tells the system whether to use
+| your server's local time as the master 'now' reference, or convert it to
+| GMT.  See the 'date helper' page of the user guide for information
+| regarding date handling.
+|
+*/
+$config['time_reference'] = 'local';
+
+
+/*
+|--------------------------------------------------------------------------
+| Rewrite PHP Short Tags
+|--------------------------------------------------------------------------
+|
+| If your PHP installation does not have short tag support enabled CI
+| can rewrite the tags on-the-fly, enabling you to utilize that syntax
+| in your view files.  Options are TRUE or FALSE (boolean)
+|
+*/
+$config['rewrite_short_tags'] = FALSE;
+
+
+/*
+|--------------------------------------------------------------------------
+| Reverse Proxy IPs
+|--------------------------------------------------------------------------
+|
+| If your server is behind a reverse proxy, you must whitelist the proxy IP
+| addresses from which CodeIgniter should trust the HTTP_X_FORWARDED_FOR
+| header in order to properly identify the visitor's IP address.
+| Comma-delimited, e.g. '10.0.1.200,10.0.1.201'
+|
+*/
+$config['proxy_ips'] = '';
+
+
+/* End of file config.php */
+/* Location: ./application/config/config.php */

+ 70 - 0
web/application/config/constants.php

@@ -0,0 +1,70 @@
+<?php  if ( ! defined('BASEPATH')) exit('No direct script access allowed');
+
+/*
+|--------------------------------------------------------------------------
+| File and Directory Modes
+|--------------------------------------------------------------------------
+|
+| These prefs are used when checking and setting modes when working
+| with the file system.  The defaults are fine on servers with proper
+| security, but you may wish (or even need) to change the values in
+| certain environments (Apache running a separate process for each
+| user, PHP under CGI with Apache suEXEC, etc.).  Octal values should
+| always be used to set the mode correctly.
+|
+*/
+define('FILE_READ_MODE', 0644);
+define('FILE_WRITE_MODE', 0666);
+define('DIR_READ_MODE', 0755);
+define('DIR_WRITE_MODE', 0777);
+
+/*
+|--------------------------------------------------------------------------
+| File Stream Modes
+|--------------------------------------------------------------------------
+|
+| These modes are used when working with fopen()/popen()
+|
+*/
+
+define('FOPEN_READ',							'rb');
+define('FOPEN_READ_WRITE',						'r+b');
+define('FOPEN_WRITE_CREATE_DESTRUCTIVE',		'wb'); // truncates existing file data, use with care
+define('FOPEN_READ_WRITE_CREATE_DESTRUCTIVE',	'w+b'); // truncates existing file data, use with care
+define('FOPEN_WRITE_CREATE',					'ab');
+define('FOPEN_READ_WRITE_CREATE',				'a+b');
+define('FOPEN_WRITE_CREATE_STRICT',				'xb');
+define('FOPEN_READ_WRITE_CREATE_STRICT',		'x+b');
+
+//custom define
+define("__MYDIR__",dirname(dirname(dirname(__FILE__)))); //获取站点根目录路径
+define('WEB_TITLE','np'); //Title标题
+define('HTTP_HOST',strtolower($_SERVER["HTTP_HOST"])); //网站域名
+// define('HTTP_HOST',strtolower($_SERVER["HTTP_HOST"]) . '/usky'); //网站域名
+define('ADMIN_DIR','admin'); //管理后台目录名称
+define('STYLE_DIR','assets'); //样式目录名称
+
+define('MAIN_PATH','http://'.HTTP_HOST); //网站路径
+define('ADMIN_PATH','http://'.HTTP_HOST.'/'.ADMIN_DIR); //后台路径
+define('ADMIN_STYLE_PATH','http://'.HTTP_HOST.'/'.STYLE_DIR.'/'.ADMIN_DIR); //后台样式文件路径
+define('STYLE_PATH','http://'.HTTP_HOST.'/'.STYLE_DIR.'/v1'); //前台样式路径
+define('WAP_STYLE_PATH','http://'.HTTP_HOST.'/'.STYLE_DIR.'/wap'); //wap样式路径
+
+define('UPLOAD_IMG_PATH', 'http://'.HTTP_HOST.'/uploads/images'); 
+define('UPLOAD_VID_PATH', 'http://'.HTTP_HOST.'/uploads/videos'); 
+define('UPLOAD_IMG_DIR', __MYDIR__.DIRECTORY_SEPARATOR.'uploads'.DIRECTORY_SEPARATOR.'images'); //图片上传目录
+define('UPLOAD_VID_DIR', __MYDIR__.DIRECTORY_SEPARATOR.'uploads'.DIRECTORY_SEPARATOR.'videos'); //视频上传目录
+
+
+
+define('UPLOAD_AVATAR_PATH', 'http://'.HTTP_HOST.'/uploads/avatar'); 
+define('UPLOAD_AVATAR_DIR', __MYDIR__.DIRECTORY_SEPARATOR.'uploads'.DIRECTORY_SEPARATOR.'avatar'); //图片上传目录
+
+define('UPLOAD_LOGO_PATH', 'http://'.HTTP_HOST.'/uploads/logo'); 
+define('UPLOAD_LOGO_DIR', __MYDIR__.DIRECTORY_SEPARATOR.'uploads'.DIRECTORY_SEPARATOR.'logo'); //图片上传目录
+
+define('UPLOAD_FILE_PATH', 'http://'.HTTP_HOST.'/uploads/file'); 
+define('UPLOAD_FILE_DIR', __MYDIR__.DIRECTORY_SEPARATOR.'uploads'.DIRECTORY_SEPARATOR.'file'); //图片上传目录
+
+/* End of file constants.php */
+/* Location: ./application/config/constants.php */

+ 75 - 0
web/application/config/database.php

@@ -0,0 +1,75 @@
+<?php  if ( ! defined('BASEPATH')) exit('No direct script access allowed');
+/*
+| -------------------------------------------------------------------
+| DATABASE CONNECTIVITY SETTINGS
+| -------------------------------------------------------------------
+| This file will contain the settings needed to access your database.
+|
+| For complete instructions please consult the 'Database Connection'
+| page of the User Guide.
+|
+| -------------------------------------------------------------------
+| EXPLANATION OF VARIABLES
+| -------------------------------------------------------------------
+|
+|	['hostname'] The hostname of your database server.
+|	['username'] The username used to connect to the database
+|	['password'] The password used to connect to the database
+|	['database'] The name of the database you want to connect to
+|	['dbdriver'] The database type. ie: mysql.  Currently supported:
+				 mysql, mysqli, postgre, odbc, mssql, sqlite, oci8
+|	['dbprefix'] You can add an optional prefix, which will be added
+|				 to the table name when using the  Active Record class
+|	['pconnect'] TRUE/FALSE - Whether to use a persistent connection
+|	['db_debug'] TRUE/FALSE - Whether database errors should be displayed.
+|	['cache_on'] TRUE/FALSE - Enables/disables query caching
+|	['cachedir'] The path to the folder where cache files should be stored
+|	['char_set'] The character set used in communicating with the database
+|	['dbcollat'] The character collation used in communicating with the database
+|				 NOTE: For MySQL and MySQLi databases, this setting is only used
+| 				 as a backup if your server is running PHP < 5.2.3 or MySQL < 5.0.7
+|				 (and in table creation queries made with DB Forge).
+| 				 There is an incompatibility in PHP with mysql_real_escape_string() which
+| 				 can make your site vulnerable to SQL injection if you are using a
+| 				 multi-byte character set and are running versions lower than these.
+| 				 Sites using Latin-1 or UTF-8 database character set and collation are unaffected.
+|	['swap_pre'] A default table prefix that should be swapped with the dbprefix
+|	['autoinit'] Whether or not to automatically initialize the database.
+|	['stricton'] TRUE/FALSE - forces 'Strict Mode' connections
+|							- good for ensuring strict SQL while developing
+|
+| The $active_group variable lets you choose which connection group to
+| make active.  By default there is only one group (the 'default' group).
+|
+| The $active_record variables lets you determine whether or not to load
+| the active record class
+*/
+
+$active_group = 'default';
+$active_record = TRUE;
+
+
+// $db['default']['hostname'] = 'rdsmee32ujazeuj.mysql.rds.aliyuncs.com';
+// $db['default']['username'] = 'unakids';
+// $db['default']['password'] = 'EB5Dc1vu';
+// $db['default']['database'] = 'unakids';
+
+$db['default']['hostname'] = 'localhost';
+$db['default']['username'] = 'a0313085524';
+$db['default']['password'] = '1f84d01e';
+$db['default']['database'] = 'a0313085524';
+$db['default']['dbdriver'] = 'mysql';
+$db['default']['dbprefix'] = '';
+$db['default']['pconnect'] = TRUE;
+$db['default']['db_debug'] = TRUE;
+$db['default']['cache_on'] = FALSE;
+$db['default']['cachedir'] = '';
+$db['default']['char_set'] = 'utf8';
+$db['default']['dbcollat'] = 'utf8_general_ci';
+$db['default']['swap_pre'] = '';
+$db['default']['autoinit'] = TRUE;
+$db['default']['stricton'] = FALSE;
+
+
+/* End of file database.php */
+/* Location: ./application/config/database.php */

+ 15 - 0
web/application/config/doctypes.php

@@ -0,0 +1,15 @@
+<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
+
+$_doctypes = array(
+					'xhtml11'		=> '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">',
+					'xhtml1-strict'	=> '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">',
+					'xhtml1-trans'	=> '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">',
+					'xhtml1-frame'	=> '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">',
+					'html5'			=> '<!DOCTYPE html>',
+					'html4-strict'	=> '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">',
+					'html4-trans'	=> '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">',
+					'html4-frame'	=> '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">'
+					);
+
+/* End of file doctypes.php */
+/* Location: ./application/config/doctypes.php */

+ 64 - 0
web/application/config/foreign_chars.php

@@ -0,0 +1,64 @@
+<?php  if ( ! defined('BASEPATH')) exit('No direct script access allowed');
+/*
+| -------------------------------------------------------------------
+| Foreign Characters
+| -------------------------------------------------------------------
+| This file contains an array of foreign characters for transliteration
+| conversion used by the Text helper
+|
+*/
+$foreign_characters = array(
+	'/ä|æ|ǽ/' => 'ae',
+	'/ö|œ/' => 'oe',
+	'/ü/' => 'ue',
+	'/Ä/' => 'Ae',
+	'/Ü/' => 'Ue',
+	'/Ö/' => 'Oe',
+	'/À|Á|Â|Ã|Ä|Å|Ǻ|Ā|Ă|Ą|Ǎ/' => 'A',
+	'/à|á|â|ã|å|ǻ|ā|ă|ą|ǎ|ª/' => 'a',
+	'/Ç|Ć|Ĉ|Ċ|Č/' => 'C',
+	'/ç|ć|ĉ|ċ|č/' => 'c',
+	'/Ð|Ď|Đ/' => 'D',
+	'/ð|ď|đ/' => 'd',
+	'/È|É|Ê|Ë|Ē|Ĕ|Ė|Ę|Ě/' => 'E',
+	'/è|é|ê|ë|ē|ĕ|ė|ę|ě/' => 'e',
+	'/Ĝ|Ğ|Ġ|Ģ/' => 'G',
+	'/ĝ|ğ|ġ|ģ/' => 'g',
+	'/Ĥ|Ħ/' => 'H',
+	'/ĥ|ħ/' => 'h',
+	'/Ì|Í|Î|Ï|Ĩ|Ī|Ĭ|Ǐ|Į|İ/' => 'I',
+	'/ì|í|î|ï|ĩ|ī|ĭ|ǐ|į|ı/' => 'i',
+	'/Ĵ/' => 'J',
+	'/ĵ/' => 'j',
+	'/Ķ/' => 'K',
+	'/ķ/' => 'k',
+	'/Ĺ|Ļ|Ľ|Ŀ|Ł/' => 'L',
+	'/ĺ|ļ|ľ|ŀ|ł/' => 'l',
+	'/Ñ|Ń|Ņ|Ň/' => 'N',
+	'/ñ|ń|ņ|ň|ʼn/' => 'n',
+	'/Ò|Ó|Ô|Õ|Ō|Ŏ|Ǒ|Ő|Ơ|Ø|Ǿ/' => 'O',
+	'/ò|ó|ô|õ|ō|ŏ|ǒ|ő|ơ|ø|ǿ|º/' => 'o',
+	'/Ŕ|Ŗ|Ř/' => 'R',
+	'/ŕ|ŗ|ř/' => 'r',
+	'/Ś|Ŝ|Ş|Š/' => 'S',
+	'/ś|ŝ|ş|š|ſ/' => 's',
+	'/Ţ|Ť|Ŧ/' => 'T',
+	'/ţ|ť|ŧ/' => 't',
+	'/Ù|Ú|Û|Ũ|Ū|Ŭ|Ů|Ű|Ų|Ư|Ǔ|Ǖ|Ǘ|Ǚ|Ǜ/' => 'U',
+	'/ù|ú|û|ũ|ū|ŭ|ů|ű|ų|ư|ǔ|ǖ|ǘ|ǚ|ǜ/' => 'u',
+	'/Ý|Ÿ|Ŷ/' => 'Y',
+	'/ý|ÿ|ŷ/' => 'y',
+	'/Ŵ/' => 'W',
+	'/ŵ/' => 'w',
+	'/Ź|Ż|Ž/' => 'Z',
+	'/ź|ż|ž/' => 'z',
+	'/Æ|Ǽ/' => 'AE',
+	'/ß/'=> 'ss',
+	'/IJ/' => 'IJ',
+	'/ij/' => 'ij',
+	'/Œ/' => 'OE',
+	'/ƒ/' => 'f'
+);
+
+/* End of file foreign_chars.php */
+/* Location: ./application/config/foreign_chars.php */

+ 16 - 0
web/application/config/hooks.php

@@ -0,0 +1,16 @@
+<?php  if ( ! defined('BASEPATH')) exit('No direct script access allowed');
+/*
+| -------------------------------------------------------------------------
+| Hooks
+| -------------------------------------------------------------------------
+| This file lets you define "hooks" to extend CI without hacking the core
+| files.  Please see the user guide for info:
+|
+|	http://codeigniter.com/user_guide/general/hooks.html
+|
+*/
+
+
+
+/* End of file hooks.php */
+/* Location: ./application/config/hooks.php */

+ 10 - 0
web/application/config/index.html

@@ -0,0 +1,10 @@
+<html>
+<head>
+	<title>403 Forbidden</title>
+</head>
+<body>
+
+<p>Directory access is forbidden.</p>
+
+</body>
+</html>

+ 41 - 0
web/application/config/migration.php

@@ -0,0 +1,41 @@
+<?php defined('BASEPATH') OR exit('No direct script access allowed');
+/*
+|--------------------------------------------------------------------------
+| Enable/Disable Migrations
+|--------------------------------------------------------------------------
+|
+| Migrations are disabled by default but should be enabled 
+| whenever you intend to do a schema migration.
+|
+*/
+$config['migration_enabled'] = FALSE;
+
+
+/*
+|--------------------------------------------------------------------------
+| Migrations version
+|--------------------------------------------------------------------------
+|
+| This is used to set migration version that the file system should be on.
+| If you run $this->migration->latest() this is the version that schema will
+| be upgraded / downgraded to.
+|
+*/
+$config['migration_version'] = 0;
+
+
+/*
+|--------------------------------------------------------------------------
+| Migrations Path
+|--------------------------------------------------------------------------
+|
+| Path to your migrations folder.
+| Typically, it will be within your application path.
+| Also, writing permission is required within the migrations path.
+|
+*/
+$config['migration_path'] = APPPATH . 'migrations/';
+
+
+/* End of file migration.php */
+/* Location: ./application/config/migration.php */

+ 106 - 0
web/application/config/mimes.php

@@ -0,0 +1,106 @@
+<?php  if ( ! defined('BASEPATH')) exit('No direct script access allowed');
+/*
+| -------------------------------------------------------------------
+| MIME TYPES
+| -------------------------------------------------------------------
+| This file contains an array of mime types.  It is used by the
+| Upload class to help identify allowed file types.
+|
+*/
+
+$mimes = array(	'hqx'	=>	'application/mac-binhex40',
+				'cpt'	=>	'application/mac-compactpro',
+				'csv'	=>	array('text/x-comma-separated-values', 'text/comma-separated-values', 'application/octet-stream', 'application/vnd.ms-excel', 'application/x-csv', 'text/x-csv', 'text/csv', 'application/csv', 'application/excel', 'application/vnd.msexcel'),
+				'bin'	=>	'application/macbinary',
+				'dms'	=>	'application/octet-stream',
+				'lha'	=>	'application/octet-stream',
+				'lzh'	=>	'application/octet-stream',
+				'exe'	=>	array('application/octet-stream', 'application/x-msdownload'),
+				'class'	=>	'application/octet-stream',
+				'psd'	=>	'application/x-photoshop',
+				'so'	=>	'application/octet-stream',
+				'sea'	=>	'application/octet-stream',
+				'dll'	=>	'application/octet-stream',
+				'oda'	=>	'application/oda',
+				'pdf'	=>	array('application/pdf', 'application/x-download'),
+				'ai'	=>	'application/postscript',
+				'eps'	=>	'application/postscript',
+				'ps'	=>	'application/postscript',
+				'smi'	=>	'application/smil',
+				'smil'	=>	'application/smil',
+				'mif'	=>	'application/vnd.mif',
+				'xls'	=>	array('application/excel', 'application/vnd.ms-excel', 'application/msexcel'),
+				'ppt'	=>	array('application/powerpoint', 'application/vnd.ms-powerpoint'),
+				'wbxml'	=>	'application/wbxml',
+				'wmlc'	=>	'application/wmlc',
+				'dcr'	=>	'application/x-director',
+				'dir'	=>	'application/x-director',
+				'dxr'	=>	'application/x-director',
+				'dvi'	=>	'application/x-dvi',
+				'gtar'	=>	'application/x-gtar',
+				'gz'	=>	'application/x-gzip',
+				'php'	=>	'application/x-httpd-php',
+				'php4'	=>	'application/x-httpd-php',
+				'php3'	=>	'application/x-httpd-php',
+				'phtml'	=>	'application/x-httpd-php',
+				'phps'	=>	'application/x-httpd-php-source',
+				'js'	=>	'application/x-javascript',
+				'swf'	=>	'application/x-shockwave-flash',
+				'sit'	=>	'application/x-stuffit',
+				'tar'	=>	'application/x-tar',
+				'tgz'	=>	array('application/x-tar', 'application/x-gzip-compressed'),
+				'xhtml'	=>	'application/xhtml+xml',
+				'xht'	=>	'application/xhtml+xml',
+				'zip'	=>  array('application/x-zip', 'application/zip', 'application/x-zip-compressed'),
+				'mid'	=>	'audio/midi',
+				'midi'	=>	'audio/midi',
+				'mpga'	=>	'audio/mpeg',
+				'mp2'	=>	'audio/mpeg',
+				'mp3'	=>	array('audio/mpeg', 'audio/mpg', 'audio/mpeg3', 'audio/mp3'),
+				'aif'	=>	'audio/x-aiff',
+				'aiff'	=>	'audio/x-aiff',
+				'aifc'	=>	'audio/x-aiff',
+				'ram'	=>	'audio/x-pn-realaudio',
+				'rm'	=>	'audio/x-pn-realaudio',
+				'rpm'	=>	'audio/x-pn-realaudio-plugin',
+				'ra'	=>	'audio/x-realaudio',
+				'rv'	=>	'video/vnd.rn-realvideo',
+				'wav'	=>	array('audio/x-wav', 'audio/wave', 'audio/wav'),
+				'bmp'	=>	array('image/bmp', 'image/x-windows-bmp'),
+				'gif'	=>	'image/gif',
+				'jpeg'	=>	array('image/jpeg', 'image/pjpeg'),
+				'jpg'	=>	array('image/jpeg', 'image/pjpeg'),
+				'jpe'	=>	array('image/jpeg', 'image/pjpeg'),
+				'png'	=>	array('image/png',  'image/x-png'),
+				'tiff'	=>	'image/tiff',
+				'tif'	=>	'image/tiff',
+				'css'	=>	'text/css',
+				'html'	=>	'text/html',
+				'htm'	=>	'text/html',
+				'shtml'	=>	'text/html',
+				'txt'	=>	'text/plain',
+				'text'	=>	'text/plain',
+				'log'	=>	array('text/plain', 'text/x-log'),
+				'rtx'	=>	'text/richtext',
+				'rtf'	=>	'text/rtf',
+				'xml'	=>	'text/xml',
+				'xsl'	=>	'text/xml',
+				'mpeg'	=>	'video/mpeg',
+				'mpg'	=>	'video/mpeg',
+				'mpe'	=>	'video/mpeg',
+				'qt'	=>	'video/quicktime',
+				'mov'	=>	'video/quicktime',
+				'avi'	=>	'video/x-msvideo',
+				'movie'	=>	'video/x-sgi-movie',
+				'doc'	=>	'application/msword',
+				'docx'	=>	array('application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'application/zip'),
+				'xlsx'	=>	array('application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 'application/zip'),
+				'word'	=>	array('application/msword', 'application/octet-stream'),
+				'xl'	=>	'application/excel',
+				'eml'	=>	'message/rfc822',
+				'json' => array('application/json', 'text/json')
+			);
+
+
+/* End of file mimes.php */
+/* Location: ./application/config/mimes.php */

+ 19 - 0
web/application/config/my_setting.php

@@ -0,0 +1,19 @@
+<?php 
+/*
+ *  网站一些全局变量
+ */
+$config["EXAMPLE"] = array(
+        1 => '智慧商圈',
+        2 => '智慧社区',
+        3 => '智慧园区',
+        4 => '智慧办公',
+        5 => '其它',
+        6 => '智慧消防'
+    );
+$config["NEWS"] = array(
+        1 => '公司新闻',
+        2 => '行业动态'
+    );
+
+
+$config['WAP_HREF'] = '';

+ 17 - 0
web/application/config/profiler.php

@@ -0,0 +1,17 @@
+<?php  if ( ! defined('BASEPATH')) exit('No direct script access allowed');
+/*
+| -------------------------------------------------------------------------
+| Profiler Sections
+| -------------------------------------------------------------------------
+| This file lets you determine whether or not various sections of Profiler
+| data are displayed when the Profiler is enabled.
+| Please see the user guide for info:
+|
+|	http://codeigniter.com/user_guide/general/profiling.html
+|
+*/
+
+
+
+/* End of file profiler.php */
+/* Location: ./application/config/profiler.php */

+ 44 - 0
web/application/config/routes.php

@@ -0,0 +1,44 @@
+<?php  if ( ! defined('BASEPATH')) exit('No direct script access allowed');
+/*
+| -------------------------------------------------------------------------
+| URI ROUTING
+| -------------------------------------------------------------------------
+| This file lets you re-map URI requests to specific controller functions.
+|
+| Typically there is a one-to-one relationship between a URL string
+| and its corresponding controller class/method. The segments in a
+| URL normally follow this pattern:
+|
+|	example.com/class/method/id/
+|
+| In some instances, however, you may want to remap this relationship
+| so that a different class/function is called than the one
+| corresponding to the URL.
+|
+| Please see the user guide for complete details:
+|
+|	http://codeigniter.com/user_guide/general/routing.html
+|
+| -------------------------------------------------------------------------
+| RESERVED ROUTES
+| -------------------------------------------------------------------------
+|
+| There area two reserved routes:
+|
+|	$route['default_controller'] = 'welcome';
+|
+| This route indicates which controller class should be loaded if the
+| URI contains no data. In the above example, the "welcome" class
+| would be loaded.
+|
+|	$route['404_override'] = 'errors/page_missing';
+|
+| This route will tell the Router what URI segments to use if those provided
+| in the URL cannot be matched to a valid route.
+|
+*/
+
+$route['default_controller'] = "index";
+$route['404_override']       = '';
+/* End of file routes.php */
+/* Location: ./application/config/routes.php */

+ 66 - 0
web/application/config/smileys.php

@@ -0,0 +1,66 @@
+<?php  if ( ! defined('BASEPATH')) exit('No direct script access allowed');
+/*
+| -------------------------------------------------------------------
+| SMILEYS
+| -------------------------------------------------------------------
+| This file contains an array of smileys for use with the emoticon helper.
+| Individual images can be used to replace multiple simileys.  For example:
+| :-) and :) use the same image replacement.
+|
+| Please see user guide for more info:
+| http://codeigniter.com/user_guide/helpers/smiley_helper.html
+|
+*/
+
+$smileys = array(
+
+//	smiley			image name						width	height	alt
+
+	':-)'			=>	array('grin.gif',			'19',	'19',	'grin'),
+	':lol:'			=>	array('lol.gif',			'19',	'19',	'LOL'),
+	':cheese:'		=>	array('cheese.gif',			'19',	'19',	'cheese'),
+	':)'			=>	array('smile.gif',			'19',	'19',	'smile'),
+	';-)'			=>	array('wink.gif',			'19',	'19',	'wink'),
+	';)'			=>	array('wink.gif',			'19',	'19',	'wink'),
+	':smirk:'		=>	array('smirk.gif',			'19',	'19',	'smirk'),
+	':roll:'		=>	array('rolleyes.gif',		'19',	'19',	'rolleyes'),
+	':-S'			=>	array('confused.gif',		'19',	'19',	'confused'),
+	':wow:'			=>	array('surprise.gif',		'19',	'19',	'surprised'),
+	':bug:'			=>	array('bigsurprise.gif',	'19',	'19',	'big surprise'),
+	':-P'			=>	array('tongue_laugh.gif',	'19',	'19',	'tongue laugh'),
+	'%-P'			=>	array('tongue_rolleye.gif',	'19',	'19',	'tongue rolleye'),
+	';-P'			=>	array('tongue_wink.gif',	'19',	'19',	'tongue wink'),
+	':P'			=>	array('raspberry.gif',		'19',	'19',	'raspberry'),
+	':blank:'		=>	array('blank.gif',			'19',	'19',	'blank stare'),
+	':long:'		=>	array('longface.gif',		'19',	'19',	'long face'),
+	':ohh:'			=>	array('ohh.gif',			'19',	'19',	'ohh'),
+	':grrr:'		=>	array('grrr.gif',			'19',	'19',	'grrr'),
+	':gulp:'		=>	array('gulp.gif',			'19',	'19',	'gulp'),
+	'8-/'			=>	array('ohoh.gif',			'19',	'19',	'oh oh'),
+	':down:'		=>	array('downer.gif',			'19',	'19',	'downer'),
+	':red:'			=>	array('embarrassed.gif',	'19',	'19',	'red face'),
+	':sick:'		=>	array('sick.gif',			'19',	'19',	'sick'),
+	':shut:'		=>	array('shuteye.gif',		'19',	'19',	'shut eye'),
+	':-/'			=>	array('hmm.gif',			'19',	'19',	'hmmm'),
+	'>:('			=>	array('mad.gif',			'19',	'19',	'mad'),
+	':mad:'			=>	array('mad.gif',			'19',	'19',	'mad'),
+	'>:-('			=>	array('angry.gif',			'19',	'19',	'angry'),
+	':angry:'		=>	array('angry.gif',			'19',	'19',	'angry'),
+	':zip:'			=>	array('zip.gif',			'19',	'19',	'zipper'),
+	':kiss:'		=>	array('kiss.gif',			'19',	'19',	'kiss'),
+	':ahhh:'		=>	array('shock.gif',			'19',	'19',	'shock'),
+	':coolsmile:'	=>	array('shade_smile.gif',	'19',	'19',	'cool smile'),
+	':coolsmirk:'	=>	array('shade_smirk.gif',	'19',	'19',	'cool smirk'),
+	':coolgrin:'	=>	array('shade_grin.gif',		'19',	'19',	'cool grin'),
+	':coolhmm:'		=>	array('shade_hmm.gif',		'19',	'19',	'cool hmm'),
+	':coolmad:'		=>	array('shade_mad.gif',		'19',	'19',	'cool mad'),
+	':coolcheese:'	=>	array('shade_cheese.gif',	'19',	'19',	'cool cheese'),
+	':vampire:'		=>	array('vampire.gif',		'19',	'19',	'vampire'),
+	':snake:'		=>	array('snake.gif',			'19',	'19',	'snake'),
+	':exclaim:'		=>	array('exclaim.gif',		'19',	'19',	'excaim'),
+	':question:'	=>	array('question.gif',		'19',	'19',	'question') // no comma after last item
+
+		);
+
+/* End of file smileys.php */
+/* Location: ./application/config/smileys.php */

+ 178 - 0
web/application/config/user_agents.php

@@ -0,0 +1,178 @@
+<?php  if ( ! defined('BASEPATH')) exit('No direct script access allowed');
+/*
+| -------------------------------------------------------------------
+| USER AGENT TYPES
+| -------------------------------------------------------------------
+| This file contains four arrays of user agent data.  It is used by the
+| User Agent Class to help identify browser, platform, robot, and
+| mobile device data.  The array keys are used to identify the device
+| and the array values are used to set the actual name of the item.
+|
+*/
+
+$platforms = array (
+					'windows nt 6.0'	=> 'Windows Longhorn',
+					'windows nt 5.2'	=> 'Windows 2003',
+					'windows nt 5.0'	=> 'Windows 2000',
+					'windows nt 5.1'	=> 'Windows XP',
+					'windows nt 4.0'	=> 'Windows NT 4.0',
+					'winnt4.0'			=> 'Windows NT 4.0',
+					'winnt 4.0'			=> 'Windows NT',
+					'winnt'				=> 'Windows NT',
+					'windows 98'		=> 'Windows 98',
+					'win98'				=> 'Windows 98',
+					'windows 95'		=> 'Windows 95',
+					'win95'				=> 'Windows 95',
+					'windows'			=> 'Unknown Windows OS',
+					'os x'				=> 'Mac OS X',
+					'ppc mac'			=> 'Power PC Mac',
+					'freebsd'			=> 'FreeBSD',
+					'ppc'				=> 'Macintosh',
+					'linux'				=> 'Linux',
+					'debian'			=> 'Debian',
+					'sunos'				=> 'Sun Solaris',
+					'beos'				=> 'BeOS',
+					'apachebench'		=> 'ApacheBench',
+					'aix'				=> 'AIX',
+					'irix'				=> 'Irix',
+					'osf'				=> 'DEC OSF',
+					'hp-ux'				=> 'HP-UX',
+					'netbsd'			=> 'NetBSD',
+					'bsdi'				=> 'BSDi',
+					'openbsd'			=> 'OpenBSD',
+					'gnu'				=> 'GNU/Linux',
+					'unix'				=> 'Unknown Unix OS'
+				);
+
+
+// The order of this array should NOT be changed. Many browsers return
+// multiple browser types so we want to identify the sub-type first.
+$browsers = array(
+					'Flock'				=> 'Flock',
+					'Chrome'			=> 'Chrome',
+					'Opera'				=> 'Opera',
+					'MSIE'				=> 'Internet Explorer',
+					'Internet Explorer'	=> 'Internet Explorer',
+					'Shiira'			=> 'Shiira',
+					'Firefox'			=> 'Firefox',
+					'Chimera'			=> 'Chimera',
+					'Phoenix'			=> 'Phoenix',
+					'Firebird'			=> 'Firebird',
+					'Camino'			=> 'Camino',
+					'Netscape'			=> 'Netscape',
+					'OmniWeb'			=> 'OmniWeb',
+					'Safari'			=> 'Safari',
+					'Mozilla'			=> 'Mozilla',
+					'Konqueror'			=> 'Konqueror',
+					'icab'				=> 'iCab',
+					'Lynx'				=> 'Lynx',
+					'Links'				=> 'Links',
+					'hotjava'			=> 'HotJava',
+					'amaya'				=> 'Amaya',
+					'IBrowse'			=> 'IBrowse'
+				);
+
+$mobiles = array(
+					// legacy array, old values commented out
+					'mobileexplorer'	=> 'Mobile Explorer',
+//					'openwave'			=> 'Open Wave',
+//					'opera mini'		=> 'Opera Mini',
+//					'operamini'			=> 'Opera Mini',
+//					'elaine'			=> 'Palm',
+					'palmsource'		=> 'Palm',
+//					'digital paths'		=> 'Palm',
+//					'avantgo'			=> 'Avantgo',
+//					'xiino'				=> 'Xiino',
+					'palmscape'			=> 'Palmscape',
+//					'nokia'				=> 'Nokia',
+//					'ericsson'			=> 'Ericsson',
+//					'blackberry'		=> 'BlackBerry',
+//					'motorola'			=> 'Motorola'
+
+					// Phones and Manufacturers
+					'motorola'			=> "Motorola",
+					'nokia'				=> "Nokia",
+					'palm'				=> "Palm",
+					'iphone'			=> "Apple iPhone",
+					'ipad'				=> "iPad",
+					'ipod'				=> "Apple iPod Touch",
+					'sony'				=> "Sony Ericsson",
+					'ericsson'			=> "Sony Ericsson",
+					'blackberry'		=> "BlackBerry",
+					'cocoon'			=> "O2 Cocoon",
+					'blazer'			=> "Treo",
+					'lg'				=> "LG",
+					'amoi'				=> "Amoi",
+					'xda'				=> "XDA",
+					'mda'				=> "MDA",
+					'vario'				=> "Vario",
+					'htc'				=> "HTC",
+					'samsung'			=> "Samsung",
+					'sharp'				=> "Sharp",
+					'sie-'				=> "Siemens",
+					'alcatel'			=> "Alcatel",
+					'benq'				=> "BenQ",
+					'ipaq'				=> "HP iPaq",
+					'mot-'				=> "Motorola",
+					'playstation portable'	=> "PlayStation Portable",
+					'hiptop'			=> "Danger Hiptop",
+					'nec-'				=> "NEC",
+					'panasonic'			=> "Panasonic",
+					'philips'			=> "Philips",
+					'sagem'				=> "Sagem",
+					'sanyo'				=> "Sanyo",
+					'spv'				=> "SPV",
+					'zte'				=> "ZTE",
+					'sendo'				=> "Sendo",
+
+					// Operating Systems
+					'symbian'				=> "Symbian",
+					'SymbianOS'				=> "SymbianOS",
+					'elaine'				=> "Palm",
+					'palm'					=> "Palm",
+					'series60'				=> "Symbian S60",
+					'windows ce'			=> "Windows CE",
+
+					// Browsers
+					'obigo'					=> "Obigo",
+					'netfront'				=> "Netfront Browser",
+					'openwave'				=> "Openwave Browser",
+					'mobilexplorer'			=> "Mobile Explorer",
+					'operamini'				=> "Opera Mini",
+					'opera mini'			=> "Opera Mini",
+
+					// Other
+					'digital paths'			=> "Digital Paths",
+					'avantgo'				=> "AvantGo",
+					'xiino'					=> "Xiino",
+					'novarra'				=> "Novarra Transcoder",
+					'vodafone'				=> "Vodafone",
+					'docomo'				=> "NTT DoCoMo",
+					'o2'					=> "O2",
+
+					// Fallback
+					'mobile'				=> "Generic Mobile",
+					'wireless'				=> "Generic Mobile",
+					'j2me'					=> "Generic Mobile",
+					'midp'					=> "Generic Mobile",
+					'cldc'					=> "Generic Mobile",
+					'up.link'				=> "Generic Mobile",
+					'up.browser'			=> "Generic Mobile",
+					'smartphone'			=> "Generic Mobile",
+					'cellphone'				=> "Generic Mobile"
+				);
+
+// There are hundreds of bots but these are the most common.
+$robots = array(
+					'googlebot'			=> 'Googlebot',
+					'msnbot'			=> 'MSNBot',
+					'slurp'				=> 'Inktomi Slurp',
+					'yahoo'				=> 'Yahoo',
+					'askjeeves'			=> 'AskJeeves',
+					'fastcrawler'		=> 'FastCrawler',
+					'infoseek'			=> 'InfoSeek Robot 1.0',
+					'lycos'				=> 'Lycos'
+				);
+
+/* End of file user_agents.php */
+/* Location: ./application/config/user_agents.php */

+ 43 - 0
web/application/controllers/about.php

@@ -0,0 +1,43 @@
+<?php 
+!defined('BASEPATH') && exit('No direct script access allowed');
+
+class About extends MY_Main_Controller
+{
+    public function __construct()
+    {
+        parent::__construct();
+        $this->load->model('web_setting_model','web_setting');
+    }
+
+    public function index()
+    {
+        $name         = 'about';
+        $item         =  $this->web_setting->getValueByName($name);
+        
+        $data['item'] = $item[0]['value'];
+        $this->load_view($data);
+    }
+    public function index1()
+    {
+        $name         = 'about';
+        $item         =  $this->web_setting->getValueByName($name);
+        
+        $data['item'] = $item[0]['value'];
+        $this->action_name = __FUNCTION__;
+        $this->load_view($data);
+    }
+    public function download(){
+        $this->load->helper('download');
+        $name = 'pdf';
+        $pdf  =  $this->web_setting->getValueByName($name); 
+        $file_name = $pdf[0]['value'];
+        $stream = file_get_contents(UPLOAD_FILE_DIR.DIRECTORY_SEPARATOR.$file_name);
+        force_download($file_name, $stream); 
+    
+    }
+
+}
+
+
+
+ ?>

+ 59 - 0
web/application/controllers/admin/about.php

@@ -0,0 +1,59 @@
+<?php
+!defined('BASEPATH') && exit('No direct script access allowed');
+
+class About extends MY_Admin_Controller
+{
+    protected $check_access = false;
+
+    public function __construct()
+    {
+        parent::__construct();
+        $this->load->model('admin_model','admin');
+        $this->load->model('web_setting_model','web_setting');
+    }
+
+    public function edit()
+    {
+        $action = $this->input->get('action');
+        $name = 'about';
+
+        if($action == 'update'){
+            $_POST[] =   $this->security->xss_clean($_POST);
+            $content = trim($_POST['content']);
+            
+            if($this->web_setting->update($name , array("name"=>$name, "value"=>$content))){
+                exit('<script language="javascript">alert("更新成功"); document.location.href="'.ADMIN_PATH.'/about/edit";</script>');
+                }
+            else
+                exit('<script language="javascript">alert("更新失败"); document.location.href="'.ADMIN_PATH.'/about/edit";</script>');
+        }
+        $item =  $this->web_setting->getValueByName($name);
+
+        $data['item'] = $item[0]['value'];
+        $this->load->view('aboutEditView' , $data); 
+    }
+
+
+    public function pdf()
+    {
+        $action = $this->input->get('action');
+        $name = 'pdf';
+
+        if($action == 'update'){
+            $_POST[] =   $this->security->xss_clean($_POST);
+            $content = trim($_POST['content']);
+            
+            if($this->web_setting->update($name , array("name"=>$name, "value"=>$content))){
+                exit('<script language="javascript">alert("更新成功"); document.location.href="'.ADMIN_PATH.'/about/pdf";</script>');
+                }
+            else
+                exit('<script language="javascript">alert("更新失败"); document.location.href="'.ADMIN_PATH.'/about/pdf";</script>');
+        }
+        $item =  $this->web_setting->getValueByName($name);
+
+        $data['item'] = $item[0]['value'];
+        $this->load->view('aboutPdfView' , $data); 
+    }
+
+
+}

+ 42 - 0
web/application/controllers/admin/adminlogin.php

@@ -0,0 +1,42 @@
+<?php
+!defined('BASEPATH') && exit('No direct script access allowed');
+
+class AdminLogin extends MY_Admin_Controller
+{
+    protected $check_access = false;
+
+    public function __construct()
+    {
+        parent::__construct();
+        $this->load->model('admin_model' , 'admin');
+    }
+
+    public function index()
+    {
+        $adLogin = $this->input->post('adLogin');
+        $adPass  = $this->input->post('adPass');
+        $res     = $this->admin->getDetailByLogin($adLogin);
+        $return = false;
+        if ($res && is_array($res)) {
+            if (strtolower($res[0]['adPass']) === md5($adPass)) {
+                $_SESSION['adLogin']  =   $res[0]['adLogin'];
+                $_SESSION['nickname'] =   $res[0]['nickname'];
+                $_SESSION['id']       =   $res[0]['id'];
+                $_SESSION['adRole']   =   $res[0]['adRole'];
+                $_SESSION['adImg']    =   $res[0]['adImg'];
+                $return = true;
+            }
+        }
+        header('Content-Type:json/Application; Charset:utf-8');
+        echo json_encode($return);
+        exit;
+    }
+
+    public function logout()
+    {
+        session_unset();
+        session_destroy();
+        redirect(ADMIN_PATH);
+    }
+
+}

+ 62 - 0
web/application/controllers/admin/adminuser.php

@@ -0,0 +1,62 @@
+<?php
+!defined('BASEPATH') && exit('No direct script access allowed');
+
+class AdminUser extends MY_Admin_Controller
+{
+    protected $check_access = false;
+
+    public function __construct()
+    {
+        parent::__construct();
+        if(!$this->checkAdminLogin()){
+            redirect(ADMIN_PATH); 
+            exit;   
+        } 
+       $this->load->model('admin_model','admin');
+    }
+
+    public function edit()
+    {
+        $id            = $_SESSION['id'];
+        $admin         = $this->admin->getDetailById($id);
+        $data['admin'] = $admin[0];
+
+        $action = $this->input->get('action');
+        if ($action=="update") {
+            $_POST[] = $this->security->xss_clean($_POST);
+            if(trim($_POST['nickname'])){
+                $_POST[]          =   $this->security->xss_clean($_POST);
+                $parm['nickname'] = trim($_POST['nickname']);
+                $parm['adEmail']  = trim($_POST['adEmail']);
+                $parm['adPhone']  = trim($_POST['adPhone']);
+                $parm['adImg']    = trim($_POST['adImg']);
+                if($this->admin->update($id , $parm))
+                    exit('<script language="javascript">alert("更新成功!"); document.location.href="'.ADMIN_PATH.'/adminUser/edit";</script>');
+                else
+                    exit('<script language="javascript">alert("更新失败!请联系技术人员"); document.location.href="'.ADMIN_PATH.'/adminUser/edit";</script>');
+            }
+        }
+       
+        $this->load->view('adminUserEditView' , $data);    
+    }
+
+    public function modifyPass(){
+        $id     = $_SESSION['id'];
+        $admin  = $this->admin->getDetailById($id);
+        $admin = $admin[0];
+        $action = $this->input->get('action');
+        if ($action=="update") {
+            $_POST[] = $this->security->xss_clean($_POST);
+            if(md5(trim($_POST['oldPass'])) == $admin['adPass']){
+                $parm['adPass'] = md5(trim($_POST['newPass']));
+                if($this->admin->update($id , $parm))
+                    exit('<script language="javascript">alert("更新成功!点击确定退出系统重新登录!"); document.location.href="'.ADMIN_PATH.'/adminLogin/logout";</script>');
+                else
+                    exit('<script language="javascript">alert("更新失败!请联系技术人员!"); document.location.href="'.ADMIN_PATH.'/adminUser/modifyPass";</script>');
+            }
+            exit('<script language="javascript">alert("旧密码输入错误,请重新输入!"); document.location.href="'.ADMIN_PATH.'/adminUser/modifyPass";</script>');
+        }
+        $this->load->view('adminUserModifyPassView'); 
+    }
+
+}

+ 93 - 0
web/application/controllers/admin/cloud.php

@@ -0,0 +1,93 @@
+<?php
+!defined('BASEPATH') && exit('No direct script access allowed');
+
+class Cloud extends MY_Admin_Controller
+{
+    protected $check_access = false;
+
+    public function __construct()
+    {
+        parent::__construct();
+        $this->load->model('admin_model','admin');
+        $this->load->model('cloud_model','cloud');
+    }
+
+    public function index()
+    {
+        if(!$this->checkAdminLogin())
+        {
+            $this->load->view('adminLoginView');    
+        } else {
+            $items = $this->cloud->all();
+            $data['items'] = $items;
+            $this->load->view('cloudView' , $data);     
+        }
+    }
+
+    public function add()
+    {
+        
+        $action = $this->input->get('action');
+
+        if($action == 'insert'){
+            $_POST[]      =   $this->security->xss_clean($_POST);
+            $parm['name'] = trim($_POST['name']);
+            $parm['url']  = trim($_POST['url']);
+            $parm['ord']  = $this->cloud->max_ord() + 1;
+            if($this->cloud->insert($parm)){
+                exit('<script language="javascript">alert("添加成功"); document.location.href="'.ADMIN_PATH.'/cloud";</script>');
+                }
+            else
+                exit('<script language="javascript">alert("添加失败"); document.location.href="'.ADMIN_PATH.'/cloud";</script>');
+        }
+        $this->load->view('cloudAddView'); 
+    }
+
+    public function edit()
+    {
+        $id     = $this->input->get('id' , true);
+        $action = $this->input->get('action');
+
+        if($action == 'update'){
+            $_POST[]      =   $this->security->xss_clean($_POST);
+            $id           = trim($_POST['id']);
+            $parm['name'] = trim($_POST['name']);
+            $parm['url']  = trim($_POST['url']);
+            if($this->cloud->update($id , $parm)){
+                exit('<script language="javascript">alert("更新成功"); document.location.href="'.ADMIN_PATH.'/cloud";</script>');
+                }
+            else
+                exit('<script language="javascript">alert("更新失败"); document.location.href="'.ADMIN_PATH.'/cloud";</script>');
+        }
+        $item         = $this->cloud->get($id);
+        $data['item'] = $item;
+        $this->load->view('cloudEditView' , $data); 
+    }
+
+    public function del()
+    {
+        $id     = $this->input->get('id' , true);
+        if($this->cloud->delete($id)){
+            exit('<script language="javascript">alert("删除成功"); document.location.href="'.ADMIN_PATH.'/cloud";</script>');
+        }
+        else
+            exit('<script language="javascript">alert("删除失败"); document.location.href="'.ADMIN_PATH.'/cloud";</script>');
+    }
+
+   public function update_ord()
+   {    
+        $id   = $this->input->get('id' , true);
+        $last_id   = $this->input->get('last_id' , true);
+        $parm = $this->cloud->get($id);
+        $parm1 = $this->cloud->get($last_id);
+        $temp = $parm['ord'];
+        $parm['ord'] = $parm1['ord'];
+        $parm1['ord'] = $temp;
+        if($this->cloud->update($id , $parm) && $this->cloud->update($last_id , $parm1)){
+            exit('<script language="javascript"> document.location.href="'.ADMIN_PATH.'/cloud";</script>');
+        }
+        else
+            exit('<script language="javascript">alert("失败"); document.location.href="'.ADMIN_PATH.'/cloud";</script>');
+   }
+
+}

+ 110 - 0
web/application/controllers/admin/example.php

@@ -0,0 +1,110 @@
+<?php
+!defined('BASEPATH') && exit('No direct script access allowed');
+
+class Example extends MY_Admin_Controller
+{
+    protected $check_access = false;
+
+    public function __construct()
+    {
+        parent::__construct();
+        $this->load->model('admin_model','admin');
+        $this->load->model('example_model','example');
+    }
+
+    public function index()
+    {
+        if(!$this->checkAdminLogin())
+        {
+            $this->load->view('adminLoginView');    
+        } else {
+            $type          = $this->input->get('type');
+            $items         = $this->example->all($type);
+            $exa           = $this->config->item("EXAMPLE");
+            $data['exa']   = $exa;
+            $data['items'] = $items;
+            $data['type']  = $type;
+            $this->load->view('exampleView' , $data);     
+        }
+    }
+
+    public function add()
+    {
+        
+        $action       = $this->input->get('action');
+        $type         = $this->input->get('type');
+        $exa          = $this->config->item("EXAMPLE");
+        $data['exa']  = $exa;
+        $data['type'] = $type;
+
+        if($action == 'insert'){
+            $_POST[]         =   $this->security->xss_clean($_POST);
+            $parm['type']    = $type;
+            $parm['name']    = trim($_POST['name']);
+            $parm['url']     = trim($_POST['url']);
+            $parm['content'] = $_POST['content'];
+            $parm['ord']     = $this->example->max_ord($type) + 1;
+            if($this->example->insert($parm)){
+                exit('<script language="javascript">alert("添加成功"); document.location.href="'.ADMIN_PATH.'/example?type='.$type.'";</script>');
+                }
+            else
+                exit('<script language="javascript">alert("添加失败"); document.location.href="'.ADMIN_PATH.'/example?type='.$type.'";</script>');
+        }
+        $this->load->view('exampleAddView' , $data); 
+    }
+
+    public function edit()
+    {
+        $id           = $this->input->get('id' , true);
+        $action       = $this->input->get('action');
+        $type         = $this->input->get('type');
+        $exa          = $this->config->item("EXAMPLE");
+        $data['exa']  = $exa;
+        $data['type'] = $type;
+
+        if($action == 'update'){
+            $_POST[]         =   $this->security->xss_clean($_POST);
+            $id              = trim($_POST['id']);
+            $parm['type']    = $type;
+            $parm['name']    = trim($_POST['name']);
+            $parm['url']     = trim($_POST['url']);
+            $parm['content'] = $_POST['content'];
+            if($this->example->update($id , $parm)){
+                exit('<script language="javascript">alert("更新成功"); document.location.href="'.ADMIN_PATH.'/example?type='.$type.'";</script>');
+                }
+            else
+                exit('<script language="javascript">alert("更新失败"); document.location.href="'.ADMIN_PATH.'/example?type='.$type.'";</script>');
+        }
+        $item         = $this->example->get($id);
+        $data['item'] = $item;
+        $this->load->view('exampleEditView' , $data); 
+    }
+
+    public function del()
+    {
+        $id     = $this->input->get('id' , true);
+        if($this->example->delete($id)){
+            exit('<script language="javascript">alert("删除成功"); document.location.href="'.ADMIN_PATH.'/example?type='.$type.'";</script>');
+        }
+        else
+            exit('<script language="javascript">alert("删除失败"); document.location.href="'.ADMIN_PATH.'/example?type='.$type.'";</script>');
+    }
+
+   public function update_ord()
+   {    
+        $type         = $this->input->get('type');
+        $id           = $this->input->get('id' , true);
+        $last_id      = $this->input->get('last_id' , true);
+        $parm         = $this->example->get($id);
+        $parm1        = $this->example->get($last_id);
+        $temp         = $parm['ord'];
+        $parm['ord']  = $parm1['ord'];
+        $parm1['ord'] = $temp;
+        if($this->example->update($id , $parm) && $this->example->update($last_id , $parm1)){
+            exit('<script language="javascript"> document.location.href="'.ADMIN_PATH.'/example?type='.$type.'";</script>');
+        }
+        else
+            exit('<script language="javascript">alert("失败"); document.location.href="'.ADMIN_PATH.'/example?type='.$type.'";</script>');
+   }
+
+}

+ 122 - 0
web/application/controllers/admin/index.php

@@ -0,0 +1,122 @@
+<?php
+!defined('BASEPATH') && exit('No direct script access allowed');
+
+class Index extends MY_Admin_Controller
+{
+    protected $check_access = false;
+
+    public function __construct()
+    {
+        parent::__construct();
+        $this->load->model('admin_model','admin');
+        $this->load->model('homepage_model','homepage');
+        $this->load->model('web_setting_model','web_setting');
+    }
+
+    public function index()
+    {
+        if(!$this->checkAdminLogin())
+        {
+            $this->load->view('adminLoginView');    
+        } else {
+            $items = $this->homepage->all();
+            $data['items'] = $items;
+            $this->load->view('indexView' , $data);     
+        }
+    }
+
+    public function add()
+    {
+        
+        $action = $this->input->get('action');
+
+        if($action == 'insert'){
+            $_POST[]      =   $this->security->xss_clean($_POST);
+            $parm['name'] = trim($_POST['name']);
+            $parm['url']  = trim($_POST['url']);
+            $parm['ord']  = $this->homepage->max_ord() + 1;
+            if($this->homepage->insert($parm)){
+                exit('<script language="javascript">alert("添加成功"); document.location.href="'.ADMIN_PATH.'";</script>');
+                }
+            else
+                exit('<script language="javascript">alert("添加失败"); document.location.href="'.ADMIN_PATH.'";</script>');
+        }
+        $this->load->view('indexAddView'); 
+    }
+
+    public function edit()
+    {
+        $id     = $this->input->get('id' , true);
+        $action = $this->input->get('action');
+
+        if($action == 'update'){
+            $_POST[]      =   $this->security->xss_clean($_POST);
+            $id           = trim($_POST['id']);
+            $parm['name'] = trim($_POST['name']);
+            $parm['url']  = trim($_POST['url']);
+            if($this->homepage->update($id , $parm)){
+                exit('<script language="javascript">alert("更新成功"); document.location.href="'.ADMIN_PATH.'";</script>');
+                }
+            else
+                exit('<script language="javascript">alert("更新失败"); document.location.href="'.ADMIN_PATH.'";</script>');
+        }
+        $item         = $this->homepage->get($id);
+        $data['item'] = $item;
+        $this->load->view('indexEditView' , $data); 
+    }
+
+    public function del()
+    {
+        $id     = $this->input->get('id' , true);
+        if($this->homepage->delete($id)){
+            exit('<script language="javascript">alert("删除成功"); document.location.href="'.ADMIN_PATH.'";</script>');
+        }
+        else
+            exit('<script language="javascript">alert("删除失败"); document.location.href="'.ADMIN_PATH.'";</script>');
+    }
+
+   public function update_ord()
+   {    
+        $id   = $this->input->get('id' , true);
+        $last_id   = $this->input->get('last_id' , true);
+        $parm = $this->homepage->get($id);
+        $parm1 = $this->homepage->get($last_id);
+        $temp = $parm['ord'];
+        $parm['ord'] = $parm1['ord'];
+        $parm1['ord'] = $temp;
+        if($this->homepage->update($id , $parm) && $this->homepage->update($last_id , $parm1)){
+            exit('<script language="javascript"> document.location.href="'.ADMIN_PATH.'";</script>');
+        }
+        else
+            exit('<script language="javascript">alert("失败"); document.location.href="'.ADMIN_PATH.'";</script>');
+   }
+
+
+   public function slider()
+   {
+        $action = $this->input->get('action');
+        $name = 'slider';
+
+        if($action == 'update'){
+            $_POST[] =   $this->security->xss_clean($_POST);
+            if (is_array($_POST['url']) && count($_POST['url']) > 0) {
+                foreach ($_POST['url'] as $key => $value) {
+                    $t['url'] = $value;
+                    $t['img'] = $_POST['img'][$key];
+                    $parm[] = $t;
+                }
+                if($this->web_setting->update($name , array("name"=>$name, "value"=>json_encode($parm)))){
+                    exit('<script language="javascript">alert("更新成功"); document.location.href="'.ADMIN_PATH.'/index/slider";</script>');
+                    }
+                else
+                    exit('<script language="javascript">alert("更新失败"); document.location.href="'.ADMIN_PATH.'/index/slider";</script>');
+            }
+        }
+        $item =  $this->web_setting->getValueByName($name);
+
+        $data['item'] = json_decode($item[0]['value'] , true);
+        $this->load->view('indexSliderView' , $data); 
+       
+   }
+
+}

+ 93 - 0
web/application/controllers/admin/join.php

@@ -0,0 +1,93 @@
+<?php
+!defined('BASEPATH') && exit('No direct script access allowed');
+
+class Join extends MY_Admin_Controller
+{
+    protected $check_access = false;
+
+    public function __construct()
+    {
+        parent::__construct();
+        $this->load->model('admin_model','admin');
+        $this->load->model('join_model','join');
+    }
+
+    public function index()
+    {
+        if(!$this->checkAdminLogin())
+        {
+            $this->load->view('adminLoginView');    
+        } else {
+            $items = $this->join->all();
+            $data['items'] = $items;
+            $this->load->view('joinView' , $data);     
+        }
+    }
+
+    public function add()
+    {
+        
+        $action = $this->input->get('action');
+
+        if($action == 'insert'){
+            $_POST[]         =   $this->security->xss_clean($_POST);
+            $parm['name']    = trim($_POST['name']);
+            $parm['content'] = trim($_POST['content']);
+            $parm['ord']     = $this->join->max_ord() + 1;
+            if($this->join->insert($parm)){
+                exit('<script language="javascript">alert("添加成功"); document.location.href="'.ADMIN_PATH.'/join";</script>');
+                }
+            else
+                exit('<script language="javascript">alert("添加失败"); document.location.href="'.ADMIN_PATH.'/join";</script>');
+        }
+        $this->load->view('joinAddView'); 
+    }
+
+    public function edit()
+    {
+        $id     = $this->input->get('id' , true);
+        $action = $this->input->get('action');
+
+        if($action == 'update'){
+            $_POST[]      =   $this->security->xss_clean($_POST);
+            $id           = trim($_POST['id']);
+            $parm['name'] = trim($_POST['name']);
+            $parm['content'] = trim($_POST['content']);
+            if($this->join->update($id , $parm)){
+                exit('<script language="javascript">alert("更新成功"); document.location.href="'.ADMIN_PATH.'/join";</script>');
+                }
+            else
+                exit('<script language="javascript">alert("更新失败"); document.location.href="'.ADMIN_PATH.'/join";</script>');
+        }
+        $item         = $this->join->get($id);
+        $data['item'] = $item;
+        $this->load->view('joinEditView' , $data); 
+    }
+
+    public function del()
+    {
+        $id     = $this->input->get('id' , true);
+        if($this->join->delete($id)){
+            exit('<script language="javascript">alert("删除成功"); document.location.href="'.ADMIN_PATH.'/join";</script>');
+        }
+        else
+            exit('<script language="javascript">alert("删除失败"); document.location.href="'.ADMIN_PATH.'/join";</script>');
+    }
+
+   public function update_ord()
+   {    
+        $id   = $this->input->get('id' , true);
+        $last_id   = $this->input->get('last_id' , true);
+        $parm = $this->join->get($id);
+        $parm1 = $this->join->get($last_id);
+        $temp = $parm['ord'];
+        $parm['ord'] = $parm1['ord'];
+        $parm1['ord'] = $temp;
+        if($this->join->update($id , $parm) && $this->join->update($last_id , $parm1)){
+            exit('<script language="javascript"> document.location.href="'.ADMIN_PATH.'/join";</script>');
+        }
+        else
+            exit('<script language="javascript">alert("失败"); document.location.href="'.ADMIN_PATH.'/join";</script>');
+   }
+
+}

+ 33 - 0
web/application/controllers/admin/main.php

@@ -0,0 +1,33 @@
+<?php
+!defined('BASEPATH') && exit('No direct script access allowed');
+
+class Main extends MY_Admin_Controller
+{
+    protected $check_access = false;
+
+    public function __construct()
+    {
+        parent::__construct();
+
+        $this->load->model('admin_model','admin');
+        $this->load->model('homepage_model','homepage');
+    }
+
+    public function index()
+    {
+        if(!$this->checkAdminLogin())
+        {
+            $this->load->view('adminLoginView');    
+        } else {
+            $items = $this->homepage->all();
+            $data['items'] = $items;
+            $this->load->view('indexView' , $data);     
+        }
+    }
+
+    public function add()
+    {
+        echo 1;
+    }
+
+}

+ 122 - 0
web/application/controllers/admin/news.php

@@ -0,0 +1,122 @@
+<?php
+!defined('BASEPATH') && exit('No direct script access allowed');
+
+class News extends MY_Admin_Controller
+{
+    protected $check_access = false;
+
+    public function __construct()
+    {
+        parent::__construct();
+        $this->load->model('admin_model','admin');
+        $this->load->model('news_model','news');
+    }
+
+    public function index()
+    {
+        if(!$this->checkAdminLogin())
+        {
+            $this->load->view('adminLoginView');    
+        } else {
+            $type          = $this->input->get('type');
+            $items         = $this->news->all($type);
+            $exa           = $this->config->item("NEWS");
+            $data['exa']   = $exa;
+            $data['items'] = $items;
+            $data['type']  = $type;
+            $this->load->view('newsView' , $data);     
+        }
+    }
+
+    public function add()
+    {
+        
+        $action       = $this->input->get('action');
+        $type         = $this->input->get('type');
+        $exa          = $this->config->item("NEWS");
+        $data['exa']  = $exa;
+        $data['type'] = $type;
+
+        if($action == 'insert'){
+            $_POST[]             =   $this->security->xss_clean($_POST);
+            $parm['type']        = $type;
+            $parm['title']       = trim($_POST['title']);
+            $parm['author']      = trim($_POST['author']);
+            $parm['from']        = trim($_POST['from']);
+            $parm['pv']          = trim($_POST['pv']);
+            $parm['publishtime'] = strtotime(trim($_POST['publishtime']));
+            $parm['addtime']     = time();
+            $parm['img']         = trim($_POST['img']);
+            $parm['desc']        = str_replace("\n", "<br>", trim($_POST['desc']));
+            $parm['content']     = trim($_POST['content']);
+            if($this->news->insert($parm)){
+                exit('<script language="javascript">alert("添加成功"); document.location.href="'.ADMIN_PATH.'/news?type='.$type.'";</script>');
+                }
+            else
+                exit('<script language="javascript">alert("添加失败"); document.location.href="'.ADMIN_PATH.'/news?type='.$type.'";</script>');
+        }
+        $this->load->view('newsAddView' , $data); 
+    }
+
+    public function edit()
+    {
+        $id           = $this->input->get('id' , true);
+        $action       = $this->input->get('action');
+        $type         = $this->input->get('type');
+        $exa          = $this->config->item("NEWS");
+        $data['exa']  = $exa;
+        $data['type'] = $type;
+
+        if($action == 'update'){
+            $_POST[]             =   $this->security->xss_clean($_POST);
+            $id                  = $_POST['id'];
+            $parm['type']        = trim($_POST['type']);
+            $parm['title']       = trim($_POST['title']);
+            $parm['author']      = trim($_POST['author']);
+            $parm['from']        = trim($_POST['from']);
+            $parm['pv']          = trim($_POST['pv']);
+            $parm['publishtime'] = strtotime(trim($_POST['publishtime']));
+            $parm['addtime']     = time();
+            $parm['img']         = trim($_POST['img']);
+            $parm['desc']        = str_replace("\n", "<br>", trim($_POST['desc']));
+            $parm['content']     = trim($_POST['content']);
+            if($this->news->update($id , $parm)){
+                exit('<script language="javascript">alert("更新成功"); document.location.href="'.ADMIN_PATH.'/news?type='.$type.'";</script>');
+                }
+            else{
+                exit('<script language="javascript">alert("更新失败"); document.location.href="'.ADMIN_PATH.'/news?type='.$type.'";</script>');
+            }
+        }
+        $item         = $this->news->get($id);
+        $data['item'] = $item;
+        $this->load->view('newsEditView' , $data); 
+    }
+
+    public function del()
+    {
+        $id     = $this->input->get('id' , true);
+        if($this->news->delete($id)){
+            exit('<script language="javascript">alert("删除成功"); document.location.href="'.ADMIN_PATH.'/news?type='.$type.'";</script>');
+        }
+        else
+            exit('<script language="javascript">alert("删除失败"); document.location.href="'.ADMIN_PATH.'/news?type='.$type.'";</script>');
+    }
+
+   // public function update_ord()
+   // {    
+   //      $type         = $this->input->get('type');
+   //      $id           = $this->input->get('id' , true);
+   //      $last_id      = $this->input->get('last_id' , true);
+   //      $parm         = $this->news->get($id);
+   //      $parm1        = $this->news->get($last_id);
+   //      $temp         = $parm['ord'];
+   //      $parm['ord']  = $parm1['ord'];
+   //      $parm1['ord'] = $temp;
+   //      if($this->news->update($id , $parm) && $this->news->update($last_id , $parm1)){
+   //          exit('<script language="javascript"> document.location.href="'.ADMIN_PATH.'/news?type='.$type.'";</script>');
+   //      }
+   //      else
+   //          exit('<script language="javascript">alert("失败"); document.location.href="'.ADMIN_PATH.'/news?type='.$type.'";</script>');
+   // }
+
+}

+ 107 - 0
web/application/controllers/admin/product.php

@@ -0,0 +1,107 @@
+<?php
+! defined('BASEPATH') && exit('No direct script access allowed');
+error_reporting(E_ALL); 
+ini_set('display_errors', '1'); 
+
+class Product extends MY_Admin_Controller
+{
+    protected $check_access = FALSE;
+
+    public function __construct()
+    {
+        parent::__construct();
+        $this->load->model('admin_model', 'admin');
+        $this->load->model('product_model', 'product');
+        $this->load->model('type_model', 'type');
+    }
+
+    public function index()
+    {
+        if ( ! $this->checkAdminLogin()) {
+            $this->load->view('adminLoginView');
+        } else {
+            $items = $this->product->all();
+            $type = $this->type->all_index_id();
+            $data['type'] = $type;
+            $data['items'] = $items;
+            $this->load->view('productView', $data);
+        }
+    }
+
+    public function add()
+    {
+        $type = $this->type->all();
+        $data['type'] = $type;
+        $action = $this->input->get('action');
+        if ($action == 'insert') {
+            $_POST[]         = $this->security->xss_clean($_POST);
+            $type_str        = implode(',', $_POST['type']);
+            $parm['type']    = $type_str;
+            $parm['title']   = trim($_POST['title']);
+            $parm['pid']     = trim($_POST['pid']);
+            $parm['level']   = 1;
+            $parm['publishtime']   = strtotime(trim($_POST['publishtime']));
+            $parm['addtime'] = time();
+            foreach ($_POST['img'] as $key => $value) {
+                $t['img'] = $value;
+                $json[]   = $t;
+            }
+            $parm['img']     = json_encode($json);
+            $parm['desc']    = str_replace("\n", "<br>", trim($_POST['desc']));
+            $parm['sence']    = trim($_POST['sence']);
+            if ($this->product->insert($parm)) {
+                exit('<script language="javascript">alert("添加成功"); document.location.href="' . ADMIN_PATH . '/product";</script>');
+            } else {
+                exit('<script language="javascript">alert("添加失败"); document.location.href="' . ADMIN_PATH . '/product";</script>');
+            }
+        }
+        $this->load->view('productAddView', $data);
+    }
+
+    public function edit()
+    {
+        $id           = $this->input->get('id', TRUE);
+        $action       = $this->input->get('action');
+        $type = $this->type->all();
+        $data['type'] = $type;
+
+        if ($action == 'update') {
+            $_POST[]             = $this->security->xss_clean($_POST);
+            $id                  = $_POST['id'];
+            $type_str        = implode(',', $_POST['type']);
+            $parm['type']    = $type_str;
+            $parm['title']   = trim($_POST['title']);
+            $parm['pid']     = trim($_POST['pid']);
+            $parm['level']   = 1;
+            $parm['publishtime']   = strtotime(trim($_POST['publishtime']));
+            $parm['addtime'] = time();
+            foreach ($_POST['img'] as $key => $value) {
+                $t['img'] = $value;
+                $json[]   = $t;
+            }
+            $parm['img']     = json_encode($json);
+            $parm['desc']    = str_replace("\n", "<br>", trim($_POST['desc']));
+            $parm['sence']    = trim($_POST['sence']);
+            if ($this->product->update($id, $parm)) {
+                exit('<script language="javascript">alert("更新成功"); document.location.href="' . ADMIN_PATH . '/product";</script>');
+            } else {
+                exit('<script language="javascript">alert("更新失败"); document.location.href="' . ADMIN_PATH . '/product";</script>');
+            }
+        }
+        $item         = $this->product->get($id);
+    $item['img'] = json_decode($item['img'], true);
+        $data['item'] = $item;
+        $this->load->view('productEditView', $data);
+    }
+
+    public function del()
+    {
+        $id   = $this->input->get('id', TRUE);
+        if ($this->product->delete($id)) {
+            exit('<script language="javascript">alert("删除成功"); document.location.href="' . ADMIN_PATH . '/product";</script>');
+        } else {
+            exit('<script language="javascript">alert("删除失败"); document.location.href="' . ADMIN_PATH . '/product";</script>');
+        }
+    }
+
+}

+ 96 - 0
web/application/controllers/admin/type.php

@@ -0,0 +1,96 @@
+<?php
+!defined('BASEPATH') && exit('No direct script access allowed');
+
+class Type extends MY_Admin_Controller
+{
+    protected $check_access = false;
+
+    public function __construct()
+    {
+        parent::__construct();
+        $this->load->model('admin_model','admin');
+        $this->load->model('type_model','type');
+    }
+
+    public function index()
+    {
+        if(!$this->checkAdminLogin())
+        {
+            $this->load->view('adminLoginView');    
+        } else {
+            $items = $this->type->all();
+            $data['items'] = $items;
+            $this->load->view('typeView' , $data);
+        }
+    }
+
+    public function add()
+    {
+        
+        $action = $this->input->get('action');
+
+        if($action == 'insert'){
+            $_POST[]             =   $this->security->xss_clean($_POST);
+            $parm['name']        = trim($_POST['name']);
+            $parm['addtime']     = time();
+            $parm['desc']        = trim($_POST['desc']);
+            $parm['img']        = trim($_POST['img']);
+            $parm['ord']         = $this->type->max_ord() + 1;
+            if($this->type->insert($parm)){
+                exit('<script language="javascript">alert("添加成功"); document.location.href="'.ADMIN_PATH.'/type";</script>');
+                }
+            else
+                exit('<script language="javascript">alert("添加失败"); document.location.href="'.ADMIN_PATH.'/type";</script>');
+        }
+        $this->load->view('typeAddView');
+    }
+
+    public function edit()
+    {
+        $id     = $this->input->get('id' , true);
+        $action = $this->input->get('action');
+
+        if($action == 'update'){
+            $_POST[]             =   $this->security->xss_clean($_POST);
+            $id                  = trim($_POST['id']);
+            $parm['name']        = trim($_POST['name']);
+            $parm['desc']        = trim($_POST['desc']);
+            $parm['img']        = trim($_POST['img']);
+            if($this->type->update($id , $parm)){
+                exit('<script language="javascript">alert("更新成功"); document.location.href="'.ADMIN_PATH.'/type";</script>');
+                }
+            else
+                exit('<script language="javascript">alert("更新失败"); document.location.href="'.ADMIN_PATH.'/type";</script>');
+        }
+        $item         = $this->type->get($id);
+        $data['item'] = $item;
+        $this->load->view('typeEditView' , $data);
+    }
+
+    public function del()
+    {
+        $id     = $this->input->get('id' , true);
+        if($this->type->delete($id)){
+            exit('<script language="javascript">alert("删除成功"); document.location.href="'.ADMIN_PATH.'/type";</script>');
+        }
+        else
+            exit('<script language="javascript">alert("删除失败"); document.location.href="'.ADMIN_PATH.'/type";</script>');
+    }
+
+   public function update_ord()
+   {    
+        $id   = $this->input->get('id' , true);
+        $last_id   = $this->input->get('last_id' , true);
+        $parm = $this->type->get($id);
+        $parm1 = $this->type->get($last_id);
+        $temp = $parm['ord'];
+        $parm['ord'] = $parm1['ord'];
+        $parm1['ord'] = $temp;
+        if($this->type->update($id , $parm) && $this->type->update($last_id , $parm1)){
+            exit('<script language="javascript"> document.location.href="'.ADMIN_PATH.'/type";</script>');
+        }
+        else
+            exit('<script language="javascript">alert("失败"); document.location.href="'.ADMIN_PATH.'/type";</script>');
+   }
+
+}

+ 99 - 0
web/application/controllers/admin/upload.php

@@ -0,0 +1,99 @@
+<?php
+!defined('BASEPATH') && exit('No direct script access allowed');
+
+class Upload extends MY_Admin_Controller
+{
+    protected $check_access = false;
+
+    public function __construct()
+    {
+        parent::__construct();
+        
+       require_once __MYDIR__.'/application/libraries/UploadHandler.php';
+       // require_once __MYDIR__.'\application\libraries\UploadHandler.php';
+    }
+
+    public function uploadAvatar() {
+        $options = array(
+            'script_url' => ADMIN_PATH.'/upload/uploadAvatar',
+            'upload_dir' => UPLOAD_AVATAR_DIR.'/',
+            'upload_url' => UPLOAD_AVATAR_PATH.'/',
+            'accept_file_types' =>'/\.(gif|jpe?g|png)$/i',
+            'correct_image_extensions' => true,
+            'image_versions' => array(
+                '' => array(
+                    'auto_orient' => true
+                ),
+                
+            )
+        );
+        $uploadHandler = new UploadHandler($options);
+        exit;
+    }
+
+    public function uploadLogo() {
+        $options = array(
+            'script_url' => ADMIN_PATH.'/upload/uploadLogo',
+            'upload_dir' => UPLOAD_LOGO_DIR.'/',
+            'upload_url' => UPLOAD_LOGO_PATH.'/',
+            'accept_file_types' =>'/\.(gif|jpe?g|png)$/i',
+            'correct_image_extensions' => true,
+            'image_versions' => array(
+                '' => array(
+                    'auto_orient' => true
+                ),
+                
+            )
+        );
+        $uploadHandler = new UploadHandler($options);
+        exit;
+    }
+
+    public function uploadFile() {
+        $options = array(
+            'script_url' => ADMIN_PATH.'/upload/uploadFile',
+            'upload_dir' => UPLOAD_FILE_DIR.'/',
+            'upload_url' => UPLOAD_FILE_PATH.'/',
+            'correct_image_extensions' => true,
+            'image_versions' => array(
+                '' => array(
+                    'auto_orient' => true
+                ),
+                
+            )
+        );
+        $uploadHandler = new UploadHandler($options);
+        exit;
+    }
+
+    public function mulitUploadImg(){
+        $dir_token = $this->input->get('dir_token');
+        if (strpos($dir_token , '.') || strpos($dir_token, '/')) {
+            die;
+        }
+        else{
+            $options = array(
+                'script_url' => ADMIN_PATH.'/upload/mulitUploadImg?dir_token='.$dir_token,
+                 // 'upload_dir' => UPLOAD_IMG_DIR.'/'.$dir_token.'/',
+                'upload_dir' => UPLOAD_IMG_DIR.DIRECTORY_SEPARATOR.$dir_token.DIRECTORY_SEPARATOR,
+                'upload_url' => UPLOAD_IMG_PATH.'/'.$dir_token.'/',
+                'accept_file_types' =>'/\.(gif|jpe?g|png)$/i',
+                'correct_image_extensions' => true,
+                'image_versions' => array(
+                    '' => array(
+                        'auto_orient' => true
+                    ),
+                    'thumbnail' => array(
+                        'crop' => true,
+                        'max_width' => 140,
+                        'max_height' => 80
+                    )
+                )
+            );
+            $uploadHandler = new UploadHandler($options);
+        }
+        exit;
+    }
+    
+
+}

+ 95 - 0
web/application/controllers/api.php

@@ -0,0 +1,95 @@
+<?php 
+!defined('BASEPATH') && exit('No direct script access allowed');
+
+class Api extends MY_Main_Controller
+{
+    public function __construct()
+    {
+        parent::__construct();
+        $this->load->model('product_model','product');
+        $this->load->model('type_model','type');
+    }
+
+
+    // public function hehe(){
+    //     $sql = "CREATE TABLE `product` (
+    //         `id` int(11) NOT NULL AUTO_INCREMENT,
+    //         `type` varchar(255) NOT NULL DEFAULT '',
+    //         `title` varchar(255) NOT NULL DEFAULT '',
+    //         `pid` varchar(255) NOT NULL DEFAULT '',
+    //         `level` tinyint(4) NOT NULL DEFAULT '0',
+    //         `img` text NOT NULL,
+    //         `desc` text NOT NULL,
+    //         `sence` text NOT NULL,
+    //         `addtime` int(10) NOT NULL DEFAULT '0',
+    //         `publishtime` int(10) NOT NULL DEFAULT '0',
+    //         `ord` int(11) NOT NULL DEFAULT '0',
+    //         `status` int(4) NOT NULL DEFAULT '0',
+    //         PRIMARY KEY (`id`)
+    //         ) ENGINE=InnoDB DEFAULT CHARSET=utf8";
+    //     $this->db->query($sql);
+    //     echo $this->db->last_query();
+    // }
+
+    public function getProducts()
+    {
+        $types = $this->type->all();
+        $products = $this->product->all();
+        foreach($products as &$product) {
+            $t = $product['type'];
+            $t_arr = explode(',', $t);
+            $product['type'] = implode(', ', $t_arr);
+            $product['img'] = json_decode($product['img'], true);
+        }
+        $item['types'] = $types;
+        $item['products'] = $products;
+        $data = $item;
+        $this->echoJson($data);
+    }
+
+    public function getProductDetail()
+    {
+        $id = $this->input->get('id', true);
+        $data = $this->product->get($id);
+        $type = $this->type->get($data['type']);
+        $data['type_name'] = $type['name'];
+        $data['img'] = json_decode($data['img'], true);
+        $this->echoJson($data);
+    }
+
+
+    private function fetchWebSetting($name){
+        $item =  $this->web_setting->getValueByName($name);
+        $data = json_decode($item[0]['value'] , true);
+        return $data;
+    }
+
+    private function fetchWebSetting2($name){
+        $item =  $this->web_setting->getValueByName($name);
+        $data = $item[0]['value'];
+        return $data;
+    }
+
+    private function echoJson($data){
+        if($data){
+            $code = 200;
+            $msg = 'success';
+        }
+        else{
+            $code = 500;
+            $msg = 'fails';
+        }
+        $res['code'] = $code;
+        $res['msg']  = $msg;
+        $res['data'] = $data;
+        header('Content-type:text/json');  
+        echo json_encode($res);
+
+    }
+
+
+}
+
+
+
+?>

+ 30 - 0
web/application/controllers/cloud.php

@@ -0,0 +1,30 @@
+<?php 
+!defined('BASEPATH') && exit('No direct script access allowed');
+
+class Cloud extends MY_Main_Controller
+{
+    public function __construct()
+    {
+        parent::__construct();
+        $this->load->model('cloud_model','cloud');
+    }
+
+    public function index()
+    {
+        $items = $this->cloud->all();
+        $data['items'] = $items;
+        $this->load_view($data);
+    }
+      public function index1()
+    {
+        $items = $this->cloud->all();
+        $data['items'] = $items;
+        $this->action_name = __FUNCTION__;
+        $this->load_view($data);
+    }
+
+}
+
+
+
+ ?>

+ 28 - 0
web/application/controllers/example.php

@@ -0,0 +1,28 @@
+<?php 
+!defined('BASEPATH') && exit('No direct script access allowed');
+
+class Example extends MY_Main_Controller
+{
+    public function __construct()
+    {
+        parent::__construct();
+        $this->load->model('example_model','example');
+    }
+
+    public function index()
+    {
+        
+        $data['ex1'] = $this->example->all('1');
+        $data['ex2'] = $this->example->all('2');
+        $data['ex3'] = $this->example->all('3');
+        $data['ex4'] = $this->example->all('4');
+        $data['ex5'] = $this->example->all('5');
+        $data['ex6'] = $this->example->all('6'); // 智慧消防
+        $this->load_view($data);
+    }
+
+}
+
+
+
+ ?>

+ 74 - 0
web/application/controllers/index.php

@@ -0,0 +1,74 @@
+<?php 
+!defined('BASEPATH') && exit('No direct script access allowed');
+
+class Index extends MY_Main_Controller
+{
+    public function __construct()
+    {
+        parent::__construct();
+        $this->load->model('homepage_model','homepage');
+        $this->load->model('web_setting_model','web_setting');
+    }
+
+    public function index()
+    {
+        $name = 'slider';
+        $items = $this->homepage->all();
+        $item =  $this->web_setting->getValueByName($name);
+
+        $data['slider'] = json_decode($item[0]['value'] , true);
+        $data['items'] = $items;
+        $this->load_view($data);
+    }
+
+    public function index1()
+    {
+        $name = 'slider';
+        $items = $this->homepage->all();
+        $item =  $this->web_setting->getValueByName($name);
+
+        $data['slider'] = json_decode($item[0]['value'] , true);
+        $data['items'] = $items;
+        $this->action_name = __FUNCTION__;
+        $this->load_view($data);
+    }
+    // public function fuckData()
+    // {
+    //     $this->load->model('news_model','news');
+    //     $json = file_get_contents('F:\\dt_article.json');
+    //     $json_arr = json_decode($json , true);
+    //     $data = $json_arr['RECORDS'];
+    //     foreach ($data as $key => $value) {
+    //         $parm['type']        = $value['type'];
+    //         $parm['title']       = $value['title'];
+    //         $parm['author']      = $value['author'] ? $value['author'] : '';
+    //         $parm['from']        = $value['from'] ? $value['from'] : '';
+    //         $parm['ord']         = $value['ord'];
+    //         $parm['pv']          = $value['pv'];
+    //         $parm['publishtime'] = strtotime($value['publishtime']);
+    //         $parm['addtime']     = time();
+    //         $parm['img']         = "http://www.usky.cn".$value['img'];
+    //         $parm['desc']        = $value['desc'] ? $value['desc'] : '';
+    //         $parm['content']     = $value['content'];
+    //         $this->news->insert($parm);
+    //         $parm = '';
+    //     }
+    // }
+    // 
+    // public function sortData($value='')
+    // {
+    //     $this->load->model('news_model','news');
+    //     $all = $this->news->all_order_time();
+    //     $i = 1;
+    //     foreach ($all as $key => $value) {
+    //         $parm['ord'] = $i++;
+    //         $this->news->update($value['id'] , $parm);
+    //     }
+    // }
+
+}
+
+
+
+ ?>
+ 

+ 23 - 0
web/application/controllers/join.php

@@ -0,0 +1,23 @@
+<?php 
+!defined('BASEPATH') && exit('No direct script access allowed');
+
+class Join extends MY_Main_Controller
+{
+    public function __construct()
+    {
+        parent::__construct();
+        $this->load->model('join_model','join');
+    }
+
+    public function index()
+    {
+        $items = $this->join->all();
+        $data['items'] = $items;
+        $this->load_view($data);
+    }
+
+}
+
+
+
+ ?>

+ 20 - 0
web/application/controllers/law.php

@@ -0,0 +1,20 @@
+<?php 
+!defined('BASEPATH') && exit('No direct script access allowed');
+
+class Law extends MY_Main_Controller
+{
+    public function __construct()
+    {
+        parent::__construct();
+    }
+
+    public function index()
+    {
+        $this->load_view();
+    }
+
+}
+
+
+
+ ?>

+ 48 - 0
web/application/controllers/news.php

@@ -0,0 +1,48 @@
+<?php 
+!defined('BASEPATH') && exit('No direct script access allowed');
+
+class News extends MY_Main_Controller
+{
+    public function __construct()
+    {
+        parent::__construct();
+        $this->load->model('news_model','news');
+    }
+
+    public function index()
+    {
+        $type          = 1;
+        $items         = $this->news->all($type);
+        $data['items'] = $items;
+        $data['type']  = $type;
+        $this->load_view($data);
+    }
+
+    public function trade()
+    {
+        $type          = 2;
+        $items         = $this->news->all($type);
+        $data['items'] = $items;
+        $data['type']  = $type;
+        $this->load_view($data);
+    }
+
+    public function read()
+    {
+        $id = $this->input->get('id');
+        $item         = $this->news->get($id);
+        $type = $item['type'];
+        $relate = $this->news->get_last($type);
+        $count = $this->news->count();
+        $data['item'] = $item;
+        $data['relate'] = $relate;
+        $data['count'] = $count;
+
+        $this->action_name = __FUNCTION__;
+        $this->load_view($data);
+    }
+}
+
+
+
+ ?>

+ 25 - 0
web/application/controllers/product.php

@@ -0,0 +1,25 @@
+<?php 
+!defined('BASEPATH') && exit('No direct script access allowed');
+
+class Product extends MY_Main_Controller
+{
+    public function __construct()
+    {
+        parent::__construct();
+    }
+
+    public function index()
+    {
+        $this->load_view();
+    }
+
+    public function detail()
+    {
+        $this->action_name = __FUNCTION__;
+        $this->load_view();
+    }
+}
+
+
+
+ ?>

+ 59 - 0
web/application/core/MY_Controller.php

@@ -0,0 +1,59 @@
+<?php
+
+/**
+ * The base controller which is used by the Front and the Admin controllers
+ */
+class MY_Controller extends CI_Controller
+{
+	public function __construct()
+	{
+		parent::__construct();	
+		date_default_timezone_set("Asia/Shanghai");
+        session_start();
+	}//end __construct()
+
+}//end MY_Controller
+
+
+class MY_Main_Controller extends MY_Controller
+{	
+    public $class_name;
+    
+    public $action_name;
+
+	function __construct(){
+		parent::__construct();
+		$this->load->set_front_theme('v1');
+        $this->class_name = strtolower(get_class($this));
+        $this->action_name = '';
+	}
+
+    public function load_view($data=array())
+    {
+        $this->load->view($this->class_name.$this->action_name.'View' , $data);
+    }    
+
+}
+
+class MY_Admin_Controller extends MY_Controller
+{	
+    
+	function __construct(){
+		parent::__construct();
+		$this->load->set_admin_theme();
+        
+	}
+
+	protected function checkAdminLogin()
+    {
+        $isLogin = false;
+        if(!isset($_SESSION['adLogin']) || empty($_SESSION['adLogin']))
+            $isLogin = false;
+        else
+            $isLogin = true;
+        return $isLogin;
+
+    }
+}
+
+?>

+ 20 - 0
web/application/core/MY_Loader.php

@@ -0,0 +1,20 @@
+<?php if (!defined('BASEPATH')) exit('No direct access allowed.');
+
+
+class MY_Loader extends CI_Loader
+{
+	public function __construct()
+	{
+		parent::__construct();
+	}
+
+	public function set_front_theme($theme='v1')
+	{
+		$this->_ci_view_paths = array(APPPATH.'views/'.$theme.'/'	=> TRUE);
+	}
+
+	public function set_admin_theme()
+	{
+		$this->_ci_view_paths = array(APPPATH.'views/admin/'	=> TRUE);
+	}
+}

+ 10 - 0
web/application/core/MY_Model.php

@@ -0,0 +1,10 @@
+<?php  if ( ! defined('BASEPATH')) exit('No direct script access allowed');
+
+class MY_Model extends CI_Model
+{
+ 	function __construct()
+    {
+        parent::__construct();
+        $this->load->database();
+    }
+}

+ 10 - 0
web/application/core/index.html

@@ -0,0 +1,10 @@
+<html>
+<head>
+	<title>403 Forbidden</title>
+</head>
+<body>
+
+<p>Directory access is forbidden.</p>
+
+</body>
+</html>

+ 62 - 0
web/application/errors/error_404.php

@@ -0,0 +1,62 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<title>404 Page Not Found</title>
+<style type="text/css">
+
+::selection{ background-color: #E13300; color: white; }
+::moz-selection{ background-color: #E13300; color: white; }
+::webkit-selection{ background-color: #E13300; color: white; }
+
+body {
+	background-color: #fff;
+	margin: 40px;
+	font: 13px/20px normal Helvetica, Arial, sans-serif;
+	color: #4F5155;
+}
+
+a {
+	color: #003399;
+	background-color: transparent;
+	font-weight: normal;
+}
+
+h1 {
+	color: #444;
+	background-color: transparent;
+	border-bottom: 1px solid #D0D0D0;
+	font-size: 19px;
+	font-weight: normal;
+	margin: 0 0 14px 0;
+	padding: 14px 15px 10px 15px;
+}
+
+code {
+	font-family: Consolas, Monaco, Courier New, Courier, monospace;
+	font-size: 12px;
+	background-color: #f9f9f9;
+	border: 1px solid #D0D0D0;
+	color: #002166;
+	display: block;
+	margin: 14px 0 14px 0;
+	padding: 12px 10px 12px 10px;
+}
+
+#container {
+	margin: 10px;
+	border: 1px solid #D0D0D0;
+	-webkit-box-shadow: 0 0 8px #D0D0D0;
+}
+
+p {
+	margin: 12px 15px 12px 15px;
+}
+</style>
+</head>
+<body>
+	<div id="container">
+		<h1><?php echo $heading; ?></h1>
+		<?php echo $message; ?>
+	</div>
+</body>
+</html>

+ 62 - 0
web/application/errors/error_db.php

@@ -0,0 +1,62 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<title>Database Error</title>
+<style type="text/css">
+
+::selection{ background-color: #E13300; color: white; }
+::moz-selection{ background-color: #E13300; color: white; }
+::webkit-selection{ background-color: #E13300; color: white; }
+
+body {
+	background-color: #fff;
+	margin: 40px;
+	font: 13px/20px normal Helvetica, Arial, sans-serif;
+	color: #4F5155;
+}
+
+a {
+	color: #003399;
+	background-color: transparent;
+	font-weight: normal;
+}
+
+h1 {
+	color: #444;
+	background-color: transparent;
+	border-bottom: 1px solid #D0D0D0;
+	font-size: 19px;
+	font-weight: normal;
+	margin: 0 0 14px 0;
+	padding: 14px 15px 10px 15px;
+}
+
+code {
+	font-family: Consolas, Monaco, Courier New, Courier, monospace;
+	font-size: 12px;
+	background-color: #f9f9f9;
+	border: 1px solid #D0D0D0;
+	color: #002166;
+	display: block;
+	margin: 14px 0 14px 0;
+	padding: 12px 10px 12px 10px;
+}
+
+#container {
+	margin: 10px;
+	border: 1px solid #D0D0D0;
+	-webkit-box-shadow: 0 0 8px #D0D0D0;
+}
+
+p {
+	margin: 12px 15px 12px 15px;
+}
+</style>
+</head>
+<body>
+	<div id="container">
+		<h1><?php echo $heading; ?></h1>
+		<?php echo $message; ?>
+	</div>
+</body>
+</html>

+ 62 - 0
web/application/errors/error_general.php

@@ -0,0 +1,62 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<title>Error</title>
+<style type="text/css">
+
+::selection{ background-color: #E13300; color: white; }
+::moz-selection{ background-color: #E13300; color: white; }
+::webkit-selection{ background-color: #E13300; color: white; }
+
+body {
+	background-color: #fff;
+	margin: 40px;
+	font: 13px/20px normal Helvetica, Arial, sans-serif;
+	color: #4F5155;
+}
+
+a {
+	color: #003399;
+	background-color: transparent;
+	font-weight: normal;
+}
+
+h1 {
+	color: #444;
+	background-color: transparent;
+	border-bottom: 1px solid #D0D0D0;
+	font-size: 19px;
+	font-weight: normal;
+	margin: 0 0 14px 0;
+	padding: 14px 15px 10px 15px;
+}
+
+code {
+	font-family: Consolas, Monaco, Courier New, Courier, monospace;
+	font-size: 12px;
+	background-color: #f9f9f9;
+	border: 1px solid #D0D0D0;
+	color: #002166;
+	display: block;
+	margin: 14px 0 14px 0;
+	padding: 12px 10px 12px 10px;
+}
+
+#container {
+	margin: 10px;
+	border: 1px solid #D0D0D0;
+	-webkit-box-shadow: 0 0 8px #D0D0D0;
+}
+
+p {
+	margin: 12px 15px 12px 15px;
+}
+</style>
+</head>
+<body>
+	<div id="container">
+		<h1><?php echo $heading; ?></h1>
+		<?php echo $message; ?>
+	</div>
+</body>
+</html>

+ 10 - 0
web/application/errors/error_php.php

@@ -0,0 +1,10 @@
+<div style="border:1px solid #990000;padding-left:20px;margin:0 0 10px 0;">
+
+<h4>A PHP Error was encountered</h4>
+
+<p>Severity: <?php echo $severity; ?></p>
+<p>Message:  <?php echo $message; ?></p>
+<p>Filename: <?php echo $filepath; ?></p>
+<p>Line Number: <?php echo $line; ?></p>
+
+</div>

+ 10 - 0
web/application/errors/index.html

@@ -0,0 +1,10 @@
+<html>
+<head>
+	<title>403 Forbidden</title>
+</head>
+<body>
+
+<p>Directory access is forbidden.</p>
+
+</body>
+</html>

+ 15 - 0
web/application/helpers/custom_func_helper.php

@@ -0,0 +1,15 @@
+<?php 
+
+function checkAdminLogin()
+{
+    $isLogin = false;
+    if(!isset($_SESSION['uid']) || empty($_SESSION['uid']))
+        $isLogin = false;
+    else
+        $isLogin = ture;
+    return $isLogin;
+
+}
+
+
+?>

+ 10 - 0
web/application/helpers/index.html

@@ -0,0 +1,10 @@
+<html>
+<head>
+	<title>403 Forbidden</title>
+</head>
+<body>
+
+<p>Directory access is forbidden.</p>
+
+</body>
+</html>

+ 89 - 0
web/application/helpers/send_sms_helper.php

@@ -0,0 +1,89 @@
+<?php
+/*
+ *  Copyright (c) 2014 The CCP project authors. All Rights Reserved.
+ *
+ *  Use of this source code is governed by a Beijing Speedtong Information Technology Co.,Ltd license
+ *  that can be found in the LICENSE file in the root of the web site.
+ *
+ *   http://www.yuntongxun.com
+ *
+ *  An additional intellectual property rights grant can be found
+ *  in the file PATENTS.  All contributing project authors may
+ *  be found in the AUTHORS file in the root of the source tree.
+ */
+
+require_once __MYDIR__.'/application/libraries/CCPRestSmsSDK.php';
+// require_once __MYDIR__.'\\application\\libraries\\CCPRestSmsSDK.php';
+
+//主帐号,对应开官网发者主账号下的 ACCOUNT SID
+$accountSid= '8a216da854ebfcf70154f57e5bd909c6';
+
+//主帐号令牌,对应官网开发者主账号下的 AUTH TOKEN
+$accountToken= '350c0bb396da4b018c1b07b6e14d3113';
+
+//应用Id,在官网应用列表中点击应用,对应应用详情中的APP ID
+//在开发调试的时候,可以使用官网自动为您分配的测试Demo的APP ID
+$appId='8a216da854ebfcf70154f57e5c3209cc';
+
+//请求地址
+//沙盒环境(用于应用开发调试):sandboxapp.cloopen.com
+//生产环境(用户应用上线使用):app.cloopen.com
+$serverIP='https://sandboxapp.cloopen.com';
+
+
+//请求端口,生产环境和沙盒环境一致
+$serverPort='8883';
+
+//REST版本号,在官网文档REST介绍中获得。
+$softVersion='2013-12-26';
+
+
+/**
+  * 发送模板短信
+  * @param to 手机号码集合,用英文逗号分开
+  * @param datas 内容数据 格式为数组 例如:array('Marry','Alon'),如不需替换请填 null
+  * @param $tempId 模板Id,测试应用和未上线应用使用测试模板请填写1,正式应用上线后填写已申请审核通过的模板ID
+  */       
+function sendTemplateSMS($to,$datas,$tempId)
+{
+     // 初始化REST SDK
+     // $accountSid= 'aaf98f894f16fdb7014f1baabe7a0697';测试
+  $accountSid = '8a216da854ebfcf70154f57e5bd909c6';
+
+//主帐号令牌,对应官网开发者主账号下的 AUTH TOKEN
+//$accountToken= 'd43e9a2c1ab3447ab8c38550e9340910';测试
+  $accountToken= '350c0bb396da4b018c1b07b6e14d3113';
+
+
+//应用Id,在官网应用列表中点击应用,对应应用详情中的APP ID
+//在开发调试的时候,可以使用官网自动为您分配的测试Demo的APP ID
+$appId='8a216da854ebfcf70154f57e5c3209cc';
+
+//请求地址
+//沙盒环境(用于应用开发调试):sandboxapp.cloopen.com
+//生产环境(用户应用上线使用):app.cloopen.com
+// $serverIP='sandboxapp.cloopen.com';
+  $serverIP='app.cloopen.com';
+
+//请求端口,生产环境和沙盒环境一致
+$serverPort='8883';
+
+//REST版本号,在官网文档REST介绍中获得。
+$softVersion='2013-12-26';
+     $rest = new REST($serverIP,$serverPort,$softVersion);
+     $rest->setAccount($accountSid,$accountToken);
+     $rest->setAppId($appId);
+    
+     // 发送模板短信
+     $result = $rest->sendTemplateSMS($to,$datas,$tempId);
+     if($result == NULL ) {
+         return false;
+     }
+     if($result->statusCode!=0) {
+        return false;
+     }else{
+         return true;
+     }
+}
+
+?>

+ 10 - 0
web/application/hooks/index.html

@@ -0,0 +1,10 @@
+<html>
+<head>
+	<title>403 Forbidden</title>
+</head>
+<body>
+
+<p>Directory access is forbidden.</p>
+
+</body>
+</html>

+ 10 - 0
web/application/index.html

@@ -0,0 +1,10 @@
+<html>
+<head>
+	<title>403 Forbidden</title>
+</head>
+<body>
+
+<p>Directory access is forbidden.</p>
+
+</body>
+</html>

+ 10 - 0
web/application/language/english/index.html

@@ -0,0 +1,10 @@
+<html>
+<head>
+	<title>403 Forbidden</title>
+</head>
+<body>
+
+<p>Directory access is forbidden.</p>
+
+</body>
+</html>

+ 10 - 0
web/application/language/index.html

@@ -0,0 +1,10 @@
+<html>
+<head>
+	<title>403 Forbidden</title>
+</head>
+<body>
+
+<p>Directory access is forbidden.</p>
+
+</body>
+</html>

+ 213 - 0
web/application/libraries/CCPRestSmsSDK.php

@@ -0,0 +1,213 @@
+
+<?php
+/*
+ *  Copyright (c) 2014 The CCP project authors. All Rights Reserved.
+ *
+ *  Use of this source code is governed by a Beijing Speedtong Information Technology Co.,Ltd license
+ *  that can be found in the LICENSE file in the root of the web site.
+ *
+ *   http://www.yuntongxun.com
+ *
+ *  An additional intellectual property rights grant can be found
+ *  in the file PATENTS.  All contributing project authors may
+ *  be found in the AUTHORS file in the root of the source tree.
+ */
+
+
+class REST {
+	private $AccountSid;
+	private $AccountToken;
+	private $AppId;
+	private $ServerIP;
+	private $ServerPort;
+	private $SoftVersion;
+	private $Batch;  //时间戳
+	private $BodyType = "xml";//包体格式,可填值:json 、xml
+	private $enabeLog = true; //日志开关。可填值:true、
+	private $Filename="./log.txt"; //日志文件
+	private $Handle; 
+	function __construct($ServerIP,$ServerPort,$SoftVersion)	
+	{
+		$this->Batch = date("YmdHis");
+		$this->ServerIP = $ServerIP;
+		$this->ServerPort = $ServerPort;
+		$this->SoftVersion = $SoftVersion;
+    $this->Handle = fopen($this->Filename, 'a');
+	}
+
+   /**
+    * 设置主帐号
+    * 
+    * @param AccountSid 主帐号
+    * @param AccountToken 主帐号Token
+    */    
+    function setAccount($AccountSid,$AccountToken){
+      $this->AccountSid = $AccountSid;
+      $this->AccountToken = $AccountToken;   
+    }
+    
+    
+   /**
+    * 设置应用ID
+    * 
+    * @param AppId 应用ID
+    */
+    function setAppId($AppId){
+       $this->AppId = $AppId; 
+    }
+    
+   /**
+    * 打印日志
+    * 
+    * @param log 日志内容
+    */
+    function showlog($log){
+      return;
+      if($this->enabeLog){
+         fwrite($this->Handle,$log."\n");  
+      }
+    }
+    
+    /**
+     * 发起HTTPS请求
+     */
+     function curl_post($url,$data,$header,$post=1)
+     {
+       //初始化curl
+       $ch = curl_init();
+       //参数设置  
+       $res= curl_setopt ($ch, CURLOPT_URL,$url);  
+       curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, FALSE);
+       curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
+       curl_setopt ($ch, CURLOPT_HEADER, 0);
+       curl_setopt($ch, CURLOPT_POST, $post);
+       if($post)
+          curl_setopt($ch, CURLOPT_POSTFIELDS, $data);
+       curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1);
+       curl_setopt($ch,CURLOPT_HTTPHEADER,$header);
+       $result = curl_exec ($ch);
+       //连接失败
+       if($result == FALSE){
+          if($this->BodyType=='json'){
+             $result = "{\"statusCode\":\"172001\",\"statusMsg\":\"网络错误\"}";
+          } else {
+             $result = "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?><Response><statusCode>172001</statusCode><statusMsg>网络错误</statusMsg></Response>"; 
+          }    
+       }
+
+       curl_close($ch);
+       return $result;
+     } 
+
+   
+    
+   /**
+    * 发送模板短信
+    * @param to 短信接收彿手机号码集合,用英文逗号分开
+    * @param datas 内容数据
+    * @param $tempId 模板Id
+    */       
+    function sendTemplateSMS($to,$datas,$tempId)
+    {
+        //主帐号鉴权信息验证,对必选参数进行判空。
+        $auth=$this->accAuth();
+        if($auth!=""){
+            return $auth;
+        }
+        // 拼接请求包体
+        if($this->BodyType=="json"){
+           $data="";
+           for($i=0;$i<count($datas);$i++){
+              $data = $data. "'".$datas[$i]."',"; 
+           }
+           $body= "{'to':'$to','templateId':'$tempId','appId':'$this->AppId','datas':[".$data."]}";
+        }else{
+           $data="";
+           for($i=0;$i<count($datas);$i++){
+              $data = $data. "<data>".$datas[$i]."</data>"; 
+           }
+           $body="<TemplateSMS>
+                    <to>$to</to> 
+                    <appId>$this->AppId</appId>
+                    <templateId>$tempId</templateId>
+                    <datas>".$data."</datas>
+                  </TemplateSMS>";
+        }
+        $this->showlog("request body = ".$body);
+        // 大写的sig参数 
+        $sig =  strtoupper(md5($this->AccountSid . $this->AccountToken . $this->Batch));
+        // 生成请求URL        
+        $url="https://$this->ServerIP:$this->ServerPort/$this->SoftVersion/Accounts/$this->AccountSid/SMS/TemplateSMS?sig=$sig";
+        $this->showlog("request url = ".$url);
+        // 生成授权:主帐户Id + 英文冒号 + 时间戳。
+        $authen = base64_encode($this->AccountSid . ":" . $this->Batch);
+        // 生成包头  
+        $header = array("Accept:application/$this->BodyType","Content-Type:application/$this->BodyType;charset=utf-8","Authorization:$authen");
+        // 发送请求
+        $result = $this->curl_post($url,$body,$header);
+        $this->showlog("response body = ".$result);
+        if($this->BodyType=="json"){//JSON格式
+           $datas=json_decode($result); 
+        }else{ //xml格式
+           $datas = simplexml_load_string(trim($result," \t\n\r"));
+        }
+      //  if($datas == FALSE){
+//            $datas = new stdClass();
+//            $datas->statusCode = '172003';
+//            $datas->statusMsg = '返回包体错误'; 
+//        }
+        //重新装填数据
+        if($datas->statusCode==0){
+         if($this->BodyType=="json"){
+            $datas->TemplateSMS =$datas->templateSMS;
+            unset($datas->templateSMS);   
+          }
+        }
+ 
+        return $datas; 
+    } 
+   
+  /**
+    * 主帐号鉴权
+    */   
+   function accAuth()
+   {
+       if($this->ServerIP==""){
+            $data = new stdClass();
+            $data->statusCode = '172004';
+            $data->statusMsg = 'IP为空';
+          return $data;
+        }
+        if($this->ServerPort<=0){
+            $data = new stdClass();
+            $data->statusCode = '172005';
+            $data->statusMsg = '端口错误(小于等于0)';
+          return $data;
+        }
+        if($this->SoftVersion==""){
+            $data = new stdClass();
+            $data->statusCode = '172013';
+            $data->statusMsg = '版本号为空';
+          return $data;
+        } 
+        if($this->AccountSid==""){
+            $data = new stdClass();
+            $data->statusCode = '172006';
+            $data->statusMsg = '主帐号为空';
+          return $data;
+        }
+        if($this->AccountToken==""){
+            $data = new stdClass();
+            $data->statusCode = '172007';
+            $data->statusMsg = '主帐号令牌为空';
+          return $data;
+        }
+        if($this->AppId==""){
+            $data = new stdClass();
+            $data->statusCode = '172012';
+            $data->statusMsg = '应用ID为空';
+          return $data;
+        }   
+   }
+}
+?>

+ 1387 - 0
web/application/libraries/UploadHandler.php

@@ -0,0 +1,1387 @@
+<?php
+/*
+ * jQuery File Upload Plugin PHP Class
+ * https://github.com/blueimp/jQuery-File-Upload
+ *
+ * Copyright 2010, Sebastian Tschan
+ * https://blueimp.net
+ *
+ * Licensed under the MIT license:
+ * http://www.opensource.org/licenses/MIT
+ */
+
+class UploadHandler
+{
+
+    protected $options;
+
+    // PHP File Upload error message codes:
+    // http://php.net/manual/en/features.file-upload.errors.php
+    protected $error_messages = array(
+        1 => 'The uploaded file exceeds the upload_max_filesize directive in php.ini',
+        2 => 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form',
+        3 => 'The uploaded file was only partially uploaded',
+        4 => 'No file was uploaded',
+        6 => 'Missing a temporary folder',
+        7 => 'Failed to write file to disk',
+        8 => 'A PHP extension stopped the file upload',
+        'post_max_size' => 'The uploaded file exceeds the post_max_size directive in php.ini',
+        'max_file_size' => 'File is too big',
+        'min_file_size' => 'File is too small',
+        'accept_file_types' => 'Filetype not allowed',
+        'max_number_of_files' => 'Maximum number of files exceeded',
+        'max_width' => 'Image exceeds maximum width',
+        'min_width' => 'Image requires a minimum width',
+        'max_height' => 'Image exceeds maximum height',
+        'min_height' => 'Image requires a minimum height',
+        'abort' => 'File upload aborted',
+        'image_resize' => 'Failed to resize image'
+    );
+
+    protected $image_objects = array();
+
+    function __construct($options = null, $initialize = true, $error_messages = null) {
+        $this->response = array();
+        $this->options = array(
+            'script_url' => $this->get_full_url().'/'.basename($this->get_server_var('SCRIPT_NAME')),
+            'upload_dir' => dirname($this->get_server_var('SCRIPT_FILENAME')).'/files/',
+            'upload_url' => $this->get_full_url().'/files/',
+            'user_dirs' => false,
+            'mkdir_mode' => 0755,
+            'param_name' => 'files',
+            // Set the following option to 'POST', if your server does not support
+            // DELETE requests. This is a parameter sent to the client:
+            'delete_type' => 'DELETE',
+            'access_control_allow_origin' => '*',
+            'access_control_allow_credentials' => false,
+            'access_control_allow_methods' => array(
+                'OPTIONS',
+                'HEAD',
+                'GET',
+                'POST',
+                'PUT',
+                'PATCH',
+                'DELETE'
+            ),
+            'access_control_allow_headers' => array(
+                'Content-Type',
+                'Content-Range',
+                'Content-Disposition'
+            ),
+            // By default, allow redirects to the referer protocol+host:
+            'redirect_allow_target' => '/^'.preg_quote(
+              parse_url($this->get_server_var('HTTP_REFERER'), PHP_URL_SCHEME)
+                .'://'
+                .parse_url($this->get_server_var('HTTP_REFERER'), PHP_URL_HOST)
+                .'/', // Trailing slash to not match subdomains by mistake
+              '/' // preg_quote delimiter param
+            ).'/',
+            // Enable to provide file downloads via GET requests to the PHP script:
+            //     1. Set to 1 to download files via readfile method through PHP
+            //     2. Set to 2 to send a X-Sendfile header for lighttpd/Apache
+            //     3. Set to 3 to send a X-Accel-Redirect header for nginx
+            // If set to 2 or 3, adjust the upload_url option to the base path of
+            // the redirect parameter, e.g. '/files/'.
+            'download_via_php' => false,
+            // Read files in chunks to avoid memory limits when download_via_php
+            // is enabled, set to 0 to disable chunked reading of files:
+            'readfile_chunk_size' => 10 * 1024 * 1024, // 10 MiB
+            // Defines which files can be displayed inline when downloaded:
+            'inline_file_types' => '/\.(gif|jpe?g|png)$/i',
+            // Defines which files (based on their names) are accepted for upload:
+            'accept_file_types' => '/.+$/i',
+            // The php.ini settings upload_max_filesize and post_max_size
+            // take precedence over the following max_file_size setting:
+            'max_file_size' => null,
+            'min_file_size' => 1,
+            // The maximum number of files for the upload directory:
+            'max_number_of_files' => null,
+            // Defines which files are handled as image files:
+            'image_file_types' => '/\.(gif|jpe?g|png)$/i',
+            // Use exif_imagetype on all files to correct file extensions:
+            'correct_image_extensions' => false,
+            // Image resolution restrictions:
+            'max_width' => null,
+            'max_height' => null,
+            'min_width' => 1,
+            'min_height' => 1,
+            // Set the following option to false to enable resumable uploads:
+            'discard_aborted_uploads' => true,
+            // Set to 0 to use the GD library to scale and orient images,
+            // set to 1 to use imagick (if installed, falls back to GD),
+            // set to 2 to use the ImageMagick convert binary directly:
+            'image_library' => 0,
+            // Uncomment the following to define an array of resource limits
+            // for imagick:
+            /*
+            'imagick_resource_limits' => array(
+                imagick::RESOURCETYPE_MAP => 32,
+                imagick::RESOURCETYPE_MEMORY => 32
+            ),
+            */
+            // Command or path for to the ImageMagick convert binary:
+            'convert_bin' => 'convert',
+            // Uncomment the following to add parameters in front of each
+            // ImageMagick convert call (the limit constraints seem only
+            // to have an effect if put in front):
+            /*
+            'convert_params' => '-limit memory 32MiB -limit map 32MiB',
+            */
+            // Command or path for to the ImageMagick identify binary:
+            'identify_bin' => 'identify',
+            'image_versions' => array(
+                // The empty image version key defines options for the original image:
+                '' => array(
+                    // Automatically rotate images based on EXIF meta data:
+                    'auto_orient' => true
+                ),
+                // Uncomment the following to create medium sized images:
+                /*
+                'medium' => array(
+                    'max_width' => 800,
+                    'max_height' => 600
+                ),
+                */
+                'thumbnail' => array(
+                    // Uncomment the following to use a defined directory for the thumbnails
+                    // instead of a subdirectory based on the version identifier.
+                    // Make sure that this directory doesn't allow execution of files if you
+                    // don't pose any restrictions on the type of uploaded files, e.g. by
+                    // copying the .htaccess file from the files directory for Apache:
+                    //'upload_dir' => dirname($this->get_server_var('SCRIPT_FILENAME')).'/thumb/',
+                    //'upload_url' => $this->get_full_url().'/thumb/',
+                    // Uncomment the following to force the max
+                    // dimensions and e.g. create square thumbnails:
+                    //'crop' => true,
+                    'max_width' => 80,
+                    'max_height' => 80
+                )
+            ),
+            'print_response' => true
+        );
+        if ($options) {
+            $this->options = $options + $this->options;
+        }
+        if ($error_messages) {
+            $this->error_messages = $error_messages + $this->error_messages;
+        }
+        if ($initialize) {
+            $this->initialize();
+        }
+    }
+
+    protected function initialize() {
+        switch ($this->get_server_var('REQUEST_METHOD')) {
+            case 'OPTIONS':
+            case 'HEAD':
+                $this->head();
+                break;
+            case 'GET':
+                $this->get($this->options['print_response']);
+                break;
+            case 'PATCH':
+            case 'PUT':
+            case 'POST':
+                $this->post($this->options['print_response']);
+                break;
+            case 'DELETE':
+                $this->delete($this->options['print_response']);
+                break;
+            default:
+                $this->header('HTTP/1.1 405 Method Not Allowed');
+        }
+    }
+
+    protected function get_full_url() {
+        $https = !empty($_SERVER['HTTPS']) && strcasecmp($_SERVER['HTTPS'], 'on') === 0 ||
+            !empty($_SERVER['HTTP_X_FORWARDED_PROTO']) &&
+                strcasecmp($_SERVER['HTTP_X_FORWARDED_PROTO'], 'https') === 0;
+        return
+            ($https ? 'https://' : 'http://').
+            (!empty($_SERVER['REMOTE_USER']) ? $_SERVER['REMOTE_USER'].'@' : '').
+            (isset($_SERVER['HTTP_HOST']) ? $_SERVER['HTTP_HOST'] : ($_SERVER['SERVER_NAME'].
+            ($https && $_SERVER['SERVER_PORT'] === 443 ||
+            $_SERVER['SERVER_PORT'] === 80 ? '' : ':'.$_SERVER['SERVER_PORT']))).
+            substr($_SERVER['SCRIPT_NAME'],0, strrpos($_SERVER['SCRIPT_NAME'], '/'));
+    }
+
+    protected function get_user_id() {
+        @session_start();
+        return session_id();
+    }
+
+    protected function get_user_path() {
+        if ($this->options['user_dirs']) {
+            return $this->get_user_id().'/';
+        }
+        return '';
+    }
+
+    protected function get_upload_path($file_name = null, $version = null) {
+        $file_name = $file_name ? $file_name : '';
+        if (empty($version)) {
+            $version_path = '';
+        } else {
+            $version_dir = @$this->options['image_versions'][$version]['upload_dir'];
+            if ($version_dir) {
+                return $version_dir.$this->get_user_path().$file_name;
+            }
+            $version_path = $version.'/';
+        }
+        return $this->options['upload_dir'].$this->get_user_path()
+            .$version_path.$file_name;
+    }
+
+    protected function get_query_separator($url) {
+        return strpos($url, '?') === false ? '?' : '&';
+    }
+
+    protected function get_download_url($file_name, $version = null, $direct = false) {
+        if (!$direct && $this->options['download_via_php']) {
+            $url = $this->options['script_url']
+                .$this->get_query_separator($this->options['script_url'])
+                .$this->get_singular_param_name()
+                .'='.rawurlencode($file_name);
+            if ($version) {
+                $url .= '&version='.rawurlencode($version);
+            }
+            return $url.'&download=1';
+        }
+        if (empty($version)) {
+            $version_path = '';
+        } else {
+            $version_url = @$this->options['image_versions'][$version]['upload_url'];
+            if ($version_url) {
+                return $version_url.$this->get_user_path().rawurlencode($file_name);
+            }
+            $version_path = rawurlencode($version).'/';
+        }
+        return $this->options['upload_url'].$this->get_user_path()
+            .$version_path.rawurlencode($file_name);
+    }
+
+    protected function set_additional_file_properties($file) {
+        $file->deleteUrl = $this->options['script_url']
+            .$this->get_query_separator($this->options['script_url'])
+            .$this->get_singular_param_name()
+            .'='.rawurlencode($file->name);
+        $file->deleteType = $this->options['delete_type'];
+        if ($file->deleteType !== 'DELETE') {
+            $file->deleteUrl .= '&_method=DELETE';
+        }
+        if ($this->options['access_control_allow_credentials']) {
+            $file->deleteWithCredentials = true;
+        }
+    }
+
+    // Fix for overflowing signed 32 bit integers,
+    // works for sizes up to 2^32-1 bytes (4 GiB - 1):
+    protected function fix_integer_overflow($size) {
+        if ($size < 0) {
+            $size += 2.0 * (PHP_INT_MAX + 1);
+        }
+        return $size;
+    }
+
+    protected function get_file_size($file_path, $clear_stat_cache = false) {
+        if ($clear_stat_cache) {
+            if (version_compare(PHP_VERSION, '5.3.0') >= 0) {
+                clearstatcache(true, $file_path);
+            } else {
+                clearstatcache();
+            }
+        }
+        return $this->fix_integer_overflow(filesize($file_path));
+    }
+
+    protected function is_valid_file_object($file_name) {
+        $file_path = $this->get_upload_path($file_name);
+        if (is_file($file_path) && $file_name[0] !== '.') {
+            return true;
+        }
+        return false;
+    }
+
+    protected function get_file_object($file_name) {
+        if ($this->is_valid_file_object($file_name)) {
+            $file = new \stdClass();
+            $file->name = $file_name;
+            $file->size = $this->get_file_size(
+                $this->get_upload_path($file_name)
+            );
+            $file->url = $this->get_download_url($file->name);
+            foreach($this->options['image_versions'] as $version => $options) {
+                if (!empty($version)) {
+                    if (is_file($this->get_upload_path($file_name, $version))) {
+                        $file->{$version.'Url'} = $this->get_download_url(
+                            $file->name,
+                            $version
+                        );
+                    }
+                }
+            }
+            $this->set_additional_file_properties($file);
+            return $file;
+        }
+        return null;
+    }
+
+    protected function get_file_objects($iteration_method = 'get_file_object') {
+        $upload_dir = $this->get_upload_path();
+        if (!is_dir($upload_dir)) {
+            return array();
+        }
+        return array_values(array_filter(array_map(
+            array($this, $iteration_method),
+            scandir($upload_dir)
+        )));
+    }
+
+    protected function count_file_objects() {
+        return count($this->get_file_objects('is_valid_file_object'));
+    }
+
+    protected function get_error_message($error) {
+        return isset($this->error_messages[$error]) ?
+            $this->error_messages[$error] : $error;
+    }
+
+    function get_config_bytes($val) {
+        $val = trim($val);
+        $last = strtolower($val[strlen($val)-1]);
+        switch($last) {
+            case 'g':
+                $val *= 1024;
+            case 'm':
+                $val *= 1024;
+            case 'k':
+                $val *= 1024;
+        }
+        return $this->fix_integer_overflow($val);
+    }
+
+    protected function validate($uploaded_file, $file, $error, $index) {
+        if ($error) {
+            $file->error = $this->get_error_message($error);
+            return false;
+        }
+        $content_length = $this->fix_integer_overflow(
+            (int)$this->get_server_var('CONTENT_LENGTH')
+        );
+        $post_max_size = $this->get_config_bytes(ini_get('post_max_size'));
+        if ($post_max_size && ($content_length > $post_max_size)) {
+            $file->error = $this->get_error_message('post_max_size');
+            return false;
+        }
+        if (!preg_match($this->options['accept_file_types'], $file->name)) {
+            $file->error = $this->get_error_message('accept_file_types');
+            return false;
+        }
+        if ($uploaded_file && is_uploaded_file($uploaded_file)) {
+            $file_size = $this->get_file_size($uploaded_file);
+        } else {
+            $file_size = $content_length;
+        }
+        if ($this->options['max_file_size'] && (
+                $file_size > $this->options['max_file_size'] ||
+                $file->size > $this->options['max_file_size'])
+            ) {
+            $file->error = $this->get_error_message('max_file_size');
+            return false;
+        }
+        if ($this->options['min_file_size'] &&
+            $file_size < $this->options['min_file_size']) {
+            $file->error = $this->get_error_message('min_file_size');
+            return false;
+        }
+        if (is_int($this->options['max_number_of_files']) &&
+                ($this->count_file_objects() >= $this->options['max_number_of_files']) &&
+                // Ignore additional chunks of existing files:
+                !is_file($this->get_upload_path($file->name))) {
+            $file->error = $this->get_error_message('max_number_of_files');
+            return false;
+        }
+        $max_width = @$this->options['max_width'];
+        $max_height = @$this->options['max_height'];
+        $min_width = @$this->options['min_width'];
+        $min_height = @$this->options['min_height'];
+        if (($max_width || $max_height || $min_width || $min_height)
+           && preg_match($this->options['image_file_types'], $file->name)) {
+            list($img_width, $img_height) = $this->get_image_size($uploaded_file);
+
+            // If we are auto rotating the image by default, do the checks on
+            // the correct orientation
+            if (
+                @$this->options['image_versions']['']['auto_orient'] &&
+                function_exists('exif_read_data') &&
+                ($exif = @exif_read_data($uploaded_file)) &&
+                (((int) @$exif['Orientation']) >= 5 )
+            ) {
+              $tmp = $img_width;
+              $img_width = $img_height;
+              $img_height = $tmp;
+              unset($tmp);
+            }
+
+        }
+        if (!empty($img_width)) {
+            if ($max_width && $img_width > $max_width) {
+                $file->error = $this->get_error_message('max_width');
+                return false;
+            }
+            if ($max_height && $img_height > $max_height) {
+                $file->error = $this->get_error_message('max_height');
+                return false;
+            }
+            if ($min_width && $img_width < $min_width) {
+                $file->error = $this->get_error_message('min_width');
+                return false;
+            }
+            if ($min_height && $img_height < $min_height) {
+                $file->error = $this->get_error_message('min_height');
+                return false;
+            }
+        }
+        return true;
+    }
+
+    protected function upcount_name_callback($matches) {
+        $index = isset($matches[1]) ? ((int)$matches[1]) + 1 : 1;
+        $ext = isset($matches[2]) ? $matches[2] : '';
+        return ' ('.$index.')'.$ext;
+    }
+
+    protected function upcount_name($name) {
+        return preg_replace_callback(
+            '/(?:(?: \(([\d]+)\))?(\.[^.]+))?$/',
+            array($this, 'upcount_name_callback'),
+            $name,
+            1
+        );
+    }
+
+    protected function get_unique_filename($file_path, $name, $size, $type, $error,
+            $index, $content_range) {
+        while(is_dir($this->get_upload_path($name))) {
+            $name = $this->upcount_name($name);
+        }
+        // Keep an existing filename if this is part of a chunked upload:
+        $uploaded_bytes = $this->fix_integer_overflow((int)$content_range[1]);
+        while(is_file($this->get_upload_path($name))) {
+            if ($uploaded_bytes === $this->get_file_size(
+                    $this->get_upload_path($name))) {
+                break;
+            }
+            $name = $this->upcount_name($name);
+        }
+        return $name;
+    }
+
+    protected function fix_file_extension($file_path, $name, $size, $type, $error,
+            $index, $content_range) {
+        // Add missing file extension for known image types:
+        if (strpos($name, '.') === false &&
+                preg_match('/^image\/(gif|jpe?g|png)/', $type, $matches)) {
+            $name .= '.'.$matches[1];
+        }
+        if ($this->options['correct_image_extensions'] &&
+                function_exists('exif_imagetype')) {
+            switch(@exif_imagetype($file_path)){
+                case IMAGETYPE_JPEG:
+                    $extensions = array('jpg', 'jpeg');
+                    break;
+                case IMAGETYPE_PNG:
+                    $extensions = array('png');
+                    break;
+                case IMAGETYPE_GIF:
+                    $extensions = array('gif');
+                    break;
+            }
+            // Adjust incorrect image file extensions:
+            if (!empty($extensions)) {
+                $parts = explode('.', $name);
+                $extIndex = count($parts) - 1;
+                $ext = strtolower(@$parts[$extIndex]);
+                if (!in_array($ext, $extensions)) {
+                    $parts[$extIndex] = $extensions[0];
+                    $name = implode('.', $parts);
+                }
+            }
+        }
+        return $name;
+    }
+
+    protected function trim_file_name($file_path, $name, $size, $type, $error,
+            $index, $content_range) {
+        // Remove path information and dots around the filename, to prevent uploading
+        // into different directories or replacing hidden system files.
+        // Also remove control characters and spaces (\x00..\x20) around the filename:
+        $name = trim(basename(stripslashes($name)), ".\x00..\x20");
+        // Use a timestamp for empty filenames:
+        if (!$name) {
+            $name = str_replace('.', '-', microtime(true));
+        }
+        return $name;
+    }
+
+    protected function get_file_name($file_path, $name, $size, $type, $error,
+            $index, $content_range) {
+        $name = $this->trim_file_name($file_path, $name, $size, $type, $error,
+            $index, $content_range);
+        return $this->get_unique_filename(
+            $file_path,
+            $this->fix_file_extension($file_path, $name, $size, $type, $error,
+                $index, $content_range),
+            $size,
+            $type,
+            $error,
+            $index,
+            $content_range
+        );
+    }
+
+    protected function get_scaled_image_file_paths($file_name, $version) {
+        $file_path = $this->get_upload_path($file_name);
+        if (!empty($version)) {
+            $version_dir = $this->get_upload_path(null, $version);
+            if (!is_dir($version_dir)) {
+                mkdir($version_dir, $this->options['mkdir_mode'], true);
+            }
+            $new_file_path = $version_dir.'/'.$file_name;
+        } else {
+            $new_file_path = $file_path;
+        }
+        return array($file_path, $new_file_path);
+    }
+
+    protected function gd_get_image_object($file_path, $func, $no_cache = false) {
+        if (empty($this->image_objects[$file_path]) || $no_cache) {
+            $this->gd_destroy_image_object($file_path);
+            $this->image_objects[$file_path] = $func($file_path);
+        }
+        return $this->image_objects[$file_path];
+    }
+
+    protected function gd_set_image_object($file_path, $image) {
+        $this->gd_destroy_image_object($file_path);
+        $this->image_objects[$file_path] = $image;
+    }
+
+    protected function gd_destroy_image_object($file_path) {
+        $image = (isset($this->image_objects[$file_path])) ? $this->image_objects[$file_path] : null ;
+        return $image && imagedestroy($image);
+    }
+
+    protected function gd_imageflip($image, $mode) {
+        if (function_exists('imageflip')) {
+            return imageflip($image, $mode);
+        }
+        $new_width = $src_width = imagesx($image);
+        $new_height = $src_height = imagesy($image);
+        $new_img = imagecreatetruecolor($new_width, $new_height);
+        $src_x = 0;
+        $src_y = 0;
+        switch ($mode) {
+            case '1': // flip on the horizontal axis
+                $src_y = $new_height - 1;
+                $src_height = -$new_height;
+                break;
+            case '2': // flip on the vertical axis
+                $src_x  = $new_width - 1;
+                $src_width = -$new_width;
+                break;
+            case '3': // flip on both axes
+                $src_y = $new_height - 1;
+                $src_height = -$new_height;
+                $src_x  = $new_width - 1;
+                $src_width = -$new_width;
+                break;
+            default:
+                return $image;
+        }
+        imagecopyresampled(
+            $new_img,
+            $image,
+            0,
+            0,
+            $src_x,
+            $src_y,
+            $new_width,
+            $new_height,
+            $src_width,
+            $src_height
+        );
+        return $new_img;
+    }
+
+    protected function gd_orient_image($file_path, $src_img) {
+        if (!function_exists('exif_read_data')) {
+            return false;
+        }
+        $exif = @exif_read_data($file_path);
+        if ($exif === false) {
+            return false;
+        }
+        $orientation = (int)@$exif['Orientation'];
+        if ($orientation < 2 || $orientation > 8) {
+            return false;
+        }
+        switch ($orientation) {
+            case 2:
+                $new_img = $this->gd_imageflip(
+                    $src_img,
+                    defined('IMG_FLIP_VERTICAL') ? IMG_FLIP_VERTICAL : 2
+                );
+                break;
+            case 3:
+                $new_img = imagerotate($src_img, 180, 0);
+                break;
+            case 4:
+                $new_img = $this->gd_imageflip(
+                    $src_img,
+                    defined('IMG_FLIP_HORIZONTAL') ? IMG_FLIP_HORIZONTAL : 1
+                );
+                break;
+            case 5:
+                $tmp_img = $this->gd_imageflip(
+                    $src_img,
+                    defined('IMG_FLIP_HORIZONTAL') ? IMG_FLIP_HORIZONTAL : 1
+                );
+                $new_img = imagerotate($tmp_img, 270, 0);
+                imagedestroy($tmp_img);
+                break;
+            case 6:
+                $new_img = imagerotate($src_img, 270, 0);
+                break;
+            case 7:
+                $tmp_img = $this->gd_imageflip(
+                    $src_img,
+                    defined('IMG_FLIP_VERTICAL') ? IMG_FLIP_VERTICAL : 2
+                );
+                $new_img = imagerotate($tmp_img, 270, 0);
+                imagedestroy($tmp_img);
+                break;
+            case 8:
+                $new_img = imagerotate($src_img, 90, 0);
+                break;
+            default:
+                return false;
+        }
+        $this->gd_set_image_object($file_path, $new_img);
+        return true;
+    }
+
+    protected function gd_create_scaled_image($file_name, $version, $options) {
+        if (!function_exists('imagecreatetruecolor')) {
+            error_log('Function not found: imagecreatetruecolor');
+            return false;
+        }
+        list($file_path, $new_file_path) =
+            $this->get_scaled_image_file_paths($file_name, $version);
+        $type = strtolower(substr(strrchr($file_name, '.'), 1));
+        switch ($type) {
+            case 'jpg':
+            case 'jpeg':
+                $src_func = 'imagecreatefromjpeg';
+                $write_func = 'imagejpeg';
+                $image_quality = isset($options['jpeg_quality']) ?
+                    $options['jpeg_quality'] : 75;
+                break;
+            case 'gif':
+                $src_func = 'imagecreatefromgif';
+                $write_func = 'imagegif';
+                $image_quality = null;
+                break;
+            case 'png':
+                $src_func = 'imagecreatefrompng';
+                $write_func = 'imagepng';
+                $image_quality = isset($options['png_quality']) ?
+                    $options['png_quality'] : 9;
+                break;
+            default:
+                return false;
+        }
+        $src_img = $this->gd_get_image_object(
+            $file_path,
+            $src_func,
+            !empty($options['no_cache'])
+        );
+        $image_oriented = false;
+        if (!empty($options['auto_orient']) && $this->gd_orient_image(
+                $file_path,
+                $src_img
+            )) {
+            $image_oriented = true;
+            $src_img = $this->gd_get_image_object(
+                $file_path,
+                $src_func
+            );
+        }
+        $max_width = $img_width = imagesx($src_img);
+        $max_height = $img_height = imagesy($src_img);
+        if (!empty($options['max_width'])) {
+            $max_width = $options['max_width'];
+        }
+        if (!empty($options['max_height'])) {
+            $max_height = $options['max_height'];
+        }
+        $scale = min(
+            $max_width / $img_width,
+            $max_height / $img_height
+        );
+        if ($scale >= 1) {
+            if ($image_oriented) {
+                return $write_func($src_img, $new_file_path, $image_quality);
+            }
+            if ($file_path !== $new_file_path) {
+                return copy($file_path, $new_file_path);
+            }
+            return true;
+        }
+        if (empty($options['crop'])) {
+            $new_width = $img_width * $scale;
+            $new_height = $img_height * $scale;
+            $dst_x = 0;
+            $dst_y = 0;
+            $new_img = imagecreatetruecolor($new_width, $new_height);
+        } else {
+            if (($img_width / $img_height) >= ($max_width / $max_height)) {
+                $new_width = $img_width / ($img_height / $max_height);
+                $new_height = $max_height;
+            } else {
+                $new_width = $max_width;
+                $new_height = $img_height / ($img_width / $max_width);
+            }
+            $dst_x = 0 - ($new_width - $max_width) / 2;
+            $dst_y = 0 - ($new_height - $max_height) / 2;
+            $new_img = imagecreatetruecolor($max_width, $max_height);
+        }
+        // Handle transparency in GIF and PNG images:
+        switch ($type) {
+            case 'gif':
+            case 'png':
+                imagecolortransparent($new_img, imagecolorallocate($new_img, 0, 0, 0));
+            case 'png':
+                imagealphablending($new_img, false);
+                imagesavealpha($new_img, true);
+                break;
+        }
+        $success = imagecopyresampled(
+            $new_img,
+            $src_img,
+            $dst_x,
+            $dst_y,
+            0,
+            0,
+            $new_width,
+            $new_height,
+            $img_width,
+            $img_height
+        ) && $write_func($new_img, $new_file_path, $image_quality);
+        $this->gd_set_image_object($file_path, $new_img);
+        return $success;
+    }
+
+    protected function imagick_get_image_object($file_path, $no_cache = false) {
+        if (empty($this->image_objects[$file_path]) || $no_cache) {
+            $this->imagick_destroy_image_object($file_path);
+            $image = new \Imagick();
+            if (!empty($this->options['imagick_resource_limits'])) {
+                foreach ($this->options['imagick_resource_limits'] as $type => $limit) {
+                    $image->setResourceLimit($type, $limit);
+                }
+            }
+            $image->readImage($file_path);
+            $this->image_objects[$file_path] = $image;
+        }
+        return $this->image_objects[$file_path];
+    }
+
+    protected function imagick_set_image_object($file_path, $image) {
+        $this->imagick_destroy_image_object($file_path);
+        $this->image_objects[$file_path] = $image;
+    }
+
+    protected function imagick_destroy_image_object($file_path) {
+        $image = (isset($this->image_objects[$file_path])) ? $this->image_objects[$file_path] : null ;
+        return $image && $image->destroy();
+    }
+
+    protected function imagick_orient_image($image) {
+        $orientation = $image->getImageOrientation();
+        $background = new \ImagickPixel('none');
+        switch ($orientation) {
+            case \imagick::ORIENTATION_TOPRIGHT: // 2
+                $image->flopImage(); // horizontal flop around y-axis
+                break;
+            case \imagick::ORIENTATION_BOTTOMRIGHT: // 3
+                $image->rotateImage($background, 180);
+                break;
+            case \imagick::ORIENTATION_BOTTOMLEFT: // 4
+                $image->flipImage(); // vertical flip around x-axis
+                break;
+            case \imagick::ORIENTATION_LEFTTOP: // 5
+                $image->flopImage(); // horizontal flop around y-axis
+                $image->rotateImage($background, 270);
+                break;
+            case \imagick::ORIENTATION_RIGHTTOP: // 6
+                $image->rotateImage($background, 90);
+                break;
+            case \imagick::ORIENTATION_RIGHTBOTTOM: // 7
+                $image->flipImage(); // vertical flip around x-axis
+                $image->rotateImage($background, 270);
+                break;
+            case \imagick::ORIENTATION_LEFTBOTTOM: // 8
+                $image->rotateImage($background, 270);
+                break;
+            default:
+                return false;
+        }
+        $image->setImageOrientation(\imagick::ORIENTATION_TOPLEFT); // 1
+        return true;
+    }
+
+    protected function imagick_create_scaled_image($file_name, $version, $options) {
+        list($file_path, $new_file_path) =
+            $this->get_scaled_image_file_paths($file_name, $version);
+        $image = $this->imagick_get_image_object(
+            $file_path,
+            !empty($options['crop']) || !empty($options['no_cache'])
+        );
+        if ($image->getImageFormat() === 'GIF') {
+            // Handle animated GIFs:
+            $images = $image->coalesceImages();
+            foreach ($images as $frame) {
+                $image = $frame;
+                $this->imagick_set_image_object($file_name, $image);
+                break;
+            }
+        }
+        $image_oriented = false;
+        if (!empty($options['auto_orient'])) {
+            $image_oriented = $this->imagick_orient_image($image);
+        }
+        $new_width = $max_width = $img_width = $image->getImageWidth();
+        $new_height = $max_height = $img_height = $image->getImageHeight();
+        if (!empty($options['max_width'])) {
+            $new_width = $max_width = $options['max_width'];
+        }
+        if (!empty($options['max_height'])) {
+            $new_height = $max_height = $options['max_height'];
+        }
+        if (!($image_oriented || $max_width < $img_width || $max_height < $img_height)) {
+            if ($file_path !== $new_file_path) {
+                return copy($file_path, $new_file_path);
+            }
+            return true;
+        }
+        $crop = !empty($options['crop']);
+        if ($crop) {
+            $x = 0;
+            $y = 0;
+            if (($img_width / $img_height) >= ($max_width / $max_height)) {
+                $new_width = 0; // Enables proportional scaling based on max_height
+                $x = ($img_width / ($img_height / $max_height) - $max_width) / 2;
+            } else {
+                $new_height = 0; // Enables proportional scaling based on max_width
+                $y = ($img_height / ($img_width / $max_width) - $max_height) / 2;
+            }
+        }
+        $success = $image->resizeImage(
+            $new_width,
+            $new_height,
+            isset($options['filter']) ? $options['filter'] : \imagick::FILTER_LANCZOS,
+            isset($options['blur']) ? $options['blur'] : 1,
+            $new_width && $new_height // fit image into constraints if not to be cropped
+        );
+        if ($success && $crop) {
+            $success = $image->cropImage(
+                $max_width,
+                $max_height,
+                $x,
+                $y
+            );
+            if ($success) {
+                $success = $image->setImagePage($max_width, $max_height, 0, 0);
+            }
+        }
+        $type = strtolower(substr(strrchr($file_name, '.'), 1));
+        switch ($type) {
+            case 'jpg':
+            case 'jpeg':
+                if (!empty($options['jpeg_quality'])) {
+                    $image->setImageCompression(\imagick::COMPRESSION_JPEG);
+                    $image->setImageCompressionQuality($options['jpeg_quality']);
+                }
+                break;
+        }
+        if (!empty($options['strip'])) {
+            $image->stripImage();
+        }
+        return $success && $image->writeImage($new_file_path);
+    }
+
+    protected function imagemagick_create_scaled_image($file_name, $version, $options) {
+        list($file_path, $new_file_path) =
+            $this->get_scaled_image_file_paths($file_name, $version);
+        $resize = @$options['max_width']
+            .(empty($options['max_height']) ? '' : 'X'.$options['max_height']);
+        if (!$resize && empty($options['auto_orient'])) {
+            if ($file_path !== $new_file_path) {
+                return copy($file_path, $new_file_path);
+            }
+            return true;
+        }
+        $cmd = $this->options['convert_bin'];
+        if (!empty($this->options['convert_params'])) {
+            $cmd .= ' '.$this->options['convert_params'];
+        }
+        $cmd .= ' '.escapeshellarg($file_path);
+        if (!empty($options['auto_orient'])) {
+            $cmd .= ' -auto-orient';
+        }
+        if ($resize) {
+            // Handle animated GIFs:
+            $cmd .= ' -coalesce';
+            if (empty($options['crop'])) {
+                $cmd .= ' -resize '.escapeshellarg($resize.'>');
+            } else {
+                $cmd .= ' -resize '.escapeshellarg($resize.'^');
+                $cmd .= ' -gravity center';
+                $cmd .= ' -crop '.escapeshellarg($resize.'+0+0');
+            }
+            // Make sure the page dimensions are correct (fixes offsets of animated GIFs):
+            $cmd .= ' +repage';
+        }
+        if (!empty($options['convert_params'])) {
+            $cmd .= ' '.$options['convert_params'];
+        }
+        $cmd .= ' '.escapeshellarg($new_file_path);
+        exec($cmd, $output, $error);
+        if ($error) {
+            error_log(implode('\n', $output));
+            return false;
+        }
+        return true;
+    }
+
+    protected function get_image_size($file_path) {
+        if ($this->options['image_library']) {
+            if (extension_loaded('imagick')) {
+                $image = new \Imagick();
+                try {
+                    if (@$image->pingImage($file_path)) {
+                        $dimensions = array($image->getImageWidth(), $image->getImageHeight());
+                        $image->destroy();
+                        return $dimensions;
+                    }
+                    return false;
+                } catch (\Exception $e) {
+                    error_log($e->getMessage());
+                }
+            }
+            if ($this->options['image_library'] === 2) {
+                $cmd = $this->options['identify_bin'];
+                $cmd .= ' -ping '.escapeshellarg($file_path);
+                exec($cmd, $output, $error);
+                if (!$error && !empty($output)) {
+                    // image.jpg JPEG 1920x1080 1920x1080+0+0 8-bit sRGB 465KB 0.000u 0:00.000
+                    $infos = preg_split('/\s+/', substr($output[0], strlen($file_path)));
+                    $dimensions = preg_split('/x/', $infos[2]);
+                    return $dimensions;
+                }
+                return false;
+            }
+        }
+        if (!function_exists('getimagesize')) {
+            error_log('Function not found: getimagesize');
+            return false;
+        }
+        return @getimagesize($file_path);
+    }
+
+    protected function create_scaled_image($file_name, $version, $options) {
+        if ($this->options['image_library'] === 2) {
+            return $this->imagemagick_create_scaled_image($file_name, $version, $options);
+        }
+        if ($this->options['image_library'] && extension_loaded('imagick')) {
+            return $this->imagick_create_scaled_image($file_name, $version, $options);
+        }
+        return $this->gd_create_scaled_image($file_name, $version, $options);
+    }
+
+    protected function destroy_image_object($file_path) {
+        if ($this->options['image_library'] && extension_loaded('imagick')) {
+            return $this->imagick_destroy_image_object($file_path);
+        }
+    }
+
+    protected function is_valid_image_file($file_path) {
+        if (!preg_match($this->options['image_file_types'], $file_path)) {
+            return false;
+        }
+        if (function_exists('exif_imagetype')) {
+            return @exif_imagetype($file_path);
+        }
+        $image_info = $this->get_image_size($file_path);
+        return $image_info && $image_info[0] && $image_info[1];
+    }
+
+    protected function handle_image_file($file_path, $file) {
+        $failed_versions = array();
+        foreach($this->options['image_versions'] as $version => $options) {
+            if ($this->create_scaled_image($file->name, $version, $options)) {
+                if (!empty($version)) {
+                    $file->{$version.'Url'} = $this->get_download_url(
+                        $file->name,
+                        $version
+                    );
+                } else {
+                    $file->size = $this->get_file_size($file_path, true);
+                }
+            } else {
+                $failed_versions[] = $version ? $version : 'original';
+            }
+        }
+        if (count($failed_versions)) {
+            $file->error = $this->get_error_message('image_resize')
+                    .' ('.implode($failed_versions,', ').')';
+        }
+        // Free memory:
+        $this->destroy_image_object($file_path);
+    }
+
+    protected function handle_file_upload($uploaded_file, $name, $size, $type, $error,
+            $index = null, $content_range = null) {
+        $file = new \stdClass();
+        $file->name = $this->get_file_name($uploaded_file, $name, $size, $type, $error,
+            $index, $content_range);
+        $file->size = $this->fix_integer_overflow((int)$size);
+        $file->type = $type;
+        if ($this->validate($uploaded_file, $file, $error, $index)) {
+            $this->handle_form_data($file, $index);
+            $upload_dir = $this->get_upload_path();
+            if (!is_dir($upload_dir)) {
+                mkdir($upload_dir, $this->options['mkdir_mode'], true);
+            }
+            $file_path = $this->get_upload_path($file->name);
+            $append_file = $content_range && is_file($file_path) &&
+                $file->size > $this->get_file_size($file_path);
+            if ($uploaded_file && is_uploaded_file($uploaded_file)) {
+                // multipart/formdata uploads (POST method uploads)
+                if ($append_file) {
+                    file_put_contents(
+                        $file_path,
+                        fopen($uploaded_file, 'r'),
+                        FILE_APPEND
+                    );
+                } else {
+                    move_uploaded_file($uploaded_file, $file_path);
+                }
+            } else {
+                // Non-multipart uploads (PUT method support)
+                file_put_contents(
+                    $file_path,
+                    fopen('php://input', 'r'),
+                    $append_file ? FILE_APPEND : 0
+                );
+            }
+            $file_size = $this->get_file_size($file_path, $append_file);
+            if ($file_size === $file->size) {
+                $file->url = $this->get_download_url($file->name);
+                if ($this->is_valid_image_file($file_path)) {
+                    $this->handle_image_file($file_path, $file);
+                }
+            } else {
+                $file->size = $file_size;
+                if (!$content_range && $this->options['discard_aborted_uploads']) {
+                    unlink($file_path);
+                    $file->error = $this->get_error_message('abort');
+                }
+            }
+            $this->set_additional_file_properties($file);
+        }
+        return $file;
+    }
+
+    protected function readfile($file_path) {
+        $file_size = $this->get_file_size($file_path);
+        $chunk_size = $this->options['readfile_chunk_size'];
+        if ($chunk_size && $file_size > $chunk_size) {
+            $handle = fopen($file_path, 'rb');
+            while (!feof($handle)) {
+                echo fread($handle, $chunk_size);
+                @ob_flush();
+                @flush();
+            }
+            fclose($handle);
+            return $file_size;
+        }
+        return readfile($file_path);
+    }
+
+    protected function body($str) {
+        echo $str;
+    }
+
+    protected function header($str) {
+        header($str);
+    }
+
+    protected function get_upload_data($id) {
+        return @$_FILES[$id];
+    }
+
+    protected function get_post_param($id) {
+        return @$_POST[$id];
+    }
+
+    protected function get_query_param($id) {
+        return @$_GET[$id];
+    }
+
+    protected function get_server_var($id) {
+        return @$_SERVER[$id];
+    }
+
+    protected function handle_form_data($file, $index) {
+        // Handle form data, e.g. $_POST['description'][$index]
+    }
+
+    protected function get_version_param() {
+        return basename(stripslashes($this->get_query_param('version')));
+    }
+
+    protected function get_singular_param_name() {
+        return substr($this->options['param_name'], 0, -1);
+    }
+
+    protected function get_file_name_param() {
+        $name = $this->get_singular_param_name();
+        return basename(stripslashes($this->get_query_param($name)));
+    }
+
+    protected function get_file_names_params() {
+        $params = $this->get_query_param($this->options['param_name']);
+        if (!$params) {
+            return null;
+        }
+        foreach ($params as $key => $value) {
+            $params[$key] = basename(stripslashes($value));
+        }
+        return $params;
+    }
+
+    protected function get_file_type($file_path) {
+        switch (strtolower(pathinfo($file_path, PATHINFO_EXTENSION))) {
+            case 'jpeg':
+            case 'jpg':
+                return 'image/jpeg';
+            case 'png':
+                return 'image/png';
+            case 'gif':
+                return 'image/gif';
+            default:
+                return '';
+        }
+    }
+
+    protected function download() {
+        switch ($this->options['download_via_php']) {
+            case 1:
+                $redirect_header = null;
+                break;
+            case 2:
+                $redirect_header = 'X-Sendfile';
+                break;
+            case 3:
+                $redirect_header = 'X-Accel-Redirect';
+                break;
+            default:
+                return $this->header('HTTP/1.1 403 Forbidden');
+        }
+        $file_name = $this->get_file_name_param();
+        if (!$this->is_valid_file_object($file_name)) {
+            return $this->header('HTTP/1.1 404 Not Found');
+        }
+        if ($redirect_header) {
+            return $this->header(
+                $redirect_header.': '.$this->get_download_url(
+                    $file_name,
+                    $this->get_version_param(),
+                    true
+                )
+            );
+        }
+        $file_path = $this->get_upload_path($file_name, $this->get_version_param());
+        // Prevent browsers from MIME-sniffing the content-type:
+        $this->header('X-Content-Type-Options: nosniff');
+        if (!preg_match($this->options['inline_file_types'], $file_name)) {
+            $this->header('Content-Type: application/octet-stream');
+            $this->header('Content-Disposition: attachment; filename="'.$file_name.'"');
+        } else {
+            $this->header('Content-Type: '.$this->get_file_type($file_path));
+            $this->header('Content-Disposition: inline; filename="'.$file_name.'"');
+        }
+        $this->header('Content-Length: '.$this->get_file_size($file_path));
+        $this->header('Last-Modified: '.gmdate('D, d M Y H:i:s T', filemtime($file_path)));
+        $this->readfile($file_path);
+    }
+
+    protected function send_content_type_header() {
+        $this->header('Vary: Accept');
+        if (strpos($this->get_server_var('HTTP_ACCEPT'), 'application/json') !== false) {
+            $this->header('Content-type: application/json');
+        } else {
+            $this->header('Content-type: text/plain');
+        }
+    }
+
+    protected function send_access_control_headers() {
+        $this->header('Access-Control-Allow-Origin: '.$this->options['access_control_allow_origin']);
+        $this->header('Access-Control-Allow-Credentials: '
+            .($this->options['access_control_allow_credentials'] ? 'true' : 'false'));
+        $this->header('Access-Control-Allow-Methods: '
+            .implode(', ', $this->options['access_control_allow_methods']));
+        $this->header('Access-Control-Allow-Headers: '
+            .implode(', ', $this->options['access_control_allow_headers']));
+    }
+
+    public function generate_response($content, $print_response = true) {
+        $this->response = $content;
+        if ($print_response) {
+            $json = json_encode($content);
+            $redirect = stripslashes($this->get_post_param('redirect'));
+            if ($redirect && preg_match($this->options['redirect_allow_target'], $redirect)) {
+                $this->header('Location: '.sprintf($redirect, rawurlencode($json)));
+                return;
+            }
+            $this->head();
+            if ($this->get_server_var('HTTP_CONTENT_RANGE')) {
+                $files = isset($content[$this->options['param_name']]) ?
+                    $content[$this->options['param_name']] : null;
+                if ($files && is_array($files) && is_object($files[0]) && $files[0]->size) {
+                    $this->header('Range: 0-'.(
+                        $this->fix_integer_overflow((int)$files[0]->size) - 1
+                    ));
+                }
+            }
+            $this->body($json);
+        }
+        return $content;
+    }
+
+    public function get_response () {
+        return $this->response;
+    }
+
+    public function head() {
+        $this->header('Pragma: no-cache');
+        $this->header('Cache-Control: no-store, no-cache, must-revalidate');
+        $this->header('Content-Disposition: inline; filename="files.json"');
+        // Prevent Internet Explorer from MIME-sniffing the content-type:
+        $this->header('X-Content-Type-Options: nosniff');
+        if ($this->options['access_control_allow_origin']) {
+            $this->send_access_control_headers();
+        }
+        $this->send_content_type_header();
+    }
+
+    public function get($print_response = true) {
+        if ($print_response && $this->get_query_param('download')) {
+            return $this->download();
+        }
+        $file_name = $this->get_file_name_param();
+        if ($file_name) {
+            $response = array(
+                $this->get_singular_param_name() => $this->get_file_object($file_name)
+            );
+        } else {
+            $response = array(
+                $this->options['param_name'] => $this->get_file_objects()
+            );
+        }
+        return $this->generate_response($response, $print_response);
+    }
+
+    public function post($print_response = true) {
+        if ($this->get_query_param('_method') === 'DELETE') {
+            return $this->delete($print_response);
+        }
+        $upload = $this->get_upload_data($this->options['param_name']);
+        // Parse the Content-Disposition header, if available:
+        $content_disposition_header = $this->get_server_var('HTTP_CONTENT_DISPOSITION');
+        $file_name = $content_disposition_header ?
+            rawurldecode(preg_replace(
+                '/(^[^"]+")|("$)/',
+                '',
+                $content_disposition_header
+            )) : null;
+        // Parse the Content-Range header, which has the following form:
+        // Content-Range: bytes 0-524287/2000000
+        $content_range_header = $this->get_server_var('HTTP_CONTENT_RANGE');
+        $content_range = $content_range_header ?
+            preg_split('/[^0-9]+/', $content_range_header) : null;
+        $size =  $content_range ? $content_range[3] : null;
+        $files = array();
+        if ($upload) {
+            if (is_array($upload['tmp_name'])) {
+                // param_name is an array identifier like "files[]",
+                // $upload is a multi-dimensional array:
+                foreach ($upload['tmp_name'] as $index => $value) {
+                    $files[] = $this->handle_file_upload(
+                        $upload['tmp_name'][$index],
+                        $file_name ? $file_name : $upload['name'][$index],
+                        $size ? $size : $upload['size'][$index],
+                        $upload['type'][$index],
+                        $upload['error'][$index],
+                        $index,
+                        $content_range
+                    );
+                }
+            } else {
+                // param_name is a single object identifier like "file",
+                // $upload is a one-dimensional array:
+                $files[] = $this->handle_file_upload(
+                    isset($upload['tmp_name']) ? $upload['tmp_name'] : null,
+                    $file_name ? $file_name : (isset($upload['name']) ?
+                            $upload['name'] : null),
+                    $size ? $size : (isset($upload['size']) ?
+                            $upload['size'] : $this->get_server_var('CONTENT_LENGTH')),
+                    isset($upload['type']) ?
+                            $upload['type'] : $this->get_server_var('CONTENT_TYPE'),
+                    isset($upload['error']) ? $upload['error'] : null,
+                    null,
+                    $content_range
+                );
+            }
+        }
+        $response = array($this->options['param_name'] => $files);
+        return $this->generate_response($response, $print_response);
+    }
+
+    public function delete($print_response = true) {
+        $file_names = $this->get_file_names_params();
+        if (empty($file_names)) {
+            $file_names = array($this->get_file_name_param());
+        }
+        $response = array();
+        foreach($file_names as $file_name) {
+            $file_path = $this->get_upload_path($file_name);
+            $success = is_file($file_path) && $file_name[0] !== '.' && unlink($file_path);
+            if ($success) {
+                foreach($this->options['image_versions'] as $version => $options) {
+                    if (!empty($version)) {
+                        $file = $this->get_upload_path($file_name, $version);
+                        if (is_file($file)) {
+                            unlink($file);
+                        }
+                    }
+                }
+            }
+            $response[$file_name] = $success;
+        }
+        return $this->generate_response($response, $print_response);
+    }
+
+}

+ 10 - 0
web/application/libraries/index.html

@@ -0,0 +1,10 @@
+<html>
+<head>
+	<title>403 Forbidden</title>
+</head>
+<body>
+
+<p>Directory access is forbidden.</p>
+
+</body>
+</html>

+ 10 - 0
web/application/logs/index.html

@@ -0,0 +1,10 @@
+<html>
+<head>
+	<title>403 Forbidden</title>
+</head>
+<body>
+
+<p>Directory access is forbidden.</p>
+
+</body>
+</html>

+ 88 - 0
web/application/models/admin_model.php

@@ -0,0 +1,88 @@
+<?php
+
+class Admin_model extends MY_Model
+{
+	/**
+	 * 操作表名
+	 * @access private
+	 * @author leefouce
+	 */
+	private $table_name = 'admin';
+
+	public function __construct() {
+		parent::__construct();
+	}
+
+	public function insert($parm) {
+		$this->db->insert($this->table_name, $parm);
+        return $this->db->insert_id();
+	}
+
+	public function update($id, $parm) {
+        $this->db->where('id', $id);
+        $this->db->update($this->table_name, $parm);
+        return $this->db->affected_rows();
+    }
+
+    /**
+     * 删除功能,set adStatus = 1
+     */
+    public function delete($id) {
+		$this->db->where('id', $id);
+		$parm['adStatus'] = 1;
+        $this->db->update($this->table_name, $parm);
+        return $this->db->affected_rows();
+	}
+
+	public function getDetailById($id){
+		$this->db->select('*');
+        $this->db->from($this->table_name);
+        $this->db->where('id', $id);
+        $this->db->where('adStatus', '0');
+        $query = $this->db->get();
+        return $query->num_rows() > 0 ? $query->result_array() : false;
+	}
+	public function getDetailByLogin($adLogin){
+		$this->db->select('*');
+        $this->db->from($this->table_name);
+        $this->db->where('adLogin', $adLogin);
+        $this->db->where('adStatus', '0');
+        $query = $this->db->get();
+        return $query->num_rows() > 0 ? $query->result_array() : false;
+	}
+	public function login($adLogin,$adPass){
+		$this->db->select('*');
+        $this->db->from($this->table_name);
+        $this->db->where('adLogin', $adLogin);
+        $this->db->where('adPass', $adPass);
+        $this->db->where('adStatus', '0');
+        $query = $this->db->get();
+        return $query->num_rows() > 0 ? $query->result_array() : false;
+	}
+	public function isExistByAdLogin($adLogin){
+        $this->db->from($this->table_name);
+        $this->db->where('adLogin', $adLogin);
+        $query = $this->db->get();
+        return $query->num_rows() > 0 ? true : false;
+    }
+
+	public function getCount(){
+		$this->db->select('count(id) as count');
+		$this->db->where('adStatus', '0');
+		$query = $this->db->get($this->table_name);
+        $ret = $query->row_array();
+        return $ret['count'];
+	}
+
+	public function getAll($offset,$rows){
+		$this->db->where('adStatus','0');
+		$this->db->limit($rows, $offset);
+        $query = $this->db->get($this->table_name);
+        return $query->num_rows() > 0 ? $query->result_array() : false;
+
+	}
+
+	
+	
+
+}

+ 51 - 0
web/application/models/cloud_model.php

@@ -0,0 +1,51 @@
+<?php
+class Cloud_model extends MY_Model
+{
+    
+    private $table_name = 'cloud';
+
+    private $orderby = 'ord';
+
+    
+    public function insert($parm)
+    {
+        $this->db->insert($this->table_name, $parm);
+        return $this->db->insert_id();
+    }
+
+    public function delete($id) {
+        $this->db->where('id', $id);
+        $this->db->delete($this->table_name);  
+        return $this->db->affected_rows();
+    }
+    
+    public function update($id, $parm) {
+        $this->db->where('id', $id);
+        $this->db->update($this->table_name, $parm);
+        return $this->db->affected_rows();
+    }
+
+    public function get($id)
+    {
+        $this->db->select('*');
+        $this->db->from($this->table_name);
+        $this->db->where('id', $id);
+        $query = $this->db->get();
+        return $query->num_rows() > 0 ? $query->row_array() : false;
+    }
+    
+    public function all()
+    {
+        $this->db->order_by($this->orderby, 'asc');
+        $query = $this->db->get($this->table_name);
+        return $query->num_rows() > 0 ? $query->result_array() : false;
+    }
+
+    public function max_ord()
+    {
+        $this->db->select('max(ord) as max_ord');
+        $query = $this->db->get($this->table_name);
+        $ret = $query->row_array();
+        return $ret['max_ord'];
+    }
+}

+ 53 - 0
web/application/models/example_model.php

@@ -0,0 +1,53 @@
+<?php
+class Example_model extends MY_Model
+{
+    
+    private $table_name = 'example';
+
+    private $orderby = 'ord';
+
+    
+    public function insert($parm)
+    {
+        $this->db->insert($this->table_name, $parm);
+        return $this->db->insert_id();
+    }
+
+    public function delete($id) {
+        $this->db->where('id', $id);
+        $this->db->delete($this->table_name);  
+        return $this->db->affected_rows();
+    }
+    
+    public function update($id, $parm) {
+        $this->db->where('id', $id);
+        $this->db->update($this->table_name, $parm);
+        return $this->db->affected_rows();
+    }
+
+    public function get($id)
+    {
+        $this->db->select('*');
+        $this->db->from($this->table_name);
+        $this->db->where('id', $id);
+        $query = $this->db->get();
+        return $query->num_rows() > 0 ? $query->row_array() : false;
+    }
+    
+    public function all($type)
+    {
+        $this->db->where('type', $type);
+        $this->db->order_by($this->orderby, 'asc');
+        $query = $this->db->get($this->table_name);
+        return $query->num_rows() > 0 ? $query->result_array() : false;
+    }
+
+    public function max_ord($type)
+    {
+        $this->db->where('type', $type);
+        $this->db->select('max(ord) as max_ord');
+        $query = $this->db->get($this->table_name);
+        $ret = $query->row_array();
+        return $ret['max_ord'];
+    }
+}

+ 51 - 0
web/application/models/homepage_model.php

@@ -0,0 +1,51 @@
+<?php
+class Homepage_model extends MY_Model
+{
+    
+    private $table_name = 'homepage';
+
+    private $orderby = 'ord';
+
+    
+    public function insert($parm)
+    {
+        $this->db->insert($this->table_name, $parm);
+        return $this->db->insert_id();
+    }
+
+    public function delete($id) {
+        $this->db->where('id', $id);
+        $this->db->delete($this->table_name);  
+        return $this->db->affected_rows();
+    }
+    
+    public function update($id, $parm) {
+        $this->db->where('id', $id);
+        $this->db->update($this->table_name, $parm);
+        return $this->db->affected_rows();
+    }
+
+    public function get($id)
+    {
+        $this->db->select('*');
+        $this->db->from($this->table_name);
+        $this->db->where('id', $id);
+        $query = $this->db->get();
+        return $query->num_rows() > 0 ? $query->row_array() : false;
+    }
+    
+    public function all()
+    {
+        $this->db->order_by($this->orderby, 'asc');
+        $query = $this->db->get($this->table_name);
+        return $query->num_rows() > 0 ? $query->result_array() : false;
+    }
+
+    public function max_ord()
+    {
+        $this->db->select('max(ord) as max_ord');
+        $query = $this->db->get($this->table_name);
+        $ret = $query->row_array();
+        return $ret['max_ord'];
+    }
+}

+ 10 - 0
web/application/models/index.html

@@ -0,0 +1,10 @@
+<html>
+<head>
+	<title>403 Forbidden</title>
+</head>
+<body>
+
+<p>Directory access is forbidden.</p>
+
+</body>
+</html>

+ 51 - 0
web/application/models/join_model.php

@@ -0,0 +1,51 @@
+<?php
+class Join_model extends MY_Model
+{
+    
+    private $table_name = 'join';
+
+    private $orderby = 'ord';
+
+    
+    public function insert($parm)
+    {
+        $this->db->insert($this->table_name, $parm);
+        return $this->db->insert_id();
+    }
+
+    public function delete($id) {
+        $this->db->where('id', $id);
+        $this->db->delete($this->table_name);  
+        return $this->db->affected_rows();
+    }
+    
+    public function update($id, $parm) {
+        $this->db->where('id', $id);
+        $this->db->update($this->table_name, $parm);
+        return $this->db->affected_rows();
+    }
+
+    public function get($id)
+    {
+        $this->db->select('*');
+        $this->db->from($this->table_name);
+        $this->db->where('id', $id);
+        $query = $this->db->get();
+        return $query->num_rows() > 0 ? $query->row_array() : false;
+    }
+    
+    public function all()
+    {
+        $this->db->order_by($this->orderby, 'asc');
+        $query = $this->db->get($this->table_name);
+        return $query->num_rows() > 0 ? $query->result_array() : false;
+    }
+
+    public function max_ord()
+    {
+        $this->db->select('max(ord) as max_ord');
+        $query = $this->db->get($this->table_name);
+        $ret = $query->row_array();
+        return $ret['max_ord'];
+    }
+}

+ 78 - 0
web/application/models/news_model.php

@@ -0,0 +1,78 @@
+<?php
+class News_model extends MY_Model
+{
+    
+    private $table_name = 'articles';
+
+    private $orderby = 'publishtime';
+
+    
+    public function insert($parm)
+    {
+        $this->db->insert($this->table_name, $parm);
+        return $this->db->insert_id();
+    }
+
+    public function delete($id) {
+        $this->db->where('id', $id);
+        $this->db->delete($this->table_name);  
+        return $this->db->affected_rows();
+    }
+    
+    public function update($id, $parm) {
+        $this->db->where('id', $id);
+        $this->db->update($this->table_name, $parm);
+        return $this->db->affected_rows();
+    }
+
+    public function get($id)
+    {
+        $this->db->select('*');
+        $this->db->from($this->table_name);
+        $this->db->where('id', $id);
+        $query = $this->db->get();
+        return $query->num_rows() > 0 ? $query->row_array() : false;
+    }
+    
+    public function all($type)
+    {
+        $this->db->where('type', $type);
+        $this->db->order_by($this->orderby, 'desc');
+        $query = $this->db->get($this->table_name);
+        return $query->num_rows() > 0 ? $query->result_array() : false;
+    }
+
+    public function max_ord($type)
+    {
+        $this->db->where('type', $type);
+        $this->db->select('max(ord) as max_ord');
+        $query = $this->db->get($this->table_name);
+        $ret = $query->row_array();
+        return $ret['max_ord'];
+    }
+
+    public function get_last($type,$offset=0, $rows=5)
+    {
+        $this->db->where('type', $type);
+        $this->db->order_by('publishtime', 'desc');
+        $this->db->limit($rows, $offset);
+        $query = $this->db->get($this->table_name);
+        return $query->num_rows() > 0 ? $query->result_array() : false;
+    }
+
+    public function count()
+    {
+        $this->db->select('count(*) as count');
+        $query = $this->db->get($this->table_name);
+        $ret = $query->row_array();
+
+        return $ret['count'];
+    }
+
+    public function all_order_time()
+    {
+        $this->db->order_by('publishtime', 'desc');
+        $query = $this->db->get($this->table_name);
+        return $query->num_rows() > 0 ? $query->result_array() : false;
+    }
+}

+ 78 - 0
web/application/models/product_model.php

@@ -0,0 +1,78 @@
+<?php
+class Product_model extends MY_Model
+{
+    
+    private $table_name = 'product';
+
+    private $orderby = 'addtime';
+
+    
+    public function insert($parm)
+    {
+        $this->db->insert($this->table_name, $parm);
+        return $this->db->insert_id();
+    }
+
+    public function delete($id) {
+        $this->db->where('id', $id);
+        $this->db->delete($this->table_name);  
+        return $this->db->affected_rows();
+    }
+    
+    public function update($id, $parm) {
+        $this->db->where('id', $id);
+        $this->db->update($this->table_name, $parm);
+        return $this->db->affected_rows();
+    }
+
+    public function get($id)
+    {
+        $this->db->select('*');
+        $this->db->from($this->table_name);
+        $this->db->where('id', $id);
+        $query = $this->db->get();
+        return $query->num_rows() > 0 ? $query->row_array() : false;
+    }
+    
+    public function all()
+    {
+        $this->db->order_by($this->orderby, 'desc');
+        $query = $this->db->get($this->table_name);
+        return $query->num_rows() > 0 ? $query->result_array() : false;
+    }
+
+    public function max_ord()
+    {
+        $this->db->select('max(ord) as max_ord');
+        $query = $this->db->get($this->table_name);
+        $ret = $query->row_array();
+        return $ret['max_ord'];
+    }
+
+
+    public function count()
+    {
+        $this->db->select('count(*) as count');
+        $query = $this->db->get($this->table_name);
+        $ret = $query->row_array();
+
+        return $ret['count'];
+    }
+
+    public function get_list_by_type($type=0)
+    {
+        $this->db->where('type', $type);
+        $this->db->order_by('addtime', 'desc');
+        $query = $this->db->get($this->table_name);
+        return $query->num_rows() > 0 ? $query->result_array() : false;
+    }
+
+
+
+    public function all_order_time()
+    {
+        $this->db->order_by('addtime', 'desc');
+        $query = $this->db->get($this->table_name);
+        return $query->num_rows() > 0 ? $query->result_array() : false;
+    }
+}

+ 78 - 0
web/application/models/type_model.php

@@ -0,0 +1,78 @@
+<?php
+class Type_model extends MY_Model
+{
+    
+    private $table_name = 'type';
+
+    private $orderby = 'ord';
+
+    
+    public function insert($parm)
+    {
+        $this->db->insert($this->table_name, $parm);
+        return $this->db->insert_id();
+    }
+
+    public function delete($id) {
+        $this->db->where('id', $id);
+        $this->db->delete($this->table_name);  
+        return $this->db->affected_rows();
+    }
+    
+    public function update($id, $parm) {
+        $this->db->where('id', $id);
+        $this->db->update($this->table_name, $parm);
+        return $this->db->affected_rows();
+    }
+
+    public function get($id)
+    {
+        $this->db->select('*');
+        $this->db->from($this->table_name);
+        $this->db->where('id', $id);
+        $query = $this->db->get();
+        return $query->num_rows() > 0 ? $query->row_array() : false;
+    }
+    
+    public function all()
+    {
+        $this->db->order_by($this->orderby, 'asc');
+        $query = $this->db->get($this->table_name);
+        return $query->num_rows() > 0 ? $query->result_array() : false;
+    }
+
+    public function all_index_id()
+    {
+        $res = $this->all();
+        return array_column($res,'name','id');
+    }
+
+    public function max_ord()
+    {
+        $this->db->select('max(ord) as max_ord');
+        $query = $this->db->get($this->table_name);
+        $ret = $query->row_array();
+        return $ret['max_ord'];
+    }
+    
+}
+if (!function_exists('array_column')) {
+    function array_column($array, $columnKey, $indexKey = null)
+    {
+        $result = array();
+        foreach ($array as $subArray) {
+            if (is_null($indexKey) && array_key_exists($columnKey, $subArray)) {
+                $result[] = is_object($subArray)?$subArray->$columnKey: $subArray[$columnKey];
+            } elseif (array_key_exists($indexKey, $subArray)) {
+                if (is_null($columnKey)) {
+                    $index = is_object($subArray)?$subArray->$indexKey: $subArray[$indexKey];
+                    $result[$index] = $subArray;
+                } elseif (array_key_exists($columnKey, $subArray)) {
+                    $index = is_object($subArray)?$subArray->$indexKey: $subArray[$indexKey];
+                    $result[$index] = is_object($subArray)?$subArray->$columnKey: $subArray[$columnKey];
+                }
+            }
+        }
+        return $result;
+    }
+}

+ 38 - 0
web/application/models/web_setting_model.php

@@ -0,0 +1,38 @@
+<?php
+class Web_Setting_model extends MY_Model
+{
+    
+    private $table_name = 'web_setting';
+
+    
+    public function insert($parm)
+    {
+        $this->db->insert($this->table_name, $parm);
+        return $this->db->insert_id();
+    }
+
+    
+    public function update($name, $parm)
+    {
+        $this->db->select('count(*) as count');
+        $this->db->where('name', $name);
+        $query = $this->db->get($this->table_name);
+        $ret = $query->row_array();
+        if ($ret['count']==0) {
+            $this->insert($parm);
+        } elseif ($ret['count']==1) {
+            $this->db->where('name', $name);
+            $this->db->update($this->table_name, $parm);
+            return $this->db->affected_rows(); 
+        }
+        return false; 
+    }
+    public function getValueByName($name)
+    {
+        $this->db->select('value');
+        $this->db->where('name', $name);
+        $query = $this->db->get($this->table_name);
+
+        return $query->num_rows() > 0 ? $query->result_array() : false;
+    }
+}

+ 10 - 0
web/application/third_party/index.html

@@ -0,0 +1,10 @@
+<html>
+<head>
+	<title>403 Forbidden</title>
+</head>
+<body>
+
+<p>Directory access is forbidden.</p>
+
+</body>
+</html>

+ 13 - 0
web/application/views/admin/_css.php

@@ -0,0 +1,13 @@
+<link rel="stylesheet" type="text/css" href="<?php echo ADMIN_STYLE_PATH; ?>/css/cloud-admin.css" >
+<link rel="stylesheet" type="text/css"  href="<?php echo ADMIN_STYLE_PATH; ?>/css/themes/default.css" id="skin-switcher" >
+<link rel="stylesheet" type="text/css"  href="<?php echo ADMIN_STYLE_PATH; ?>/css/responsive.css" >
+<link rel="stylesheet" href="<?php echo ADMIN_STYLE_PATH; ?>/js/jquery-upload/css/jquery.fileupload.css">
+<link rel="stylesheet" href="<?php echo ADMIN_STYLE_PATH; ?>/js/jquery-upload/css/jquery.fileupload-ui.css">
+<link href="<?php echo ADMIN_STYLE_PATH; ?>/font-awesome/css/font-awesome.min.css" rel="stylesheet">
+<!-- FONTS -->
+<link href='<?php echo ADMIN_STYLE_PATH; ?>/css/google_font.css' rel='stylesheet' type='text/css'>
+<!-- DATA TABLES -->
+<link rel="stylesheet" type="text/css" href="<?php echo ADMIN_STYLE_PATH; ?>/js/datatables/media/css/jquery.dataTables.min.css" />
+<link rel="stylesheet" type="text/css" href="<?php echo ADMIN_STYLE_PATH; ?>/js/datatables/media/assets/css/datatables.min.css" />
+<link rel="stylesheet" type="text/css" href="<?php echo ADMIN_STYLE_PATH; ?>/js/datatables/extras/TableTools/media/css/TableTools.min.css" />
+<link rel="stylesheet" type="text/css" href="<?php echo ADMIN_STYLE_PATH; ?>/js/bootstrap-datetimepicker/css/bootstrap-datetimepicker.min.css" />

+ 38 - 0
web/application/views/admin/_header.php

@@ -0,0 +1,38 @@
+<!-- HEADER -->
+<header class="navbar clearfix" id="header">
+	<div class="container">
+			<div class="navbar-brand">
+				<!-- COMPANY LOGO -->
+				<a href="<?php echo MAIN_PATH; ?>" target='_blank'>
+					<img src="<?php echo ADMIN_STYLE_PATH; ?>/img/logo/logo.png" alt="Usky Admin Logo" class="img-responsive" height="30" width="120">
+				</a>
+				<!-- /COMPANY LOGO -->
+				<!-- SIDEBAR COLLAPSE -->
+				<div id="sidebar-collapse" class="sidebar-collapse btn">
+					<i class="fa fa-bars" 
+						data-icon1="fa fa-bars" 
+						data-icon2="fa fa-bars" ></i>
+				</div>
+				<!-- /SIDEBAR COLLAPSE -->
+			</div>
+			<!-- BEGIN TOP NAVIGATION MENU -->					
+			<ul class="nav navbar-nav pull-right">
+				<!-- BEGIN USER LOGIN DROPDOWN -->
+				<li class="dropdown user" id="header-user">
+					<a href="#" class="dropdown-toggle" data-toggle="dropdown">
+						<img alt="" src="<?php echo $_SESSION['adImg']; ?>" />
+						<span class="username"><?php echo $_SESSION['adLogin']; ?></span>
+						<i class="fa fa-angle-down"></i>
+					</a>
+					<ul class="dropdown-menu">
+						<li><a href="<?php echo ADMIN_PATH; ?>/adminUser/edit"><i class="fa fa-user"></i> 编辑个人资料</a></li>
+						<li><a href="<?php echo ADMIN_PATH; ?>/adminUser/modifyPass"><i class="fa fa-cog"></i> 修改个人密码</a></li>
+						<li><a href="<?php echo ADMIN_PATH; ?>/adminLogin/logout"><i class="fa fa-power-off"></i> 退出登录</a></li>
+					</ul>
+				</li>
+				<!-- END USER LOGIN DROPDOWN -->
+			</ul>
+			<!-- END TOP NAVIGATION MENU -->
+	</div>
+</header>
+<!--/HEADER -->

+ 23 - 0
web/application/views/admin/_js.php

@@ -0,0 +1,23 @@
+<!-- JQUERY -->
+<script src="<?php echo ADMIN_STYLE_PATH; ?>/js/jquery/jquery-2.0.3.min.js"></script>
+<!-- JQUERY UI-->
+<script src="<?php echo ADMIN_STYLE_PATH; ?>/js/jquery-ui-1.10.3.custom/js/jquery-ui-1.10.3.custom.min.js"></script>
+<!-- BOOTSTRAP -->
+<script src="<?php echo ADMIN_STYLE_PATH; ?>/bootstrap-dist/js/bootstrap.min.js"></script>
+<script type="text/javascript" src="<?php echo ADMIN_STYLE_PATH; ?>/js/jQuery-Cookie/jquery.cookie.min.js"></script>
+<script src="<?php echo ADMIN_STYLE_PATH; ?>/js/jquery-upload/js/jquery.fileupload.js"></script>
+
+<script type="text/javascript" src="<?php echo ADMIN_STYLE_PATH; ?>/js/jQuery-slimScroll-1.3.0/jquery.slimscroll.min.js"></script>
+<script type="text/javascript" src="<?php echo ADMIN_STYLE_PATH; ?>/js/jQuery-slimScroll-1.3.0/slimScrollHorizontal.min.js"></script>
+
+<!-- DATA TABLES -->
+<script type="text/javascript" src="<?php echo ADMIN_STYLE_PATH; ?>/js/datatables/media/js/jquery.dataTables.min.js"></script>
+<script type="text/javascript" src="<?php echo ADMIN_STYLE_PATH; ?>/js/datatables/media/assets/js/datatables.min.js"></script>
+<script type="text/javascript" src="<?php echo ADMIN_STYLE_PATH; ?>/js/datatables/extras/TableTools/media/js/TableTools.min.js"></script>
+<script type="text/javascript" src="<?php echo ADMIN_STYLE_PATH; ?>/js/datatables/extras/TableTools/media/js/ZeroClipboard.min.js"></script>
+<!-- BOOTBOX -->
+<script type="text/javascript" src="<?php echo ADMIN_STYLE_PATH; ?>/js/bootbox/bootbox.min.js"></script>
+<script type="text/javascript" src="<?php echo ADMIN_STYLE_PATH; ?>/js/bootstrap-datetimepicker/js/bootstrap-datetimepicker.min.js"></script>
+<script type="text/javascript" src="<?php echo ADMIN_STYLE_PATH; ?>/js/bootstrap-datetimepicker/js/bootstrap-datetimepicker.zh-CN.js"></script>
+<!-- CUSTOM SCRIPT -->
+<script src="<?php echo ADMIN_STYLE_PATH; ?>/js/script.js"></script>

+ 78 - 0
web/application/views/admin/_siderbar.php

@@ -0,0 +1,78 @@
+<!-- SIDEBAR -->
+<div id="sidebar" class="sidebar">
+	<div class="sidebar-menu nav-collapse">
+		<div class="divide-20"></div>
+		<!-- SIDEBAR MENU -->
+		<ul>
+			<li class="has-sub">
+				<a href="javascript:;">
+				<i class="fa fa-desktop fa-fw"></i> <span class="menu-text">首页配置</span>
+				<span class="arrow"></span>
+				</a>
+				<ul class="sub">
+					<li><a class="" href="<?php echo ADMIN_PATH; ?>/index/slider"><span class="sub-menu-text">轮播图配置</span></a></li>
+					<li><a class="" href="<?php echo ADMIN_PATH; ?>"><span class="sub-menu-text">合作客户</span></a></li>
+				</ul>				
+			</li>
+			<li>
+				<a href="<?php echo ADMIN_PATH; ?>/cloud">
+				<i class="fa fa-cloud fa-fw"></i> <span class="menu-text">永天云</span>
+				<span class="selected"></span>
+				</a>					
+			</li>
+			<li class="has-sub">
+				<a href="javascript:;">
+				<i class="fa fa-bookmark-o fa-fw"></i> <span class="menu-text">永天案例</span>
+				<span class="arrow"></span>
+				</a>
+				<ul class="sub">
+					<li><a class="" href="<?php echo ADMIN_PATH; ?>/example/?type=1"><span class="sub-menu-text">智慧商圈</span></a></li>
+					<li><a class="" href="<?php echo ADMIN_PATH; ?>/example/?type=2"><span class="sub-menu-text">智慧社区</span></a></li>
+					<li><a class="" href="<?php echo ADMIN_PATH; ?>/example/?type=3"><span class="sub-menu-text">智慧园区</span></a></li>
+					<li><a class="" href="<?php echo ADMIN_PATH; ?>/example/?type=4"><span class="sub-menu-text">智慧办公</span></a></li>
+					<li><a class="" href="<?php echo ADMIN_PATH; ?>/example/?type=6"><span class="sub-menu-text">智慧消防</span></a></li>
+					<li><a class="" href="<?php echo ADMIN_PATH; ?>/example/?type=5"><span class="sub-menu-text">其它</span></a></li>
+				</ul>				
+			</li>
+			<li class="has-sub">
+                <a href="javascript:;">
+                    <i class="fa fa-desktop fa-fw"></i> <span class="menu-text">产品中心</span>
+                    <span class="arrow"></span>
+                </a>
+                <ul class="sub">
+                    <li><a class="" href="<?php echo ADMIN_PATH; ?>/type"><span class="sub-menu-text">产品分类</span></a></li>
+                    <li><a class="" href="<?php echo ADMIN_PATH; ?>/product"><span class="sub-menu-text">编辑产品</span></a></li>
+                </ul>
+            </li>
+			<li class="has-sub">
+				<a href="javascript:;">
+				<i class="fa fa-laptop fa-fw"></i> <span class="menu-text">永天新闻</span>
+				<span class="arrow"></span>
+				</a>	
+				<ul class="sub">
+					<li><a class="" href="<?php echo ADMIN_PATH; ?>/news/?type=1"><span class="sub-menu-text">公司新闻</span></a></li>
+					<li><a class="" href="<?php echo ADMIN_PATH; ?>/news/?type=2"><span class="sub-menu-text">行业动态</span></a></li>
+				</ul>				
+			</li>
+			
+			<li class="has-sub">
+				<a href="javascript:;">
+				<i class="fa fa-hospital-o fa-fw"></i> <span class="menu-text">关于我们</span>
+				<span class="arrow"></span>
+				</a>	
+				<ul class="sub">
+					<li><a class="" href="<?php echo ADMIN_PATH; ?>/about/pdf"><span class="sub-menu-text">公司简介</span></a></li>
+					<li><a class="" href="<?php echo ADMIN_PATH; ?>/about/edit"><span class="sub-menu-text">联系我们</span></a></li>
+				</ul>				
+			</li>
+			<li>
+				<a href="<?php echo ADMIN_PATH; ?>/join">
+				<i class="fa fa-users fa-fw"></i> <span class="menu-text">人力资源</span>
+				<span class="selected"></span>
+				</a>					
+			</li>
+		</ul>
+		<!-- /SIDEBAR MENU -->
+	</div>
+</div>
+<!-- /SIDEBAR -->

+ 77 - 0
web/application/views/admin/aboutEditView.php

@@ -0,0 +1,77 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
+    <meta charset="utf-8">
+    <title>Usky Admin | Dashboard</title>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=no">
+    <meta name="description" content="">
+    <meta name="author" content="">
+    <?php $this->load->view('_css'); ?>
+</head>
+<body>
+<!-- 顶部导航栏 -->
+    <?php $this->load->view('_header'); ?>
+<!-- 顶部导航栏 -->
+    <!-- PAGE -->
+    <section id="page">
+    <!-- 功能栏 -->
+    <?php $this->load->view('_siderbar'); ?>
+    <!-- 功能栏 -->
+                
+    <div id="main-content">
+        <div class="container">
+            <div class="row">
+                <div id="content" class="col-lg-12">
+                    <!-- PAGE HEADER-->
+                    <div class="row">
+                        <div class="col-sm-12">
+                            <div class="page-header">
+                                <div class="clearfix">
+                                    <h3 class="content-title pull-left">编辑联系我们</h3>
+                                </div>
+                            </div>
+                        </div>
+                    </div>
+                    <!-- /PAGE HEADER -->
+                    <!-- NEW ORDERS & STATISTICS -->
+                    <div class="row">
+                        <div class="col-md-4">
+                            <div class="box-body">
+                                <form class="form-horizontal" role="form" action="<?php echo ADMIN_PATH; ?>/about/edit?action=update" method="post">
+                                    <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">内容</label>
+                                        <div class="col-lg-10">
+                                            <script id="ueditor" type="text/plain" name='content'  style="width:1024px;height:600px;">
+                                                <?php echo $item  ?>
+                                            </script>
+                                        </div>
+                                    </div>
+                                    <div class="col-sm-offset-1 col-sm-10">
+                                        <button type="submit" class="btn btn-pink">更新</button>
+                                    </div>
+                                </form>
+                            </div>
+                        </div>
+                    </div>
+                </div><!-- /CONTENT-->
+            </div>
+        </div>
+    </div>
+    </section>
+    <?php $this->load->view('_js'); ?>
+    <script type="text/javascript" charset="utf-8" src="<?php echo ADMIN_STYLE_PATH; ?>/ueditor/ueditor.config.js"></script>
+    <script type="text/javascript" charset="utf-8" src="<?php echo ADMIN_STYLE_PATH; ?>/ueditor/ueditor.all.js"> </script>
+    <!--建议手动加在语言,避免在ie下有时因为加载语言失败导致编辑器加载失败-->
+    <!--这里加载的语言文件会覆盖你在配置项目里添加的语言类型,比如你在配置项目里配置的是英文,这里加载的中文,那最后就是中文-->
+    <script type="text/javascript" charset="utf-8" src="<?php echo ADMIN_STYLE_PATH; ?>/ueditor/lang/zh-cn/zh-cn.js"></script>
+    <script>
+        jQuery(document).ready(function() {     
+            var ue = UE.getEditor('ueditor');
+            App.setPage("indexAdd");  //Set current page
+            App.init(); //Initialise plugins and elements
+        });
+    </script>
+    <!-- /JAVASCRIPTS -->
+</body>
+</html>

+ 76 - 0
web/application/views/admin/aboutPdfView.php

@@ -0,0 +1,76 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
+    <meta charset="utf-8">
+    <title>Usky Admin | Dashboard</title>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=no">
+    <meta name="description" content="">
+    <meta name="author" content="">
+    <?php $this->load->view('_css'); ?>
+</head>
+<body>
+<!-- 顶部导航栏 -->
+    <?php $this->load->view('_header'); ?>
+<!-- 顶部导航栏 -->
+    <!-- PAGE -->
+    <section id="page">
+    <!-- 功能栏 -->
+    <?php $this->load->view('_siderbar'); ?>
+    <!-- 功能栏 -->
+                
+    <div id="main-content">
+        <div class="container">
+            <div class="row">
+                <div id="content" class="col-lg-12">
+                    <!-- PAGE HEADER-->
+                    <div class="row">
+                        <div class="col-sm-12">
+                            <div class="page-header">
+                                <div class="clearfix">
+                                    <h3 class="content-title pull-left">公司简介</h3>
+                                </div>
+                            </div>
+                        </div>
+                    </div>
+                    <!-- /PAGE HEADER -->
+                    <!-- NEW ORDERS & STATISTICS -->
+                    <div class="row">
+                        <div class="col-md-6">
+                            <div class="box-body">
+                                <form class="form-horizontal" role="form" action="<?php echo ADMIN_PATH; ?>/about/pdf?action=update" method="post">
+                                    
+                                    <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">上传公司简介文件</label>
+                                        <div class="col-sm-7">
+                                            <div id="progress1" style="background-color: #00ff00;width:0px;height:2px;"></div>
+                                            <input type="text" class="form-control" id='img' name="content" value="<?php echo $item  ?>" required="required">
+                                        </div>
+                                        <span class="btn btn-success fileinput-button">
+                                            <i class="fa fa-plus"></i>
+                                            <span>上传</span>
+                                            <input type="file" multiple="" name="files" id='fileupload'>
+                                        </span>
+                                    </div>
+                                    <div class="col-sm-offset-1 col-sm-10">
+                                        <button type="submit" class="btn btn-pink">更新</button>
+                                    </div>
+                                </form>
+                            </div>
+                        </div>
+                    </div>
+                </div><!-- /CONTENT-->
+            </div>
+        </div>
+    </div>
+    </section>
+    <?php $this->load->view('_js'); ?>
+    <script>
+        jQuery(document).ready(function() {     
+            App.setPage("pdf");  //Set current page
+            App.init(); //Initialise plugins and elements
+        });
+    </script>
+    <!-- /JAVASCRIPTS -->
+</body>
+</html>

+ 129 - 0
web/application/views/admin/adminLoginView.php

@@ -0,0 +1,129 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
+	<meta charset="utf-8">
+	<title>Usky Admin | Login</title>
+	<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=no">
+	<meta name="description" content="">
+	<meta name="author" content="">
+	<!-- STYLESHEETS --><!--[if lt IE 9]><script src="js/flot/excanvas.min.js"></script><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script><![endif]-->
+	<link rel="stylesheet" type="text/css" href="<?php echo ADMIN_STYLE_PATH; ?>/css/cloud-admin.css" >
+	
+	<link href="<?php echo ADMIN_STYLE_PATH; ?>/font-awesome/css/font-awesome.min.css" rel="stylesheet">
+	<!-- UNIFORM -->
+	<link rel="stylesheet" type="text/css" href="<?php echo ADMIN_STYLE_PATH; ?>/js/uniform/css/uniform.default.min.css" />
+	<!-- ANIMATE -->
+	<link rel="stylesheet" type="text/css" href="<?php echo ADMIN_STYLE_PATH; ?>/css/animatecss/animate.min.css" />
+	<!-- FONTS -->
+	<link href='<?php echo ADMIN_STYLE_PATH; ?>/css/google_font.css' rel='stylesheet' type='text/css'>
+</head>
+<body class="login">	
+	<!-- PAGE -->
+	<section id="page">
+			<!-- HEADER -->
+			<header>
+				<!-- NAV-BAR -->
+				<div class="container">
+					<div class="row">
+						<div class="col-md-4 col-md-offset-4">
+							<div id="logo">
+								<a href="index.html"><img src="<?php echo ADMIN_STYLE_PATH; ?>/img/logo/logo.png" height="40" alt="logo name" /></a>
+							</div>
+						</div>
+					</div>
+				</div>
+				<!--/NAV-BAR -->
+			</header>
+			<!--/HEADER -->
+			<!-- LOGIN -->
+			<section id="login_bg" class="visible">
+				<div class="container">
+					<div class="row">
+						<div class="col-md-4 col-md-offset-4">
+							<div class="login-box">
+								<h2 class="bigintro">Sign In</h2>
+								<div class="divide-40"></div>
+								<form role="form" id='adminLoginForm'>
+								  <div class="form-group">
+									<label for="exampleInputEmail1">用户名</label>
+									<i class="fa fa-user"></i>
+									<input type="text" class="form-control" name="adLogin" id="adLogin" >
+								  </div>
+								  <div class="form-group"> 
+									<label for="exampleInputPassword1">密码</label>
+									<i class="fa fa-lock"></i>
+									<input type="password" class="form-control" 
+									<input type="text" class="form-control" name="adPass" id="adPass" >
+								  </div>
+								  <div>
+									<label class="checkbox"> <input type="checkbox" class="uniform" value="" > 记住我的登录信息</label>
+									<button type="button" class="btn btn-danger" id='adminLoginSub'>登录</button>
+								  </div>
+								</form>
+								
+								<div class="login-helpers">
+									<a href="#" onclick="swapScreen('forgot_bg');return false;">忘记密码?</a>
+								</div>
+							</div>
+						</div>
+					</div>
+				</div>
+			</section>
+			<!--/LOGIN -->
+			<!-- FORGOT PASSWORD -->
+			<section id="forgot_bg">
+				<div class="container">
+					<div class="row">
+						<div class="col-md-4 col-md-offset-4">
+							<div class="login-box">
+								<h2 class="bigintro">忘记密码</h2>
+								<div class="divide-40"></div>
+								<div class="center">
+									<strong>忘记密码,请联系开发人员。</strong>
+								</div>
+								<div class="login-helpers">
+									<a href="#" onclick="swapScreen('login_bg');return false;">Back to Login</a> <br>
+								</div>
+							</div>
+						</div>
+					</div>
+				</div>
+			</section>
+			<!-- FORGOT PASSWORD -->
+	</section>
+	<!--/PAGE -->
+	<!-- JAVASCRIPTS -->
+	<!-- Placed at the end of the document so the pages load faster -->
+	<!-- JQUERY -->
+	<script src="<?php echo ADMIN_STYLE_PATH; ?>/js/jquery/jquery-2.0.3.min.js"></script>
+	<!-- JQUERY UI-->
+	<script src="<?php echo ADMIN_STYLE_PATH; ?>/js/jquery-ui-1.10.3.custom/js/jquery-ui-1.10.3.custom.min.js"></script>
+	<!-- BOOTSTRAP -->
+	<script src="<?php echo ADMIN_STYLE_PATH; ?>/bootstrap-dist/js/bootstrap.min.js"></script>
+	<script type="text/javascript" src="<?php echo ADMIN_STYLE_PATH; ?>/js/jQuery-Cookie/jquery.cookie.min.js"></script>
+	
+	<!-- UNIFORM -->
+	<script type="text/javascript" src="<?php echo ADMIN_STYLE_PATH; ?>/js/uniform/jquery.uniform.min.js"></script>
+	<!-- BACKSTRETCH -->
+	<script type="text/javascript" src="<?php echo ADMIN_STYLE_PATH; ?>/js/backstretch/jquery.backstretch.min.js"></script>
+	<!-- BOOTBOX -->
+	<script type="text/javascript" src="<?php echo ADMIN_STYLE_PATH; ?>/js/bootbox/bootbox.min.js"></script>
+	<!-- CUSTOM SCRIPT -->
+	<script src="<?php echo ADMIN_STYLE_PATH; ?>/js/script.js"></script>
+	
+	<script>
+		jQuery(document).ready(function() {		
+			App.setPage("login_bg");  //Set current page
+			App.init(); //Initialise plugins and elements
+		});
+	</script>
+	<script type="text/javascript">
+		function swapScreen(id) {
+			jQuery('.visible').removeClass('visible animated fadeInUp');
+			jQuery('#'+id).addClass('visible animated fadeInUp');
+		}
+	</script>
+	<!-- /JAVASCRIPTS -->
+</body>
+</html>

+ 124 - 0
web/application/views/admin/adminUserEditView.php

@@ -0,0 +1,124 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
+	<meta charset="utf-8">
+	<title>Usky Admin | Dashboard</title>
+	<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=no">
+	<meta name="description" content="">
+	<meta name="author" content="">
+	<link rel="stylesheet" type="text/css" href="<?php echo ADMIN_STYLE_PATH; ?>/css/cloud-admin.css" >
+	<link rel="stylesheet" type="text/css"  href="<?php echo ADMIN_STYLE_PATH; ?>/css/themes/default.css" id="skin-switcher" >
+	<link rel="stylesheet" type="text/css"  href="<?php echo ADMIN_STYLE_PATH; ?>/css/responsive.css" >
+	<link rel="stylesheet" href="<?php echo ADMIN_STYLE_PATH; ?>/js/blueimp/gallery/blueimp-gallery.min.css">
+	<!-- CSS to style the file input field as button and adjust the Bootstrap progress bars -->
+	<link rel="stylesheet" href="<?php echo ADMIN_STYLE_PATH; ?>/js/jquery-upload/css/jquery.fileupload.css">
+	<link rel="stylesheet" href="<?php echo ADMIN_STYLE_PATH; ?>/js/jquery-upload/css/jquery.fileupload-ui.css">
+	<!-- STYLESHEETS --><!--[if lt IE 9]><script src="js/flot/excanvas.min.js"></script><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script><![endif]-->
+	<link href="<?php echo ADMIN_STYLE_PATH; ?>/font-awesome/css/font-awesome.min.css" rel="stylesheet">
+	<!-- FONTS -->
+	<link href='<?php echo ADMIN_STYLE_PATH; ?>/css/google_font.css' rel='stylesheet' type='text/css'>
+</head>
+<body>
+<!-- 顶部导航栏 -->
+    <?php $this->load->view('_header'); ?>
+<!-- 顶部导航栏 -->
+	<!-- PAGE -->
+	<section id="page">
+	<!-- 功能栏 -->
+    <?php $this->load->view('_siderbar'); ?>
+	<!-- 功能栏 -->
+				
+	<div id="main-content">
+		<div class="container">
+			<div class="row">
+				<div id="content" class="col-lg-12">
+					<!-- PAGE HEADER-->
+					<div class="row">
+						<div class="col-sm-12">
+							<div class="page-header">
+								<div class="clearfix">
+									<h3 class="content-title pull-left">编辑个人资料</h3>
+								</div>
+							</div>
+						</div>
+					</div>
+					<!-- /PAGE HEADER -->
+					<!-- NEW ORDERS & STATISTICS -->
+					<div class="alert alert-block alert-info fade in">
+						<a class="close" data-dismiss="alert" href="#" aria-hidden="true">&times;</a>
+							<p><h4><i class="fa fa-check-square-o"></i> Tips:</h4> 用户头像更新之后,需要重新登录系统才会更改头像.</p>
+					</div>
+					<div class="row">
+						<div class="col-md-6">
+							<div class="box-body">
+								<h3 class="form-title">用户名:<?php echo $_SESSION['adLogin']; ?></h3>
+								<div class="separator"></div>
+								<form class="form-horizontal" role="form" action="<?php echo ADMIN_PATH; ?>/adminUser/edit?action=update" method="post">
+									<div class="form-group">
+										<label for="inputPhone" class="col-sm-2 control-label">昵称</label>
+										<div class="col-sm-7">
+											<input type="text" class="form-control" id="nickname" name="nickname" value="<?php echo $admin['nickname'] ?>">
+										</div>
+									</div>
+									<div class="form-group">
+										<label for="inputEmail3" class="col-sm-2 control-label">Email</label>
+										<div class="col-sm-7">
+											<input type="email" class="form-control" id="adEmail" name="adEmail" value="<?php echo $admin['adEmail'] ?>">
+										</div>
+									</div>
+									<div class="form-group">
+										<label for="inputPhone" class="col-sm-2 control-label">手机号码</label>
+										<div class="col-sm-7">
+											<input type="text" class="form-control" id="adPhone" name="adPhone" value="<?php echo $admin['adPhone'] ?>">
+										</div>
+									</div>
+									<div class="form-group">
+										<label for="inputPhone" class="col-sm-2 control-label">用户头像</label>
+										<div class="col-sm-7">
+											<input type="text" class="form-control" id="img" name="adImg" value="<?php echo $admin['adImg'] ?>">
+										</div>
+										<span class="btn btn-success fileinput-button">
+											<i class="fa fa-plus"></i>
+											<span>上传</span>
+											<input type="file" multiple="" name="files" id='fileupload'>
+										</span>
+									</div>
+									<div class="col-sm-offset-1 col-sm-10">
+										<button type="submit" class="btn btn-pink">更新</button>
+									</div>
+								</form>
+							</div>
+						</div>
+					</div>
+				</div><!-- /CONTENT-->
+		</div>
+		</div>
+	</div>
+	</section>
+	<!--/PAGE -->
+	<!-- JAVASCRIPTS -->
+	<!-- JQUERY -->
+	<script src="<?php echo ADMIN_STYLE_PATH; ?>/js/jquery/jquery-2.0.3.min.js"></script>
+	<!-- JQUERY UI-->
+	<script src="<?php echo ADMIN_STYLE_PATH; ?>/js/jquery-ui-1.10.3.custom/js/jquery-ui-1.10.3.custom.min.js"></script>
+	<!-- BOOTSTRAP -->
+	<script src="<?php echo ADMIN_STYLE_PATH; ?>/bootstrap-dist/js/bootstrap.min.js"></script>
+	<script type="text/javascript" src="<?php echo ADMIN_STYLE_PATH; ?>/js/jQuery-Cookie/jquery.cookie.min.js"></script>
+
+	<script src="<?php echo ADMIN_STYLE_PATH; ?>/js/jquery-upload/js/jquery.fileupload.js"></script>
+
+	<script type="text/javascript" src="<?php echo ADMIN_STYLE_PATH; ?>/js/jQuery-slimScroll-1.3.0/jquery.slimscroll.min.js"></script>
+	<script type="text/javascript" src="<?php echo ADMIN_STYLE_PATH; ?>/js/jQuery-slimScroll-1.3.0/slimScrollHorizontal.min.js"></script>
+	<!-- The basic File Upload plugin -->
+	<!-- CUSTOM SCRIPT -->
+	<script src="<?php echo ADMIN_STYLE_PATH; ?>/js/script.js"></script>
+	<script>
+		jQuery(document).ready(function() {	
+			App.setPage("adminUserEdit");  //Set current page
+			App.init(); //Initialise plugins and elements
+		});
+	</script>
+	<!-- /JAVASCRIPTS -->
+</body>
+</html>

+ 141 - 0
web/application/views/admin/adminUserModifyPassView.php

@@ -0,0 +1,141 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
+	<meta charset="utf-8">
+	<title>Usky Admin | Dashboard</title>
+	<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=no">
+	<meta name="description" content="">
+	<meta name="author" content="">
+	<link rel="stylesheet" type="text/css" href="<?php echo ADMIN_STYLE_PATH; ?>/css/cloud-admin.css" >
+	<link rel="stylesheet" type="text/css"  href="<?php echo ADMIN_STYLE_PATH; ?>/css/themes/default.css" id="skin-switcher" >
+	<link rel="stylesheet" type="text/css"  href="<?php echo ADMIN_STYLE_PATH; ?>/css/responsive.css" >
+	<link rel="stylesheet" href="<?php echo ADMIN_STYLE_PATH; ?>/js/blueimp/gallery/blueimp-gallery.min.css">
+	<!-- CSS to style the file input field as button and adjust the Bootstrap progress bars -->
+	<link rel="stylesheet" href="<?php echo ADMIN_STYLE_PATH; ?>/js/jquery-upload/css/jquery.fileupload.css">
+	<link rel="stylesheet" href="<?php echo ADMIN_STYLE_PATH; ?>/js/jquery-upload/css/jquery.fileupload-ui.css">
+	<!-- STYLESHEETS --><!--[if lt IE 9]><script src="js/flot/excanvas.min.js"></script><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script><![endif]-->
+	<link href="<?php echo ADMIN_STYLE_PATH; ?>/font-awesome/css/font-awesome.min.css" rel="stylesheet">
+	<!-- FONTS -->
+	<link href='<?php echo ADMIN_STYLE_PATH; ?>/css/google_font.css' rel='stylesheet' type='text/css'>
+</head>
+<body>
+<!-- 顶部导航栏 -->
+    <?php $this->load->view('_header'); ?>
+<!-- 顶部导航栏 -->
+	<!-- PAGE -->
+	<section id="page">
+	<!-- 功能栏 -->
+    <?php $this->load->view('_siderbar'); ?>
+	<!-- 功能栏 -->
+				
+	<div id="main-content">
+		<div class="container">
+			<div class="row">
+				<div id="content" class="col-lg-12">
+					<!-- PAGE HEADER-->
+					<div class="row">
+						<div class="col-sm-12">
+							<div class="page-header">
+								<div class="clearfix">
+									<h3 class="content-title pull-left">修改密码(修改密码成功后将会退出系统,请重新登录!)</h3>
+								</div>
+							</div>
+						</div>
+					</div>
+					<!-- /PAGE HEADER -->
+					<div class="alert alert-block alert-danger fade in hidden " id="noSame">
+						<a class="close" data-dismiss="alert" href="#" aria-hidden="true">&times;</a>
+						<h4><i class="fa fa-times"></i> 注意! 密码输入不一致!</h4>
+							<p>请保证 两次输入的新密码相同.</p>
+					</div>
+					<div class="alert alert-block alert-danger fade in hidden" id="noNewPass">
+						<a class="close" data-dismiss="alert" href="#" aria-hidden="true">&times;</a>
+							<p><h4><i class="fa fa-exclamation-circle"></i> 新密码不能为空</h4> 请输入新密码后重试.</p>
+					</div>
+					<div class="alert alert-block alert-danger fade in hidden" id="noOldPass">
+						<a class="close" data-dismiss="alert" href="#" aria-hidden="true">&times;</a>
+							<p><h4><i class="fa fa-exclamation-circle"></i> 旧密码不能为空</h4> 请输入旧密码后重试.</p>
+					</div>
+					<!-- NEW ORDERS & STATISTICS -->
+					<div class="row">
+						<div class="col-md-6">
+							<div class="box-body">
+								<h3 class="form-title">用户名:<?php echo $_SESSION['adLogin']; ?></h3>
+								<div class="separator"></div>
+								<form class="form-horizontal" role="form" action="<?php echo ADMIN_PATH; ?>/adminUser/modifyPass?action=update" method="post" onsubmit="return check()">
+									<div class="form-group">
+										<label for="inputPhone" class="col-sm-2 control-label">旧密码</label>
+										<div class="col-sm-7">
+											<input type="password" class="form-control" id="oldPass" name="oldPass">
+										</div>
+									</div>
+									<div class="form-group">
+										<label for="inputPhone" class="col-sm-2 control-label">新密码</label>
+										<div class="col-sm-7">
+											<input type="password" class="form-control" id="newPass" name="newPass">
+										</div>
+									</div>
+									<div class="form-group">
+										<label for="inputPhone" class="col-sm-2 control-label">重复新密码</label>
+										<div class="col-sm-7">
+											<input type="password" class="form-control" id="newPassCp" name="newPassCp">
+										</div>
+									</div>
+									<div class="col-sm-offset-1 col-sm-10">
+										<button type="submit" class="btn btn-pink">更新</button>
+									</div>
+								</form>
+							</div>
+						</div>
+					</div>
+				</div><!-- /CONTENT-->
+			</div>
+		</div>
+	</div>
+	</section>
+	<!--/PAGE -->
+	<!-- JAVASCRIPTS -->
+	<!-- Placed at the end of the document so the pages load faster -->
+	<!-- JQUERY -->
+	<script src="<?php echo ADMIN_STYLE_PATH; ?>/js/jquery/jquery-2.0.3.min.js"></script>
+	<!-- JQUERY UI-->
+	<script src="<?php echo ADMIN_STYLE_PATH; ?>/js/jquery-ui-1.10.3.custom/js/jquery-ui-1.10.3.custom.min.js"></script>
+	<!-- BOOTSTRAP -->
+	<script src="<?php echo ADMIN_STYLE_PATH; ?>/bootstrap-dist/js/bootstrap.min.js"></script>
+	<script type="text/javascript" src="<?php echo ADMIN_STYLE_PATH; ?>/js/jQuery-Cookie/jquery.cookie.min.js"></script>
+
+	<script type="text/javascript" src="<?php echo ADMIN_STYLE_PATH; ?>/js/jQuery-slimScroll-1.3.0/jquery.slimscroll.min.js"></script>
+	<script type="text/javascript" src="<?php echo ADMIN_STYLE_PATH; ?>/js/jQuery-slimScroll-1.3.0/slimScrollHorizontal.min.js"></script>
+	<!-- The basic File Upload plugin -->
+	<!-- CUSTOM SCRIPT -->
+	<script src="<?php echo ADMIN_STYLE_PATH; ?>/js/script.js"></script>
+	<script>
+		function check() {
+			var oldPass = $('#oldPass').val();
+			var newPass = $('#newPass').val();
+        	var newPassCp =$('#newPassCp').val();
+        	if( oldPass === ""){
+        		$('#noOldPass').removeClass('hidden');
+	            return false;
+	        }
+			if( newPass === ""){
+	            $('#noNewPass').removeClass('hidden');
+	            return false;
+	        }
+	        if(newPassCp != newPass){
+            	$('#noSame').removeClass('hidden');
+            	return false;
+        	}
+        	return true;
+		}
+
+
+		jQuery(document).ready(function() {		
+			App.setPage("adminUserModifyPassView");  //Set current page
+			App.init(); //Initialise plugins and elements
+		});
+	</script>
+	<!-- /JAVASCRIPTS -->
+</body>
+</html>

+ 82 - 0
web/application/views/admin/cloudAddView.php

@@ -0,0 +1,82 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
+    <meta charset="utf-8">
+    <title>Usky Admin | Dashboard</title>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=no">
+    <meta name="description" content="">
+    <meta name="author" content="">
+    <?php $this->load->view('_css'); ?>
+
+</head>
+<body>
+<!-- 顶部导航栏 -->
+    <?php $this->load->view('_header'); ?>
+<!-- 顶部导航栏 -->
+    <!-- PAGE -->
+    <section id="page">
+    <!-- 功能栏 -->
+    <?php $this->load->view('_siderbar'); ?>
+    <!-- 功能栏 -->
+                
+    <div id="main-content">
+        <div class="container">
+            <div class="row">
+                <div id="content" class="col-lg-12">
+                    <!-- PAGE HEADER-->
+                    <div class="row">
+                        <div class="col-sm-12">
+                            <div class="page-header">
+                                <div class="clearfix">
+                                    <h3 class="content-title pull-left">添加产业联盟</h3>
+                                </div>
+                            </div>
+                        </div>
+                    </div>
+                    <!-- /PAGE HEADER -->
+                    <!-- NEW ORDERS & STATISTICS -->
+                    <div class="row">
+                        <div class="col-md-6">
+                            <div class="box-body">
+                                <form class="form-horizontal" role="form" action="<?php echo ADMIN_PATH; ?>/cloud/add?action=insert" method="post">
+                                    <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">产业联盟名称</label>
+                                        <div class="col-sm-7">
+                                            <input type="text" class="form-control" id="name" name="name" required="required">
+                                        </div>
+                                    </div>
+                                    <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">产业联盟LOGO</label>
+                                        <div class="col-sm-7">
+                                            <input type="text" class="form-control" id="img" name="url" value="" required="required">
+                                        </div>
+                                        <span class="btn btn-success fileinput-button">
+                                            <i class="fa fa-plus"></i>
+                                            <span>上传</span>
+                                            <input type="file" multiple="" name="files" id='fileupload'>
+                                        </span>
+                                    </div>
+                                    <div class="col-sm-offset-1 col-sm-10">
+                                        <a href="<?php echo ADMIN_PATH; ?>/cloud"><button type="button" class="btn btn-purple">返回</button></a>
+                                        <button type="submit" class="btn btn-pink">添加</button>
+                                    </div>
+                                </form>
+                            </div>
+                        </div>
+                    </div>
+                </div><!-- /CONTENT-->
+            </div>
+        </div>
+    </div>
+    </section>
+    <?php $this->load->view('_js'); ?>
+    <script>
+        jQuery(document).ready(function() {     
+            App.setPage("indexAdd");  //Set current page
+            App.init(); //Initialise plugins and elements
+        });
+    </script>
+    <!-- /JAVASCRIPTS -->
+</body>
+</html>

+ 83 - 0
web/application/views/admin/cloudEditView.php

@@ -0,0 +1,83 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
+    <meta charset="utf-8">
+    <title>Usky Admin | Dashboard</title>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=no">
+    <meta name="description" content="">
+    <meta name="author" content="">
+    <?php $this->load->view('_css'); ?>
+</head>
+<body>
+<!-- 顶部导航栏 -->
+    <?php $this->load->view('_header'); ?>
+<!-- 顶部导航栏 -->
+    <!-- PAGE -->
+    <section id="page">
+    <!-- 功能栏 -->
+    <?php $this->load->view('_siderbar'); ?>
+    <!-- 功能栏 -->
+                
+    <div id="main-content">
+        <div class="container">
+            <div class="row">
+                <div id="content" class="col-lg-12">
+                    <!-- PAGE HEADER-->
+                    <div class="row">
+                        <div class="col-sm-12">
+                            <div class="page-header">
+                                <div class="clearfix">
+                                    <h3 class="content-title pull-left">编辑产业联盟</h3>
+                                </div>
+                            </div>
+                        </div>
+                    </div>
+                    <!-- /PAGE HEADER -->
+                    <!-- NEW ORDERS & STATISTICS -->
+                    <div class="row">
+                        <div class="col-md-6">
+                            <div class="box-body">
+                                <form class="form-horizontal" role="form" action="<?php echo ADMIN_PATH; ?>/cloud/edit?action=update" method="post">
+                                <input type="hidden" name="id" value="<?php echo $item['id'] ?>">
+                                    <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">产业联盟名称</label>
+                                        <div class="col-sm-7">
+                                            <input type="text" class="form-control" id="name" name="name" required="required" value="<?php echo $item['name']?>">
+                                        </div>
+                                    </div>
+                                    <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">产业联盟LOGO</label>
+                                        <div class="col-sm-7">
+                                            <input type="text" class="form-control" id="img" name="url" required="required" value="<?php echo $item['url']?>">
+                                        </div>
+                                        <span class="btn btn-success fileinput-button">
+                                            <i class="fa fa-plus"></i>
+                                            <span>上传</span>
+                                            <input type="file" multiple="" name="files" id='fileupload'>
+                                        </span>
+                                    </div>
+                                    <div class="col-sm-offset-1 col-sm-10">
+                                        <a href="<?php echo ADMIN_PATH; ?>/cloud"><button type="button" class="btn btn-purple">返回</button></a>
+                                        <button type="submit" class="btn btn-pink">更新</button>
+                                    </div>
+                                </form>
+                            </div>
+                        </div>
+                    </div>
+                </div><!-- /CONTENT-->
+            </div>
+        </div>
+    </div>
+    </section>
+    <?php $this->load->view('_js'); ?>
+   
+    <script>
+        jQuery(document).ready(function() {     
+            App.setPage("indexAdd");  //Set current page
+            App.init(); //Initialise plugins and elements
+        });
+    </script>
+    <!-- /JAVASCRIPTS -->
+</body>
+</html>

+ 155 - 0
web/application/views/admin/cloudView.php

@@ -0,0 +1,155 @@
+
+<!DOCTYPE html>
+<html lang="en">
+<head>
+	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
+	<meta charset="utf-8">
+	<title>Usky Admin | Dashboard</title>
+	<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=no">
+	<meta name="description" content="">
+	<meta name="author" content="">
+    <?php $this->load->view('_css'); ?>
+</head>
+<body>
+<!-- 顶部导航栏 -->
+<?php $this->load->view('_header'); ?>
+<!-- 顶部导航栏 -->
+	<!-- PAGE -->
+<section id="page">
+	<!-- 功能栏 -->
+	<?php $this->load->view('_siderbar'); ?>
+	<!-- 功能栏 -->
+	<div id="main-content">
+		<div class="container">
+			<div class="row">
+				<div id="content" class="col-lg-12">
+					<div class="row">
+						<div id="content" class="col-lg-12">
+							<!-- PAGE HEADER-->
+							<div class="row">
+								<div class="col-sm-12">
+									<div class="page-header">
+										<div class="clearfix">
+											<h3 class="content-title pull-left">永天云配置</h3>
+											<a href="<?php echo ADMIN_PATH; ?>/cloud/add"><button type="button" class="btn btn-purple"  style="padding-top: 6px; margin-top: 22px; margin-left: 40px;">新增</button></a>
+										</div>
+									</div>
+								</div>
+							</div>
+							<!-- /PAGE HEADER -->
+							<!-- DATA TABLES -->
+							<div class="row">
+								<div class="col-md-12">
+									<!-- BOX -->
+									<div class="box border green">
+										<div class="box-title">
+											<h4><i class="fa fa-table"></i>永天智慧楼宇产业联盟</h4>
+										</div>
+										<div class="box-body">
+
+											<table id="logotable" cellpadding="0" cellspacing="0" border="0" class="datatable table table-striped table-bordered table-hover">
+												<thead>
+													<tr>
+														<th>序号</th>
+														<th>名称</th>
+														<th>logo</th>
+														<th>操作</th>
+													</tr>
+												</thead>
+												<tbody>
+												<?php
+											        if(is_array($items)):
+											        foreach ($items as $key => $value):
+											    ?>
+													<tr class="">
+														<td><?php echo $value['ord'] ?></td>
+														<td><?php echo $value['name'] ?></td>
+														<td class='center'><img src="<?php echo $value['url'] ?>"></td>
+														<td class='center'>
+															<a href="<?php echo ADMIN_PATH; ?>/cloud/edit?id=<?php echo $value['id'] ?>">
+	                                                            <button class="btn btn-xs btn-info"><i
+	                                                                    class="fa fa-pencil-square-o"></i> 编 辑
+	                                                            </button>
+	                                                        </a>
+															<a href="<?php echo ADMIN_PATH; ?>/cloud/del?id=<?php echo $value['id'] ?>">
+	                                                            <button class="btn btn-xs btn-danger"><i
+	                                                                    class="fa  fa-minus-circle"></i> 删 除
+	                                                            </button>
+	                                                        </a>
+	                                                        <?php if($key != 0): ?>
+		                                                        <a href="<?php echo ADMIN_PATH; ?>/cloud/update_ord?id=<?php echo $value['id'] ?>&last_id=<?php echo $items[$key - 1]['id'] ?>">
+		                                                            <button class="btn btn-xs btn-pink"><i
+		                                                                    class="fa fa-chevron-up"></i> 向 上
+		                                                            </button>
+		                                                        </a>
+	                                                    	<?php endif; ?>
+	                                                    	<?php if($key != count($items) - 1): ?>
+		                                                        <a href="<?php echo ADMIN_PATH; ?>/cloud/update_ord?id=<?php echo $value['id'] ?>&last_id=<?php echo $items[$key + 1]['id'] ?>">
+		                                                            <button class="btn btn-xs btn-yellow"><i
+		                                                                    class="fa fa-chevron-down"></i> 向 下
+		                                                            </button>
+		                                                        </a>
+		                                                    <?php endif; ?>
+														</td>
+													</tr>
+												<?php 
+													endforeach;
+													endif;
+												 ?>
+												</tbody>
+											</table>
+										</div>
+									</div>
+									<!-- /BOX -->
+								</div>
+							</div>
+							<!-- /DATA TABLES -->
+							<!-- hidden bootbox html -->
+							<!-- <div class='hidden' id='addHomepageLogoHtml'>
+								<div class="row">
+									<div class="col-md-12">
+										<div class="box-body">
+											<form class="form-horizontal" role="form" action="<?php echo ADMIN_PATH; ?>/cloud/add" method="post">
+												<div class="form-group">
+													<label for="inputPhone" class="col-sm-3 control-label">合作伙伴名称</label>
+													<div class="col-sm-7">
+														<input type="text" class="form-control" id="name" name="name" value="" required="required">
+													</div>
+												</div>
+												<div class="form-group">
+													<label for="inputPhone" class="col-sm-3 control-label">合作伙伴LOGO</label>
+													<div class="col-sm-7">
+														<input type="text" class="form-control" id="url" name="url" value="" required="required">
+													</div>
+													<span class="btn btn-success fileinput-button">
+														<i class="fa fa-plus"></i>
+														<span>上传</span>
+														<input type="file" multiple="" name="files" id='fileupload'>
+													</span>
+													<script>jQuery(document).ready(function(){App.setPage("handleUploadLogo");App.init()});</script>
+												</div>
+												<div class="col-sm-offset-1 col-sm-10">
+													<button type="submit" class="btn btn-pink">更新</button>
+												</div>
+											</form>
+										</div>
+									</div>
+								</div>
+							</div> -->
+							<!-- /hidden bootbox html-->
+						</div>
+					</div>
+				</div><!-- /CONTENT-->
+			</div>
+		</div>
+	</div>
+</section>
+<?php $this->load->view('_js'); ?>
+<script>
+	jQuery(document).ready(function() {		
+		App.setPage("index");  //Set current page
+		App.init(); //Initialise plugins and elements
+	});
+</script>
+</body>
+</html>

+ 95 - 0
web/application/views/admin/exampleAddView.php

@@ -0,0 +1,95 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
+    <meta charset="utf-8">
+    <title>Usky Admin | Dashboard</title>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=no">
+    <meta name="description" content="">
+    <meta name="author" content="">
+    <?php $this->load->view('_css'); ?>
+
+</head>
+<body>
+<!-- 顶部导航栏 -->
+    <?php $this->load->view('_header'); ?>
+<!-- 顶部导航栏 -->
+    <!-- PAGE -->
+    <section id="page">
+    <!-- 功能栏 -->
+    <?php $this->load->view('_siderbar'); ?>
+    <!-- 功能栏 -->
+                
+    <div id="main-content">
+        <div class="container">
+            <div class="row">
+                <div id="content" class="col-lg-12">
+                    <!-- PAGE HEADER-->
+                    <div class="row">
+                        <div class="col-sm-12">
+                            <div class="page-header">
+                                <div class="clearfix">
+                                    <h3 class="content-title pull-left">添加<?php echo $exa[$type] ?></h3>
+                                </div>
+                            </div>
+                        </div>
+                    </div>
+                    <!-- /PAGE HEADER -->
+                    <!-- NEW ORDERS & STATISTICS -->
+                    <div class="row">
+                        <div class="col-md-6">
+                            <div class="box-body">
+                                <form class="form-horizontal" role="form" action="<?php echo ADMIN_PATH; ?>/example/add?type=<?php echo $type ?>&action=insert" method="post">
+                                    <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">名称</label>
+                                        <div class="col-sm-7">
+                                            <input type="text" class="form-control" id="name" name="name" required="required">
+                                        </div>
+                                    </div>
+                                    <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">案列图片</label>
+                                        <div class="col-sm-7">
+                                            <input type="text" class="form-control" id="img" name="url" value="" required="required">
+                                        </div>
+                                        <span class="btn btn-success fileinput-button">
+                                            <i class="fa fa-plus"></i>
+                                            <span>上传</span>
+                                            <input type="file" multiple="" name="files" id='fileupload'>
+                                        </span>
+                                    </div>
+                                    <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">内容</label>
+                                        <div class="col-sm-7">
+                                            <script id="ueditor" type="text/plain" name='content'  style="width:1024px;height:600px;">
+                                            </script>
+                                        </div>
+                                    </div>
+                                    <div class="col-sm-offset-1 col-sm-10">
+                                        <a href="<?php echo ADMIN_PATH; ?>/example?type=<?php echo $type ?>"><button type="button" class="btn btn-purple">返回</button></a>
+                                        <button type="submit" class="btn btn-pink">添加</button>
+                                    </div>
+                                </form>
+                            </div>
+                        </div>
+                    </div>
+                </div><!-- /CONTENT-->
+            </div>
+        </div>
+    </div>
+    </section>
+    <?php $this->load->view('_js'); ?>
+    <script type="text/javascript" charset="utf-8" src="<?php echo ADMIN_STYLE_PATH; ?>/ueditor/ueditor.config.js"></script>
+    <script type="text/javascript" charset="utf-8" src="<?php echo ADMIN_STYLE_PATH; ?>/ueditor/ueditor.all.js"> </script>
+    <!--建议手动加在语言,避免在ie下有时因为加载语言失败导致编辑器加载失败-->
+    <!--这里加载的语言文件会覆盖你在配置项目里添加的语言类型,比如你在配置项目里配置的是英文,这里加载的中文,那最后就是中文-->
+    <script type="text/javascript" charset="utf-8" src="<?php echo ADMIN_STYLE_PATH; ?>/ueditor/lang/zh-cn/zh-cn.js"></script>
+    <script>
+        jQuery(document).ready(function() {     
+            var ue = UE.getEditor('ueditor');
+            App.setPage("indexAdd");  //Set current page
+            App.init(); //Initialise plugins and elements
+        });
+    </script>
+    <!-- /JAVASCRIPTS -->
+</body>
+</html>

+ 96 - 0
web/application/views/admin/exampleEditView.php

@@ -0,0 +1,96 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
+    <meta charset="utf-8">
+    <title>Usky Admin | Dashboard</title>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=no">
+    <meta name="description" content="">
+    <meta name="author" content="">
+    <?php $this->load->view('_css'); ?>
+</head>
+<body>
+<!-- 顶部导航栏 -->
+    <?php $this->load->view('_header'); ?>
+<!-- 顶部导航栏 -->
+    <!-- PAGE -->
+    <section id="page">
+    <!-- 功能栏 -->
+    <?php $this->load->view('_siderbar'); ?>
+    <!-- 功能栏 -->
+                
+    <div id="main-content">
+        <div class="container">
+            <div class="row">
+                <div id="content" class="col-lg-12">
+                    <!-- PAGE HEADER-->
+                    <div class="row">
+                        <div class="col-sm-12">
+                            <div class="page-header">
+                                <div class="clearfix">
+                                    <h3 class="content-title pull-left">编辑<?php echo $exa[$type] ?></h3>
+                                </div>
+                            </div>
+                        </div>
+                    </div>
+                    <!-- /PAGE HEADER -->
+                    <!-- NEW ORDERS & STATISTICS -->
+                    <div class="row">
+                        <div class="col-md-6">
+                            <div class="box-body">
+                                <form class="form-horizontal" role="form" action="<?php echo ADMIN_PATH; ?>/example/edit?type=<?php echo $type ?>&action=update" method="post">
+                                <input type="hidden" name="id" value="<?php echo $item['id'] ?>">
+                                    <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">名称</label>
+                                        <div class="col-sm-7">
+                                            <input type="text" class="form-control" id="name" name="name" required="required" value="<?php echo $item['name']; ?>">
+                                        </div>
+                                    </div>
+                                    <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">案列图片</label>
+                                        <div class="col-sm-7">
+                                            <input type="text" class="form-control" id="img" name="url" value="<?php echo $item['url'] ?>" required="required">
+                                        </div>
+                                        <span class="btn btn-success fileinput-button">
+                                            <i class="fa fa-plus"></i>
+                                            <span>上传</span>
+                                            <input type="file" multiple="" name="files" id='fileupload'>
+                                        </span>
+                                    </div>
+                                    <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">内容</label>
+                                        <div class="col-sm-7">
+                                            <script id="ueditor" type="text/plain" name='content'  style="width:1024px;height:600px;">
+                                            <?php echo $item['content'] ?>
+                                            </script>
+                                        </div>
+                                    </div>
+                                    <div class="col-sm-offset-1 col-sm-10">
+                                        <a href="<?php echo ADMIN_PATH; ?>/example?type=<?php echo $type ?>"><button type="button" class="btn btn-purple">返回</button></a>
+                                        <button type="submit" class="btn btn-pink">更新</button>
+                                    </div>
+                                </form>
+                            </div>
+                        </div>
+                    </div>
+                </div><!-- /CONTENT-->
+            </div>
+        </div>
+    </div>
+    </section>
+    <?php $this->load->view('_js'); ?>
+   <script type="text/javascript" charset="utf-8" src="<?php echo ADMIN_STYLE_PATH; ?>/ueditor/ueditor.config.js"></script>
+    <script type="text/javascript" charset="utf-8" src="<?php echo ADMIN_STYLE_PATH; ?>/ueditor/ueditor.all.js"> </script>
+    <!--建议手动加在语言,避免在ie下有时因为加载语言失败导致编辑器加载失败-->
+    <!--这里加载的语言文件会覆盖你在配置项目里添加的语言类型,比如你在配置项目里配置的是英文,这里加载的中文,那最后就是中文-->
+    <script type="text/javascript" charset="utf-8" src="<?php echo ADMIN_STYLE_PATH; ?>/ueditor/lang/zh-cn/zh-cn.js"></script>
+    <script>
+        jQuery(document).ready(function() {     
+            var ue = UE.getEditor('ueditor');
+            App.setPage("indexAdd");  //Set current page
+            App.init(); //Initialise plugins and elements
+        });
+    </script>
+    <!-- /JAVASCRIPTS -->
+</body>
+</html>

+ 157 - 0
web/application/views/admin/exampleView.php

@@ -0,0 +1,157 @@
+
+<!DOCTYPE html>
+<html lang="en">
+<head>
+	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
+	<meta charset="utf-8">
+	<title>Usky Admin | Dashboard</title>
+	<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=no">
+	<meta name="description" content="">
+	<meta name="author" content="">
+    <?php $this->load->view('_css'); ?>
+</head>
+<body>
+<!-- 顶部导航栏 -->
+<?php $this->load->view('_header'); ?>
+<!-- 顶部导航栏 -->
+	<!-- PAGE -->
+<section id="page">
+	<!-- 功能栏 -->
+	<?php $this->load->view('_siderbar'); ?>
+	<!-- 功能栏 -->
+	<div id="main-content">
+		<div class="container">
+			<div class="row">
+				<div id="content" class="col-lg-12">
+					<div class="row">
+						<div id="content" class="col-lg-12">
+							<!-- PAGE HEADER-->
+							<div class="row">
+								<div class="col-sm-12">
+									<div class="page-header">
+										<div class="clearfix">
+											<h3 class="content-title pull-left"><?php echo $exa[$type] ?>配置</h3>
+											<a href="<?php echo ADMIN_PATH; ?>/example/add?type=<?php echo $type ?>"><button type="button" class="btn btn-purple"  style="padding-top: 6px; margin-top: 22px; margin-left: 40px;">新增</button></a>
+										</div>
+									</div>
+								</div>
+							</div>
+							<!-- /PAGE HEADER -->
+							<!-- DATA TABLES -->
+							<div class="row">
+								<div class="col-md-12">
+									<!-- BOX -->
+									<div class="box border green">
+										<div class="box-title">
+											<h4><i class="fa fa-table"></i>永天案例-<?php echo $exa[$type] ?></h4>
+										</div>
+										<div class="box-body">
+
+											<table id="exampletable" cellpadding="0" cellspacing="0" border="0" class="datatable table table-striped table-bordered table-hover">
+												<thead>
+													<tr>
+														<th>序号</th>
+														<th>标题</th>
+														<th>内容</th>
+														<th>logo</th>
+														<th>操作</th>
+													</tr>
+												</thead>
+												<tbody>
+												<?php
+											        if(is_array($items)):
+											        foreach ($items as $key => $value):
+											    ?>
+													<tr class="">
+														<td><?php echo $value['ord'] ?></td>
+														<td><?php echo $value['name'] ?></td>
+														<td><?php echo $value['content'] ?></td>
+														<td class='center'><img src="<?php echo $value['url'] ?>"></td>
+														<td class='center'>
+															<a href="<?php echo ADMIN_PATH; ?>/example/edit?type=<?php echo $type ?>&id=<?php echo $value['id'] ?>">
+	                                                            <button class="btn btn-xs btn-info"><i
+	                                                                    class="fa fa-pencil-square-o"></i> 编 辑
+	                                                            </button>
+	                                                        </a>
+															<a href="<?php echo ADMIN_PATH; ?>/example/del?type=<?php echo $type ?>&id=<?php echo $value['id'] ?>">
+	                                                            <button class="btn btn-xs btn-danger"><i
+	                                                                    class="fa  fa-minus-circle"></i> 删 除
+	                                                            </button>
+	                                                        </a>
+	                                                        <?php if($key != 0): ?>
+		                                                        <a href="<?php echo ADMIN_PATH; ?>/example/update_ord?type=<?php echo $type ?>&id=<?php echo $value['id'] ?>&last_id=<?php echo $items[$key - 1]['id'] ?>">
+		                                                            <button class="btn btn-xs btn-pink"><i
+		                                                                    class="fa fa-chevron-up"></i> 向 上
+		                                                            </button>
+		                                                        </a>
+	                                                    	<?php endif; ?>
+	                                                    	<?php if($key != count($items) - 1): ?>
+		                                                        <a href="<?php echo ADMIN_PATH; ?>/example/update_ord?type=<?php echo $type ?>&id=<?php echo $value['id'] ?>&last_id=<?php echo $items[$key + 1]['id'] ?>">
+		                                                            <button class="btn btn-xs btn-yellow"><i
+		                                                                    class="fa fa-chevron-down"></i> 向 下
+		                                                            </button>
+		                                                        </a>
+		                                                    <?php endif; ?>
+														</td>
+													</tr>
+												<?php 
+													endforeach;
+													endif;
+												 ?>
+												</tbody>
+											</table>
+										</div>
+									</div>
+									<!-- /BOX -->
+								</div>
+							</div>
+							<!-- /DATA TABLES -->
+							<!-- hidden bootbox html -->
+							<!-- <div class='hidden' id='addHomepageLogoHtml'>
+								<div class="row">
+									<div class="col-md-12">
+										<div class="box-body">
+											<form class="form-horizontal" role="form" action="<?php echo ADMIN_PATH; ?>/example/add" method="post">
+												<div class="form-group">
+													<label for="inputPhone" class="col-sm-3 control-label">合作伙伴名称</label>
+													<div class="col-sm-7">
+														<input type="text" class="form-control" id="name" name="name" value="" required="required">
+													</div>
+												</div>
+												<div class="form-group">
+													<label for="inputPhone" class="col-sm-3 control-label">合作伙伴LOGO</label>
+													<div class="col-sm-7">
+														<input type="text" class="form-control" id="url" name="url" value="" required="required">
+													</div>
+													<span class="btn btn-success fileinput-button">
+														<i class="fa fa-plus"></i>
+														<span>上传</span>
+														<input type="file" multiple="" name="files" id='fileupload'>
+													</span>
+													<script>jQuery(document).ready(function(){App.setPage("handleUploadLogo");App.init()});</script>
+												</div>
+												<div class="col-sm-offset-1 col-sm-10">
+													<button type="submit" class="btn btn-pink">更新</button>
+												</div>
+											</form>
+										</div>
+									</div>
+								</div>
+							</div> -->
+							<!-- /hidden bootbox html-->
+						</div>
+					</div>
+				</div><!-- /CONTENT-->
+			</div>
+		</div>
+	</div>
+</section>
+<?php $this->load->view('_js'); ?>
+<script>
+	jQuery(document).ready(function() {		
+		App.setPage("example");  //Set current page
+		App.init(); //Initialise plugins and elements
+	});
+</script>
+</body>
+</html>

+ 82 - 0
web/application/views/admin/indexAddView.php

@@ -0,0 +1,82 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
+    <meta charset="utf-8">
+    <title>Usky Admin | Dashboard</title>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=no">
+    <meta name="description" content="">
+    <meta name="author" content="">
+    <?php $this->load->view('_css'); ?>
+
+</head>
+<body>
+<!-- 顶部导航栏 -->
+    <?php $this->load->view('_header'); ?>
+<!-- 顶部导航栏 -->
+    <!-- PAGE -->
+    <section id="page">
+    <!-- 功能栏 -->
+    <?php $this->load->view('_siderbar'); ?>
+    <!-- 功能栏 -->
+                
+    <div id="main-content">
+        <div class="container">
+            <div class="row">
+                <div id="content" class="col-lg-12">
+                    <!-- PAGE HEADER-->
+                    <div class="row">
+                        <div class="col-sm-12">
+                            <div class="page-header">
+                                <div class="clearfix">
+                                    <h3 class="content-title pull-left">添加合作伙伴</h3>
+                                </div>
+                            </div>
+                        </div>
+                    </div>
+                    <!-- /PAGE HEADER -->
+                    <!-- NEW ORDERS & STATISTICS -->
+                    <div class="row">
+                        <div class="col-md-6">
+                            <div class="box-body">
+                                <form class="form-horizontal" role="form" action="<?php echo ADMIN_PATH; ?>/index/add?action=insert" method="post">
+                                    <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">合作伙伴名称</label>
+                                        <div class="col-sm-7">
+                                            <input type="text" class="form-control" id="name" name="name" required="required">
+                                        </div>
+                                    </div>
+                                    <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">合作伙伴LOGO</label>
+                                        <div class="col-sm-7">
+                                            <input type="text" class="form-control" id="img" name="url" value="" required="required">
+                                        </div>
+                                        <span class="btn btn-success fileinput-button">
+                                            <i class="fa fa-plus"></i>
+                                            <span>上传</span>
+                                            <input type="file" multiple="" name="files" id='fileupload'>
+                                        </span>
+                                    </div>
+                                    <div class="col-sm-offset-1 col-sm-10">
+                                        <a href="<?php echo ADMIN_PATH; ?>/index"><button type="button" class="btn btn-purple">返回</button></a>
+                                        <button type="submit" class="btn btn-pink">添加</button>
+                                    </div>
+                                </form>
+                            </div>
+                        </div>
+                    </div>
+                </div><!-- /CONTENT-->
+            </div>
+        </div>
+    </div>
+    </section>
+    <?php $this->load->view('_js'); ?>
+    <script>
+        jQuery(document).ready(function() {     
+            App.setPage("indexAdd");  //Set current page
+            App.init(); //Initialise plugins and elements
+        });
+    </script>
+    <!-- /JAVASCRIPTS -->
+</body>
+</html>

+ 83 - 0
web/application/views/admin/indexEditView.php

@@ -0,0 +1,83 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
+    <meta charset="utf-8">
+    <title>Usky Admin | Dashboard</title>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=no">
+    <meta name="description" content="">
+    <meta name="author" content="">
+    <?php $this->load->view('_css'); ?>
+</head>
+<body>
+<!-- 顶部导航栏 -->
+    <?php $this->load->view('_header'); ?>
+<!-- 顶部导航栏 -->
+    <!-- PAGE -->
+    <section id="page">
+    <!-- 功能栏 -->
+    <?php $this->load->view('_siderbar'); ?>
+    <!-- 功能栏 -->
+                
+    <div id="main-content">
+        <div class="container">
+            <div class="row">
+                <div id="content" class="col-lg-12">
+                    <!-- PAGE HEADER-->
+                    <div class="row">
+                        <div class="col-sm-12">
+                            <div class="page-header">
+                                <div class="clearfix">
+                                    <h3 class="content-title pull-left">编辑合作伙伴</h3>
+                                </div>
+                            </div>
+                        </div>
+                    </div>
+                    <!-- /PAGE HEADER -->
+                    <!-- NEW ORDERS & STATISTICS -->
+                    <div class="row">
+                        <div class="col-md-6">
+                            <div class="box-body">
+                                <form class="form-horizontal" role="form" action="<?php echo ADMIN_PATH; ?>/index/edit?action=update" method="post">
+                                <input type="hidden" name="id" value="<?php echo $item['id'] ?>">
+                                    <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">合作伙伴名称</label>
+                                        <div class="col-sm-7">
+                                            <input type="text" class="form-control" id="name" name="name" required="required" value="<?php echo $item['name']?>">
+                                        </div>
+                                    </div>
+                                    <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">合作伙伴LOGO</label>
+                                        <div class="col-sm-7">
+                                            <input type="text" class="form-control" id="img" name="url" required="required" value="<?php echo $item['url']?>">
+                                        </div>
+                                        <span class="btn btn-success fileinput-button">
+                                            <i class="fa fa-plus"></i>
+                                            <span>上传</span>
+                                            <input type="file" multiple="" name="files" id='fileupload'>
+                                        </span>
+                                    </div>
+                                    <div class="col-sm-offset-1 col-sm-10">
+                                        <a href="<?php echo ADMIN_PATH; ?>/index"><button type="button" class="btn btn-purple">返回</button></a>
+                                        <button type="submit" class="btn btn-pink">更新</button>
+                                    </div>
+                                </form>
+                            </div>
+                        </div>
+                    </div>
+                </div><!-- /CONTENT-->
+            </div>
+        </div>
+    </div>
+    </section>
+    <?php $this->load->view('_js'); ?>
+   
+    <script>
+        jQuery(document).ready(function() {     
+            App.setPage("indexAdd");  //Set current page
+            App.init(); //Initialise plugins and elements
+        });
+    </script>
+    <!-- /JAVASCRIPTS -->
+</body>
+</html>

+ 140 - 0
web/application/views/admin/indexSliderView.php

@@ -0,0 +1,140 @@
+
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
+    <meta charset="utf-8">
+    <title>Usky Admin | Dashboard</title>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=no">
+    <meta name="description" content="">
+    <meta name="author" content="">
+    <?php $this->load->view('_css'); ?>
+</head>
+<body>
+<!-- 顶部导航栏 -->
+<?php $this->load->view('_header'); ?>
+<!-- 顶部导航栏 -->
+    <!-- PAGE -->
+<section id="page">
+    <!-- 功能栏 -->
+    <?php $this->load->view('_siderbar'); ?>
+    <!-- 功能栏 -->
+    <div id="main-content">
+        <div class="container">
+            <div class="row">
+                <div id="content" class="col-lg-12">
+                    <div class="row">
+                        <div id="content" class="col-lg-12">
+                            <!-- PAGE HEADER-->
+                            <div class="row">
+                                <div class="col-sm-12">
+                                    <div class="page-header">
+                                        <div class="clearfix">
+                                            <h3 class="content-title pull-left">首页配置</h3>
+                                        </div>
+                                    </div>
+                                </div>
+                            </div>
+                            <!-- /PAGE HEADER -->
+                            <!-- DATA TABLES -->
+                            <div class="row">
+                                <div class="col-md-12">
+                                    <form class="form-horizontal" role="form" action="<?php echo ADMIN_PATH; ?>/index/slider?action=update" method="post">
+                                        <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">轮播图1URL</label>
+                                        <div class="col-sm-7">
+                                            <input type="text" class="form-control" id="url" name="url[]" value="<?php echo $item[0]['url']; ?>">
+                                        </div>
+                                    </div>
+                                    <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">轮播图1</label>
+                                        <div class="col-sm-7">
+                                            <input type="text" class="form-control cover" id="img" name="img[]" value="<?php echo $item[0]['img']; ?>">
+                                        </div>
+                                        <span class="btn btn-success fileinput-button">
+                                            <i class="fa fa-plus"></i>
+                                            <span>上传</span>
+                                            <input type="file" multiple="" name="files" id='fileupload' class='fileupload'>
+                                        </span>
+                                    </div>
+
+                                    <div class="separator"></div>
+
+                                    <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">轮播图2URL</label>
+                                        <div class="col-sm-7">
+                                            <input type="text" class="form-control" id="url" name="url[]" value="<?php echo $item[1]['url']; ?>">
+                                        </div>
+                                    </div>
+                                    <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">轮播图2</label>
+                                        <div class="col-sm-7">
+                                            <input type="text" class="form-control cover" id="img2" name="img[]" value="<?php echo $item[1]['img']; ?>">
+                                        </div>
+                                        <span class="btn btn-success fileinput-button">
+                                            <i class="fa fa-plus"></i>
+                                            <span>上传</span>
+                                            <input type="file" multiple="" name="files" id='fileupload2' class='fileupload'>
+                                        </span>
+                                    </div>
+
+                                    <div class="separator"></div>
+
+                                    <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">轮播图3URL</label>
+                                        <div class="col-sm-7">
+                                            <input type="text" class="form-control" id="url" name="url[]" value="<?php echo $item[2]['url']; ?>">
+                                        </div>
+                                    </div>
+                                    <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">轮播图3</label>
+                                        <div class="col-sm-7">
+                                            <input type="text" class="form-control cover" id="img3" name="img[]"  value="<?php echo $item[2]['img']; ?>">
+                                        </div>
+                                        <span class="btn btn-success fileinput-button">
+                                            <i class="fa fa-plus"></i>
+                                            <span>上传</span>
+                                            <input type="file" multiple="" name="files" id='fileupload3' class='fileupload' >
+                                        </span>
+                                    </div>
+                                    <div class="separator"></div>
+
+                                    <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">轮播图4URL</label>
+                                        <div class="col-sm-7">
+                                            <input type="text" class="form-control" id="url" name="url[]" value="<?php echo $item[3]['url']; ?>">
+                                        </div>
+                                    </div>
+                                    <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">轮播图4</label>
+                                        <div class="col-sm-7">
+                                            <input type="text" class="form-control cover" id="img4" name="img[]"  value="<?php echo $item[3]['img']; ?>">
+                                        </div>
+                                        <span class="btn btn-success fileinput-button">
+                                            <i class="fa fa-plus"></i>
+                                            <span>上传</span>
+                                            <input type="file" multiple="" name="files" id='fileupload4' class='fileupload' >
+                                        </span>
+                                    </div>
+                                    <div class="col-sm-offset-1 col-sm-10">
+                                        <button type="submit" class="btn btn-pink">更新</button>
+                                    </div>
+                                    </form>
+                                </div>
+                            </div>
+                        </div>
+                    </div>
+                </div><!-- /CONTENT-->
+            </div>
+        </div>
+    </div>
+</section>
+<?php $this->load->view('_js'); ?>
+<script>
+    jQuery(document).ready(function() {     
+        App.setPage("slider");  //Set current page
+        App.init(); //Initialise plugins and elements
+    });
+</script>
+</body>
+</html>

+ 155 - 0
web/application/views/admin/indexView.php

@@ -0,0 +1,155 @@
+
+<!DOCTYPE html>
+<html lang="en">
+<head>
+	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
+	<meta charset="utf-8">
+	<title>Usky Admin | Dashboard</title>
+	<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=no">
+	<meta name="description" content="">
+	<meta name="author" content="">
+    <?php $this->load->view('_css'); ?>
+</head>
+<body>
+<!-- 顶部导航栏 -->
+<?php $this->load->view('_header'); ?>
+<!-- 顶部导航栏 -->
+	<!-- PAGE -->
+<section id="page">
+	<!-- 功能栏 -->
+	<?php $this->load->view('_siderbar'); ?>
+	<!-- 功能栏 -->
+	<div id="main-content">
+		<div class="container">
+			<div class="row">
+				<div id="content" class="col-lg-12">
+					<div class="row">
+						<div id="content" class="col-lg-12">
+							<!-- PAGE HEADER-->
+							<div class="row">
+								<div class="col-sm-12">
+									<div class="page-header">
+										<div class="clearfix">
+											<h3 class="content-title pull-left">首页配置</h3>
+											<a href="<?php echo ADMIN_PATH; ?>/index/add"><button type="button" class="btn btn-purple"  style="padding-top: 6px; margin-top: 22px; margin-left: 40px;">新增</button></a>
+										</div>
+									</div>
+								</div>
+							</div>
+							<!-- /PAGE HEADER -->
+							<!-- DATA TABLES -->
+							<div class="row">
+								<div class="col-md-12">
+									<!-- BOX -->
+									<div class="box border green">
+										<div class="box-title">
+											<h4><i class="fa fa-table"></i>合作客户</h4>
+										</div>
+										<div class="box-body">
+
+											<table id="logotable" cellpadding="0" cellspacing="0" border="0" class="datatable table table-striped table-bordered table-hover">
+												<thead>
+													<tr>
+														<th>序号</th>
+														<th>名称</th>
+														<th>logo</th>
+														<th>操作</th>
+													</tr>
+												</thead>
+												<tbody>
+												<?php
+											        if(is_array($items)):
+											        foreach ($items as $key => $value):
+											    ?>
+													<tr class="">
+														<td><?php echo $value['ord'] ?></td>
+														<td><?php echo $value['name'] ?></td>
+														<td class='center'><img src="<?php echo $value['url'] ?>"></td>
+														<td class='center'>
+															<a href="<?php echo ADMIN_PATH; ?>/index/edit?id=<?php echo $value['id'] ?>">
+	                                                            <button class="btn btn-xs btn-info"><i
+	                                                                    class="fa fa-pencil-square-o"></i> 编 辑
+	                                                            </button>
+	                                                        </a>
+															<a href="<?php echo ADMIN_PATH; ?>/index/del?id=<?php echo $value['id'] ?>">
+	                                                            <button class="btn btn-xs btn-danger"><i
+	                                                                    class="fa  fa-minus-circle"></i> 删 除
+	                                                            </button>
+	                                                        </a>
+	                                                        <?php if($key != 0): ?>
+		                                                        <a href="<?php echo ADMIN_PATH; ?>/index/update_ord?id=<?php echo $value['id'] ?>&last_id=<?php echo $items[$key - 1]['id'] ?>">
+		                                                            <button class="btn btn-xs btn-pink"><i
+		                                                                    class="fa fa-chevron-up"></i> 向 上
+		                                                            </button>
+		                                                        </a>
+	                                                    	<?php endif; ?>
+	                                                    	<?php if($key != count($items) - 1): ?>
+		                                                        <a href="<?php echo ADMIN_PATH; ?>/index/update_ord?id=<?php echo $value['id'] ?>&last_id=<?php echo $items[$key + 1]['id'] ?>">
+		                                                            <button class="btn btn-xs btn-yellow"><i
+		                                                                    class="fa fa-chevron-down"></i> 向 下
+		                                                            </button>
+		                                                        </a>
+		                                                    <?php endif; ?>
+														</td>
+													</tr>
+												<?php 
+													endforeach;
+													endif;
+												 ?>
+												</tbody>
+											</table>
+										</div>
+									</div>
+									<!-- /BOX -->
+								</div>
+							</div>
+							<!-- /DATA TABLES -->
+							<!-- hidden bootbox html -->
+							<!-- <div class='hidden' id='addHomepageLogoHtml'>
+								<div class="row">
+									<div class="col-md-12">
+										<div class="box-body">
+											<form class="form-horizontal" role="form" action="<?php echo ADMIN_PATH; ?>/index/add" method="post">
+												<div class="form-group">
+													<label for="inputPhone" class="col-sm-3 control-label">合作伙伴名称</label>
+													<div class="col-sm-7">
+														<input type="text" class="form-control" id="name" name="name" value="" required="required">
+													</div>
+												</div>
+												<div class="form-group">
+													<label for="inputPhone" class="col-sm-3 control-label">合作伙伴LOGO</label>
+													<div class="col-sm-7">
+														<input type="text" class="form-control" id="url" name="url" value="" required="required">
+													</div>
+													<span class="btn btn-success fileinput-button">
+														<i class="fa fa-plus"></i>
+														<span>上传</span>
+														<input type="file" multiple="" name="files" id='fileupload'>
+													</span>
+													<script>jQuery(document).ready(function(){App.setPage("handleUploadLogo");App.init()});</script>
+												</div>
+												<div class="col-sm-offset-1 col-sm-10">
+													<button type="submit" class="btn btn-pink">更新</button>
+												</div>
+											</form>
+										</div>
+									</div>
+								</div>
+							</div> -->
+							<!-- /hidden bootbox html-->
+						</div>
+					</div>
+				</div><!-- /CONTENT-->
+			</div>
+		</div>
+	</div>
+</section>
+<?php $this->load->view('_js'); ?>
+<script>
+	jQuery(document).ready(function() {		
+		App.setPage("index");  //Set current page
+		App.init(); //Initialise plugins and elements
+	});
+</script>
+</body>
+</html>

+ 84 - 0
web/application/views/admin/joinAddView.php

@@ -0,0 +1,84 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
+    <meta charset="utf-8">
+    <title>Usky Admin | Dashboard</title>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=no">
+    <meta name="description" content="">
+    <meta name="author" content="">
+    <?php $this->load->view('_css'); ?>
+
+</head>
+<body>
+<!-- 顶部导航栏 -->
+    <?php $this->load->view('_header'); ?>
+<!-- 顶部导航栏 -->
+    <!-- PAGE -->
+    <section id="page">
+    <!-- 功能栏 -->
+    <?php $this->load->view('_siderbar'); ?>
+    <!-- 功能栏 -->
+                
+    <div id="main-content">
+        <div class="container">
+            <div class="row">
+                <div id="content" class="col-lg-12">
+                    <!-- PAGE HEADER-->
+                    <div class="row">
+                        <div class="col-sm-12">
+                            <div class="page-header">
+                                <div class="clearfix">
+                                    <h3 class="content-title pull-left">添加职位</h3>
+                                </div>
+                            </div>
+                        </div>
+                    </div>
+                    <!-- /PAGE HEADER -->
+                    <!-- NEW ORDERS & STATISTICS -->
+                    <div class="row">
+                        <div class="col-md-6">
+                            <div class="box-body">
+                                <form class="form-horizontal" role="form" action="<?php echo ADMIN_PATH; ?>/join/add?action=insert" method="post">
+                                    <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">职位名称</label>
+                                        <div class="col-sm-7">
+                                            <input type="text" class="form-control" id="name" name="name" required="required">
+                                        </div>
+                                    </div>
+                                    <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">职位描述</label>
+                                        <div class="col-lg-10">
+                                            <script id="ueditor" type="text/plain" name='content'  style="width:1024px;height:700px;">
+                                            </script>
+                                        </div>
+                                    </div>
+                                    <div class="col-sm-offset-1 col-sm-10">
+                                        <a href="<?php echo ADMIN_PATH; ?>/join"><button type="button" class="btn btn-purple">返回</button></a>
+                                        <button type="submit" class="btn btn-pink">添加</button>
+                                    </div>
+                                </form>
+                            </div>
+                        </div>
+                    </div>
+                </div><!-- /CONTENT-->
+            </div>
+        </div>
+    </div>
+    </section>
+    <?php $this->load->view('_js'); ?>
+    <script type="text/javascript" charset="utf-8" src="<?php echo ADMIN_STYLE_PATH; ?>/ueditor/ueditor.config.js"></script>
+    <script type="text/javascript" charset="utf-8" src="<?php echo ADMIN_STYLE_PATH; ?>/ueditor/ueditor.all.js"> </script>
+    <!--建议手动加在语言,避免在ie下有时因为加载语言失败导致编辑器加载失败-->
+    <!--这里加载的语言文件会覆盖你在配置项目里添加的语言类型,比如你在配置项目里配置的是英文,这里加载的中文,那最后就是中文-->
+    <script type="text/javascript" charset="utf-8" src="<?php echo ADMIN_STYLE_PATH; ?>/ueditor/lang/zh-cn/zh-cn.js"></script>
+    <script>
+        jQuery(document).ready(function() {     
+            var ue = UE.getEditor('ueditor');
+            App.setPage("indexAdd");  //Set current page
+            App.init(); //Initialise plugins and elements
+        });
+    </script>
+    <!-- /JAVASCRIPTS -->
+</body>
+</html>

+ 85 - 0
web/application/views/admin/joinEditView.php

@@ -0,0 +1,85 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
+    <meta charset="utf-8">
+    <title>Usky Admin | Dashboard</title>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=no">
+    <meta name="description" content="">
+    <meta name="author" content="">
+    <?php $this->load->view('_css'); ?>
+</head>
+<body>
+<!-- 顶部导航栏 -->
+    <?php $this->load->view('_header'); ?>
+<!-- 顶部导航栏 -->
+    <!-- PAGE -->
+    <section id="page">
+    <!-- 功能栏 -->
+    <?php $this->load->view('_siderbar'); ?>
+    <!-- 功能栏 -->
+                
+    <div id="main-content">
+        <div class="container">
+            <div class="row">
+                <div id="content" class="col-lg-12">
+                    <!-- PAGE HEADER-->
+                    <div class="row">
+                        <div class="col-sm-12">
+                            <div class="page-header">
+                                <div class="clearfix">
+                                    <h3 class="content-title pull-left">编辑职位</h3>
+                                </div>
+                            </div>
+                        </div>
+                    </div>
+                    <!-- /PAGE HEADER -->
+                    <!-- NEW ORDERS & STATISTICS -->
+                    <div class="row">
+                        <div class="col-md-6">
+                            <div class="box-body">
+                                <form class="form-horizontal" role="form" action="<?php echo ADMIN_PATH; ?>/join/edit?action=update" method="post">
+                                <input type="hidden" name="id" value="<?php echo $item['id'] ?>">
+                                    <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">职位名称</label>
+                                        <div class="col-sm-7">
+                                            <input type="text" class="form-control" id="name" name="name" required="required" value="<?php echo $item['name']  ?>">
+                                        </div>
+                                    </div>
+                                    <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">职位描述</label>
+                                        <div class="col-lg-10">
+                                            <script id="ueditor" type="text/plain" name='content'  style="width:1024px;height:700px;">
+                                                <?php echo $item['content']  ?>
+                                            </script>
+                                        </div>
+                                    </div>
+                                    <div class="col-sm-offset-1 col-sm-10">
+                                        <a href="<?php echo ADMIN_PATH; ?>/join"><button type="button" class="btn btn-purple">返回</button></a>
+                                        <button type="submit" class="btn btn-pink">更新</button>
+                                    </div>
+                                </form>
+                            </div>
+                        </div>
+                    </div>
+                </div><!-- /CONTENT-->
+            </div>
+        </div>
+    </div>
+    </section>
+    <?php $this->load->view('_js'); ?>
+    <script type="text/javascript" charset="utf-8" src="<?php echo ADMIN_STYLE_PATH; ?>/ueditor/ueditor.config.js"></script>
+    <script type="text/javascript" charset="utf-8" src="<?php echo ADMIN_STYLE_PATH; ?>/ueditor/ueditor.all.js"> </script>
+    <!--建议手动加在语言,避免在ie下有时因为加载语言失败导致编辑器加载失败-->
+    <!--这里加载的语言文件会覆盖你在配置项目里添加的语言类型,比如你在配置项目里配置的是英文,这里加载的中文,那最后就是中文-->
+    <script type="text/javascript" charset="utf-8" src="<?php echo ADMIN_STYLE_PATH; ?>/ueditor/lang/zh-cn/zh-cn.js"></script>
+    <script>
+        jQuery(document).ready(function() {     
+            var ue = UE.getEditor('ueditor');
+            App.setPage("indexAdd");  //Set current page
+            App.init(); //Initialise plugins and elements
+        });
+    </script>
+    <!-- /JAVASCRIPTS -->
+</body>
+</html>

+ 153 - 0
web/application/views/admin/joinView.php

@@ -0,0 +1,153 @@
+
+<!DOCTYPE html>
+<html lang="en">
+<head>
+	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
+	<meta charset="utf-8">
+	<title>Usky Admin | Dashboard</title>
+	<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=no">
+	<meta name="description" content="">
+	<meta name="author" content="">
+    <?php $this->load->view('_css'); ?>
+</head>
+<body>
+<!-- 顶部导航栏 -->
+<?php $this->load->view('_header'); ?>
+<!-- 顶部导航栏 -->
+	<!-- PAGE -->
+<section id="page">
+	<!-- 功能栏 -->
+	<?php $this->load->view('_siderbar'); ?>
+	<!-- 功能栏 -->
+	<div id="main-content">
+		<div class="container">
+			<div class="row">
+				<div id="content" class="col-lg-12">
+					<div class="row">
+						<div id="content" class="col-lg-12">
+							<!-- PAGE HEADER-->
+							<div class="row">
+								<div class="col-sm-12">
+									<div class="page-header">
+										<div class="clearfix">
+											<h3 class="content-title pull-left">招聘配置</h3>
+											<a href="<?php echo ADMIN_PATH; ?>/join/add"><button type="button" class="btn btn-purple"  style="padding-top: 6px; margin-top: 22px; margin-left: 40px;">新增</button></a>
+										</div>
+									</div>
+								</div>
+							</div>
+							<!-- /PAGE HEADER -->
+							<!-- DATA TABLES -->
+							<div class="row">
+								<div class="col-md-12">
+									<!-- BOX -->
+									<div class="box border green">
+										<div class="box-title">
+											<h4><i class="fa fa-table"></i>招聘列表</h4>
+										</div>
+										<div class="box-body">
+
+											<table id="datatable" cellpadding="0" cellspacing="0" border="0" class="datatable table table-striped table-bordered table-hover">
+												<thead>
+													<tr>
+														<th>序号</th>
+														<th>职位名称</th>
+														<th>操作</th>
+													</tr>
+												</thead>
+												<tbody>
+												<?php
+											        if(is_array($items)):
+											        foreach ($items as $key => $value):
+											    ?>
+													<tr class="">
+														<td><?php echo $value['ord'] ?></td>
+														<td><?php echo $value['name'] ?></td>
+														<td class='center'>
+															<a href="<?php echo ADMIN_PATH; ?>/join/edit?id=<?php echo $value['id'] ?>">
+	                                                            <button class="btn btn-xs btn-info"><i
+	                                                                    class="fa fa-pencil-square-o"></i> 编 辑
+	                                                            </button>
+	                                                        </a>
+															<a href="<?php echo ADMIN_PATH; ?>/join/del?id=<?php echo $value['id'] ?>">
+	                                                            <button class="btn btn-xs btn-danger"><i
+	                                                                    class="fa  fa-minus-circle"></i> 删 除
+	                                                            </button>
+	                                                        </a>
+	                                                        <?php if($key != 0): ?>
+		                                                        <a href="<?php echo ADMIN_PATH; ?>/join/update_ord?id=<?php echo $value['id'] ?>&last_id=<?php echo $items[$key - 1]['id'] ?>">
+		                                                            <button class="btn btn-xs btn-pink"><i
+		                                                                    class="fa fa-chevron-up"></i> 向 上
+		                                                            </button>
+		                                                        </a>
+	                                                    	<?php endif; ?>
+	                                                    	<?php if($key != count($items) - 1): ?>
+		                                                        <a href="<?php echo ADMIN_PATH; ?>/join/update_ord?id=<?php echo $value['id'] ?>&last_id=<?php echo $items[$key + 1]['id'] ?>">
+		                                                            <button class="btn btn-xs btn-yellow"><i
+		                                                                    class="fa fa-chevron-down"></i> 向 下
+		                                                            </button>
+		                                                        </a>
+		                                                    <?php endif; ?>
+														</td>
+													</tr>
+												<?php 
+													endforeach;
+													endif;
+												 ?>
+												</tbody>
+											</table>
+										</div>
+									</div>
+									<!-- /BOX -->
+								</div>
+							</div>
+							<!-- /DATA TABLES -->
+							<!-- hidden bootbox html -->
+							<!-- <div class='hidden' id='addHomepageLogoHtml'>
+								<div class="row">
+									<div class="col-md-12">
+										<div class="box-body">
+											<form class="form-horizontal" role="form" action="<?php echo ADMIN_PATH; ?>/join/add" method="post">
+												<div class="form-group">
+													<label for="inputPhone" class="col-sm-3 control-label">合作伙伴名称</label>
+													<div class="col-sm-7">
+														<input type="text" class="form-control" id="name" name="name" value="" required="required">
+													</div>
+												</div>
+												<div class="form-group">
+													<label for="inputPhone" class="col-sm-3 control-label">合作伙伴LOGO</label>
+													<div class="col-sm-7">
+														<input type="text" class="form-control" id="url" name="url" value="" required="required">
+													</div>
+													<span class="btn btn-success fileinput-button">
+														<i class="fa fa-plus"></i>
+														<span>上传</span>
+														<input type="file" multiple="" name="files" id='fileupload'>
+													</span>
+													<script>jQuery(document).ready(function(){App.setPage("handleUploadLogo");App.init()});</script>
+												</div>
+												<div class="col-sm-offset-1 col-sm-10">
+													<button type="submit" class="btn btn-pink">更新</button>
+												</div>
+											</form>
+										</div>
+									</div>
+								</div>
+							</div> -->
+							<!-- /hidden bootbox html-->
+						</div>
+					</div>
+				</div><!-- /CONTENT-->
+			</div>
+		</div>
+	</div>
+</section>
+<?php $this->load->view('_js'); ?>
+<script>
+	jQuery(document).ready(function() {		
+		App.setPage("index");  //Set current page
+		App.init(); //Initialise plugins and elements
+	});
+</script>
+</body>
+</html>

+ 144 - 0
web/application/views/admin/newsAddView.php

@@ -0,0 +1,144 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
+    <meta charset="utf-8">
+    <title>Usky Admin | Dashboard</title>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=no">
+    <meta name="description" content="">
+    <meta name="author" content="">
+    <?php $this->load->view('_css'); ?>
+
+</head>
+<body>
+<!-- 顶部导航栏 -->
+    <?php $this->load->view('_header'); ?>
+<!-- 顶部导航栏 -->
+    <!-- PAGE -->
+    <section id="page">
+    <!-- 功能栏 -->
+    <?php $this->load->view('_siderbar'); ?>
+    <!-- 功能栏 -->
+                
+    <div id="main-content">
+        <div class="container">
+            <div class="row">
+                <div id="content" class="col-lg-12">
+                    <!-- PAGE HEADER-->
+                    <div class="row">
+                        <div class="col-sm-12">
+                            <div class="page-header">
+                                <div class="clearfix">
+                                    <h3 class="content-title pull-left">添加<?php echo $exa[$type] ?></h3>
+                                </div>
+                            </div>
+                        </div>
+                    </div>
+                    <!-- /PAGE HEADER -->
+                    <!-- NEW ORDERS & STATISTICS -->
+                    <div class="row">
+                        <div class="col-md-6">
+                            <div class="box-body">
+                                <form class="form-horizontal" role="form" action="<?php echo ADMIN_PATH; ?>/news/add?type=<?php echo $type ?>&action=insert" method="post">
+                                    <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">所属类别</label>
+                                        <div class="col-sm-7">
+                                            <input type="text" class="form-control" id="name" name="name" required="required" disabled="disabled" value="<?php echo $exa[$type] ?>">
+                                        </div>
+                                    </div>
+                                    <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">标题名称</label>
+                                        <div class="col-sm-7">
+                                            <input type="text" class="form-control" id="title" name="title" required="required">
+                                        </div>
+                                    </div>
+                                    <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">文章作者</label>
+                                        <div class="col-sm-7">
+                                            <input type="text" class="form-control" id="author" name="author" required="required">
+                                        </div>
+                                    </div>
+                                    <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">文章来源</label>
+                                        <div class="col-sm-7">
+                                            <input type="text" class="form-control" id="from" name="from" required="required">
+                                        </div>
+                                    </div>
+                                    <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">浏览次数</label>
+                                        <div class="col-sm-7">
+                                            <input type="text" class="form-control" id="pv" name="pv" required="required">
+                                        </div>
+                                    </div>
+                                    <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">发布时间</label>
+                                        <div class="col-sm-7">
+                                            <input size="16" type="text" name='publishtime' id='publishtime' value="<?php echo date('Y-m-d' , time()) ?>" class="form-control form_datetime" >
+                                            <span class="add-on"><i class="icon-th"></i></span>
+                                        </div>
+                                    </div>
+
+                                    <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">新闻图片</label>
+                                        <div class="col-sm-7">
+                                            <input type="text" class="form-control" id="img" name="img" value="" required="required">
+                                        </div>
+                                        <span class="btn btn-success fileinput-button">
+                                            <i class="fa fa-plus"></i>
+                                            <span>上传</span>
+                                            <input type="file" multiple="" name="files" id='fileupload'>
+                                        </span>
+                                    </div>
+                                    <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">资讯摘要</label>
+                                        <div class="col-sm-7">
+                                            <textarea class="form-control" rows="10" name='desc'></textarea>
+                                        </div>
+                                    </div>
+                                    <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">详细内容</label>
+                                        <div class="col-sm-7">
+                                            <script id="ueditor" type="text/plain" name='content'  style="width:1024px;height:600px;">
+                                            </script>
+                                        </div>
+                                    </div>
+                                    <div class="col-sm-offset-1 col-sm-10">
+                                        <a href="<?php echo ADMIN_PATH; ?>/news?type=<?php echo $type ?>"><button type="button" class="btn btn-purple">返回</button></a>
+                                        <button type="submit" class="btn btn-pink">添加</button>
+                                    </div>
+                                </form>
+                            </div>
+                        </div>
+                    </div>
+                </div><!-- /CONTENT-->
+            </div>
+        </div>
+    </div>
+    </section>
+    <?php $this->load->view('_js'); ?>
+    <script type="text/javascript" charset="utf-8" src="<?php echo ADMIN_STYLE_PATH; ?>/ueditor/ueditor.config.js"></script>
+    <script type="text/javascript" charset="utf-8" src="<?php echo ADMIN_STYLE_PATH; ?>/ueditor/ueditor.all.js"> </script>
+    <!--建议手动加在语言,避免在ie下有时因为加载语言失败导致编辑器加载失败-->
+    <!--这里加载的语言文件会覆盖你在配置项目里添加的语言类型,比如你在配置项目里配置的是英文,这里加载的中文,那最后就是中文-->
+    <script type="text/javascript" charset="utf-8" src="<?php echo ADMIN_STYLE_PATH; ?>/ueditor/lang/zh-cn/zh-cn.js"></script>
+    <script>
+        jQuery(document).ready(function() {     
+            var ue = UE.getEditor('ueditor');
+            $(".form_datetime").datetimepicker({
+                language:  'zh-CN',
+                weekStart: 1,
+                todayBtn:  1,
+                autoclose: 1,
+                todayHighlight: 1,
+                startView: 2,
+                minView: 2,
+                forceParse: 0,
+                format: 'yyyy-mm-dd'
+            });
+            App.setPage("indexAdd");  //Set current page
+            App.init(); //Initialise plugins and elements
+        });
+    </script>
+    <!-- /JAVASCRIPTS -->
+</body>
+</html>

+ 161 - 0
web/application/views/admin/newsEditView.php

@@ -0,0 +1,161 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
+    <meta charset="utf-8">
+    <title>Usky Admin | Dashboard</title>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=no">
+    <meta name="description" content="">
+    <meta name="author" content="">
+    <?php $this->load->view('_css'); ?>
+</head>
+<body>
+<!-- 顶部导航栏 -->
+    <?php $this->load->view('_header'); ?>
+<!-- 顶部导航栏 -->
+    <!-- PAGE -->
+    <section id="page">
+    <!-- 功能栏 -->
+    <?php $this->load->view('_siderbar'); ?>
+    <!-- 功能栏 -->
+                
+    <div id="main-content">
+        <div class="container">
+            <div class="row">
+                <div id="content" class="col-lg-12">
+                    <!-- PAGE HEADER-->
+                    <div class="row">
+                        <div class="col-sm-12">
+                            <div class="page-header">
+                                <div class="clearfix">
+                                    <h3 class="content-title pull-left">编辑新闻</h3>
+                                </div>
+                            </div>
+                        </div>
+                    </div>
+                    <!-- /PAGE HEADER -->
+                    <!-- NEW ORDERS & STATISTICS -->
+                    <div class="row">
+                        <div class="col-md-6">
+                            <div class="box-body">
+                                <form class="form-horizontal" role="form" action="<?php echo ADMIN_PATH; ?>/news/edit?type=<?php echo $type; ?>&action=update" method="post">
+                                <input type="hidden" name="id" value="<?php echo $item['id'] ?>">
+                                     <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">所属类别</label>
+                                        <div class="col-sm-7">
+                                        <select class="form-control" name='type'>
+                                            <?php
+                                                if(is_array($exa)):
+                                                foreach ($exa as $key => $value):
+                                            ?>
+                                            <option value="<?php echo $key; ?>" <?php if($type == $key) echo 'selected'; ?>><?php echo $value; ?></option>
+                                            <?php 
+                                                endforeach;
+                                                endif;
+                                            ?>
+                                        </select>
+                                        </div>
+                                    </div>
+                                    <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">标题名称</label>
+                                        <div class="col-sm-7">
+                                            <input type="text" class="form-control" id="title" name="title" required="required" value="<?php echo $item['title'] ?>">
+                                        </div>
+                                    </div>
+                                    <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">文章作者</label>
+                                        <div class="col-sm-7">
+                                            <input type="text" class="form-control" id="author" name="author" required="required" value="<?php echo $item['author'] ?>">
+                                        </div>
+                                    </div>
+                                    <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">文章来源</label>
+                                        <div class="col-sm-7">
+                                            <input type="text" class="form-control" id="from" name="from" required="required" value="<?php echo $item['from'] ?>">
+                                        </div>
+                                    </div>
+                                    <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">排序数字</label>
+                                        <div class="col-sm-7">
+                                            <input type="text" class="form-control" id="ord" name="ord" required="required" value="99" value="<?php echo $item['ord'] ?>">
+                                        </div>
+                                    </div>
+                                    <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">浏览次数</label>
+                                        <div class="col-sm-7">
+                                            <input type="text" class="form-control" id="pv" name="pv" required="required" value="<?php echo $item['pv'] ?>">
+                                        </div>
+                                    </div>
+                                    <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">发布时间</label>
+                                        <div class="col-sm-7">
+                                            <input size="16" type="text" name='publishtime' id='publishtime' value="<?php echo date('Y-m-d' , $item['publishtime']) ?>" class="form-control form_datetime" >
+                                            <span class="add-on"><i class="icon-th"></i></span>
+                                        </div>
+                                    </div>
+
+                                    <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">新闻图片</label>
+                                        <div class="col-sm-7">
+                                            <input type="text" class="form-control" id="img" name="img" required="required" value="<?php echo $item['img'] ?>">
+                                        </div>
+                                        <span class="btn btn-success fileinput-button">
+                                            <i class="fa fa-plus"></i>
+                                            <span>上传</span>
+                                            <input type="file" multiple="" name="files" id='fileupload'>
+                                        </span>
+                                    </div>
+                                    <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">资讯摘要</label>
+                                        <div class="col-sm-7">
+                                            <textarea class="form-control" rows="10" name='desc'><?php echo $item['desc'] ?></textarea>
+                                        </div>
+                                    </div>
+                                    <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">详细内容</label>
+                                        <div class="col-sm-7">
+                                            <script id="ueditor" type="text/plain" name='content'  style="width:1024px;height:600px;">
+                                            <?php echo $item['content'] ?>
+                                            </script>
+                                        </div>
+                                    </div>
+                                    <div class="col-sm-offset-1 col-sm-10">
+                                        <a href="<?php echo ADMIN_PATH; ?>/news?type=<?php echo $type ?>"><button type="button" class="btn btn-purple">返回</button></a>
+                                        <button type="submit" class="btn btn-pink">更新</button>
+                                    </div>
+                                </form>
+                            </div>
+                        </div>
+                    </div>
+                </div><!-- /CONTENT-->
+            </div>
+        </div>
+    </div>
+    </section>
+    <?php $this->load->view('_js'); ?>
+    <script type="text/javascript" charset="utf-8" src="<?php echo ADMIN_STYLE_PATH; ?>/ueditor/ueditor.config.js"></script>
+    <script type="text/javascript" charset="utf-8" src="<?php echo ADMIN_STYLE_PATH; ?>/ueditor/ueditor.all.js"> </script>
+    <!--建议手动加在语言,避免在ie下有时因为加载语言失败导致编辑器加载失败-->
+    <!--这里加载的语言文件会覆盖你在配置项目里添加的语言类型,比如你在配置项目里配置的是英文,这里加载的中文,那最后就是中文-->
+    <script type="text/javascript" charset="utf-8" src="<?php echo ADMIN_STYLE_PATH; ?>/ueditor/lang/zh-cn/zh-cn.js"></script>
+    <script>
+        jQuery(document).ready(function() {     
+            var ue = UE.getEditor('ueditor');
+            $(".form_datetime").datetimepicker({
+                language:  'zh-CN',
+                weekStart: 1,
+                todayBtn:  1,
+                autoclose: 1,
+                todayHighlight: 1,
+                startView: 2,
+                minView: 2,
+                forceParse: 0,
+                format: 'yyyy-mm-dd'
+            });
+            App.setPage("indexAdd");  //Set current page
+            App.init(); //Initialise plugins and elements
+        });
+    </script>
+    <!-- /JAVASCRIPTS -->
+</body>
+</html>

+ 141 - 0
web/application/views/admin/newsView.php

@@ -0,0 +1,141 @@
+
+<!DOCTYPE html>
+<html lang="en">
+<head>
+	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
+	<meta charset="utf-8">
+	<title>Usky Admin | Dashboard</title>
+	<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=no">
+	<meta name="description" content="">
+	<meta name="author" content="">
+    <?php $this->load->view('_css'); ?>
+</head>
+<body>
+<!-- 顶部导航栏 -->
+<?php $this->load->view('_header'); ?>
+<!-- 顶部导航栏 -->
+	<!-- PAGE -->
+<section id="page">
+	<!-- 功能栏 -->
+	<?php $this->load->view('_siderbar'); ?>
+	<!-- 功能栏 -->
+	<div id="main-content">
+		<div class="container">
+			<div class="row">
+				<div id="content" class="col-lg-12">
+					<div class="row">
+						<div id="content" class="col-lg-12">
+							<!-- PAGE HEADER-->
+							<div class="row">
+								<div class="col-sm-12">
+									<div class="page-header">
+										<div class="clearfix">
+											<h3 class="content-title pull-left"><?php echo $exa[$type] ?>列表</h3>
+											<a href="<?php echo ADMIN_PATH; ?>/news/add?type=<?php echo $type ?>"><button type="button" class="btn btn-purple"  style="padding-top: 6px; margin-top: 22px; margin-left: 40px;">新增</button></a>
+										</div>
+									</div>
+								</div>
+							</div>
+							<!-- /PAGE HEADER -->
+							<!-- DATA TABLES -->
+							<div class="row">
+								<div class="col-md-12">
+									<!-- BOX -->
+									<div class="box border green">
+										<div class="box-title">
+											<h4><i class="fa fa-table"></i>新闻-<?php echo $exa[$type] ?></h4>
+										</div>
+										<div class="box-body">
+
+											<table id="newstable" cellpadding="0" cellspacing="0" border="0" class="datatable table table-striped table-bordered table-hover">
+												<thead>
+													<tr>
+														<th>ID</th>
+														<th>标题</th>
+														<th>发布日期</th>
+														<th>操作</th>
+													</tr>
+												</thead>
+												<tbody>
+												<?php
+											        if(is_array($items)):
+											        foreach ($items as $key => $value):
+											    ?>
+													<tr class="">
+														<td><?php echo $value['id'] ?></td>
+														<td><?php echo $value['title'] ?></td>
+														<td class='center'><?php echo date('Y-m-d' , $value['publishtime']) ?></td>
+														<td class='center'>
+															<a href="<?php echo ADMIN_PATH; ?>/news/edit?type=<?php echo $type ?>&id=<?php echo $value['id'] ?>">
+	                                                            <button class="btn btn-xs btn-info"><i
+	                                                                    class="fa fa-pencil-square-o"></i> 编 辑
+	                                                            </button>
+	                                                        </a>
+															<a href="<?php echo ADMIN_PATH; ?>/news/del?type=<?php echo $type ?>&id=<?php echo $value['id'] ?>">
+	                                                            <button class="btn btn-xs btn-danger"><i
+	                                                                    class="fa  fa-minus-circle"></i> 删 除
+	                                                            </button>
+	                                                        </a>
+														</td>
+													</tr>
+												<?php 
+													endforeach;
+													endif;
+												 ?>
+												</tbody>
+											</table>
+										</div>
+									</div>
+									<!-- /BOX -->
+								</div>
+							</div>
+							<!-- /DATA TABLES -->
+							<!-- hidden bootbox html -->
+							<!-- <div class='hidden' id='addHomepageLogoHtml'>
+								<div class="row">
+									<div class="col-md-12">
+										<div class="box-body">
+											<form class="form-horizontal" role="form" action="<?php echo ADMIN_PATH; ?>/example/add" method="post">
+												<div class="form-group">
+													<label for="inputPhone" class="col-sm-3 control-label">合作伙伴名称</label>
+													<div class="col-sm-7">
+														<input type="text" class="form-control" id="name" name="name" value="" required="required">
+													</div>
+												</div>
+												<div class="form-group">
+													<label for="inputPhone" class="col-sm-3 control-label">合作伙伴LOGO</label>
+													<div class="col-sm-7">
+														<input type="text" class="form-control" id="url" name="url" value="" required="required">
+													</div>
+													<span class="btn btn-success fileinput-button">
+														<i class="fa fa-plus"></i>
+														<span>上传</span>
+														<input type="file" multiple="" name="files" id='fileupload'>
+													</span>
+													<script>jQuery(document).ready(function(){App.setPage("handleUploadLogo");App.init()});</script>
+												</div>
+												<div class="col-sm-offset-1 col-sm-10">
+													<button type="submit" class="btn btn-pink">更新</button>
+												</div>
+											</form>
+										</div>
+									</div>
+								</div>
+							</div> -->
+							<!-- /hidden bootbox html-->
+						</div>
+					</div>
+				</div><!-- /CONTENT-->
+			</div>
+		</div>
+	</div>
+</section>
+<?php $this->load->view('_js'); ?>
+<script>
+	jQuery(document).ready(function() {		
+		App.setPage("news");  //Set current page
+		App.init(); //Initialise plugins and elements
+	});
+</script>
+</body>
+</html>

+ 171 - 0
web/application/views/admin/productAddView.php

@@ -0,0 +1,171 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
+    <meta charset="utf-8">
+    <title>graphene Admin | Dashboard</title>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=no">
+    <meta name="description" content="">
+    <meta name="author" content="">
+    <link href="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.6-rc.0/css/select2.min.css" rel="stylesheet" />
+    <?php $this->load->view('_css'); ?>
+</head>
+<body>
+<!-- 顶部导航栏 -->
+    <?php $this->load->view('_header'); ?>
+<!-- 顶部导航栏 -->
+    <!-- PAGE -->
+    <section id="page">
+    <!-- 功能栏 -->
+    <?php $this->load->view('_siderbar'); ?>
+    <!-- 功能栏 -->
+                
+    <div id="main-content">
+        <div class="container">
+            <div class="row">
+                <div id="content" class="col-lg-12">
+                    <!-- PAGE HEADER-->
+                    <div class="row">
+                        <div class="col-sm-12">
+                            <div class="page-header">
+                                <div class="clearfix">
+                                    <h3 class="content-title pull-left">添加产品</h3>
+                                </div>
+                            </div>
+                        </div>
+                    </div>
+                    <!-- /PAGE HEADER -->
+                    <!-- NEW ORDERS & STATISTICS -->
+                    <div class="row">
+                        <div class="col-md-6">
+                            <div class="box-body">
+                                <form class="form-horizontal" role="form" action="<?php echo ADMIN_PATH; ?>/product/add?action=insert" method="post">
+                                     <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">所属类别</label>
+                                        <div class="col-sm-7">
+                                        <select class="form-control type-multiple" name='type[]' multiple="multiple">
+                                            <?php
+                                                if(is_array($type)):
+                                                foreach ($type as $key => $value):
+                                            ?>
+                                            <option value="<?php echo $value['id']; ?>"><?php echo $value['name']; ?></option>
+                                            <?php 
+                                                endforeach;
+                                                endif;
+                                            ?>
+                                        </select>
+                                        </div>
+                                    </div>
+                                    <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">产品名称</label>
+                                        <div class="col-sm-7">
+                                            <input type="text" class="form-control" id="title" name="title" required="required" value="">
+                                        </div>
+                                    </div>
+                                    <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">产品编号</label>
+                                        <div class="col-sm-7">
+                                            <input type="text" class="form-control" id="pid" name="pid" required="required" value="">
+                                        </div>
+                                    </div>
+                                    <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">排序数字</label>
+                                        <div class="col-sm-7">
+                                            <input type="text" class="form-control" id="ord" name="ord" required="required" value="99" value="">
+                                        </div>
+                                    </div>
+                                    <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">发布时间</label>
+                                        <div class="col-sm-7">
+                                            <input size="16" type="text" name='publishtime' id='publishtime' value="" class="form-control form_datetime" >
+                                            <span class="add-on"><i class="icon-th"></i></span>
+                                        </div>
+                                    </div>
+                                    <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">产品图片1</label>
+                                        <div class="col-sm-7">
+                                            <input type="text" class="form-control cover" id="img" name="img[]" required="required" value="">
+                                        </div>
+                                        <span class="btn btn-success fileinput-button">
+                                            <i class="fa fa-plus"></i>
+                                            <span>上传</span>
+                                            <input type="file" multiple="" name="files" id='fileupload' class='fileupload'>
+                                        </span>
+                                    </div>
+
+                    <!--
+                                    <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">产品图片2</label>
+                                        <div class="col-sm-7">
+                                            <input type="text" class="form-control cover" id="img" name="img[]" required="required" value="<?php echo $item['img'][1]['img'] ?>">
+                                        </div>
+                                        <span class="btn btn-success fileinput-button">
+                                            <i class="fa fa-plus"></i>
+                                            <span>上传</span>
+                                            <input type="file" multiple="" name="files" id='fileupload2' class='fileupload'>
+                                        </span>
+                                    </div>
+
+                                    <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">产品图片3</label>
+                                        <div class="col-sm-7">
+                                            <input type="text" class="form-control cover" id="img" name="img[]" required="required" value="<?php echo $item['img'][2]['img'] ?>">
+                                        </div>
+                                        <span class="btn btn-success fileinput-button">
+                                            <i class="fa fa-plus"></i>
+                                            <span>上传</span>
+                                            <input type="file" multiple="" name="files" id='fileupload3' class='fileupload'>
+                                        </span>
+                                    </div>
+                    --!>
+                                    <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">产品简介</label>
+                                        <div class="col-sm-7">
+                                            <textarea class="form-control" rows="10" name='desc'></textarea>
+                                        </div>
+                                    </div>
+                                    <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">适用场合</label>
+                                        <div class="col-sm-7">
+                                            <textarea class="form-control" rows="10" name='sence' placeholder='每个场合使用英文逗号","隔开' ></textarea>
+                                        </div>
+                                    </div>
+                
+
+                                    <div class="col-sm-offset-1 col-sm-10">
+                                        <a href="<?php echo ADMIN_PATH; ?>/product"><button type="button" class="btn btn-purple">返回</button></a>
+                                        <button type="submit" class="btn btn-pink">添加</button>
+                                    </div>
+                                </form>
+                            </div>
+                        </div>
+                    </div>
+                </div><!-- /CONTENT-->
+            </div>
+        </div>
+    </div>
+    </section>
+    <?php $this->load->view('_js'); ?>
+    <script src="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.6-rc.0/js/select2.min.js"></script>
+    <script>
+        $(document).ready(function() {
+            $('.type-multiple').select2();
+        });
+        jQuery(document).ready(function() {     
+            $(".form_datetime").datetimepicker({
+                language:  'zh-CN',
+                weekStart: 1,
+                todayBtn:  1,
+                autoclose: 1,
+                todayHighlight: 1,
+                startView: 2,
+                minView: 2,
+                forceParse: 0,
+                format: 'yyyy-mm-dd'
+            });
+            App.setPage("slider");  //Set current page
+            App.init(); //Initialise plugins and elements
+        });
+    </script>
+</body>
+</html>

+ 173 - 0
web/application/views/admin/productEditView.php

@@ -0,0 +1,173 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
+    <meta charset="utf-8">
+    <title>graphene Admin | Dashboard</title>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=no">
+    <meta name="description" content="">
+    <meta name="author" content="">
+    <link href="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.6-rc.0/css/select2.min.css" rel="stylesheet" />
+    <?php $this->load->view('_css'); ?>
+</head>
+<body>
+<!-- 顶部导航栏 -->
+    <?php $this->load->view('_header'); ?>
+<!-- 顶部导航栏 -->
+    <!-- PAGE -->
+    <section id="page">
+    <!-- 功能栏 -->
+    <?php $this->load->view('_siderbar'); ?>
+    <!-- 功能栏 -->
+                
+    <div id="main-content">
+        <div class="container">
+            <div class="row">
+                <div id="content" class="col-lg-12">
+                    <!-- PAGE HEADER-->
+                    <div class="row">
+                        <div class="col-sm-12">
+                            <div class="page-header">
+                                <div class="clearfix">
+                                    <h3 class="content-title pull-left">编辑产品</h3>
+                                </div>
+                            </div>
+                        </div>
+                    </div>
+                    <!-- /PAGE HEADER -->
+                    <!-- NEW ORDERS & STATISTICS -->
+                    <div class="row">
+                        <div class="col-md-6">
+                            <div class="box-body">
+                                <form class="form-horizontal" role="form" action="<?php echo ADMIN_PATH; ?>/product/edit?action=update" method="post">
+                                <input type="hidden" name="id" value="<?php echo $item['id'] ?>">
+                                     <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">所属类别</label>
+                                        <div class="col-sm-7">
+                                        <select class="form-control type-multiple" name='type[]' multiple="multiple">
+                                            <?php
+                                                if(is_array($type)):
+                                                foreach ($type as $key => $value):
+                                            ?>
+                                            <option value="<?php echo $value['id']; ?>" <?php $type_id_arr = explode(',', $item['type']); if(in_array($value['id'], $type_id_arr)) echo 'selected'; ?>><?php echo $value['name']; ?></option>
+                                            <?php 
+                                                endforeach;
+                                                endif;
+                                            ?>
+                                        </select>
+                                        </div>
+                                    </div>
+                                    <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">产品名称</label>
+                                        <div class="col-sm-7">
+                                            <input type="text" class="form-control" id="title" name="title" required="required" value="<?php echo $item['title'] ?>">
+                                        </div>
+                                    </div>
+                                    <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">产品编号</label>
+                                        <div class="col-sm-7">
+                                            <input type="text" class="form-control" id="pid" name="pid" required="required" value="<?php echo $item['pid'] ?>">
+                                        </div>
+                                    </div>
+                                    <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">排序数字</label>
+                                        <div class="col-sm-7">
+                                            <input type="text" class="form-control" id="ord" name="ord" required="required" value="99" value="<?php echo $item['ord'] ?>">
+                                        </div>
+                                    </div>
+                                    <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">发布时间</label>
+                                        <div class="col-sm-7">
+                                            <input size="16" type="text" name='publishtime' id='publishtime' value="<?php echo date('Y-m-d' , $item['publishtime']) ?>" class="form-control form_datetime" >
+                                            <span class="add-on"><i class="icon-th"></i></span>
+                                        </div>
+                                    </div>
+                                    <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">产品图片1</label>
+                                        <div class="col-sm-7">
+                                            <input type="text" class="form-control cover" id="img" name="img[]" required="required" value="<?php echo $item['img'][0]['img'] ?>">
+                                        </div>
+                                        <span class="btn btn-success fileinput-button">
+                                            <i class="fa fa-plus"></i>
+                                            <span>上传</span>
+                                            <input type="file" multiple="" name="files" id='fileupload' class='fileupload'>
+                                        </span>
+                                    </div>
+
+                    <!--
+                                    <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">产品图片2</label>
+                                        <div class="col-sm-7">
+                                            <input type="text" class="form-control cover" id="img" name="img[]" required="required" value="<?php echo $item['img'][1]['img'] ?>">
+                                        </div>
+                                        <span class="btn btn-success fileinput-button">
+                                            <i class="fa fa-plus"></i>
+                                            <span>上传</span>
+                                            <input type="file" multiple="" name="files" id='fileupload2' class='fileupload'>
+                                        </span>
+                                    </div>
+
+                                    <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">产品图片3</label>
+                                        <div class="col-sm-7">
+                                            <input type="text" class="form-control cover" id="img" name="img[]" required="required" value="<?php echo $item['img'][2]['img'] ?>">
+                                        </div>
+                                        <span class="btn btn-success fileinput-button">
+                                            <i class="fa fa-plus"></i>
+                                            <span>上传</span>
+                                            <input type="file" multiple="" name="files" id='fileupload3' class='fileupload'>
+                                        </span>
+                                    </div>
+                    --!>
+                                    <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">产品简介</label>
+                                        <div class="col-sm-7">
+                                            <textarea class="form-control" rows="10" name='desc'><?php echo $item['desc'] ?></textarea>
+                                        </div>
+                                    </div>
+                                    <div class="form-group">
+                                        <label for="inputPhone" class="col-sm-2 control-label">适用场合</label>
+                                        <div class="col-sm-7">
+                                            <textarea class="form-control" rows="10" name='sence' placeholder='每个场合使用英文逗号","隔开' ><?php echo $item['sence']?></textarea>
+                                        </div>
+                                    </div>
+                
+
+                                    <div class="col-sm-offset-1 col-sm-10">
+                                        <a href="<?php echo ADMIN_PATH; ?>/product"><button type="button" class="btn btn-purple">返回</button></a>
+                                        <button type="submit" class="btn btn-pink">更新</button>
+                                    </div>
+                                </form>
+                            </div>
+                        </div>
+                    </div>
+                </div><!-- /CONTENT-->
+            </div>
+        </div>
+    </div>
+    </section>
+    <?php $this->load->view('_js'); ?>
+    <script src="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.6-rc.0/js/select2.min.js"></script>
+    <script>
+        $(document).ready(function() {
+            var obj = $('.type-multiple').select2();
+            // obj.val().trigger("change");
+        });
+        jQuery(document).ready(function() {     
+            $(".form_datetime").datetimepicker({
+                language:  'zh-CN',
+                weekStart: 1,
+                todayBtn:  1,
+                autoclose: 1,
+                todayHighlight: 1,
+                startView: 2,
+                minView: 2,
+                forceParse: 0,
+                format: 'yyyy-mm-dd'
+            });
+            App.setPage("slider");  //Set current page
+            App.init(); //Initialise plugins and elements
+        });
+    </script>
+</body>
+</html>

Some files were not shown because too many files changed in this diff