├── data ├── index.htm ├── api │ ├── index.htm │ ├── oauth │ │ ├── index.htm │ │ └── system │ │ │ ├── index.htm │ │ │ └── core.php │ └── alipay │ │ ├── lib │ │ ├── index.htm │ │ └── alipay_md5.function.php │ │ ├── cacert.pem │ │ ├── images │ │ ├── alipay.gif │ │ └── new-btn-fixed.png │ │ └── alipay.config.php ├── backup │ └── index.htm ├── captcha │ ├── index.htm │ └── vdcode.jpg ├── error │ └── index.htm ├── httpfile │ └── index.htm ├── sessions │ └── index.htm ├── watermark │ ├── index.htm │ ├── watermarket.png │ ├── watermarket_backup.png │ └── watermark.inc.php ├── avatar │ ├── images │ │ ├── camera.swf │ │ └── default_avatar.jpg │ ├── lib │ │ └── config.php │ └── index.php └── lang │ ├── en_US.lang.php │ └── zh_CN.lang.php ├── include ├── index.htm ├── conn.inc.php └── config.inc.php ├── uploads ├── index.htm ├── soft │ └── index.htm ├── image │ └── index.htm └── media │ └── index.htm ├── admin ├── editor │ ├── index.htm │ ├── themes │ │ ├── common │ │ │ ├── rm.gif │ │ │ ├── blank.gif │ │ │ ├── flash.gif │ │ │ ├── media.gif │ │ │ ├── anchor.gif │ │ │ └── loading.gif │ │ ├── qq │ │ │ └── editor.gif │ │ └── default │ │ │ ├── default.png │ │ │ └── background.png │ ├── plugins │ │ ├── emoticons │ │ │ └── images │ │ │ │ ├── 0.gif │ │ │ │ ├── 1.gif │ │ │ │ ├── 2.gif │ │ │ │ ├── 3.gif │ │ │ │ ├── 4.gif │ │ │ │ ├── 5.gif │ │ │ │ ├── 6.gif │ │ │ │ ├── 7.gif │ │ │ │ ├── 8.gif │ │ │ │ ├── 9.gif │ │ │ │ ├── 10.gif │ │ │ │ ├── 100.gif │ │ │ │ ├── 101.gif │ │ │ │ ├── 102.gif │ │ │ │ ├── 103.gif │ │ │ │ ├── 104.gif │ │ │ │ ├── 105.gif │ │ │ │ ├── 106.gif │ │ │ │ ├── 107.gif │ │ │ │ ├── 108.gif │ │ │ │ ├── 109.gif │ │ │ │ ├── 11.gif │ │ │ │ ├── 110.gif │ │ │ │ ├── 111.gif │ │ │ │ ├── 112.gif │ │ │ │ ├── 113.gif │ │ │ │ ├── 114.gif │ │ │ │ ├── 115.gif │ │ │ │ ├── 116.gif │ │ │ │ ├── 117.gif │ │ │ │ ├── 118.gif │ │ │ │ ├── 119.gif │ │ │ │ ├── 12.gif │ │ │ │ ├── 120.gif │ │ │ │ ├── 121.gif │ │ │ │ ├── 122.gif │ │ │ │ ├── 123.gif │ │ │ │ ├── 124.gif │ │ │ │ ├── 125.gif │ │ │ │ ├── 126.gif │ │ │ │ ├── 127.gif │ │ │ │ ├── 128.gif │ │ │ │ ├── 129.gif │ │ │ │ ├── 13.gif │ │ │ │ ├── 130.gif │ │ │ │ ├── 131.gif │ │ │ │ ├── 132.gif │ │ │ │ ├── 133.gif │ │ │ │ ├── 134.gif │ │ │ │ ├── 14.gif │ │ │ │ ├── 15.gif │ │ │ │ ├── 16.gif │ │ │ │ ├── 17.gif │ │ │ │ ├── 18.gif │ │ │ │ ├── 19.gif │ │ │ │ ├── 20.gif │ │ │ │ ├── 21.gif │ │ │ │ ├── 22.gif │ │ │ │ ├── 23.gif │ │ │ │ ├── 24.gif │ │ │ │ ├── 25.gif │ │ │ │ ├── 26.gif │ │ │ │ ├── 27.gif │ │ │ │ ├── 28.gif │ │ │ │ ├── 29.gif │ │ │ │ ├── 30.gif │ │ │ │ ├── 31.gif │ │ │ │ ├── 32.gif │ │ │ │ ├── 33.gif │ │ │ │ ├── 34.gif │ │ │ │ ├── 35.gif │ │ │ │ ├── 36.gif │ │ │ │ ├── 37.gif │ │ │ │ ├── 38.gif │ │ │ │ ├── 39.gif │ │ │ │ ├── 40.gif │ │ │ │ ├── 41.gif │ │ │ │ ├── 42.gif │ │ │ │ ├── 43.gif │ │ │ │ ├── 44.gif │ │ │ │ ├── 45.gif │ │ │ │ ├── 46.gif │ │ │ │ ├── 47.gif │ │ │ │ ├── 48.gif │ │ │ │ ├── 49.gif │ │ │ │ ├── 50.gif │ │ │ │ ├── 51.gif │ │ │ │ ├── 52.gif │ │ │ │ ├── 53.gif │ │ │ │ ├── 54.gif │ │ │ │ ├── 55.gif │ │ │ │ ├── 56.gif │ │ │ │ ├── 57.gif │ │ │ │ ├── 58.gif │ │ │ │ ├── 59.gif │ │ │ │ ├── 60.gif │ │ │ │ ├── 61.gif │ │ │ │ ├── 62.gif │ │ │ │ ├── 63.gif │ │ │ │ ├── 64.gif │ │ │ │ ├── 65.gif │ │ │ │ ├── 66.gif │ │ │ │ ├── 67.gif │ │ │ │ ├── 68.gif │ │ │ │ ├── 69.gif │ │ │ │ ├── 70.gif │ │ │ │ ├── 71.gif │ │ │ │ ├── 72.gif │ │ │ │ ├── 73.gif │ │ │ │ ├── 74.gif │ │ │ │ ├── 75.gif │ │ │ │ ├── 76.gif │ │ │ │ ├── 77.gif │ │ │ │ ├── 78.gif │ │ │ │ ├── 79.gif │ │ │ │ ├── 80.gif │ │ │ │ ├── 81.gif │ │ │ │ ├── 82.gif │ │ │ │ ├── 83.gif │ │ │ │ ├── 84.gif │ │ │ │ ├── 85.gif │ │ │ │ ├── 86.gif │ │ │ │ ├── 87.gif │ │ │ │ ├── 88.gif │ │ │ │ ├── 89.gif │ │ │ │ ├── 90.gif │ │ │ │ ├── 91.gif │ │ │ │ ├── 92.gif │ │ │ │ ├── 93.gif │ │ │ │ ├── 94.gif │ │ │ │ ├── 95.gif │ │ │ │ ├── 96.gif │ │ │ │ ├── 97.gif │ │ │ │ ├── 98.gif │ │ │ │ ├── 99.gif │ │ │ │ └── static.gif │ │ ├── image │ │ │ └── images │ │ │ │ ├── refresh.png │ │ │ │ ├── align_left.gif │ │ │ │ ├── align_top.gif │ │ │ │ └── align_right.gif │ │ ├── multiimage │ │ │ └── images │ │ │ │ ├── image.png │ │ │ │ ├── swfupload.swf │ │ │ │ ├── select-files-en.png │ │ │ │ └── select-files-zh_CN.png │ │ ├── filemanager │ │ │ └── images │ │ │ │ ├── file-16.gif │ │ │ │ ├── file-64.gif │ │ │ │ ├── go-up.gif │ │ │ │ ├── folder-16.gif │ │ │ │ └── folder-64.gif │ │ ├── template │ │ │ └── html │ │ │ │ ├── 1.html │ │ │ │ ├── 3.html │ │ │ │ └── 2.html │ │ ├── code │ │ │ └── prettify.css │ │ ├── pagebreak │ │ │ └── pagebreak.js │ │ ├── preview │ │ │ └── preview.js │ │ ├── clearhtml │ │ │ └── clearhtml.js │ │ ├── lineheight │ │ │ └── lineheight.js │ │ ├── baidumap │ │ │ └── map.html │ │ ├── autoheight │ │ │ └── autoheight.js │ │ ├── plainpaste │ │ │ └── plainpaste.js │ │ ├── anchor │ │ │ └── anchor.js │ │ ├── wordpaste │ │ │ └── wordpaste.js │ │ └── map │ │ │ └── map.html │ └── php │ │ └── upload_json.php ├── inc │ ├── index.htm │ └── manageui.inc.php ├── plugin │ ├── index.htm │ ├── jcrop │ │ ├── btn.gif │ │ ├── board.gif │ │ ├── jcrop.gif │ │ ├── nopic.png │ │ └── txt_bg.png │ ├── uploadify │ │ ├── btn.gif │ │ ├── nopic.png │ │ ├── select.png │ │ ├── close_div.gif │ │ ├── uploadify.swf │ │ ├── uploadify-cancel.png │ │ ├── uploadifive-cancel.png │ │ ├── uploadify.php │ │ └── uploadifive.php │ ├── colorpicker │ │ └── cross.png │ └── calendar │ │ └── question-balloon.png ├── templates │ ├── index.htm │ ├── html │ │ └── index.htm │ ├── images │ │ ├── index.htm │ │ ├── btn.gif │ │ ├── logo.png │ │ ├── tran.gif │ │ ├── addRow.png │ │ ├── authBg.png │ │ ├── boldBg.png │ │ ├── folder.gif │ │ ├── lnk_bg.png │ │ ├── logoi.png │ │ ├── right.gif │ │ ├── CloseBg2.png │ │ ├── clearfile.png │ │ ├── closeBg.png │ │ ├── colorBg.png │ │ ├── dfthumb.png │ │ ├── filestate.png │ │ ├── folderBg.png │ │ ├── headerBtn.png │ │ ├── leftNavBg.png │ │ ├── lnkBg01.png │ │ ├── lnkBg02.png │ │ ├── lnkBg03.png │ │ ├── lnkBg04.png │ │ ├── loading.gif │ │ ├── loading2.gif │ │ ├── loading3.gif │ │ ├── loading4.gif │ │ ├── logoiOn.png │ │ ├── lrArrow.png │ │ ├── nologinbg.jpg │ │ ├── oauthico.png │ │ ├── pageOnBg.png │ │ ├── pmSignBg.png │ │ ├── preMobile.jpg │ │ ├── searchBg.png │ │ ├── subTypeBg.gif │ │ ├── transys.png │ │ ├── arrowDownBg.png │ │ ├── calendarBg.png │ │ ├── gray_btn_bg.png │ │ ├── headerBtnOn.png │ │ ├── homeCopyBg.png │ │ ├── loginTxtBg.png │ │ ├── logoiHover.png │ │ ├── preMobiles.jpg │ │ ├── database_key.gif │ │ ├── leftMenuType.png │ │ ├── lockScreenIco.png │ │ ├── scrbar_thumb.png │ │ ├── scrbar_thumb_on.png │ │ ├── loginbg │ │ │ ├── loginBg_01.jpg │ │ │ ├── loginBg_02.jpg │ │ │ ├── loginBg_04.jpg │ │ │ ├── loginBg_06.jpg │ │ │ ├── loginBg_07.jpg │ │ │ ├── loginBg_08.jpg │ │ │ ├── loginBg_09.jpg │ │ │ ├── loginBg_10.jpg │ │ │ └── loginBg_11.jpg │ │ └── user_default_avatar.jpg │ ├── js │ │ ├── index.htm │ │ ├── getcatpsize.js │ │ ├── getinfosrc.js │ │ ├── getarea.js │ │ ├── getjcrop.js │ │ ├── getuploadify.js │ │ └── leftmenu.js │ └── style │ │ └── index.htm ├── mobile │ ├── templates │ │ ├── index.htm │ │ ├── images │ │ │ ├── logo.png │ │ │ ├── filestate.png │ │ │ ├── pageOnBg.png │ │ │ └── loginTxtBg.png │ │ └── js │ │ │ └── frame.js │ ├── footer.php │ ├── info.php │ ├── infoimg.php │ ├── infoclass.php │ ├── infolist.php │ └── header.php ├── index.php ├── logout.php ├── default.php ├── usercomment_save.php ├── userfavorite_save.php ├── database_query.php ├── infoflag_save.php ├── goodsflag_save.php ├── getmode_save.php ├── infosrc_save.php ├── postmode_save.php ├── showad.php ├── database_message.php ├── lockscreen_do.php ├── paymode_save.php ├── usergroup_save.php ├── goodsattr_save.php ├── fragment_save.php ├── lnk_save.php ├── infolist.php ├── soft.php ├── infoimg.php ├── goodsorder_save.php ├── message_save.php ├── upload_file.php ├── database_struct.php ├── nav_save.php ├── database_import.php ├── goods.php ├── cascadedata_save.php ├── goodstype_save.php ├── upload_file_do.php ├── goodsbrand_save.php ├── weblinktype_save.php ├── job_save.php ├── cascade_save.php ├── adtype_save.php ├── maintype_save.php ├── mobile.php ├── weblink_save.php └── admanage_save.php ├── install ├── data │ ├── index.htm │ └── conn.tpl.php └── templates │ ├── index.htm │ ├── images │ ├── logo.png │ ├── already.png │ ├── errorBg.png │ ├── complete.png │ ├── correctBg.png │ └── inputOnBg.png │ ├── js │ └── common.js │ ├── step_3.html │ ├── step_4.html │ └── step_5.html ├── templates ├── index.htm └── default │ ├── index.htm │ ├── js │ ├── index.htm │ ├── slidespro.js │ ├── top.js │ └── getarea.js │ ├── images │ ├── index.htm │ ├── dots.gif │ ├── icon.png │ ├── logo.png │ ├── arrow.png │ ├── bg_th.gif │ ├── bkgdown.png │ ├── buybtn.png │ ├── comment.gif │ ├── icon_v.png │ ├── kf_ico.png │ ├── loading.gif │ ├── msg_bg.gif │ ├── nav_bg.png │ ├── nav_ico.gif │ ├── sprite.png │ ├── tel_txt.png │ ├── weblogo.png │ ├── banner-ir.png │ ├── bkghover.png │ ├── bkgnormal.png │ ├── dot_line.gif │ ├── loading2.gif │ ├── oauthico.png │ ├── search_bg.gif │ ├── sina_logo.png │ ├── soft_tabs.png │ ├── tqq_logo.png │ ├── aboutus_bg.png │ ├── aboutus_img.png │ ├── actbox-ico.gif │ ├── box_dotline.gif │ ├── commnet_bg.png │ ├── download_s.png │ ├── follow_title.png │ ├── imgdata │ │ ├── i559.jpg │ │ ├── iMac.jpg │ │ ├── iPod.jpg │ │ ├── map.png │ │ ├── moto.jpg │ │ ├── 361du.jpg │ │ ├── ipad2.jpg │ │ ├── qqlogo.gif │ │ ├── iphone4s.jpg │ │ ├── macbook.jpg │ │ ├── newsimg.png │ │ ├── zhonghua.jpg │ │ ├── iphone4s_w.jpg │ │ ├── iphone5_01.jpg │ │ ├── iphone5_02.jpg │ │ ├── iphone5_03.jpg │ │ ├── iphone5_04.jpg │ │ ├── iphone5_05.jpg │ │ ├── slideimg_1.jpg │ │ ├── slideimg_2.jpg │ │ ├── slideimg_3.jpg │ │ ├── slideimg_4.jpg │ │ ├── slideimg_5.jpg │ │ └── mobliebaidulogo.jpg │ ├── mobile │ │ ├── Thumbs.db │ │ ├── icon.png │ │ ├── navbg.png │ │ ├── top.png │ │ └── icon_on.png │ ├── news_title.png │ ├── nofoundpic.gif │ ├── shopcart_ico.gif │ ├── soft_logo_bg.png │ ├── soft_tabs_on.png │ ├── subnav_ico.gif │ ├── btn-style-gray.gif │ ├── commnet_btn_bg.png │ ├── contact_title.png │ ├── input_gray_bg.png │ ├── subnav_ico_on.gif │ ├── userlog_btn_bg.png │ ├── weblink_title.png │ ├── commnet_btnon_bg.png │ ├── userlog_input_bg.png │ └── jquery-lightbox-theme.png │ ├── member │ ├── index.htm │ ├── header.php │ ├── lefterguest.php │ └── defaultguest.php │ ├── style │ └── index.htm │ └── mobile │ ├── footer.php │ └── nav.php ├── favicon.ico ├── LICENSE.txt ├── robots.txt ├── lefter.php ├── footer.php ├── .gitignore ├── 使用说明.txt ├── README.md ├── 4g.php ├── 协议说明.txt ├── about.php └── contact.php /data/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /include/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /uploads/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /admin/editor/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /admin/inc/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /admin/plugin/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /data/api/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /data/backup/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /data/captcha/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /data/error/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /install/data/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /templates/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /uploads/soft/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /admin/templates/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /data/api/oauth/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /data/httpfile/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /data/sessions/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /data/watermark/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /install/templates/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /templates/default/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /uploads/image/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /uploads/media/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /admin/mobile/templates/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /admin/templates/html/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /admin/templates/images/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /admin/templates/js/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /admin/templates/style/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /data/api/alipay/lib/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /data/api/oauth/system/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /templates/default/js/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /templates/default/images/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /templates/default/member/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /templates/default/style/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/favicon.ico -------------------------------------------------------------------------------- /data/captcha/vdcode.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/data/captcha/vdcode.jpg -------------------------------------------------------------------------------- /admin/plugin/jcrop/btn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/plugin/jcrop/btn.gif -------------------------------------------------------------------------------- /data/api/alipay/cacert.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/data/api/alipay/cacert.pem -------------------------------------------------------------------------------- /admin/plugin/jcrop/board.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/plugin/jcrop/board.gif -------------------------------------------------------------------------------- /admin/plugin/jcrop/jcrop.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/plugin/jcrop/jcrop.gif -------------------------------------------------------------------------------- /admin/plugin/jcrop/nopic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/plugin/jcrop/nopic.png -------------------------------------------------------------------------------- /admin/plugin/jcrop/txt_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/plugin/jcrop/txt_bg.png -------------------------------------------------------------------------------- /admin/plugin/uploadify/btn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/plugin/uploadify/btn.gif -------------------------------------------------------------------------------- /admin/templates/images/btn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/btn.gif -------------------------------------------------------------------------------- /admin/templates/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/logo.png -------------------------------------------------------------------------------- /admin/templates/images/tran.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/tran.gif -------------------------------------------------------------------------------- /data/avatar/images/camera.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/data/avatar/images/camera.swf -------------------------------------------------------------------------------- /data/watermark/watermarket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/data/watermark/watermarket.png -------------------------------------------------------------------------------- /admin/editor/themes/common/rm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/themes/common/rm.gif -------------------------------------------------------------------------------- /admin/editor/themes/qq/editor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/themes/qq/editor.gif -------------------------------------------------------------------------------- /admin/plugin/uploadify/nopic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/plugin/uploadify/nopic.png -------------------------------------------------------------------------------- /admin/plugin/uploadify/select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/plugin/uploadify/select.png -------------------------------------------------------------------------------- /admin/templates/images/addRow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/addRow.png -------------------------------------------------------------------------------- /admin/templates/images/authBg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/authBg.png -------------------------------------------------------------------------------- /admin/templates/images/boldBg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/boldBg.png -------------------------------------------------------------------------------- /admin/templates/images/folder.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/folder.gif -------------------------------------------------------------------------------- /admin/templates/images/lnk_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/lnk_bg.png -------------------------------------------------------------------------------- /admin/templates/images/logoi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/logoi.png -------------------------------------------------------------------------------- /admin/templates/images/right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/right.gif -------------------------------------------------------------------------------- /data/api/alipay/images/alipay.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/data/api/alipay/images/alipay.gif -------------------------------------------------------------------------------- /install/templates/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/install/templates/images/logo.png -------------------------------------------------------------------------------- /templates/default/images/dots.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/dots.gif -------------------------------------------------------------------------------- /templates/default/images/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/icon.png -------------------------------------------------------------------------------- /templates/default/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/logo.png -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- 1 | PHPMyWind遵循Apache2开源协议发布。Apache Licence是著名的非盈利开源组织Apache采用的协议,该协议和BSD类似,鼓励代码共享和尊重原作者的著作权,同样允许代码修改,再作为开源或商业软件发布。 2 | -------------------------------------------------------------------------------- /admin/editor/themes/common/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/themes/common/blank.gif -------------------------------------------------------------------------------- /admin/editor/themes/common/flash.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/themes/common/flash.gif -------------------------------------------------------------------------------- /admin/editor/themes/common/media.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/themes/common/media.gif -------------------------------------------------------------------------------- /admin/plugin/colorpicker/cross.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/plugin/colorpicker/cross.png -------------------------------------------------------------------------------- /admin/plugin/uploadify/close_div.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/plugin/uploadify/close_div.gif -------------------------------------------------------------------------------- /admin/plugin/uploadify/uploadify.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/plugin/uploadify/uploadify.swf -------------------------------------------------------------------------------- /admin/templates/images/CloseBg2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/CloseBg2.png -------------------------------------------------------------------------------- /admin/templates/images/clearfile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/clearfile.png -------------------------------------------------------------------------------- /admin/templates/images/closeBg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/closeBg.png -------------------------------------------------------------------------------- /admin/templates/images/colorBg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/colorBg.png -------------------------------------------------------------------------------- /admin/templates/images/dfthumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/dfthumb.png -------------------------------------------------------------------------------- /admin/templates/images/filestate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/filestate.png -------------------------------------------------------------------------------- /admin/templates/images/folderBg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/folderBg.png -------------------------------------------------------------------------------- /admin/templates/images/headerBtn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/headerBtn.png -------------------------------------------------------------------------------- /admin/templates/images/leftNavBg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/leftNavBg.png -------------------------------------------------------------------------------- /admin/templates/images/lnkBg01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/lnkBg01.png -------------------------------------------------------------------------------- /admin/templates/images/lnkBg02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/lnkBg02.png -------------------------------------------------------------------------------- /admin/templates/images/lnkBg03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/lnkBg03.png -------------------------------------------------------------------------------- /admin/templates/images/lnkBg04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/lnkBg04.png -------------------------------------------------------------------------------- /admin/templates/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/loading.gif -------------------------------------------------------------------------------- /admin/templates/images/loading2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/loading2.gif -------------------------------------------------------------------------------- /admin/templates/images/loading3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/loading3.gif -------------------------------------------------------------------------------- /admin/templates/images/loading4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/loading4.gif -------------------------------------------------------------------------------- /admin/templates/images/logoiOn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/logoiOn.png -------------------------------------------------------------------------------- /admin/templates/images/lrArrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/lrArrow.png -------------------------------------------------------------------------------- /admin/templates/images/nologinbg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/nologinbg.jpg -------------------------------------------------------------------------------- /admin/templates/images/oauthico.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/oauthico.png -------------------------------------------------------------------------------- /admin/templates/images/pageOnBg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/pageOnBg.png -------------------------------------------------------------------------------- /admin/templates/images/pmSignBg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/pmSignBg.png -------------------------------------------------------------------------------- /admin/templates/images/preMobile.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/preMobile.jpg -------------------------------------------------------------------------------- /admin/templates/images/searchBg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/searchBg.png -------------------------------------------------------------------------------- /admin/templates/images/subTypeBg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/subTypeBg.gif -------------------------------------------------------------------------------- /admin/templates/images/transys.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/transys.png -------------------------------------------------------------------------------- /install/templates/images/already.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/install/templates/images/already.png -------------------------------------------------------------------------------- /install/templates/images/errorBg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/install/templates/images/errorBg.png -------------------------------------------------------------------------------- /templates/default/images/arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/arrow.png -------------------------------------------------------------------------------- /templates/default/images/bg_th.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/bg_th.gif -------------------------------------------------------------------------------- /templates/default/images/bkgdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/bkgdown.png -------------------------------------------------------------------------------- /templates/default/images/buybtn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/buybtn.png -------------------------------------------------------------------------------- /templates/default/images/comment.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/comment.gif -------------------------------------------------------------------------------- /templates/default/images/icon_v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/icon_v.png -------------------------------------------------------------------------------- /templates/default/images/kf_ico.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/kf_ico.png -------------------------------------------------------------------------------- /templates/default/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/loading.gif -------------------------------------------------------------------------------- /templates/default/images/msg_bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/msg_bg.gif -------------------------------------------------------------------------------- /templates/default/images/nav_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/nav_bg.png -------------------------------------------------------------------------------- /templates/default/images/nav_ico.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/nav_ico.gif -------------------------------------------------------------------------------- /templates/default/images/sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/sprite.png -------------------------------------------------------------------------------- /templates/default/images/tel_txt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/tel_txt.png -------------------------------------------------------------------------------- /templates/default/images/weblogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/weblogo.png -------------------------------------------------------------------------------- /admin/editor/themes/common/anchor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/themes/common/anchor.gif -------------------------------------------------------------------------------- /admin/editor/themes/common/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/themes/common/loading.gif -------------------------------------------------------------------------------- /admin/mobile/templates/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/mobile/templates/images/logo.png -------------------------------------------------------------------------------- /admin/templates/images/arrowDownBg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/arrowDownBg.png -------------------------------------------------------------------------------- /admin/templates/images/calendarBg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/calendarBg.png -------------------------------------------------------------------------------- /admin/templates/images/gray_btn_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/gray_btn_bg.png -------------------------------------------------------------------------------- /admin/templates/images/headerBtnOn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/headerBtnOn.png -------------------------------------------------------------------------------- /admin/templates/images/homeCopyBg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/homeCopyBg.png -------------------------------------------------------------------------------- /admin/templates/images/loginTxtBg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/loginTxtBg.png -------------------------------------------------------------------------------- /admin/templates/images/logoiHover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/logoiHover.png -------------------------------------------------------------------------------- /admin/templates/images/preMobiles.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/preMobiles.jpg -------------------------------------------------------------------------------- /data/avatar/images/default_avatar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/data/avatar/images/default_avatar.jpg -------------------------------------------------------------------------------- /data/watermark/watermarket_backup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/data/watermark/watermarket_backup.png -------------------------------------------------------------------------------- /install/templates/images/complete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/install/templates/images/complete.png -------------------------------------------------------------------------------- /install/templates/images/correctBg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/install/templates/images/correctBg.png -------------------------------------------------------------------------------- /install/templates/images/inputOnBg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/install/templates/images/inputOnBg.png -------------------------------------------------------------------------------- /templates/default/images/banner-ir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/banner-ir.png -------------------------------------------------------------------------------- /templates/default/images/bkghover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/bkghover.png -------------------------------------------------------------------------------- /templates/default/images/bkgnormal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/bkgnormal.png -------------------------------------------------------------------------------- /templates/default/images/dot_line.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/dot_line.gif -------------------------------------------------------------------------------- /templates/default/images/loading2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/loading2.gif -------------------------------------------------------------------------------- /templates/default/images/oauthico.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/oauthico.png -------------------------------------------------------------------------------- /templates/default/images/search_bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/search_bg.gif -------------------------------------------------------------------------------- /templates/default/images/sina_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/sina_logo.png -------------------------------------------------------------------------------- /templates/default/images/soft_tabs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/soft_tabs.png -------------------------------------------------------------------------------- /templates/default/images/tqq_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/tqq_logo.png -------------------------------------------------------------------------------- /admin/editor/themes/default/default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/themes/default/default.png -------------------------------------------------------------------------------- /admin/mobile/footer.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /admin/templates/images/database_key.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/database_key.gif -------------------------------------------------------------------------------- /admin/templates/images/leftMenuType.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/leftMenuType.png -------------------------------------------------------------------------------- /admin/templates/images/lockScreenIco.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/lockScreenIco.png -------------------------------------------------------------------------------- /admin/templates/images/scrbar_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/scrbar_thumb.png -------------------------------------------------------------------------------- /data/api/alipay/images/new-btn-fixed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/data/api/alipay/images/new-btn-fixed.png -------------------------------------------------------------------------------- /templates/default/images/aboutus_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/aboutus_bg.png -------------------------------------------------------------------------------- /templates/default/images/aboutus_img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/aboutus_img.png -------------------------------------------------------------------------------- /templates/default/images/actbox-ico.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/actbox-ico.gif -------------------------------------------------------------------------------- /templates/default/images/box_dotline.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/box_dotline.gif -------------------------------------------------------------------------------- /templates/default/images/commnet_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/commnet_bg.png -------------------------------------------------------------------------------- /templates/default/images/download_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/download_s.png -------------------------------------------------------------------------------- /templates/default/images/follow_title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/follow_title.png -------------------------------------------------------------------------------- /templates/default/images/imgdata/i559.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/imgdata/i559.jpg -------------------------------------------------------------------------------- /templates/default/images/imgdata/iMac.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/imgdata/iMac.jpg -------------------------------------------------------------------------------- /templates/default/images/imgdata/iPod.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/imgdata/iPod.jpg -------------------------------------------------------------------------------- /templates/default/images/imgdata/map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/imgdata/map.png -------------------------------------------------------------------------------- /templates/default/images/imgdata/moto.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/imgdata/moto.jpg -------------------------------------------------------------------------------- /templates/default/images/mobile/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/mobile/Thumbs.db -------------------------------------------------------------------------------- /templates/default/images/mobile/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/mobile/icon.png -------------------------------------------------------------------------------- /templates/default/images/mobile/navbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/mobile/navbg.png -------------------------------------------------------------------------------- /templates/default/images/mobile/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/mobile/top.png -------------------------------------------------------------------------------- /templates/default/images/news_title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/news_title.png -------------------------------------------------------------------------------- /templates/default/images/nofoundpic.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/nofoundpic.gif -------------------------------------------------------------------------------- /templates/default/images/shopcart_ico.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/shopcart_ico.gif -------------------------------------------------------------------------------- /templates/default/images/soft_logo_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/soft_logo_bg.png -------------------------------------------------------------------------------- /templates/default/images/soft_tabs_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/soft_tabs_on.png -------------------------------------------------------------------------------- /templates/default/images/subnav_ico.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/subnav_ico.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/0.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/1.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/2.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/3.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/4.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/5.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/6.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/7.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/8.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/9.gif -------------------------------------------------------------------------------- /admin/editor/themes/default/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/themes/default/background.png -------------------------------------------------------------------------------- /admin/mobile/templates/images/filestate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/mobile/templates/images/filestate.png -------------------------------------------------------------------------------- /admin/mobile/templates/images/pageOnBg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/mobile/templates/images/pageOnBg.png -------------------------------------------------------------------------------- /admin/plugin/calendar/question-balloon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/plugin/calendar/question-balloon.png -------------------------------------------------------------------------------- /admin/plugin/uploadify/uploadify-cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/plugin/uploadify/uploadify-cancel.png -------------------------------------------------------------------------------- /admin/templates/images/scrbar_thumb_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/scrbar_thumb_on.png -------------------------------------------------------------------------------- /templates/default/images/btn-style-gray.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/btn-style-gray.gif -------------------------------------------------------------------------------- /templates/default/images/commnet_btn_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/commnet_btn_bg.png -------------------------------------------------------------------------------- /templates/default/images/contact_title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/contact_title.png -------------------------------------------------------------------------------- /templates/default/images/imgdata/361du.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/imgdata/361du.jpg -------------------------------------------------------------------------------- /templates/default/images/imgdata/ipad2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/imgdata/ipad2.jpg -------------------------------------------------------------------------------- /templates/default/images/imgdata/qqlogo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/imgdata/qqlogo.gif -------------------------------------------------------------------------------- /templates/default/images/input_gray_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/input_gray_bg.png -------------------------------------------------------------------------------- /templates/default/images/mobile/icon_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/mobile/icon_on.png -------------------------------------------------------------------------------- /templates/default/images/subnav_ico_on.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/subnav_ico_on.gif -------------------------------------------------------------------------------- /templates/default/images/userlog_btn_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/userlog_btn_bg.png -------------------------------------------------------------------------------- /templates/default/images/weblink_title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/weblink_title.png -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/10.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/100.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/100.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/101.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/101.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/102.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/102.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/103.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/103.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/104.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/104.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/105.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/105.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/106.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/106.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/107.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/107.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/108.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/108.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/109.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/109.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/11.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/110.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/110.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/111.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/111.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/112.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/112.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/113.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/113.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/114.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/114.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/115.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/115.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/116.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/116.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/117.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/117.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/118.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/118.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/119.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/119.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/12.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/120.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/120.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/121.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/121.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/122.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/122.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/123.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/123.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/124.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/124.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/125.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/125.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/126.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/126.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/127.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/127.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/128.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/128.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/129.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/129.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/13.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/130.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/130.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/131.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/131.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/132.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/132.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/133.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/133.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/134.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/134.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/14.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/15.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/16.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/17.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/18.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/19.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/20.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/21.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/22.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/22.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/23.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/23.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/24.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/24.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/25.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/25.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/26.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/26.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/27.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/27.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/28.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/28.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/29.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/29.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/30.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/30.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/31.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/32.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/33.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/33.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/34.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/34.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/35.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/35.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/36.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/36.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/37.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/37.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/38.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/38.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/39.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/39.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/40.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/40.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/41.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/41.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/42.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/42.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/43.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/43.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/44.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/44.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/45.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/45.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/46.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/46.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/47.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/47.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/48.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/48.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/49.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/49.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/50.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/50.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/51.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/51.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/52.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/52.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/53.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/53.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/54.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/54.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/55.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/55.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/56.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/56.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/57.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/57.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/58.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/58.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/59.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/59.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/60.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/60.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/61.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/61.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/62.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/62.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/63.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/63.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/64.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/64.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/65.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/65.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/66.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/66.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/67.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/67.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/68.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/68.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/69.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/69.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/70.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/70.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/71.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/71.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/72.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/72.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/73.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/73.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/74.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/74.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/75.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/75.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/76.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/76.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/77.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/77.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/78.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/78.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/79.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/79.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/80.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/80.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/81.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/81.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/82.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/82.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/83.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/83.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/84.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/84.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/85.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/85.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/86.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/86.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/87.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/87.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/88.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/88.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/89.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/89.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/90.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/90.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/91.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/91.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/92.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/92.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/93.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/93.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/94.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/94.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/95.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/95.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/96.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/96.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/97.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/97.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/98.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/98.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/99.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/99.gif -------------------------------------------------------------------------------- /admin/editor/plugins/image/images/refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/image/images/refresh.png -------------------------------------------------------------------------------- /admin/mobile/templates/images/loginTxtBg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/mobile/templates/images/loginTxtBg.png -------------------------------------------------------------------------------- /admin/plugin/uploadify/uploadifive-cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/plugin/uploadify/uploadifive-cancel.png -------------------------------------------------------------------------------- /admin/templates/images/loginbg/loginBg_01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/loginbg/loginBg_01.jpg -------------------------------------------------------------------------------- /admin/templates/images/loginbg/loginBg_02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/loginbg/loginBg_02.jpg -------------------------------------------------------------------------------- /admin/templates/images/loginbg/loginBg_04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/loginbg/loginBg_04.jpg -------------------------------------------------------------------------------- /admin/templates/images/loginbg/loginBg_06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/loginbg/loginBg_06.jpg -------------------------------------------------------------------------------- /admin/templates/images/loginbg/loginBg_07.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/loginbg/loginBg_07.jpg -------------------------------------------------------------------------------- /admin/templates/images/loginbg/loginBg_08.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/loginbg/loginBg_08.jpg -------------------------------------------------------------------------------- /admin/templates/images/loginbg/loginBg_09.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/loginbg/loginBg_09.jpg -------------------------------------------------------------------------------- /admin/templates/images/loginbg/loginBg_10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/loginbg/loginBg_10.jpg -------------------------------------------------------------------------------- /admin/templates/images/loginbg/loginBg_11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/loginbg/loginBg_11.jpg -------------------------------------------------------------------------------- /admin/templates/images/user_default_avatar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/user_default_avatar.jpg -------------------------------------------------------------------------------- /templates/default/images/commnet_btnon_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/commnet_btnon_bg.png -------------------------------------------------------------------------------- /templates/default/images/imgdata/iphone4s.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/imgdata/iphone4s.jpg -------------------------------------------------------------------------------- /templates/default/images/imgdata/macbook.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/imgdata/macbook.jpg -------------------------------------------------------------------------------- /templates/default/images/imgdata/newsimg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/imgdata/newsimg.png -------------------------------------------------------------------------------- /templates/default/images/imgdata/zhonghua.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/imgdata/zhonghua.jpg -------------------------------------------------------------------------------- /templates/default/images/userlog_input_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/userlog_input_bg.png -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/static.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/static.gif -------------------------------------------------------------------------------- /admin/editor/plugins/image/images/align_left.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/image/images/align_left.gif -------------------------------------------------------------------------------- /admin/editor/plugins/image/images/align_top.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/image/images/align_top.gif -------------------------------------------------------------------------------- /admin/editor/plugins/multiimage/images/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/multiimage/images/image.png -------------------------------------------------------------------------------- /templates/default/images/imgdata/iphone4s_w.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/imgdata/iphone4s_w.jpg -------------------------------------------------------------------------------- /templates/default/images/imgdata/iphone5_01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/imgdata/iphone5_01.jpg -------------------------------------------------------------------------------- /templates/default/images/imgdata/iphone5_02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/imgdata/iphone5_02.jpg -------------------------------------------------------------------------------- /templates/default/images/imgdata/iphone5_03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/imgdata/iphone5_03.jpg -------------------------------------------------------------------------------- /templates/default/images/imgdata/iphone5_04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/imgdata/iphone5_04.jpg -------------------------------------------------------------------------------- /templates/default/images/imgdata/iphone5_05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/imgdata/iphone5_05.jpg -------------------------------------------------------------------------------- /templates/default/images/imgdata/slideimg_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/imgdata/slideimg_1.jpg -------------------------------------------------------------------------------- /templates/default/images/imgdata/slideimg_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/imgdata/slideimg_2.jpg -------------------------------------------------------------------------------- /templates/default/images/imgdata/slideimg_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/imgdata/slideimg_3.jpg -------------------------------------------------------------------------------- /templates/default/images/imgdata/slideimg_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/imgdata/slideimg_4.jpg -------------------------------------------------------------------------------- /templates/default/images/imgdata/slideimg_5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/imgdata/slideimg_5.jpg -------------------------------------------------------------------------------- /admin/editor/plugins/filemanager/images/file-16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/filemanager/images/file-16.gif -------------------------------------------------------------------------------- /admin/editor/plugins/filemanager/images/file-64.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/filemanager/images/file-64.gif -------------------------------------------------------------------------------- /admin/editor/plugins/filemanager/images/go-up.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/filemanager/images/go-up.gif -------------------------------------------------------------------------------- /admin/editor/plugins/image/images/align_right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/image/images/align_right.gif -------------------------------------------------------------------------------- /templates/default/images/jquery-lightbox-theme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/jquery-lightbox-theme.png -------------------------------------------------------------------------------- /admin/editor/plugins/filemanager/images/folder-16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/filemanager/images/folder-16.gif -------------------------------------------------------------------------------- /admin/editor/plugins/filemanager/images/folder-64.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/filemanager/images/folder-64.gif -------------------------------------------------------------------------------- /admin/editor/plugins/multiimage/images/swfupload.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/multiimage/images/swfupload.swf -------------------------------------------------------------------------------- /templates/default/images/imgdata/mobliebaidulogo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/imgdata/mobliebaidulogo.jpg -------------------------------------------------------------------------------- /admin/editor/plugins/multiimage/images/select-files-en.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/multiimage/images/select-files-en.png -------------------------------------------------------------------------------- /admin/editor/plugins/multiimage/images/select-files-zh_CN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/multiimage/images/select-files-zh_CN.png -------------------------------------------------------------------------------- /templates/default/mobile/footer.php: -------------------------------------------------------------------------------- 1 | 5 | -------------------------------------------------------------------------------- /data/lang/en_US.lang.php: -------------------------------------------------------------------------------- 1 | 7 | * @since 2014-11-6 23:27:48 8 | * @version 1.0 9 | */ 10 | -------------------------------------------------------------------------------- /data/lang/zh_CN.lang.php: -------------------------------------------------------------------------------- 1 | 7 | * @since 2014-11-6 23:27:48 8 | * @version 1.0 9 | */ 10 | -------------------------------------------------------------------------------- /admin/inc/manageui.inc.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /admin/editor/plugins/template/html/1.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |

