├── README.md ├── connect └── config.php ├── public ├── css │ ├── main.css │ ├── fonts │ │ ├── icons.eot │ │ ├── icons.ttf │ │ ├── icons.woff │ │ └── icons.woff2 │ ├── page.css │ └── login.css ├── images │ ├── line.png │ ├── avatar.jpg │ ├── face │ │ ├── 1.gif │ │ ├── 2.gif │ │ ├── 3.gif │ │ ├── 4.gif │ │ ├── 5.gif │ │ ├── 6.gif │ │ ├── 7.gif │ │ ├── 8.gif │ │ ├── 9.gif │ │ ├── 10.gif │ │ ├── 11.gif │ │ ├── 12.gif │ │ ├── 13.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 │ ├── header.jpg │ ├── my_bg.jpg │ ├── my_bg.png │ ├── my_bg1.png │ ├── steve.jpg │ ├── body_bg.png │ ├── ico_layer.png │ ├── login_bg.jpg │ ├── login_bg.png │ ├── my_bg01.png │ ├── my_bg05.png │ ├── steve_01.png │ ├── steve_02.png │ ├── steve_03.png │ ├── steve_04.png │ ├── steve_05.png │ ├── steve_06.png │ ├── steve_07.png │ ├── steve_08.png │ ├── steve_09.png │ ├── icon_photo.png │ ├── login_logo.png │ ├── mr_book_PHP.png │ ├── my_bg_other.png │ ├── my_info_bg.png │ ├── search_btn.png │ ├── search_btn2.png │ ├── search_btn3.png │ ├── weibo_show.png │ ├── local_upload.png │ ├── login_banner.png │ ├── mr_book_JAVA.png │ ├── weibo_banner.png │ ├── weibo_show_on.png │ ├── mr_book_Android.png │ ├── local_upload_close.png │ ├── upload │ │ ├── head_image │ │ │ ├── steve.jpg │ │ │ ├── 57b6b3eac095f.jpg │ │ │ ├── 57b8171dc4cbd.jpg │ │ │ ├── 57b817afba239.jpg │ │ │ ├── 57ba9968667a8.jpg │ │ │ ├── 57bc22cd3ac3f.jpg │ │ │ ├── 57bc230da3e9d.jpg │ │ │ ├── 57bc2370de2f1.jpg │ │ │ ├── 57bc2420db06b.jpg │ │ │ ├── 57c77af929ac2.jpg │ │ │ ├── 57c77b1964b76.jpg │ │ │ ├── 57c7b5e5b00f5.jpg │ │ │ ├── 57e0ee0036e0d.jpg │ │ │ ├── 57e0ee10c62d1.jpg │ │ │ ├── 57e9d70b8e596.jpg │ │ │ ├── 57e9d72fa64a7.jpg │ │ │ ├── 57e9d73b5a484.jpg │ │ │ ├── 57e9dafa93ddd.jpg │ │ │ ├── 57e9dc396f8c2.jpg │ │ │ ├── 57e9e3e35a5c1.jpg │ │ │ ├── 57e9e596e8eab.jpg │ │ │ ├── 57e9e5d58090e.jpg │ │ │ ├── 57e9e685f29a3.jpg │ │ │ ├── 57e9e78962081.jpg │ │ │ ├── 57ea2089c9470.jpg │ │ │ ├── 57ecd1df6bba3.jpg │ │ │ ├── 580dbd55a7a22.jpg │ │ │ ├── 5810149cdccf6.jpg │ │ │ └── 58116c953aaf5.jpg │ │ └── post │ │ │ ├── 147505143936869.jpg │ │ │ ├── 147505143939542.jpg │ │ │ ├── 147505143948820.jpg │ │ │ ├── 147505143950718.jpg │ │ │ ├── 147505143950874.jpg │ │ │ ├── 147505143979213.jpg │ │ │ ├── 147511605024977.jpg │ │ │ ├── 147744737234884.png │ │ │ ├── 147744737397481.jpg │ │ │ ├── 147745077724589.jpg │ │ │ ├── 147745077725652.jpg │ │ │ ├── 147745077757658.jpg │ │ │ ├── 147745077772652.jpg │ │ │ ├── 147745077773786.jpg │ │ │ ├── 147745077777898.jpg │ │ │ ├── 147745077785912.jpg │ │ │ ├── 147745077797160.jpg │ │ │ ├── 147745079614199.jpg │ │ │ ├── 147745079616122.jpg │ │ │ ├── 147745079621802.jpg │ │ │ ├── 147745079627748.jpg │ │ │ ├── 147745079652835.jpg │ │ │ ├── 147745079661196.jpg │ │ │ ├── 147745079668796.jpg │ │ │ ├── 147745079678560.jpg │ │ │ ├── 147745079684805.jpg │ │ │ ├── 147745079692125.jpg │ │ │ ├── 147745137517937.jpg │ │ │ ├── 147745137546227.jpg │ │ │ ├── 147745137597453.jpg │ │ │ ├── 147745137617544.jpg │ │ │ ├── 147745137691757.jpg │ │ │ ├── 147745160422716.jpg │ │ │ ├── 147745160434719.jpg │ │ │ ├── 147745160442415.jpg │ │ │ ├── 147745160453096.jpg │ │ │ ├── 147745160496618.jpg │ │ │ ├── 147745160498019.jpg │ │ │ └── 158873332125928.png │ └── weibo_list_bottom_message.png ├── static │ ├── plupload │ │ ├── Moxie.swf │ │ ├── Moxie.xap │ │ ├── jquery.plupload.queue │ │ │ └── img │ │ │ │ ├── done.gif │ │ │ │ ├── delete.gif │ │ │ │ ├── error.gif │ │ │ │ ├── buttons.png │ │ │ │ ├── throbber.gif │ │ │ │ ├── transp50.png │ │ │ │ ├── backgrounds.gif │ │ │ │ └── buttons-disabled.png │ │ ├── jquery.ui.plupload │ │ │ └── img │ │ │ │ ├── loading.gif │ │ │ │ └── plupload.png │ │ └── i18n │ │ │ ├── mn.js │ │ │ ├── sr_RS.js │ │ │ ├── sq.js │ │ │ ├── zh_CN.js │ │ │ ├── zh_TW.js │ │ │ ├── ko.js │ │ │ ├── ja.js │ │ │ ├── he.js │ │ │ ├── hy.js │ │ │ ├── sr.js │ │ │ ├── sv.js │ │ │ ├── et.js │ │ │ ├── en.js │ │ │ ├── da.js │ │ │ ├── az.js │ │ │ ├── tr.js │ │ │ ├── cy.js │ │ │ ├── ar.js │ │ │ ├── th_TH.js │ │ │ ├── fa.js │ │ │ ├── lt.js │ │ │ ├── pl.js │ │ │ ├── ms.js │ │ │ ├── it.js │ │ │ ├── ka.js │ │ │ ├── kk.js │ │ │ ├── km.js │ │ │ ├── cs.js │ │ │ ├── sk.js │ │ │ ├── fi.js │ │ │ ├── es.js │ │ │ ├── id.js │ │ │ ├── bs.js │ │ │ ├── hu.js │ │ │ ├── de.js │ │ │ ├── hr.js │ │ │ ├── ro.js │ │ │ ├── pt_BR.js │ │ │ ├── nl.js │ │ │ ├── lv.js │ │ │ ├── ru.js │ │ │ ├── el.js │ │ │ ├── uk_UA.js │ │ │ └── fr.js │ ├── highslide │ │ ├── graphics │ │ │ ├── close.png │ │ │ ├── icon.gif │ │ │ ├── closeX.png │ │ │ ├── loader.gif │ │ │ ├── resize.gif │ │ │ ├── zoomin.cur │ │ │ ├── zoomout.cur │ │ │ ├── fullexpand.gif │ │ │ ├── controlbar2.gif │ │ │ ├── controlbar3.gif │ │ │ ├── controlbar4.gif │ │ │ ├── geckodimmer.png │ │ │ ├── loader.white.gif │ │ │ ├── scrollarrows.png │ │ │ ├── controlbar-white.gif │ │ │ ├── controlbar4-hover.gif │ │ │ ├── outlines │ │ │ │ ├── Outlines.psd │ │ │ │ ├── beveled.png │ │ │ │ ├── drop-shadow.png │ │ │ │ ├── glossy-dark.png │ │ │ │ ├── outer-glow.png │ │ │ │ ├── rounded-black.png │ │ │ │ └── rounded-white.png │ │ │ ├── controlbar-white-small.gif │ │ │ ├── controlbar-black-border.gif │ │ │ └── controlbar-text-buttons.png │ │ └── highslide-ie6.css │ └── layer │ │ └── skin │ │ ├── default │ │ ├── icon.png │ │ ├── icon-ext.png │ │ ├── loading-0.gif │ │ ├── loading-1.gif │ │ └── loading-2.gif │ │ └── layer.ext.css └── js │ ├── meitu.js │ └── textarea.js ├── 效果图 ├── 2018-04-12_101819.png └── 2018-04-12_101855.png ├── deletePic.php ├── view ├── common │ ├── footer.php │ ├── page.php │ ├── reply-weibo.php │ ├── header.html │ ├── head.html │ └── profile.php ├── at-me.php ├── mypraise-list.php ├── search-list.php ├── mypost-list.php ├── index-list.php ├── friends-list.php ├── myfans-list.php ├── homepage-list.php ├── forward-list.php └── forward-layer.php ├── library ├── logs │ ├── 2016-10-24.txt │ ├── 2016-12-28.txt │ ├── 2016-09-26.txt │ ├── 2016-10-27.txt │ └── 2016-11-24.txt └── Log.class.php ├── logout.php ├── setting.php ├── ajaxCheckLogin.php ├── getForward.php ├── ajaxRegister.php ├── getComment.php ├── saveSetting.php ├── changePassword.php ├── praise.php ├── upload.php ├── myFans.php ├── friends.php ├── collect.php ├── message.php ├── imageUploadForm.php ├── atMe.php ├── follow.php ├── index.php ├── forward.php ├── myPraise.php ├── comment.php ├── myPost.php ├── search.php ├── homepage.php ├── myCollect.php └── ajaxAction.php /README.md: -------------------------------------------------------------------------------- 1 | ## 歆语微博 2 | 3 | 一个简单微博项目,php+mysql+apache开发,个人购买资料的项目练习,适合新手练习。 4 | -------------------------------------------------------------------------------- /connect/config.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/connect/config.php -------------------------------------------------------------------------------- /public/css/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/css/main.css -------------------------------------------------------------------------------- /public/images/line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/line.png -------------------------------------------------------------------------------- /public/images/avatar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/avatar.jpg -------------------------------------------------------------------------------- /public/images/face/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/1.gif -------------------------------------------------------------------------------- /public/images/face/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/2.gif -------------------------------------------------------------------------------- /public/images/face/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/3.gif -------------------------------------------------------------------------------- /public/images/face/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/4.gif -------------------------------------------------------------------------------- /public/images/face/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/5.gif -------------------------------------------------------------------------------- /public/images/face/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/6.gif -------------------------------------------------------------------------------- /public/images/face/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/7.gif -------------------------------------------------------------------------------- /public/images/face/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/8.gif -------------------------------------------------------------------------------- /public/images/face/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/9.gif -------------------------------------------------------------------------------- /public/images/header.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/header.jpg -------------------------------------------------------------------------------- /public/images/my_bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/my_bg.jpg -------------------------------------------------------------------------------- /public/images/my_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/my_bg.png -------------------------------------------------------------------------------- /public/images/my_bg1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/my_bg1.png -------------------------------------------------------------------------------- /public/images/steve.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/steve.jpg -------------------------------------------------------------------------------- /public/css/fonts/icons.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/css/fonts/icons.eot -------------------------------------------------------------------------------- /public/css/fonts/icons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/css/fonts/icons.ttf -------------------------------------------------------------------------------- /public/css/fonts/icons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/css/fonts/icons.woff -------------------------------------------------------------------------------- /public/images/body_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/body_bg.png -------------------------------------------------------------------------------- /public/images/face/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/10.gif -------------------------------------------------------------------------------- /public/images/face/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/11.gif -------------------------------------------------------------------------------- /public/images/face/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/12.gif -------------------------------------------------------------------------------- /public/images/face/13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/13.gif -------------------------------------------------------------------------------- /public/images/face/14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/14.gif -------------------------------------------------------------------------------- /public/images/face/15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/15.gif -------------------------------------------------------------------------------- /public/images/face/16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/16.gif -------------------------------------------------------------------------------- /public/images/face/17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/17.gif -------------------------------------------------------------------------------- /public/images/face/18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/18.gif -------------------------------------------------------------------------------- /public/images/face/19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/19.gif -------------------------------------------------------------------------------- /public/images/face/20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/20.gif -------------------------------------------------------------------------------- /public/images/face/21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/21.gif -------------------------------------------------------------------------------- /public/images/face/22.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/22.gif -------------------------------------------------------------------------------- /public/images/face/23.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/23.gif -------------------------------------------------------------------------------- /public/images/face/24.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/24.gif -------------------------------------------------------------------------------- /public/images/face/25.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/25.gif -------------------------------------------------------------------------------- /public/images/face/26.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/26.gif -------------------------------------------------------------------------------- /public/images/face/27.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/27.gif -------------------------------------------------------------------------------- /public/images/face/28.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/28.gif -------------------------------------------------------------------------------- /public/images/face/29.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/29.gif -------------------------------------------------------------------------------- /public/images/face/30.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/30.gif -------------------------------------------------------------------------------- /public/images/face/31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/31.gif -------------------------------------------------------------------------------- /public/images/face/32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/32.gif -------------------------------------------------------------------------------- /public/images/face/33.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/33.gif -------------------------------------------------------------------------------- /public/images/face/34.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/34.gif -------------------------------------------------------------------------------- /public/images/face/35.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/35.gif -------------------------------------------------------------------------------- /public/images/face/36.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/36.gif -------------------------------------------------------------------------------- /public/images/face/37.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/37.gif -------------------------------------------------------------------------------- /public/images/face/38.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/38.gif -------------------------------------------------------------------------------- /public/images/face/39.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/39.gif -------------------------------------------------------------------------------- /public/images/face/40.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/40.gif -------------------------------------------------------------------------------- /public/images/face/41.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/41.gif -------------------------------------------------------------------------------- /public/images/face/42.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/42.gif -------------------------------------------------------------------------------- /public/images/face/43.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/43.gif -------------------------------------------------------------------------------- /public/images/face/44.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/44.gif -------------------------------------------------------------------------------- /public/images/face/45.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/45.gif -------------------------------------------------------------------------------- /public/images/face/46.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/46.gif -------------------------------------------------------------------------------- /public/images/face/47.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/47.gif -------------------------------------------------------------------------------- /public/images/face/48.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/48.gif -------------------------------------------------------------------------------- /public/images/face/49.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/49.gif -------------------------------------------------------------------------------- /public/images/face/50.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/50.gif -------------------------------------------------------------------------------- /public/images/face/51.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/51.gif -------------------------------------------------------------------------------- /public/images/face/52.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/52.gif -------------------------------------------------------------------------------- /public/images/face/53.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/53.gif -------------------------------------------------------------------------------- /public/images/face/54.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/54.gif -------------------------------------------------------------------------------- /public/images/face/55.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/55.gif -------------------------------------------------------------------------------- /public/images/face/56.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/56.gif -------------------------------------------------------------------------------- /public/images/face/57.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/57.gif -------------------------------------------------------------------------------- /public/images/face/58.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/58.gif -------------------------------------------------------------------------------- /public/images/face/59.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/59.gif -------------------------------------------------------------------------------- /public/images/face/60.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/60.gif -------------------------------------------------------------------------------- /public/images/face/61.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/61.gif -------------------------------------------------------------------------------- /public/images/face/62.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/62.gif -------------------------------------------------------------------------------- /public/images/face/63.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/63.gif -------------------------------------------------------------------------------- /public/images/face/64.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/64.gif -------------------------------------------------------------------------------- /public/images/face/65.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/65.gif -------------------------------------------------------------------------------- /public/images/face/66.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/66.gif -------------------------------------------------------------------------------- /public/images/face/67.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/67.gif -------------------------------------------------------------------------------- /public/images/face/68.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/68.gif -------------------------------------------------------------------------------- /public/images/face/69.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/69.gif -------------------------------------------------------------------------------- /public/images/face/70.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/70.gif -------------------------------------------------------------------------------- /public/images/face/71.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/71.gif -------------------------------------------------------------------------------- /public/images/face/72.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/72.gif -------------------------------------------------------------------------------- /public/images/face/73.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/73.gif -------------------------------------------------------------------------------- /public/images/face/74.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/74.gif -------------------------------------------------------------------------------- /public/images/face/75.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/face/75.gif -------------------------------------------------------------------------------- /public/images/ico_layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/ico_layer.png -------------------------------------------------------------------------------- /public/images/login_bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/login_bg.jpg -------------------------------------------------------------------------------- /public/images/login_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/login_bg.png -------------------------------------------------------------------------------- /public/images/my_bg01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/my_bg01.png -------------------------------------------------------------------------------- /public/images/my_bg05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/my_bg05.png -------------------------------------------------------------------------------- /public/images/steve_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/steve_01.png -------------------------------------------------------------------------------- /public/images/steve_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/steve_02.png -------------------------------------------------------------------------------- /public/images/steve_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/steve_03.png -------------------------------------------------------------------------------- /public/images/steve_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/steve_04.png -------------------------------------------------------------------------------- /public/images/steve_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/steve_05.png -------------------------------------------------------------------------------- /public/images/steve_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/steve_06.png -------------------------------------------------------------------------------- /public/images/steve_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/steve_07.png -------------------------------------------------------------------------------- /public/images/steve_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/steve_08.png -------------------------------------------------------------------------------- /public/images/steve_09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/steve_09.png -------------------------------------------------------------------------------- /效果图/2018-04-12_101819.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/效果图/2018-04-12_101819.png -------------------------------------------------------------------------------- /效果图/2018-04-12_101855.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/效果图/2018-04-12_101855.png -------------------------------------------------------------------------------- /public/css/fonts/icons.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/css/fonts/icons.woff2 -------------------------------------------------------------------------------- /public/images/icon_photo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/icon_photo.png -------------------------------------------------------------------------------- /public/images/login_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/login_logo.png -------------------------------------------------------------------------------- /public/images/mr_book_PHP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/mr_book_PHP.png -------------------------------------------------------------------------------- /public/images/my_bg_other.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/my_bg_other.png -------------------------------------------------------------------------------- /public/images/my_info_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/my_info_bg.png -------------------------------------------------------------------------------- /public/images/search_btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/search_btn.png -------------------------------------------------------------------------------- /public/images/search_btn2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/search_btn2.png -------------------------------------------------------------------------------- /public/images/search_btn3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/search_btn3.png -------------------------------------------------------------------------------- /public/images/weibo_show.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/images/weibo_show.png -------------------------------------------------------------------------------- /deletePic.php: -------------------------------------------------------------------------------- 1 | 2 |
6 | -------------------------------------------------------------------------------- /public/static/highslide/graphics/controlbar-black-border.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/static/highslide/graphics/controlbar-black-border.gif -------------------------------------------------------------------------------- /public/static/highslide/graphics/controlbar-text-buttons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/static/highslide/graphics/controlbar-text-buttons.png -------------------------------------------------------------------------------- /public/static/plupload/jquery.plupload.queue/img/buttons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/static/plupload/jquery.plupload.queue/img/buttons.png -------------------------------------------------------------------------------- /public/static/plupload/jquery.plupload.queue/img/throbber.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/static/plupload/jquery.plupload.queue/img/throbber.gif -------------------------------------------------------------------------------- /public/static/plupload/jquery.plupload.queue/img/transp50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/static/plupload/jquery.plupload.queue/img/transp50.png -------------------------------------------------------------------------------- /public/static/plupload/jquery.plupload.queue/img/backgrounds.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/static/plupload/jquery.plupload.queue/img/backgrounds.gif -------------------------------------------------------------------------------- /public/static/plupload/jquery.plupload.queue/img/buttons-disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DickyQie/php-weibo/HEAD/public/static/plupload/jquery.plupload.queue/img/buttons-disabled.png -------------------------------------------------------------------------------- /view/common/page.php: -------------------------------------------------------------------------------- 1 |