├── 404.php ├── README.md ├── archive.php ├── comments-ajax.js ├── comments-ajax.php ├── comments.php ├── content-audio.php ├── content-image.php ├── content-quote.php ├── content-standard.php ├── content-video.php ├── css └── login.css ├── footer.php ├── functions.php ├── header.php ├── images ├── 2cl.png ├── 2cr.png ├── bg-fixed.png ├── bg.jpg ├── goTop.png ├── icon.png ├── icons-admin.png ├── icons.png ├── loading.gif ├── loading_scroll.gif ├── login_bg.jpg ├── login_loading.gif ├── logo.png ├── menu_trigger.png ├── player.swf ├── smilies │ ├── icon_arrow.gif │ ├── icon_biggrin.gif │ ├── icon_confused.gif │ ├── icon_cool.gif │ ├── icon_cry.gif │ ├── icon_eek.gif │ ├── icon_evil.gif │ ├── icon_exclaim.gif │ ├── icon_idea.gif │ ├── icon_lol.gif │ ├── icon_mad.gif │ ├── icon_mrgreen.gif │ ├── icon_neutral.gif │ ├── icon_question.gif │ ├── icon_razz.gif │ ├── icon_redface.gif │ ├── icon_rolleyes.gif │ ├── icon_sad.gif │ ├── icon_smile.gif │ ├── icon_surprised.gif │ ├── icon_twisted.gif │ └── icon_wink.gif └── zoom.png ├── include ├── admin.js ├── ajaxupload.js ├── jgrowl │ ├── jquery.jgrowl.css │ └── jquery.jgrowl_min.js ├── metabox_fields.css ├── metaboxclass.php ├── presence-admin.css ├── seo.php └── upload-button.js ├── index.php ├── js ├── commentlist.js ├── ie.js ├── jquery.infinitescroll.min.js ├── jquery.min.js ├── metabox_fields.js ├── phzoom.js └── resizeBg.js ├── languages ├── zh_CN.mo └── zh_CN.po ├── page-archives.php ├── page-links.php ├── page.php ├── screenshot.png ├── single-audio.php ├── single-image.php ├── single-quote.php ├── single-standard.php ├── single-video.php ├── single.php ├── smilies.php ├── style.css └── timthumb.php /404.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/404.php -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/README.md -------------------------------------------------------------------------------- /archive.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/archive.php -------------------------------------------------------------------------------- /comments-ajax.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/comments-ajax.js -------------------------------------------------------------------------------- /comments-ajax.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/comments-ajax.php -------------------------------------------------------------------------------- /comments.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/comments.php -------------------------------------------------------------------------------- /content-audio.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/content-audio.php -------------------------------------------------------------------------------- /content-image.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/content-image.php -------------------------------------------------------------------------------- /content-quote.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/content-quote.php -------------------------------------------------------------------------------- /content-standard.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/content-standard.php -------------------------------------------------------------------------------- /content-video.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/content-video.php -------------------------------------------------------------------------------- /css/login.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/css/login.css -------------------------------------------------------------------------------- /footer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/footer.php -------------------------------------------------------------------------------- /functions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/functions.php -------------------------------------------------------------------------------- /header.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/header.php -------------------------------------------------------------------------------- /images/2cl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/images/2cl.png -------------------------------------------------------------------------------- /images/2cr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/images/2cr.png -------------------------------------------------------------------------------- /images/bg-fixed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/images/bg-fixed.png -------------------------------------------------------------------------------- /images/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/images/bg.jpg -------------------------------------------------------------------------------- /images/goTop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/images/goTop.png -------------------------------------------------------------------------------- /images/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/images/icon.png -------------------------------------------------------------------------------- /images/icons-admin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/images/icons-admin.png -------------------------------------------------------------------------------- /images/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/images/icons.png -------------------------------------------------------------------------------- /images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/images/loading.gif -------------------------------------------------------------------------------- /images/loading_scroll.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/images/loading_scroll.gif -------------------------------------------------------------------------------- /images/login_bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/images/login_bg.jpg -------------------------------------------------------------------------------- /images/login_loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/images/login_loading.gif -------------------------------------------------------------------------------- /images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/images/logo.png -------------------------------------------------------------------------------- /images/menu_trigger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/images/menu_trigger.png -------------------------------------------------------------------------------- /images/player.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/images/player.swf -------------------------------------------------------------------------------- /images/smilies/icon_arrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/images/smilies/icon_arrow.gif -------------------------------------------------------------------------------- /images/smilies/icon_biggrin.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/images/smilies/icon_biggrin.gif -------------------------------------------------------------------------------- /images/smilies/icon_confused.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/images/smilies/icon_confused.gif -------------------------------------------------------------------------------- /images/smilies/icon_cool.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/images/smilies/icon_cool.gif -------------------------------------------------------------------------------- /images/smilies/icon_cry.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/images/smilies/icon_cry.gif -------------------------------------------------------------------------------- /images/smilies/icon_eek.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/images/smilies/icon_eek.gif -------------------------------------------------------------------------------- /images/smilies/icon_evil.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/images/smilies/icon_evil.gif -------------------------------------------------------------------------------- /images/smilies/icon_exclaim.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/images/smilies/icon_exclaim.gif -------------------------------------------------------------------------------- /images/smilies/icon_idea.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/images/smilies/icon_idea.gif -------------------------------------------------------------------------------- /images/smilies/icon_lol.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/images/smilies/icon_lol.gif -------------------------------------------------------------------------------- /images/smilies/icon_mad.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/images/smilies/icon_mad.gif -------------------------------------------------------------------------------- /images/smilies/icon_mrgreen.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/images/smilies/icon_mrgreen.gif -------------------------------------------------------------------------------- /images/smilies/icon_neutral.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/images/smilies/icon_neutral.gif -------------------------------------------------------------------------------- /images/smilies/icon_question.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/images/smilies/icon_question.gif -------------------------------------------------------------------------------- /images/smilies/icon_razz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/images/smilies/icon_razz.gif -------------------------------------------------------------------------------- /images/smilies/icon_redface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/images/smilies/icon_redface.gif -------------------------------------------------------------------------------- /images/smilies/icon_rolleyes.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/images/smilies/icon_rolleyes.gif -------------------------------------------------------------------------------- /images/smilies/icon_sad.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/images/smilies/icon_sad.gif -------------------------------------------------------------------------------- /images/smilies/icon_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/images/smilies/icon_smile.gif -------------------------------------------------------------------------------- /images/smilies/icon_surprised.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/images/smilies/icon_surprised.gif -------------------------------------------------------------------------------- /images/smilies/icon_twisted.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/images/smilies/icon_twisted.gif -------------------------------------------------------------------------------- /images/smilies/icon_wink.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/images/smilies/icon_wink.gif -------------------------------------------------------------------------------- /images/zoom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/images/zoom.png -------------------------------------------------------------------------------- /include/admin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/include/admin.js -------------------------------------------------------------------------------- /include/ajaxupload.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/include/ajaxupload.js -------------------------------------------------------------------------------- /include/jgrowl/jquery.jgrowl.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/include/jgrowl/jquery.jgrowl.css -------------------------------------------------------------------------------- /include/jgrowl/jquery.jgrowl_min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/include/jgrowl/jquery.jgrowl_min.js -------------------------------------------------------------------------------- /include/metabox_fields.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/include/metabox_fields.css -------------------------------------------------------------------------------- /include/metaboxclass.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/include/metaboxclass.php -------------------------------------------------------------------------------- /include/presence-admin.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/include/presence-admin.css -------------------------------------------------------------------------------- /include/seo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/include/seo.php -------------------------------------------------------------------------------- /include/upload-button.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/include/upload-button.js -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/index.php -------------------------------------------------------------------------------- /js/commentlist.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/js/commentlist.js -------------------------------------------------------------------------------- /js/ie.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/js/ie.js -------------------------------------------------------------------------------- /js/jquery.infinitescroll.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/js/jquery.infinitescroll.min.js -------------------------------------------------------------------------------- /js/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/js/jquery.min.js -------------------------------------------------------------------------------- /js/metabox_fields.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/js/metabox_fields.js -------------------------------------------------------------------------------- /js/phzoom.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/js/phzoom.js -------------------------------------------------------------------------------- /js/resizeBg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/js/resizeBg.js -------------------------------------------------------------------------------- /languages/zh_CN.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/languages/zh_CN.mo -------------------------------------------------------------------------------- /languages/zh_CN.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/languages/zh_CN.po -------------------------------------------------------------------------------- /page-archives.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/page-archives.php -------------------------------------------------------------------------------- /page-links.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/page-links.php -------------------------------------------------------------------------------- /page.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/page.php -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/screenshot.png -------------------------------------------------------------------------------- /single-audio.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/single-audio.php -------------------------------------------------------------------------------- /single-image.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/single-image.php -------------------------------------------------------------------------------- /single-quote.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/single-quote.php -------------------------------------------------------------------------------- /single-standard.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/single-standard.php -------------------------------------------------------------------------------- /single-video.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/single-video.php -------------------------------------------------------------------------------- /single.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/single.php -------------------------------------------------------------------------------- /smilies.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/smilies.php -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/style.css -------------------------------------------------------------------------------- /timthumb.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webjyh/presence/HEAD/timthumb.php --------------------------------------------------------------------------------