8 | 在此处输入标题 9 |

10 |

11 | 在此处输入内容 12 |

13 | 14 | -------------------------------------------------------------------------------- /admin/index.php: -------------------------------------------------------------------------------- 1 | 15 | -------------------------------------------------------------------------------- /templates/default/member/header.php: -------------------------------------------------------------------------------- 1 | 2 |
3 | 4 |
网站首页  |  退出
5 |
-------------------------------------------------------------------------------- /robots.txt: -------------------------------------------------------------------------------- 1 | # 2 | # robots.txt for PHPMyWind 3 | # 4 | 5 | User-agent: * 6 | Disallow: /admin/ 7 | Disallow: /data/ 8 | Disallow: /include/ 9 | Disallow: /install/ 10 | Disallow: /templates/ 11 | Disallow: /uploads/ 12 | Disallow: /member.php 13 | Disallow: /shoppingcart.php 14 | Disallow: /order.php 15 | Disallow: /orderenter.php 16 | Disallow: /orderpay.php -------------------------------------------------------------------------------- /data/watermark/watermark.inc.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /install/templates/js/common.js: -------------------------------------------------------------------------------- 1 | 2 | /* 3 | ************************** 4 | (C)2010-2015 phpMyWind.com 5 | update: 2014-5-31 00:09:35 6 | person: Feng 7 | ************************** 8 | */ 9 | 10 | $(function(){ 11 | $(".mainBody").css("height", $(window).height() - 210); 12 | }) 13 | 14 | $(window).resize(function(){ 15 | $(".mainBody").css("height", $(window).height() - 210); 16 | }); 17 | -------------------------------------------------------------------------------- /admin/mobile/templates/js/frame.js: -------------------------------------------------------------------------------- 1 | /* 2 | ************************** 3 | (C)2010-2015 phpMyWind.com 4 | update: 2014-6-24 11:47:57 5 | person: Feng 6 | ************************** 7 | */ 8 | 9 | 10 | //站点设备选择 11 | function SelSiteEQ() 12 | { 13 | $.get("ajax_do.php?action=selsiteeq&eq=pc",function(data){ 14 | if(data == 1){ 15 | window.top.location.href = "default.php"; 16 | } 17 | }); 18 | } 19 | -------------------------------------------------------------------------------- /admin/logout.php: -------------------------------------------------------------------------------- 1 | 22 | -------------------------------------------------------------------------------- /templates/default/js/slidespro.js: -------------------------------------------------------------------------------- 1 | /* 2 | ************************** 3 | (C)2010-2015 phpMyWind.com 4 | update: 2012-6-19 14:01:37 5 | person: Feng 6 | ************************** 7 | */ 8 | 9 | $(function(){ 10 | var Current; 11 | $(".picture a").eq(0).show(); 12 | $(".preview a").click(function(){ 13 | Current = $(".preview a").index($(this)); 14 | $(".picture a").hide().eq(Current).fadeIn(300); 15 | }); 16 | }) 17 | -------------------------------------------------------------------------------- /admin/default.php: -------------------------------------------------------------------------------- 1 | 23 | -------------------------------------------------------------------------------- /include/conn.inc.php: -------------------------------------------------------------------------------- 1 | 28 | -------------------------------------------------------------------------------- /admin/editor/plugins/template/html/3.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |

8 | 在此处输入内容 9 |

10 |
    11 |
  1. 12 | 描述1 13 |
  2. 14 |
  3. 15 | 描述2 16 |
  4. 17 |
  5. 18 | 描述3 19 |
  6. 20 |
21 |

22 | 在此处输入内容 23 |

24 | 35 | 36 | -------------------------------------------------------------------------------- /install/data/conn.tpl.php: -------------------------------------------------------------------------------- 1 | 28 | -------------------------------------------------------------------------------- /templates/default/js/top.js: -------------------------------------------------------------------------------- 1 | function tBox(){ 2 | //h = $(window).height(); 3 | t = $(document).scrollTop(); 4 | if(t > 150){ 5 | $(".tbox").fadeIn(300); 6 | }else{ 7 | $(".tbox").fadeOut(300); 8 | } 9 | } 10 | 11 | $(document).ready(function(e){ 12 | $("body").append('
'); 13 | 14 | tBox(); 15 | 16 | $("#gotop").click(function(){ 17 | $(document).scrollTop(0); 18 | }) 19 | }); 20 | 21 | $(window).scroll(function(e){ 22 | tBox(); 23 | }) -------------------------------------------------------------------------------- /admin/usercomment_save.php: -------------------------------------------------------------------------------- 1 | 26 | -------------------------------------------------------------------------------- /admin/userfavorite_save.php: -------------------------------------------------------------------------------- 1 | 26 | -------------------------------------------------------------------------------- /include/config.inc.php: -------------------------------------------------------------------------------- 1 |
'.$cfg_webname.''; 24 | exit(); 25 | } 26 | ?> 27 | -------------------------------------------------------------------------------- /lefter.php: -------------------------------------------------------------------------------- 1 |
2 | 8 |
9 |
10 |
11 |
收听新浪微博收听腾讯微博
12 | -------------------------------------------------------------------------------- /footer.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # phpstorm project files 2 | .idea 3 | 4 | # netbeans project files 5 | nbproject 6 | 7 | # zend studio for eclipse project files 8 | .buildpath 9 | .project 10 | .settings 11 | 12 | # windows thumbnail cache 13 | Thumbs.db 14 | 15 | # composer vendor dir 16 | 17 | # composer itself is not needed 18 | composer.phar 19 | 20 | # Mac DS_Store Files 21 | .DS_Store 22 | 23 | # phpunit itself is not needed 24 | phpunit.phar 25 | 26 | # local phpunit config 27 | /phpunit.xml 28 | /config/scm_config.php 29 | log/* 30 | 31 | # Vim swap Files 32 | *.swp 33 | *.swo 34 | # ignore ctags file:tags 35 | tags 36 | # php_cs file 37 | .php_cs.cache 38 | 39 | php-cs-fixer -------------------------------------------------------------------------------- /admin/editor/plugins/template/html/2.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |

8 | 标题 9 |

10 | 11 | 12 | 13 | 16 | 19 | 20 | 21 | 24 | 27 | 28 | 29 | 32 | 35 | 36 | 37 |
14 |

标题1

15 |
17 |

标题1

18 |
22 | 内容1 23 | 25 | 内容2 26 |
30 | 内容3 31 | 33 | 内容4 34 |
38 |

39 | 表格说明 40 |

41 | 42 | -------------------------------------------------------------------------------- /admin/templates/js/getcatpsize.js: -------------------------------------------------------------------------------- 1 | /* 2 | ************************** 3 | (C)2010-2015 phpMyWind.com 4 | update: 2014-5-30 16:51:36 5 | person: Feng 6 | ************************** 7 | */ 8 | 9 | 10 | /* 11 | * 获取栏目缩略图大小 12 | * 13 | * @access public 14 | * @pid int 栏目的id 15 | */ 16 | 17 | function GetCatpSize(pid) 18 | { 19 | $.ajax({ 20 | url : "ajax_do.php?action=catpsize&pid=" + pid, 21 | type: "get", 22 | dataType:"html", 23 | beforeSend:function(){ 24 | }, 25 | success:function(data){ 26 | if(data != ''){ 27 | $size = data.split("|"); 28 | $("#picwidth").val($size[0]); 29 | $("#picheight").val($size[1]); 30 | } 31 | } 32 | }); 33 | } 34 | -------------------------------------------------------------------------------- /admin/mobile/info.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | PHPMyWind 管理中心 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 |
当前不支持,请切换电脑版进行管理
16 | 17 | 18 | -------------------------------------------------------------------------------- /admin/mobile/infoimg.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | PHPMyWind 管理中心 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 |
当前不支持,请切换电脑版进行管理
16 | 17 | 18 | -------------------------------------------------------------------------------- /admin/mobile/infoclass.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | PHPMyWind 管理中心 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 |
当前不支持,请切换电脑版进行管理
16 | 17 | 18 | -------------------------------------------------------------------------------- /admin/mobile/infolist.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | PHPMyWind 管理中心 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 |
当前不支持,请切换电脑版进行管理
16 | 17 | 18 | -------------------------------------------------------------------------------- /使用说明.txt: -------------------------------------------------------------------------------- 1 | PHPMyWind 产品使用说明 2 | 3 | 4 | 一、平台需求 5 | 1.Windows 平台: 6 | IIS/Apache/Nginx + PHP5.2+/PHP5.3+ + MySQL4/5 7 | 8 | 2.Linux/Unix 平台 9 | Apache + PHP5 + MySQL5 (PHP必须在非安全模式下运行) 10 | 11 | 3.PHP环境容易碰到的不兼容性问题 12 | (1)data目录没写入权限,导致系统session无法使用,这将导致无法登录管理后台(直接表现为验证码不能正常显示); 13 | (2)php的上传的临时文件夹没设置好或没写入权限,这会导致文件上传的功能无法使用; 14 | (3)出现莫名的错误,如安装时显示空白,这样能是由于系统没装载mysql扩展导致的,对于初级用户,可以下载php套件包,以方便简单的使用。 15 | 16 | 17 | 二、程序安装使用 18 | 1.下载程序解压到本地目录; 19 | 2.上传程序目录到网站根目录 20 | 3.运行http://www.yourname.com/install/index.php(yourname表示你的域名),按照安装提速说明进行程序安装 21 | 22 | 23 | 三、相关资源 24 | PHPMyWind 官方主站 http://phpmywind.com 25 | PHPMyWind 新浪微博 http://weibo.com/phpmywind 26 | PHPMyWind 腾讯微博 http://t.qq.com/phpmywind -------------------------------------------------------------------------------- /templates/default/member/lefterguest.php: -------------------------------------------------------------------------------- 1 | 2 |
3 |
4 |
5 |
6 | '.$_SESSION['app']['qq']['name'].''; 9 | else if(check_app_login('weibo')) 10 | echo ''.$_SESSION['app']['weibo']['name'].''; 11 | 12 | ?> 13 |
浏览用户 14 |
15 |
16 |
17 |
>个人中心
18 |
19 | -------------------------------------------------------------------------------- /admin/database_query.php: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 | 6 | 7 | 8 |
9 |
10 | 11 | 单行命令(支持简单查询) 12 | 13 | 多行命令 14 | 15 | 执行语句
16 |
17 | -------------------------------------------------------------------------------- /data/api/alipay/lib/alipay_md5.function.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /admin/templates/js/getinfosrc.js: -------------------------------------------------------------------------------- 1 | /* 2 | ************************** 3 | (C)2010-2015 phpMyWind.com 4 | update: 2013-9-1 20:39:00 5 | person: Feng 6 | ************************** 7 | */ 8 | 9 | 10 | $(function(){ 11 | $("#classid").change(function(){ 12 | var v = $(this).val(); 13 | $.ajax({ 14 | url : "ajax_do.php?action=infoclass&id="+v+"&row=", 15 | type:'get', 16 | dataType:'html', 17 | beforeSend:function(){}, 18 | success:function(data, textStatus, xmlHttp){ 19 | if(data != ''){ 20 | $("#df").html(data); 21 | }else{ 22 | $("#df").html(""); 23 | } 24 | } 25 | }); 26 | }); 27 | 28 | $(".infosrc").mousemove(function(){ 29 | $(this).find("ul").show(); 30 | }).mouseleave(function(){ 31 | $(this).find("ul").hide(); 32 | }); 33 | }); 34 | 35 | 36 | function GetSrcName(name) 37 | { 38 | $("#source").val(name); 39 | } 40 | -------------------------------------------------------------------------------- /admin/mobile/header.php: -------------------------------------------------------------------------------- 1 | 2 |
3 |
Hi,
4 |
电脑版 | 退出
5 |
6 | -------------------------------------------------------------------------------- /data/avatar/lib/config.php: -------------------------------------------------------------------------------- 1 | $value){ 34 | $this->$key = $value; 35 | } 36 | } 37 | 38 | public function __get($name){ 39 | $this->$name = null; 40 | return null; 41 | } 42 | } 43 | 44 | -------------------------------------------------------------------------------- /install/templates/step_3.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | PHPMyWind 安装向导 - 执行配置文件 7 | 8 | 9 | 10 | 11 | 12 |
13 |
14 |
15 |

正在安装...

16 |
17 |
18 |
19 | 20 | 21 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # 关于它 2 | PHPMyWind是一个品牌,一款基于PHP+MySQL开发符合W3C标准的建站引擎。它将带给人们一系列高效的,成熟的企业网站建设解决方案,让您的信息以更健康的形式高速传递给需要它的人们,同时让您感受通过PHPMyWind带给您畅快体验。 3 | # 关于我们 4 | 我们是中国企业建站行业中的一员,是有着很多单纯梦想的年轻人。在工作中,我们希望拥有一款开发利器,实实在在适合企业建站的开发利器,希望它灵活、快捷、高效。有时候我们不需要太繁华的功能,有时候我们又需要强大的支持,由此就有了PHPMyWind。我们喜欢开发,乐于在开发中寻找快乐,但是我们不仅仅要开发,我们更要做出自己的特色。 5 | # 设计理念 6 | 我们追求速度与舒适度和尽可能的轻量。PHPMyWind要做的,只是贴近再贴近中国建站行业人员的使用习惯。在我们的眼中,PHPMyWind不止是一款CMS。它是一套底层代码,是工具箱,是万花筒。我们工作中的任何项目都可以通过改动它来完成。前提是我们都具备PHP的开发基础。我们会尽一切努力把代码与结构制作的简单易懂。你需要什么,尽管来拿! 7 | # 我承认,我们不完美,但我们一直在努力 8 | PHPMyWind 前台与后台完全采用PHP原生代码开发完成。PHPMyWind 主要面向的开发者就是企业建站行业的同学们。我们需要的是简单的,快速的,稳定的,拆分性较强的CMS。可能每个站只有几个栏目,亦或网站功能较为特殊需要定制。所以,对功能模块化要求极强。因此,我们总结上述几点是企业建站开发者们最需要的几点需求,以此为突破口,开发过程中时刻遵循于此。我们希望,开发者在开发的过程中感觉快速、舒适,这就是我们的追求。 9 | PHPMyWind 从2010年开发至今已有4年时间,其间已经过4次重写。结构,代码写法逐步成熟。系统内置多个类以及函数,大幅提升开发速度。如目前对系统类使用不惯得同学们,也可以采用PHP内置原生方式开发。每个前台页面保证在头部调用 '/include/config.inc.php' 即可初始化系统代码,进行开发工作。PHPMyWind提供前台作为示例展示,也可直接使用。您可视PHPMyWind为一款CMS核心,在它之上制作丰富的网站项目。 10 | -------------------------------------------------------------------------------- /4g.php: -------------------------------------------------------------------------------- 1 | 45 | -------------------------------------------------------------------------------- /templates/default/mobile/nav.php: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /admin/infoflag_save.php: -------------------------------------------------------------------------------- 1 | ExecNoneQuery("INSERT INTO `$tbname` (flag, flagname, orderid) VALUES ('$flagadd', '$flagnameadd', '$orderidadd')"); 27 | } 28 | 29 | $ids = count($id); 30 | for($i=0; $i<$ids; $i++) 31 | { 32 | $dosql->ExecNoneQuery("UPDATE `$tbname` SET flag='$flag[$i]', flagname='$flagname[$i]', orderid='$orderid[$i]' WHERE id=$id[$i]"); 33 | } 34 | 35 | header("location:$gourl"); 36 | exit(); 37 | } 38 | 39 | 40 | //无条件返回 41 | else 42 | { 43 | header("location:$gourl"); 44 | exit(); 45 | } 46 | ?> 47 | -------------------------------------------------------------------------------- /admin/editor/plugins/code/prettify.css: -------------------------------------------------------------------------------- 1 | .pln{color:#000}@media screen{.str{color:#080}.kwd{color:#008}.com{color:#800}.typ{color:#606}.lit{color:#066}.pun,.opn,.clo{color:#660}.tag{color:#008}.atn{color:#606}.atv{color:#080}.dec,.var{color:#606}.fun{color:red}}@media print,projection{.str{color:#060}.kwd{color:#006;font-weight:bold}.com{color:#600;font-style:italic}.typ{color:#404;font-weight:bold}.lit{color:#044}.pun,.opn,.clo{color:#440}.tag{color:#006;font-weight:bold}.atn{color:#404}.atv{color:#060}}pre.prettyprint{padding:2px;border:1px solid #888}ol.linenums{margin-top:0;margin-bottom:0}li.L0,li.L1,li.L2,li.L3,li.L5,li.L6,li.L7,li.L8{list-style-type:none}li.L1,li.L3,li.L5,li.L7,li.L9{background:#eee} 2 | 3 | pre.prettyprint { 4 | border: 0; 5 | border-left: 3px solid rgb(204, 204, 204); 6 | margin-left: 2em; 7 | padding: 0.5em; 8 | font-size: 110%; 9 | display: block; 10 | font-family: "Consolas", "Monaco", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace; 11 | margin: 1em 0px; 12 | white-space: pre; 13 | } 14 | -------------------------------------------------------------------------------- /admin/goodsflag_save.php: -------------------------------------------------------------------------------- 1 | ExecNoneQuery("INSERT INTO `$tbname` (flag, flagname, orderid) VALUES ('$flagadd', '$flagnameadd', '$orderidadd')"); 27 | } 28 | 29 | $ids = count($id); 30 | for($i=0; $i<$ids; $i++) 31 | { 32 | $dosql->ExecNoneQuery("UPDATE `$tbname` SET flag='$flag[$i]', flagname='$flagname[$i]', orderid='$orderid[$i]' WHERE id=$id[$i]"); 33 | } 34 | 35 | header("location:$gourl"); 36 | exit(); 37 | } 38 | 39 | 40 | //无条件返回 41 | else 42 | { 43 | header("location:$gourl"); 44 | exit(); 45 | } 46 | ?> 47 | -------------------------------------------------------------------------------- /admin/getmode_save.php: -------------------------------------------------------------------------------- 1 | ExecNoneQuery("INSERT INTO `$tbname` (classname, orderid, checkinfo) VALUES ('$classnameadd', '$orderidadd', '$checkinfoadd')"); 27 | } 28 | 29 | if(isset($id)) 30 | { 31 | $ids = count($id); 32 | for($i=0; $i<$ids; $i++) 33 | { 34 | $dosql->ExecNoneQuery("UPDATE `$tbname` SET orderid='$orderid[$i]', classname='$classname[$i]' WHERE `id`=$id[$i]"); 35 | } 36 | } 37 | 38 | header("location:$gourl"); 39 | exit(); 40 | } 41 | 42 | 43 | //无条件返回 44 | else 45 | { 46 | header("location:$gourl"); 47 | exit(); 48 | } 49 | ?> 50 | -------------------------------------------------------------------------------- /admin/infosrc_save.php: -------------------------------------------------------------------------------- 1 | ExecNoneQuery("INSERT INTO `$tbname` (srcname, linkurl, orderid) VALUES ('$srcnameadd', '$linkurladd', '$orderidadd')"); 27 | } 28 | 29 | if(isset($id)) 30 | { 31 | $ids = count($id); 32 | for($i=0; $i<$ids; $i++) 33 | { 34 | $dosql->ExecNoneQuery("UPDATE `$tbname` SET srcname='$srcname[$i]', linkurl='$linkurl[$i]', orderid='$orderid[$i]' WHERE `id`=$id[$i]"); 35 | } 36 | } 37 | 38 | header("location:$gourl"); 39 | exit(); 40 | } 41 | 42 | 43 | //无条件返回 44 | else 45 | { 46 | header("location:$gourl"); 47 | exit(); 48 | } 49 | ?> 50 | -------------------------------------------------------------------------------- /admin/editor/plugins/pagebreak/pagebreak.js: -------------------------------------------------------------------------------- 1 | /******************************************************************************* 2 | * KindEditor - WYSIWYG HTML Editor for Internet 3 | * Copyright (C) 2006-2011 kindsoft.net 4 | * 5 | * @author Roddy 6 | * @site http://www.kindsoft.net/ 7 | * @licence http://www.kindsoft.net/license.php 8 | *******************************************************************************/ 9 | 10 | KindEditor.plugin('pagebreak', function(K) { 11 | var self = this; 12 | var name = 'pagebreak'; 13 | var pagebreakHtml = K.undef(self.pagebreakHtml, '
'); 14 | 15 | self.clickToolbar(name, function() { 16 | var cmd = self.cmd, range = cmd.range; 17 | self.focus(); 18 | var tail = self.newlineTag == 'br' || K.WEBKIT ? '' : ''; 19 | self.insertHtml(pagebreakHtml + tail); 20 | if (tail !== '') { 21 | var p = K('#__kindeditor_tail_tag__', self.edit.doc); 22 | range.selectNodeContents(p[0]); 23 | p.removeAttr('id'); 24 | cmd.select(); 25 | } 26 | }); 27 | }); 28 | -------------------------------------------------------------------------------- /admin/postmode_save.php: -------------------------------------------------------------------------------- 1 | ExecNoneQuery("INSERT INTO `$tbname` (classname, postprice, orderid, checkinfo) VALUES ('$classnameadd', '$postpriceadd', '$orderidadd', '$checkinfoadd')"); 27 | } 28 | 29 | if(isset($id)) 30 | { 31 | $ids = count($id); 32 | for($i=0; $i<$ids; $i++) 33 | { 34 | $dosql->ExecNoneQuery("UPDATE `$tbname` SET postprice='$postprice[$i]', orderid='$orderid[$i]', classname='$classname[$i]' WHERE id=$id[$i]"); 35 | } 36 | } 37 | 38 | header("location:$gourl"); 39 | exit(); 40 | } 41 | 42 | 43 | //无条件返回 44 | else 45 | { 46 | header("location:$gourl"); 47 | exit(); 48 | } 49 | ?> 50 | -------------------------------------------------------------------------------- /admin/editor/php/upload_json.php: -------------------------------------------------------------------------------- 1 | encode(array('error' => 0, 'url' => $file_url)); 40 | exit(); 41 | } 42 | } 43 | 44 | function alert($msg) 45 | { 46 | header('Content-type: text/html; charset=UTF-8'); 47 | $json = new Services_JSON(); 48 | echo $json->encode(array('error' => 1, 'message' => $msg)); 49 | exit(); 50 | } 51 | ?> 52 | -------------------------------------------------------------------------------- /install/templates/step_4.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | PHPMyWind 安装向导 - 安装成功 7 | 8 | 9 | 10 | 11 | 12 |
13 |
14 |
15 |
现在您可以:
16 | 访问网站首页登录后台

17 | 您可以登录 phpmywind.com 获取更多帮助
18 |
19 |
20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /admin/showad.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 官方公告 7 | 16 | 17 | 18 |
正在努力的获取最新消息...
19 | 20 | 21 | -------------------------------------------------------------------------------- /templates/default/js/getarea.js: -------------------------------------------------------------------------------- 1 | /* 2 | ************************** 3 | (C)2010-2015 phpMyWind.com 4 | update: 2012-10-16 14:31:32 5 | person: Feng 6 | ************************** 7 | */ 8 | 9 | 10 | /* 11 | * 级联获取城市 12 | * 13 | * @access public 14 | * @val string 选择的省枚举值 15 | * @input string 返回的select 16 | * @return string 返回的option 17 | */ 18 | 19 | function SelProv(val,input) 20 | { 21 | $("#"+input+"_country").html(""); 22 | 23 | $.ajax({ 24 | url : "order.php?action=getarea&datagroup=area&level=1&areaval="+val, 25 | type:'get', 26 | dataType:'html', 27 | success:function(data){ 28 | $("#"+input+"_city").html(data); 29 | } 30 | }); 31 | } 32 | 33 | 34 | /* 35 | * 级联选择区县 36 | * 37 | * @access public 38 | * @val string 选择的市枚举值 39 | * @input string 返回的select 40 | * @return string 返回的option 41 | */ 42 | 43 | function SelCity(val,input) 44 | { 45 | $.ajax({ 46 | url : "order.php?action=getarea&datagroup=area&level=2&areaval="+val, 47 | type:'get', 48 | dataType:'html', 49 | success:function(data){ 50 | $("#"+input+"_country").html(data); 51 | } 52 | }); 53 | } 54 | -------------------------------------------------------------------------------- /admin/templates/js/getarea.js: -------------------------------------------------------------------------------- 1 | /* 2 | ************************** 3 | (C)2010-2015 phpMyWind.com 4 | update: 2012-10-16 14:31:32 5 | person: Feng 6 | ************************** 7 | */ 8 | 9 | 10 | /* 11 | * 级联获取城市 12 | * 13 | * @access public 14 | * @val string 选择的省枚举值 15 | * @input string 返回的select 16 | * @return string 返回的option 17 | */ 18 | 19 | function SelProv(val,input) 20 | { 21 | $("#"+input+"_country").html(""); 22 | 23 | $.ajax({ 24 | url : "ajax_do.php?action=getarea&datagroup=area&level=1&areaval="+val, 25 | type:'get', 26 | dataType:'html', 27 | success:function(data){ 28 | $("#"+input+"_city").html(data); 29 | } 30 | }); 31 | } 32 | 33 | 34 | /* 35 | * 级联选择区县 36 | * 37 | * @access public 38 | * @val string 选择的市枚举值 39 | * @input string 返回的select 40 | * @return string 返回的option 41 | */ 42 | 43 | function SelCity(val,input) 44 | { 45 | $.ajax({ 46 | url : "ajax_do.php?action=getarea&datagroup=area&level=2&areaval="+val, 47 | type:'get', 48 | dataType:'html', 49 | success:function(data){ 50 | $("#"+input+"_country").html(data); 51 | } 52 | }); 53 | } 54 | -------------------------------------------------------------------------------- /admin/database_message.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 48 | 49 |
6 | 11 |
12 |
13 | [点这里返回上一页] 14 | 21 |
22 |
23 | [点这里关闭本页] 24 | 30 | 31 |
32 |
33 | 34 |
35 |
36 | [如果您的浏览器没有自动跳转,请点击这里] 37 | 44 | 47 |
-------------------------------------------------------------------------------- /admin/editor/plugins/preview/preview.js: -------------------------------------------------------------------------------- 1 | /******************************************************************************* 2 | * KindEditor - WYSIWYG HTML Editor for Internet 3 | * Copyright (C) 2006-2011 kindsoft.net 4 | * 5 | * @author Roddy 6 | * @site http://www.kindsoft.net/ 7 | * @licence http://www.kindsoft.net/license.php 8 | *******************************************************************************/ 9 | 10 | KindEditor.plugin('preview', function(K) { 11 | var self = this, name = 'preview', undefined; 12 | self.clickToolbar(name, function() { 13 | var lang = self.lang(name + '.'), 14 | html = '
' + 15 | '' + 16 | '
', 17 | dialog = self.createDialog({ 18 | name : name, 19 | width : 750, 20 | title : self.lang(name), 21 | body : html 22 | }), 23 | iframe = K('iframe', dialog.div), 24 | doc = K.iframeDoc(iframe); 25 | doc.open(); 26 | doc.write(self.fullHtml()); 27 | doc.close(); 28 | K(doc.body).css('background-color', '#FFF'); 29 | iframe[0].contentWindow.focus(); 30 | }); 31 | }); 32 | -------------------------------------------------------------------------------- /admin/lockscreen_do.php: -------------------------------------------------------------------------------- 1 | GetOne("SELECT `password` FROM `#@__admin` WHERE username='".$_SESSION['lockname']."'"); 37 | 38 | if($row['password'] == md5(md5($password))) 39 | { 40 | $_SESSION['admin'] = $_SESSION['lockname']; 41 | unset($_SESSION['lockname']); 42 | 43 | echo TRUE; 44 | exit(); 45 | } 46 | else 47 | { 48 | echo FALSE; 49 | exit(); 50 | } 51 | } 52 | 53 | 54 | //无条件返回 55 | else 56 | { 57 | exit('Request Error!'); 58 | } 59 | ?> 60 | -------------------------------------------------------------------------------- /install/templates/step_5.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | PHPMyWind 安装向导 - 程序已安装 7 | 8 | 9 | 10 | 11 | 12 |
13 |
14 |
15 |
现在您可以:
16 | 访问网站首页登录后台
17 |
18 | 如重新安装,请删除/data文件夹下install_lock.txt文件
19 | 您可以登录 phpmywind.com 获取更多帮助
20 |
21 |
22 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /admin/paymode_save.php: -------------------------------------------------------------------------------- 1 | ExecNoneQuery("INSERT INTO `$tbname` (classname, orderid, checkinfo) VALUES ('$classnameadd', '$orderidadd', '$checkinfoadd')"); 35 | } 36 | 37 | if(isset($id)) 38 | { 39 | $ids = count($id); 40 | for($i=0; $i<$ids; $i++) 41 | { 42 | $dosql->ExecNoneQuery("UPDATE `$tbname` SET orderid='$orderid[$i]', classname='$classname[$i]' WHERE id=$id[$i]"); 43 | } 44 | } 45 | 46 | header("location:$gourl"); 47 | exit(); 48 | } 49 | 50 | 51 | //无条件返回 52 | else 53 | { 54 | header("location:$gourl"); 55 | exit(); 56 | } 57 | ?> 58 | -------------------------------------------------------------------------------- /admin/usergroup_save.php: -------------------------------------------------------------------------------- 1 | ExecNoneQuery("INSERT INTO `$tbname` (groupname, expvala, expvalb, stars, color) VALUES ('$groupname_add', '$expvala_add', '$expvalb_add', '$stars_add', '$color_add')"); 28 | } 29 | 30 | if(isset($id)) 31 | { 32 | $ids = count($id); 33 | for($i=0; $i<$ids; $i++) 34 | { 35 | $dosql->ExecNoneQuery("UPDATE `$tbname` SET groupname='$groupname[$i]', expvala='$expvala[$i]', expvalb='$expvalb[$i]', stars='$stars[$i]', color='$color[$i]' WHERE id=$id[$i]"); 36 | } 37 | } 38 | 39 | header("location:$gourl"); 40 | exit(); 41 | } 42 | 43 | 44 | //无条件返回 45 | else 46 | { 47 | header("location:$gourl"); 48 | exit(); 49 | } 50 | ?> 51 | -------------------------------------------------------------------------------- /admin/goodsattr_save.php: -------------------------------------------------------------------------------- 1 | ExecNoneQuery("INSERT INTO `$tbname` (goodsid, attrname, orderid, checkinfo) VALUES ('$gid', '$attrnameadd', '$orderidadd', '$checkinfoadd')"); 36 | } 37 | 38 | if(isset($id)) 39 | { 40 | $ids = count($id); 41 | for($i=0; $i<$ids; $i++) 42 | { 43 | $dosql->ExecNoneQuery("UPDATE `$tbname` SET orderid='$orderid[$i]', attrname='$attrname[$i]' WHERE id=$id[$i]"); 44 | } 45 | } 46 | 47 | header("location:$gourl"); 48 | exit(); 49 | } 50 | 51 | 52 | //无条件返回 53 | else 54 | { 55 | header("location:$gourl"); 56 | exit(); 57 | } 58 | ?> 59 | -------------------------------------------------------------------------------- /data/api/alipay/alipay.config.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /admin/templates/js/getjcrop.js: -------------------------------------------------------------------------------- 1 | /* 2 | ************************** 3 | (C)2010-2015 phpMyWind.com 4 | update: 2012-2-21 9:49:35 5 | person: Feng 6 | ************************** 7 | */ 8 | 9 | 10 | /* 11 | * 获取裁切窗口初始化参数 12 | */ 13 | function GetJcrop(frame, input) 14 | { 15 | var imgurl = $("#" + input).val(); 16 | 17 | if(imgurl.indexOf("uploads/") == -1) 18 | { 19 | alert("亲,请检查图片路径是否为本地或不合法!"); 20 | return; 21 | } 22 | 23 | var urllen = imgurl.length; 24 | var urllen2 = urllen - 3; 25 | var ext = imgurl.substring(urllen2, urllen) 26 | 27 | if(ext != "jpg" && ext != "png" && ext != "gif" && ext != "bmp") 28 | { 29 | alert("亲,请检查该文件是否是图片格式!"); 30 | return; 31 | } 32 | 33 | $("body").append(''); 34 | 35 | if($.browser.msie){ 36 | window.frames[1].location.reload(); 37 | } 38 | 39 | $("#" + frame).css("height",$(document).height()).show(); 40 | 41 | $(window).resize(function(){ 42 | $("#" + frame).css("height",$(document).height()).show(); 43 | }); 44 | 45 | } 46 | -------------------------------------------------------------------------------- /admin/fragment_save.php: -------------------------------------------------------------------------------- 1 | ExecNoneQuery($sql)) 29 | { 30 | header("location:$gourl"); 31 | exit(); 32 | } 33 | } 34 | 35 | 36 | //修改碎片数据 37 | else if($action == 'update') 38 | { 39 | $posttime = GetMkTime($posttime); 40 | 41 | $sql = "UPDATE `$tbname` SET title='$title', picurl='$picurl', linkurl='$linkurl', content='$content', posttime='$posttime' WHERE id=$id"; 42 | if($dosql->ExecNoneQuery($sql)) 43 | { 44 | header("location:$gourl"); 45 | exit(); 46 | } 47 | } 48 | 49 | 50 | //无条件返回 51 | else 52 | { 53 | header("location:$gourl"); 54 | exit(); 55 | } 56 | ?> 57 | -------------------------------------------------------------------------------- /data/avatar/index.php: -------------------------------------------------------------------------------- 1 | 48 | -------------------------------------------------------------------------------- /admin/editor/plugins/clearhtml/clearhtml.js: -------------------------------------------------------------------------------- 1 | /******************************************************************************* 2 | * KindEditor - WYSIWYG HTML Editor for Internet 3 | * Copyright (C) 2006-2011 kindsoft.net 4 | * 5 | * @author Roddy 6 | * @site http://www.kindsoft.net/ 7 | * @licence http://www.kindsoft.net/license.php 8 | *******************************************************************************/ 9 | 10 | KindEditor.plugin('clearhtml', function(K) { 11 | var self = this, name = 'clearhtml'; 12 | self.clickToolbar(name, function() { 13 | self.focus(); 14 | var html = self.html(); 15 | html = html.replace(/(]*>)([\s\S]*?)(<\/script>)/ig, ''); 16 | html = html.replace(/(]*>)([\s\S]*?)(<\/style>)/ig, ''); 17 | html = K.formatHtml(html, { 18 | a : ['href', 'target'], 19 | embed : ['src', 'width', 'height', 'type', 'loop', 'autostart', 'quality', '.width', '.height', 'align', 'allowscriptaccess'], 20 | img : ['src', 'width', 'height', 'border', 'alt', 'title', '.width', '.height'], 21 | table : ['border'], 22 | 'td,th' : ['rowspan', 'colspan'], 23 | 'div,hr,br,tbody,tr,p,ol,ul,li,blockquote,h1,h2,h3,h4,h5,h6' : [] 24 | }); 25 | self.html(html); 26 | self.cmd.selection(true); 27 | self.addBookmark(); 28 | }); 29 | }); 30 | -------------------------------------------------------------------------------- /admin/lnk_save.php: -------------------------------------------------------------------------------- 1 | ExecNoneQuery("INSERT INTO `$tbname` (lnkname, lnklink, lnkico, orderid) VALUES ('$lnknameadd', '$lnklinkadd', '$lnkicoadd', '$orderidadd')"); 31 | } 32 | 33 | if(isset($id)) 34 | { 35 | $ids = count($id); 36 | for($i=0; $i<$ids; $i++) 37 | { 38 | if($lnkico[$i] == '') 39 | $lnkico[$i] = 'templates/images/lnkBg02.png'; 40 | 41 | $dosql->ExecNoneQuery("UPDATE `$tbname` SET lnkname='$lnkname[$i]', lnklink='$lnklink[$i]', lnkico='$lnkico[$i]', orderid='$orderid[$i]' WHERE id=$id[$i]"); 42 | } 43 | } 44 | 45 | header("location:$gourl"); 46 | exit(); 47 | } 48 | 49 | 50 | //无条件返回 51 | else 52 | { 53 | header("location:$gourl"); 54 | exit(); 55 | } 56 | ?> 57 | -------------------------------------------------------------------------------- /admin/plugin/uploadify/uploadify.php: -------------------------------------------------------------------------------- 1 | ExecNoneQuery("DELETE FROM `#@__uploads` WHERE path='$filename'"); 49 | unlink(PHPMYWIND_ROOT .'/'. $filename); 50 | } 51 | exit(); 52 | } 53 | ?> 54 | -------------------------------------------------------------------------------- /admin/editor/plugins/lineheight/lineheight.js: -------------------------------------------------------------------------------- 1 | /******************************************************************************* 2 | * KindEditor - WYSIWYG HTML Editor for Internet 3 | * Copyright (C) 2006-2011 kindsoft.net 4 | * 5 | * @author Roddy 6 | * @site http://www.kindsoft.net/ 7 | * @licence http://www.kindsoft.net/license.php 8 | *******************************************************************************/ 9 | 10 | KindEditor.plugin('lineheight', function(K) { 11 | var self = this, name = 'lineheight', lang = self.lang(name + '.'); 12 | self.clickToolbar(name, function() { 13 | var curVal = '', commonNode = self.cmd.commonNode({'*' : '.line-height'}); 14 | if (commonNode) { 15 | curVal = commonNode.css('line-height'); 16 | } 17 | var menu = self.createMenu({ 18 | name : name, 19 | width : 150 20 | }); 21 | K.each(lang.lineHeight, function(i, row) { 22 | K.each(row, function(key, val) { 23 | menu.addItem({ 24 | title : val, 25 | checked : curVal === key, 26 | click : function() { 27 | self.cmd.toggle('', { 28 | span : '.line-height=' + key 29 | }); 30 | self.updateState(); 31 | self.addBookmark(); 32 | self.hideMenu(); 33 | } 34 | }); 35 | }); 36 | }); 37 | }); 38 | }); 39 | -------------------------------------------------------------------------------- /admin/infolist.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 列表信息管理 7 | 8 | 9 | 10 | 11 | 16 | 17 | 18 |
列表信息管理 19 | 20 | 查看全部 21 | 22 | 23 | 24 | 25 | 刷新
26 |
27 |
28 |
读取列表中...
29 |
30 |
31 | 32 | -------------------------------------------------------------------------------- /admin/plugin/uploadify/uploadifive.php: -------------------------------------------------------------------------------- 1 | ExecNoneQuery("DELETE FROM `#@__uploads` WHERE path='$filename'"); 46 | unlink(PHPMYWIND_ROOT . '/' . $filename); 47 | } 48 | exit(); 49 | } 50 | ?> 51 | -------------------------------------------------------------------------------- /admin/editor/plugins/baidumap/map.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Baidu Maps 6 | 10 | 11 | 39 | 40 | 41 |
42 | 43 | 44 | -------------------------------------------------------------------------------- /admin/soft.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 软件信息管理 7 | 8 | 9 | 10 | 11 | 12 | 17 | 18 | 19 |
软件信息管理 20 | 21 | 查看全部 22 | 23 | 24 | 25 | 26 | 刷新
27 |
28 |
29 |
读取列表中...
30 |
31 |
32 | 33 | -------------------------------------------------------------------------------- /admin/infoimg.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 图片信息管理 7 | 8 | 9 | 10 | 11 | 12 | 17 | 18 | 19 |
图片信息管理 20 | 21 | 查看全部 22 | 23 | 24 | 25 | 26 | 刷新
27 |
28 |
29 |
读取列表中...
30 |
31 |
32 | 33 | -------------------------------------------------------------------------------- /admin/editor/plugins/autoheight/autoheight.js: -------------------------------------------------------------------------------- 1 | /******************************************************************************* 2 | * KindEditor - WYSIWYG HTML Editor for Internet 3 | * Copyright (C) 2006-2011 kindsoft.net 4 | * 5 | * @author Roddy 6 | * @site http://www.kindsoft.net/ 7 | * @licence http://www.kindsoft.net/license.php 8 | *******************************************************************************/ 9 | 10 | KindEditor.plugin('autoheight', function(K) { 11 | var self = this; 12 | 13 | if (!self.autoHeightMode) { 14 | return; 15 | } 16 | 17 | var minHeight; 18 | 19 | function hideScroll() { 20 | var edit = self.edit; 21 | var body = edit.doc.body; 22 | edit.iframe[0].scroll = 'no'; 23 | body.style.overflowY = 'hidden'; 24 | } 25 | 26 | function resetHeight() { 27 | var edit = self.edit; 28 | var body = edit.doc.body; 29 | edit.iframe.height(minHeight); 30 | self.resize(null, Math.max((K.IE ? body.scrollHeight : body.offsetHeight) + 76, minHeight)); 31 | } 32 | 33 | function init() { 34 | minHeight = K.removeUnit(self.height); 35 | 36 | self.edit.afterChange(resetHeight); 37 | hideScroll(); 38 | resetHeight(); 39 | } 40 | 41 | if (self.isCreated) { 42 | init(); 43 | } else { 44 | self.afterCreate(init); 45 | } 46 | }); 47 | 48 | /* 49 | * 如何实现真正的自动高度? 50 | * 修改编辑器高度之后,再次获取body内容高度时,最小值只会是当前iframe的设置高度,这样就导致高度只增不减。 51 | * 所以每次获取body内容高度之前,先将iframe的高度重置为最小高度,这样就能获取body的实际高度。 52 | * 由此就实现了真正的自动高度 53 | * 测试:chrome、firefox、IE9、IE8 54 | * */ 55 | -------------------------------------------------------------------------------- /admin/goodsorder_save.php: -------------------------------------------------------------------------------- 1 | ExecNoneQuery($sql)) 41 | { 42 | header("location:$gourl"); 43 | exit(); 44 | } 45 | } 46 | 47 | 48 | //无条件返回 49 | else 50 | { 51 | header("location:$gourl"); 52 | exit(); 53 | } 54 | ?> 55 | -------------------------------------------------------------------------------- /admin/templates/js/getuploadify.js: -------------------------------------------------------------------------------- 1 | /* 2 | ************************** 3 | (C)2010-2015 phpMyWind.com 4 | update: 2012-4-27 11:35:55 5 | person: Feng 6 | ************************** 7 | */ 8 | 9 | 10 | /* 11 | * 获取上传窗口函数 12 | * 13 | * @access public 14 | * @frame string 调用iframeID 15 | * @title string 弹出窗口标题 16 | * @type string 可上传文件类型,可以是直接的类型或是image|soft|media 17 | * @desc string 可上传文件描述,可以是直接的描述或是image|soft|media 18 | * @num string 可上传数量 19 | * @size string 可上传文件大小 20 | * @input string 处理后返回值写入input 21 | * @area string 多附件时返回的内容区域 22 | */ 23 | 24 | function GetUploadify(frame,title,type,desc,num,size,input,area) 25 | { 26 | $("body").append(''); 27 | 28 | $("#" + frame).css("height",$(document).height()).show(); 29 | 30 | $(window).resize(function(){ 31 | $("#" + frame).css("height",$(document).height()).show(); 32 | }); 33 | } 34 | 35 | 36 | 37 | /* 38 | * 删除组图input 39 | * 40 | * @access public 41 | * @val string 删除的图片input 42 | */ 43 | 44 | function ClearPicArr(val) 45 | { 46 | $("li[rel='"+ val +"']").remove(); 47 | $.get( 48 | 'plugin/uploadify/uploadify.php', 49 | {action:"del", filename:val}, 50 | function(){} 51 | ); 52 | } 53 | -------------------------------------------------------------------------------- /admin/editor/plugins/plainpaste/plainpaste.js: -------------------------------------------------------------------------------- 1 | /******************************************************************************* 2 | * KindEditor - WYSIWYG HTML Editor for Internet 3 | * Copyright (C) 2006-2011 kindsoft.net 4 | * 5 | * @author Roddy 6 | * @site http://www.kindsoft.net/ 7 | * @licence http://www.kindsoft.net/license.php 8 | *******************************************************************************/ 9 | 10 | KindEditor.plugin('plainpaste', function(K) { 11 | var self = this, name = 'plainpaste'; 12 | self.clickToolbar(name, function() { 13 | var lang = self.lang(name + '.'), 14 | html = '
' + 15 | '
' + lang.comment + '
' + 16 | '' + 17 | '
', 18 | dialog = self.createDialog({ 19 | name : name, 20 | width : 450, 21 | title : self.lang(name), 22 | body : html, 23 | yesBtn : { 24 | name : self.lang('yes'), 25 | click : function(e) { 26 | var html = textarea.val(); 27 | html = K.escape(html); 28 | html = html.replace(/ {2}/g, '  '); 29 | if (self.newlineTag == 'p') { 30 | html = html.replace(/^/, '

').replace(/$/, '

').replace(/\n/g, '

'); 31 | } else { 32 | html = html.replace(/\n/g, '
$&'); 33 | } 34 | self.insertHtml(html).hideDialog().focus(); 35 | } 36 | } 37 | }), 38 | textarea = K('textarea', dialog.div); 39 | textarea[0].focus(); 40 | }); 41 | }); 42 | -------------------------------------------------------------------------------- /admin/message_save.php: -------------------------------------------------------------------------------- 1 | ExecNoneQuery($sql)) 31 | { 32 | header("location:$gourl"); 33 | exit(); 34 | } 35 | } 36 | 37 | 38 | //修改留言 39 | else if($action == 'update') 40 | { 41 | if(!isset($htop)) $htop = ''; 42 | if(!isset($rtop)) $rtop = ''; 43 | $posttime = GetMkTime($posttime); 44 | 45 | $sql = "UPDATE `$tbname` SET siteid='$cfg_siteid', contact='$contact', content='$content', recont='$recont', orderid='$orderid', posttime='$posttime', htop='$htop', rtop='$rtop', checkinfo='$checkinfo' WHERE id=$id"; 46 | if($dosql->ExecNoneQuery($sql)) 47 | { 48 | header("location:$gourl"); 49 | exit(); 50 | } 51 | } 52 | 53 | 54 | //无条件返回 55 | else 56 | { 57 | header("location:$gourl"); 58 | exit(); 59 | } 60 | ?> 61 | -------------------------------------------------------------------------------- /admin/upload_file.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 上传新文件 7 | 8 | 9 | 10 | 11 | 12 |

上传新文件 刷新
13 | 14 | 15 | 16 | 17 | 18 | 23 | 24 |
 技巧提示
    19 |
  • 如果您通过上传窗口上传失败时,您也可以尝试通过原始的上传方式进行上传,然后将上传地址手动填写到文本框内
  • 20 |
  • php.ini设置的最大内容提交限制为:;最大文件上传大小为:
  • 21 |
  • 允许上传格式 图片格式: 软件类型: 多媒体类型:
  • 22 |
25 |
26 | 27 |
28 | 29 | -------------------------------------------------------------------------------- /admin/database_struct.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | Execute("SHOW FULL COLUMNS FROM `$tbname`"); 16 | $i = 0; 17 | while($r = $dosql->GetArray()) 18 | { 19 | if($r['Comment']) 20 | $comment = '['.$r['Comment'].']'; 21 | else 22 | $comment = ''; 23 | ?> 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 37 |
字段[备注]类型(长度)整理允许为空默认值额外
'; ?>
38 |
39 |
个字段
40 |
41 | -------------------------------------------------------------------------------- /admin/nav_save.php: -------------------------------------------------------------------------------- 1 | GetParentStr(); 25 | 26 | 27 | $sql = "INSERT INTO `$tbname` (siteid, parentid, parentstr, classname, linkurl, relinkurl, picurl, target, orderid, checkinfo) VALUES ('$cfg_siteid', '$parentid', '$parentstr', '$classname', '$linkurl', '$relinkurl', '$picurl', '$target', '$orderid', '$checkinfo')"; 28 | if($dosql->ExecNoneQuery($sql)) 29 | { 30 | header("location:$gourl"); 31 | exit(); 32 | } 33 | } 34 | 35 | 36 | //修改导航菜单 37 | else if($action == 'update') 38 | { 39 | $parentstr = $doaction->GetParentStr(); 40 | 41 | 42 | //更新所有关联parentstr 43 | if($parentid != $repid) 44 | { 45 | //更新下级parentstr 46 | $doaction->UpParentStr($id); 47 | } 48 | 49 | 50 | $sql = "UPDATE `$tbname` SET siteid='$cfg_siteid', parentid='$parentid', parentstr='$parentstr', classname='$classname', linkurl='$linkurl', relinkurl='$relinkurl', picurl='$picurl', target='$target', orderid='$orderid', checkinfo='$checkinfo' WHERE id=$id"; 51 | if($dosql->ExecNoneQuery($sql)) 52 | { 53 | header("location:$gourl"); 54 | exit(); 55 | } 56 | } 57 | 58 | 59 | //无条件返回 60 | else 61 | { 62 | header("location:$gourl"); 63 | exit(); 64 | } 65 | ?> 66 | -------------------------------------------------------------------------------- /协议说明.txt: -------------------------------------------------------------------------------- 1 | 中文版授权协议 适用于中文用户 2 | 3 | 版权所有 (c) 2010-2019,PHPMyWind开发团队保留所有权利。 4 | 感谢您选择PHPMyWind。希望我们的努力能为您提供一款适用于企业级建站的首先利器。PHPMyWind中文全称为PHPMyWind Web应用开发引擎与内容管理系统,以下简称PHPMyWind。PHPMyWind开发团队为PHPMyWind的开发商,依法独立拥有PHPMyWind版权。 5 | 6 | PHPMyWind官方网站为 http://phpmywind.com。 7 | 8 | 使用者无论个人或组织、盈利与否、用途如何(包括以学习和研究为目的),均需仔细阅读本协议,在理解、同意、并遵守本协议的全部条款后,方可开始使用PHPMyWind软件。 9 | 本授权协议适用且仅适用于本产品,PHPMyWind开发团队拥有对本授权协议的最终解释权。 10 | 11 | I. 协议许可的权利 12 | 13 | 您可以在完全遵守本最终用户授权协议的基础上,将本软件应用于非商业用途,而不必支付软件版权授权费用。 14 | 您可以在协议规定的约束和限制范围内修改PHPMyWind源代码(如果被提供的话)或界面风格以适应您的网站要求。 15 | 您拥有使用本软件构建的网站中全部会员资料、文章及相关信息的所有权,并独立承担与文章内容的相关法律义务。 16 | 获得商业授权之后,您可以将本软件应用于商业用途,同时依据所购买的授权类型中确定的技术支持期限、技术支持方式和技术支持内容,自购买时刻起,在技术支持期限内拥有通过指定的方式获得指定范围内的技术支持服务。商业授权用户享有反映和提出意见的权力,相关意见将被作为首要考虑,但没有一定被采纳的承诺或保证。 17 | 18 | II. 协议规定的约束和限制 19 | 20 | 未获商业授权之前,不得将本软件用于商业用途(包括但不限于企业网站、经营性网站、以营利为目或实现盈利的网站)。购买商业授权请登录 http://phpmywind.com 参考相关说明,也可以服务电话了解详情。不得对本软件或与之关联的商业授权进行出租、出售、抵押或发放子许可证。无论如何,即无论用途如何、是否经过修改或美化、修改程度如何,只要使用PHPMyWind的整体或任何部分,未经书面许可,网站页面页脚处的 PHPMyWind 名称和网站(http://phpmywind.com)的链接都必须保留,而不能清除或修改。禁止在 PHPMyWind 的整体或任何部分基础上以发展任何派生版本、修改版本或第三方版本用于重新分发。如果您未能遵守本协议的条款,您的授权将被终止,所被许可的权利将被收回,并承担相应法律责任。 21 | 22 | III. 有限担保和免责声明 23 | 24 | 本软件及所附带的文件是作为不提供任何明确的或隐含的赔偿或担保的形式提供的。用户出于自愿而使用本软件,您必须了解使用本软件的风险,在尚未购买产品技术服务之前,我们不承诺提供任何形式的技术支持、使用担保,也不承担任何因使用本软件而产生问题的相关责任。PHPMyWind及其开发团队不对使用本软件构建的网站中的文章或信息承担责任。 25 | 有关PHPMyWind最终用户授权协议、商业授权与技术服务的详细内容,均由PHPMyWind官方网站独家提供。PHPMyWind开发团队拥有在不事先通知的情况下,修改授权协议和服务价目表的权力,修改后的协议或价目表对自改变之日起的新授权用户生效。 26 | 27 | 电子文本形式的授权协议如同双方书面签署的协议一样,具有完全的和等同的法律效力。您一旦开始安装PHPMyWind,即被视为完全理解并接受本协议的各项条款,在享有上述条款授予的权力的同时,受到相关的约束和限制。协议许可范围以外的行为,将直接违反本授权协议并构成侵权,我们有权随时终止授权,责令停止损害,并保留追究相关责任的权力。 28 | -------------------------------------------------------------------------------- /about.php: -------------------------------------------------------------------------------- 1 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 |
网站公告:
25 | 26 | 27 |
28 |
您当前所在位置: 29 |
30 |
31 |
32 |
33 |
34 |
35 | 36 |
37 |
38 |
39 | 40 | 41 | 42 | 43 | 44 | -------------------------------------------------------------------------------- /contact.php: -------------------------------------------------------------------------------- 1 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 |
网站公告:
25 | 26 | 27 |
28 |
您当前所在位置: 29 |
30 |
31 |
32 |
33 |
34 |
35 | 36 |
37 |
38 |
39 | 40 | 41 | 42 | 43 | 44 | -------------------------------------------------------------------------------- /admin/database_import.php: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 30 | 31 | 32 | 33 | 37 |
目录名目录大小[共]创建时间操作
查看
暂时没有备份文件
38 |
39 |
    40 |
  • 点击目录或查看可进入备份目录单独还原数据表结构或数据表,也可点击还原备份文件还原所选文件
  • 41 |
42 |
43 |
个备份目录
44 |
45 | 46 | -------------------------------------------------------------------------------- /admin/goods.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 商品信息管理 7 | 8 | 9 | 10 | 11 | 12 | 17 | 18 | 19 |
商品信息管理 20 | 21 | 查看全部 22 | 23 | 24 | 25 | 26 | 27 | 查看全部 28 | 29 | 30 | 31 | 32 | 刷新
33 |
34 |
35 |
读取列表中...
36 |
37 |
38 | 39 | -------------------------------------------------------------------------------- /admin/editor/plugins/anchor/anchor.js: -------------------------------------------------------------------------------- 1 | /******************************************************************************* 2 | * KindEditor - WYSIWYG HTML Editor for Internet 3 | * Copyright (C) 2006-2011 kindsoft.net 4 | * 5 | * @author Roddy 6 | * @site http://www.kindsoft.net/ 7 | * @licence http://www.kindsoft.net/license.php 8 | *******************************************************************************/ 9 | 10 | KindEditor.plugin('anchor', function(K) { 11 | var self = this, name = 'anchor', lang = self.lang(name + '.'); 12 | self.plugin.anchor = { 13 | edit : function() { 14 | var html = ['
', 15 | '
', 16 | '', 17 | '', 18 | '
', 19 | '
'].join(''); 20 | var dialog = self.createDialog({ 21 | name : name, 22 | width : 300, 23 | title : self.lang(name), 24 | body : html, 25 | yesBtn : { 26 | name : self.lang('yes'), 27 | click : function(e) { 28 | self.insertHtml('').hideDialog().focus(); 29 | } 30 | } 31 | }); 32 | var div = dialog.div, 33 | nameBox = K('input[name="name"]', div); 34 | var img = self.plugin.getSelectedAnchor(); 35 | if (img) { 36 | nameBox.val(unescape(img.attr('data-ke-name'))); 37 | } 38 | nameBox[0].focus(); 39 | nameBox[0].select(); 40 | }, 41 | 'delete' : function() { 42 | self.plugin.getSelectedAnchor().remove(); 43 | } 44 | }; 45 | self.clickToolbar(name, self.plugin.anchor.edit); 46 | }); 47 | -------------------------------------------------------------------------------- /admin/templates/js/leftmenu.js: -------------------------------------------------------------------------------- 1 | /* 2 | ************************** 3 | (C)2010-2015 phpMyWind.com 4 | update: 2014-5-22 17:39:34 5 | person: Feng 6 | ************************** 7 | */ 8 | 9 | 10 | $(function(){ 11 | 12 | $(".viewport").css("height", $(".overview").height()); 13 | $("#scrollmenu").tinyscrollbar(); 14 | 15 | FirstLoad(); 16 | 17 | $(window).resize(function(){ 18 | FirstLoad(); 19 | }); 20 | 21 | }).keydown(function(event){ 22 | 23 | //快捷键 24 | if(event.keyCode == 27){ 25 | window.top.location.href = 'logout.php'; 26 | } 27 | }); 28 | 29 | 30 | 31 | //点击操作 32 | function DisplayMenu(id) 33 | { 34 | $("div[id^=leftmenu][id!="+id+"]").hide(); 35 | $(".title").removeClass("on"); 36 | 37 | var t = $("#"+id); 38 | t.toggle(); 39 | 40 | if(t.css("display") == "block"){ 41 | t.prev().addClass("on"); 42 | }else{ 43 | t.prev().removeClass("on"); 44 | } 45 | 46 | FirstLoad(); 47 | } 48 | 49 | 50 | 51 | //载入初始化 52 | function FirstLoad() 53 | { 54 | if($(".overview").height() > $(window).height()-135) 55 | { 56 | if($.browser.msie){ 57 | $(".tGradient").show(); 58 | $(".bGradient").show(); 59 | }else{ 60 | $(".tGradient").fadeIn(100); 61 | $(".bGradient").fadeIn(100); 62 | } 63 | 64 | $(".viewport").css({"height":$(window).height()-135, "overflow":"hidden"}); 65 | } 66 | else 67 | { 68 | if($.browser.msie){ 69 | $(".tGradient").hide(); 70 | $(".bGradient").hide(); 71 | }else{ 72 | $(".tGradient").fadeOut(100); 73 | $(".bGradient").fadeOut(100); 74 | } 75 | 76 | $(".viewport").css({"height":$(".overview").height(), "overflow":"none"}); 77 | } 78 | 79 | $("#scrollmenu").tinyscrollbar_update("relative"); 80 | } 81 | -------------------------------------------------------------------------------- /admin/cascadedata_save.php: -------------------------------------------------------------------------------- 1 | ExecNoneQuery("INSERT INTO `$tbname` (dataname, datavalue, datagroup, orderid, level) VALUES ('$dataname_add', '$datavalue_add', '$datagroup_add', '$orderid_add', '$level_add')"); 28 | } 29 | if(isset($id)) 30 | { 31 | $ids = count($id); 32 | for($i=0; $i<$ids; $i++) 33 | { 34 | $dosql->ExecNoneQuery("UPDATE `$tbname` SET dataname='$dataname[$i]', orderid='$orderid[$i]' WHERE `id`=$id[$i]"); 35 | } 36 | } 37 | 38 | header("location:$gourl"); 39 | exit(); 40 | } 41 | 42 | 43 | //删除操作 44 | if($action == 'delclass') 45 | { 46 | $dosql->ExecNoneQuery("DELETE FROM `$tbname` WHERE `id`=$id"); 47 | header("location:$gourl"); 48 | exit(); 49 | } 50 | 51 | 52 | //全选删除 53 | if($action == 'delallclass') 54 | { 55 | 56 | //删除栏目的单页信息 57 | foreach($checkid as $v) 58 | { 59 | $arr = explode(',|,', $v); 60 | $dosql->ExecNoneQuery("DELETE FROM `$tbname` WHERE `id`=".$arr[0]); 61 | } 62 | 63 | header("location:$gourl"); 64 | exit(); 65 | } 66 | 67 | 68 | //无条件返回 69 | else 70 | { 71 | header("location:$gourl"); 72 | exit(); 73 | } 74 | ?> 75 | -------------------------------------------------------------------------------- /admin/goodstype_save.php: -------------------------------------------------------------------------------- 1 | GetParentStr(); 25 | 26 | $sql = "INSERT INTO `$tbname` (parentid, parentstr, classname, picurl, linkurl, orderid, checkinfo) VALUES ('$parentid', '$parentstr', '$classname', '$picurl', '$linkurl', '$orderid', '$checkinfo')"; 27 | if($dosql->ExecNoneQuery($sql)) 28 | { 29 | header("location:$gourl"); 30 | exit(); 31 | } 32 | } 33 | 34 | 35 | //修改商品分类 36 | else if($action == 'update') 37 | { 38 | $parentstr = $doaction->GetParentStr(); 39 | 40 | //更新所有关联parentstr 41 | if($parentid != $repid) 42 | { 43 | $childtbname = '#@__goods'; 44 | 45 | //更新本类parentstr 46 | $dosql->ExecNoneQuery("UPDATE `$childtbname` SET typepid='".$parentid."', typepstr='".$parentstr."' WHERE typeid=".$id); 47 | 48 | //更新下级parentstr 49 | $doaction->UpParentStr($id, $childtbname, 'typepstr', 'typeid'); 50 | } 51 | 52 | 53 | $sql = "UPDATE `$tbname` SET parentid='$parentid', parentstr='$parentstr', classname='$classname', picurl='$picurl', linkurl='$linkurl', orderid='$orderid', checkinfo='$checkinfo' WHERE id=$id"; 54 | if($dosql->ExecNoneQuery($sql)) 55 | { 56 | header("location:$gourl"); 57 | exit(); 58 | } 59 | } 60 | 61 | 62 | //无条件返回 63 | else 64 | { 65 | header("location:$gourl"); 66 | exit(); 67 | } 68 | ?> 69 | -------------------------------------------------------------------------------- /data/api/oauth/system/core.php: -------------------------------------------------------------------------------- 1 | 65 | -------------------------------------------------------------------------------- /admin/upload_file_do.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 上传区域 7 | 8 | 9 | 10 | 11 | 12 |
13 |
14 |
15 | 16 | 17 | 18 |
19 |
20 |
21 |
22 |
23 | UploadPrompt(\''.$upload_info.'\')'; 34 | } 35 | else 36 | { 37 | echo ''; 38 | } 39 | } 40 | ?> 41 | 42 | -------------------------------------------------------------------------------- /admin/goodsbrand_save.php: -------------------------------------------------------------------------------- 1 | GetParentStr(); 25 | 26 | 27 | $sql = "INSERT INTO `$tbname` (parentid, parentstr, classname, picurl, linkurl, orderid, checkinfo) VALUES ('$parentid', '$parentstr', '$classname', '$picurl', '$linkurl', '$orderid', '$checkinfo')"; 28 | if($dosql->ExecNoneQuery($sql)) 29 | { 30 | header("location:$gourl"); 31 | exit(); 32 | } 33 | } 34 | 35 | 36 | //修改商品品牌类型 37 | else if($action == 'update') 38 | { 39 | $parentstr = $doaction->GetParentStr(); 40 | 41 | 42 | //更新所有关联parentstr 43 | if($parentid != $repid) 44 | { 45 | $childtbname = '#@__goods'; 46 | 47 | //更新本类parentstr 48 | $dosql->ExecNoneQuery("UPDATE `$childtbname` SET brandpid='".$parentid."', brandpstr='".$parentstr."' WHERE brandid=".$id); 49 | 50 | //更新下级parentstr 51 | $doaction->UpParentStr($id, $childtbname, 'brandpstr', 'brandid'); 52 | } 53 | 54 | 55 | $sql = "UPDATE `$tbname` SET parentid='$parentid', parentstr='$parentstr', classname='$classname', picurl='$picurl', linkurl='$linkurl', orderid='$orderid', checkinfo='$checkinfo' WHERE id=$id"; 56 | if($dosql->ExecNoneQuery($sql)) 57 | { 58 | header("location:$gourl"); 59 | exit(); 60 | } 61 | } 62 | 63 | 64 | //无条件返回 65 | else 66 | { 67 | header("location:$gourl"); 68 | exit(); 69 | } 70 | ?> 71 | -------------------------------------------------------------------------------- /admin/weblinktype_save.php: -------------------------------------------------------------------------------- 1 | GetParentStr(); 26 | 27 | $sql = "INSERT INTO `$tbname` (siteid, parentid, parentstr, classname, orderid, checkinfo) VALUES ('$cfg_siteid', '$parentid', '$parentstr', '$classname', '$orderid', '$checkinfo')"; 28 | if($dosql->ExecNoneQuery($sql)) 29 | { 30 | header("location:$gourl"); 31 | exit(); 32 | } 33 | } 34 | 35 | 36 | //修改友情链接类别 37 | else if($action == 'update') 38 | { 39 | $parentstr = $doaction->GetParentStr(); 40 | 41 | 42 | //更新所有关联parentstr 43 | if($parentid != $repid) 44 | { 45 | $childtbname = '#@__weblink'; 46 | 47 | //更新本类parentstr 48 | $dosql->ExecNoneQuery("UPDATE `$childtbname` SET parentid='".$parentid."', parentstr='".$parentstr."' WHERE classid=".$id); 49 | 50 | //更新下级parentstr 51 | $doaction->UpParentStr($id, $childtbname, 'parentstr', 'classid'); 52 | } 53 | 54 | 55 | $sql = "UPDATE `$tbname` SET siteid='$cfg_siteid', parentid='$parentid', parentstr='$parentstr', classname='$classname', orderid='$orderid', checkinfo='$checkinfo' WHERE id=$id"; 56 | if($dosql->ExecNoneQuery($sql)) 57 | { 58 | header("location:$gourl"); 59 | exit(); 60 | } 61 | } 62 | 63 | 64 | //无条件返回 65 | else 66 | { 67 | header("location:$gourl"); 68 | exit(); 69 | } 70 | ?> 71 | -------------------------------------------------------------------------------- /admin/job_save.php: -------------------------------------------------------------------------------- 1 | ExecNoneQuery($sql)) 29 | { 30 | header("location:$gourl"); 31 | exit(); 32 | } 33 | } 34 | 35 | 36 | //修改招聘信息 37 | if($action == 'update') 38 | { 39 | $posttime = GetMkTime($posttime); 40 | 41 | $sql = "UPDATE `$tbname` SET siteid='$cfg_siteid', title='$title', jobplace='$jobplace', jobdescription='$jobdescription', employ='$employ', jobsex='$jobsex', treatment='$treatment', usefullife='$usefullife', experience='$experience', education='$education', joblang='$joblang', workdesc='$workdesc', content='$content', orderid='$orderid', posttime='$posttime', checkinfo='$checkinfo' WHERE id=$id"; 42 | if($dosql->ExecNoneQuery($sql)) 43 | { 44 | header("location:$gourl"); 45 | exit(); 46 | } 47 | } 48 | 49 | 50 | //无条件返回 51 | else 52 | { 53 | header("location:$gourl"); 54 | exit(); 55 | } 56 | ?> 57 | -------------------------------------------------------------------------------- /admin/cascade_save.php: -------------------------------------------------------------------------------- 1 | ExecNoneQuery("INSERT INTO `$tbname` (groupname, groupsign, orderid) VALUES ('$groupname_add', '$groupsign_add', '$orderid_add')"); 28 | } 29 | 30 | if(isset($id)) 31 | { 32 | $ids = count($id); 33 | for($i=0; $i<$ids; $i++) 34 | { 35 | $dosql->ExecNoneQuery("UPDATE `$tbname` SET groupname='$groupname[$i]', groupsign='$groupsign[$i]', orderid='$orderid[$i]' WHERE id=$id[$i]"); 36 | } 37 | } 38 | 39 | header("location:$gourl"); 40 | exit(); 41 | } 42 | 43 | 44 | //删除操作 45 | if($action == 'delclass') 46 | { 47 | $dosql->ExecNoneQuery("DELETE FROM `$tbname` WHERE `id`=$id"); 48 | $dosql->ExecNoneQuery("DELETE FROM `#@__cascadedata` WHERE `datagroup`='$sign'"); 49 | header("location:$gourl"); 50 | exit(); 51 | } 52 | 53 | 54 | //全选删除 55 | if($action == 'delallclass') 56 | { 57 | 58 | //删除栏目的单页信息 59 | foreach($checkid as $v) 60 | { 61 | $arr = explode(',|,', $v); 62 | $dosql->ExecNoneQuery("DELETE FROM `$tbname` WHERE `id`=".$arr[0]); 63 | $dosql->ExecNoneQuery("DELETE FROM `#@__cascadedata` WHERE `datagroup`='".$arr[1]."'"); 64 | } 65 | 66 | header("location:$gourl"); 67 | exit(); 68 | } 69 | 70 | 71 | //无条件返回 72 | else 73 | { 74 | header("location:$gourl"); 75 | exit(); 76 | } 77 | ?> 78 | -------------------------------------------------------------------------------- /admin/adtype_save.php: -------------------------------------------------------------------------------- 1 | GetParentStr(); 26 | 27 | $sql = "INSERT INTO `$tbname` (siteid, parentid, parentstr, classname, width, height, orderid, checkinfo) VALUES ('$cfg_siteid', '$parentid', '$parentstr', '$classname', '$width', '$height', '$orderid', '$checkinfo')"; 28 | if($dosql->ExecNoneQuery($sql)) 29 | { 30 | header("location:$gourl"); 31 | exit(); 32 | } 33 | } 34 | 35 | 36 | //修改广告位 37 | else if($action == 'update') 38 | { 39 | $parentstr = $doaction->GetParentStr(); 40 | 41 | 42 | //更新所有关联parentstr 43 | if($parentid != $repid) 44 | { 45 | $childtbname = '#@__admanage'; 46 | 47 | //更新本类parentstr 48 | $dosql->ExecNoneQuery("UPDATE `$childtbname` SET parentid='".$parentid."', parentstr='".$parentstr."' WHERE `classid`=".$id); 49 | 50 | //更新下级parentstr 51 | $doaction->UpParentStr($id, $childtbname, 'parentstr', 'classid'); 52 | } 53 | 54 | 55 | $sql = "UPDATE `$tbname` SET siteid='$cfg_siteid', parentid='$parentid', parentstr='$parentstr', classname='$classname', width='$width', height='$height', orderid='$orderid', checkinfo='$checkinfo' WHERE id=$id"; 56 | if($dosql->ExecNoneQuery($sql)) 57 | { 58 | header("location:$gourl"); 59 | exit(); 60 | } 61 | } 62 | 63 | 64 | //无条件返回 65 | else 66 | { 67 | header("location:$gourl"); 68 | exit(); 69 | } 70 | ?> 71 | -------------------------------------------------------------------------------- /admin/maintype_save.php: -------------------------------------------------------------------------------- 1 | GetParentStr(); 26 | 27 | 28 | $sql = "INSERT INTO `$tbname` (siteid, parentid, parentstr, classname, orderid, checkinfo) VALUES ('$cfg_siteid', '$parentid', '$parentstr', '$classname', '$orderid', '$checkinfo')"; 29 | if($dosql->ExecNoneQuery($sql)) 30 | { 31 | header("location:$gourl"); 32 | exit(); 33 | } 34 | } 35 | 36 | 37 | //修改二级分类 38 | else if($action == 'update') 39 | { 40 | $parentstr = $doaction->GetParentStr(); 41 | 42 | 43 | //更新所有关联parentstr 44 | if($parentid != $repid) 45 | { 46 | $childtbname = array('#@__infolist','#@__infoimg','#@__soft','#@__goods'); 47 | 48 | //更新本类parentstr 49 | foreach($childtbname as $k=>$v) 50 | { 51 | $dosql->ExecNoneQuery("UPDATE `$v` SET parentid='".$parentid."', parentstr='".$parentstr."' WHERE classid=".$id); 52 | } 53 | 54 | //更新下级parentstr 55 | $doaction->UpParentStr($id, $childtbname, 'parentstr', 'classid'); 56 | } 57 | 58 | 59 | $sql = "UPDATE `$tbname` SET siteid='$cfg_siteid', parentid='$parentid', parentstr='$parentstr', classname='$classname', orderid='$orderid', checkinfo='$checkinfo' WHERE id=$id"; 60 | if($dosql->ExecNoneQuery($sql)) 61 | { 62 | header("location:$gourl"); 63 | exit(); 64 | } 65 | } 66 | 67 | 68 | //无条件返回 69 | else 70 | { 71 | header("location:$gourl"); 72 | exit(); 73 | } 74 | ?> 75 | -------------------------------------------------------------------------------- /admin/editor/plugins/wordpaste/wordpaste.js: -------------------------------------------------------------------------------- 1 | /******************************************************************************* 2 | * KindEditor - WYSIWYG HTML Editor for Internet 3 | * Copyright (C) 2006-2011 kindsoft.net 4 | * 5 | * @author Roddy 6 | * @site http://www.kindsoft.net/ 7 | * @licence http://www.kindsoft.net/license.php 8 | *******************************************************************************/ 9 | 10 | KindEditor.plugin('wordpaste', function(K) { 11 | var self = this, name = 'wordpaste'; 12 | self.clickToolbar(name, function() { 13 | var lang = self.lang(name + '.'), 14 | html = '
' + 15 | '
' + lang.comment + '
' + 16 | '' + 17 | '
', 18 | dialog = self.createDialog({ 19 | name : name, 20 | width : 450, 21 | title : self.lang(name), 22 | body : html, 23 | yesBtn : { 24 | name : self.lang('yes'), 25 | click : function(e) { 26 | var str = doc.body.innerHTML; 27 | str = K.clearMsWord(str, self.filterMode ? self.htmlTags : K.options.htmlTags); 28 | self.insertHtml(str).hideDialog().focus(); 29 | } 30 | } 31 | }), 32 | div = dialog.div, 33 | iframe = K('iframe', div), 34 | doc = K.iframeDoc(iframe); 35 | if (!K.IE) { 36 | doc.designMode = 'on'; 37 | } 38 | doc.open(); 39 | doc.write('WordPaste'); 40 | doc.write(''); 41 | if (!K.IE) { 42 | doc.write('
'); 43 | } 44 | doc.write(''); 45 | doc.close(); 46 | if (K.IE) { 47 | doc.body.contentEditable = 'true'; 48 | } 49 | iframe[0].contentWindow.focus(); 50 | }); 51 | }); 52 | -------------------------------------------------------------------------------- /admin/mobile.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 手机网站设置 7 | 8 | 9 | 24 | 25 | 26 |
27 | 28 | 29 | 32 | 45 | 46 |
30 | 31 |
33 |
    34 |
  • 当系统判断为移动设备访问时,会主动跳转到4g.php页面,您可以在【网站信息配置】->【性能设置】中关闭默认跳转
  • 35 |
  • 手机站的栏目是根据栏目中的栏目自动循环出来的
  • 36 |
  • 目前自动生成的栏目内容包括单页、列表、图片
  • 37 |
38 | 42 |
43 |
44 |
47 | 48 | -------------------------------------------------------------------------------- /admin/weblink_save.php: -------------------------------------------------------------------------------- 1 | GetOne("SELECT parentid FROM `#@__weblinktype` WHERE id=$classid"); 26 | $parentid = $r['parentid']; 27 | $parentstr = $doaction->GetParentStr(); 28 | 29 | $posttime = GetMkTime($posttime); 30 | 31 | $sql = "INSERT INTO `$tbname` (siteid, classid, parentid, parentstr, webname, linkurl, webnote, picurl, orderid, posttime, checkinfo) VALUES ('$cfg_siteid', '$classid', '$parentid', '$parentstr', '$webname', '$linkurl', '$webnote', '$picurl', '$orderid', '$posttime', '$checkinfo');"; 32 | if($dosql->ExecNoneQuery($sql)) 33 | { 34 | header("location:$gourl"); 35 | exit(); 36 | } 37 | } 38 | 39 | 40 | //修改友情链接 41 | else if($action == 'update') 42 | { 43 | $r = $dosql->GetOne("SELECT parentid FROM `#@__weblinktype` WHERE id=$classid"); 44 | $parentid = $r['parentid']; 45 | $parentstr = $doaction->GetParentStr(); 46 | 47 | $posttime = GetMkTime($posttime); 48 | 49 | $sql = "UPDATE `$tbname` SET siteid='$cfg_siteid', classid='$classid', parentid='$parentid', parentstr='$parentstr', webname='$webname', linkurl='$linkurl', webnote='$webnote', picurl='$picurl', orderid='$orderid', posttime='$posttime', checkinfo='$checkinfo' WHERE id=$id"; 50 | if($dosql->ExecNoneQuery($sql)) 51 | { 52 | header("location:$gourl"); 53 | exit(); 54 | } 55 | } 56 | 57 | 58 | //无条件返回 59 | else 60 | { 61 | header("location:$gourl"); 62 | exit(); 63 | } 64 | ?> 65 | -------------------------------------------------------------------------------- /templates/default/member/defaultguest.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | <?php echo $cfg_webname; ?> - 会员中心 7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 |
16 |
17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 |
登录时间登录IP
 
32 |

账号操作

33 | 您是第一次使用该账号登录,接下来需要 完善账号信息 或 绑定已有账号 34 | 38 |
    39 |
  • 完善账号信息:适用于没有注册账号的访客使用
  • 40 |
  • 绑定已有账号:如果您拥有注册账号,可以将第三方账号绑定到注册账号
  • 41 |
42 |
43 |
44 |
45 | 46 | 47 | 48 | -------------------------------------------------------------------------------- /admin/editor/plugins/map/map.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 10 | 11 | 53 | 54 | 55 |
56 | 57 | -------------------------------------------------------------------------------- /admin/admanage_save.php: -------------------------------------------------------------------------------- 1 | GetOne("SELECT `parentid` FROM `#@__adtype` WHERE `id`=$classid"); 26 | $parentid = $r['parentid']; 27 | $parentstr = $doaction->GetParentStr($parentid); 28 | 29 | 30 | $posttime = GetMkTime($posttime); 31 | 32 | 33 | $sql = "INSERT INTO `$tbname` (siteid, classid, title, parentid, parentstr, admode, picurl, adtext, linkurl, posttime, orderid, checkinfo) VALUES ('$cfg_siteid', '$classid', '$title', '$parentid', '$parentstr', '$admode', '$picurl', '$adtext', '$linkurl', '$posttime', '$orderid', '$checkinfo')"; 34 | if($dosql->ExecNoneQuery($sql)) 35 | { 36 | header("location:$gourl"); 37 | exit(); 38 | } 39 | } 40 | 41 | 42 | //修改广告信息 43 | else if($action == 'update') 44 | { 45 | $r = $dosql->GetOne("SELECT `parentid` FROM `#@__adtype` WHERE `id`=$classid"); 46 | $parentid = $r['parentid']; 47 | $parentstr = $doaction->GetParentStr($parentid); 48 | 49 | 50 | $posttime = GetMkTime($posttime); 51 | 52 | 53 | $sql = "UPDATE `$tbname` SET siteid='$cfg_siteid', classid='$classid', title='$title', parentid='$parentid', parentstr='$parentstr', admode='$admode', picurl='$picurl', adtext='$adtext', linkurl='$linkurl', posttime='$posttime', orderid='$orderid', checkinfo='$checkinfo' WHERE id=$id"; 54 | if($dosql->ExecNoneQuery($sql)) 55 | { 56 | header("location:$gourl"); 57 | exit(); 58 | } 59 | } 60 | 61 | 62 | //无条件返回 63 | else 64 | { 65 | header("location:$gourl"); 66 | exit(); 67 | } 68 | ?> 69 | --------------------------------------------------------------------------------