├── themes ├── mygalgame │ ├── ui │ │ ├── js │ │ │ ├── custom.js │ │ │ ├── myblog_min.js │ │ │ └── html5shiv.js │ │ ├── css │ │ │ ├── custom.css │ │ │ ├── flat │ │ │ │ ├── red.png │ │ │ │ ├── red@2x.png │ │ │ │ └── red.css │ │ │ ├── variables.css │ │ │ ├── options.css │ │ │ └── admin.css │ │ ├── audio │ │ │ ├── oni.mp3 │ │ │ └── onj.mp3 │ │ ├── images │ │ │ ├── bg.jpg │ │ │ ├── bg4.gif │ │ │ ├── grey.gif │ │ │ ├── logo.png │ │ │ ├── rpic.png │ │ │ ├── ad775.jpg │ │ │ ├── arrow.png │ │ │ ├── menu │ │ │ │ ├── 1.jpg │ │ │ │ ├── 2.jpg │ │ │ │ ├── 3.jpg │ │ │ │ ├── 4.jpg │ │ │ │ ├── 5.jpg │ │ │ │ └── 6.jpg │ │ │ ├── mouse1.cur │ │ │ ├── mouse2.cur │ │ │ ├── mouse3.cur │ │ │ ├── ad │ │ │ │ └── ad775.jpg │ │ │ ├── user_icon.jpg │ │ │ ├── arrow_hover.png │ │ │ └── smilies │ │ │ │ ├── huaji.png │ │ │ │ ├── i_f01.png │ │ │ │ ├── i_f02.png │ │ │ │ ├── i_f03.png │ │ │ │ ├── i_f04.png │ │ │ │ ├── i_f05.png │ │ │ │ ├── i_f06.png │ │ │ │ ├── i_f07.png │ │ │ │ ├── i_f08.png │ │ │ │ ├── i_f09.png │ │ │ │ ├── i_f10.png │ │ │ │ ├── i_f11.png │ │ │ │ ├── i_f12.png │ │ │ │ ├── i_f13.png │ │ │ │ ├── i_f14.png │ │ │ │ ├── i_f15.png │ │ │ │ ├── i_f16.png │ │ │ │ ├── i_f17.png │ │ │ │ ├── i_f18.png │ │ │ │ ├── i_f19.png │ │ │ │ ├── i_f20.png │ │ │ │ ├── i_f21.png │ │ │ │ ├── i_f22.png │ │ │ │ ├── i_f23.png │ │ │ │ ├── i_f24.png │ │ │ │ ├── i_f25.png │ │ │ │ ├── i_f26.png │ │ │ │ ├── i_f27.png │ │ │ │ ├── i_f28.png │ │ │ │ ├── i_f29.png │ │ │ │ ├── i_f30.png │ │ │ │ ├── i_f31.png │ │ │ │ ├── i_f32.png │ │ │ │ ├── i_f33.png │ │ │ │ ├── i_f34.png │ │ │ │ ├── i_f35.png │ │ │ │ ├── i_f36.png │ │ │ │ ├── i_f37.png │ │ │ │ ├── i_f38.png │ │ │ │ ├── i_f39.png │ │ │ │ ├── i_f40.png │ │ │ │ ├── i_f41.png │ │ │ │ ├── i_f42.png │ │ │ │ ├── i_f43.png │ │ │ │ ├── i_f44.png │ │ │ │ ├── i_f45.png │ │ │ │ ├── i_f46.png │ │ │ │ ├── i_f47.png │ │ │ │ ├── i_f48.png │ │ │ │ ├── i_f49.png │ │ │ │ └── i_f50.png │ │ └── font-awesome │ │ │ └── fonts │ │ │ ├── FontAwesome.otf │ │ │ ├── fontawesome-webfont.eot │ │ │ ├── fontawesome-webfont.ttf │ │ │ └── fontawesome-webfont.woff │ ├── tag.php │ ├── author.php │ ├── category.php │ ├── search.php │ ├── favicon.ico │ ├── screenshot.jpg │ ├── style.css │ ├── 404.php │ ├── single.php │ ├── page-nosidebar.php │ ├── page.php │ ├── sidebar.php │ ├── includes │ │ ├── admin │ │ │ ├── custom-user.php │ │ │ └── custom-login.php │ │ └── widgets │ │ │ ├── zan-widget-search.php │ │ │ ├── zan-widget-custom.php │ │ │ ├── zan-widget-ad.php │ │ │ ├── zan-widget-link.php │ │ │ ├── widgets.php │ │ │ └── zan-widget-latest-posts.php │ ├── page-archives.php │ ├── page-message.php │ ├── footer.php │ ├── common.php │ └── index.php └── index.php ├── plugins ├── index.php ├── akismet │ ├── index.php │ ├── _inc │ │ ├── img │ │ │ └── logo-full-2x.png │ │ └── form.js │ ├── views │ │ ├── get.php │ │ └── stats.php │ ├── .htaccess │ └── akismet.php ├── syntaxhighlighter │ ├── syntaxhighlighter2 │ │ ├── scripts │ │ │ ├── clipboard.swf │ │ │ ├── shBrushPlain.js │ │ │ ├── shBrushDiff.js │ │ │ ├── shBrushJScript.js │ │ │ ├── shBrushErlang.js │ │ │ ├── shBrushScala.js │ │ │ ├── shBrushXml.js │ │ │ ├── shBrushJava.js │ │ │ ├── shBrushRuby.js │ │ │ ├── shLegacy.js │ │ │ └── shBrushJavaFX.js │ │ └── styles │ │ │ ├── help.png │ │ │ ├── printer.png │ │ │ ├── magnifier.png │ │ │ ├── wrapping.png │ │ │ ├── page_white_code.png │ │ │ └── page_white_copy.png │ ├── screenshot-1.png │ ├── screenshot-2.png │ ├── localization │ │ ├── syntaxhighlighter-ja.mo │ │ ├── syntaxhighlighter-uk.mo │ │ ├── syntaxhighlighter-da_DK.mo │ │ ├── syntaxhighlighter-de_DE.mo │ │ ├── syntaxhighlighter-it_IT.mo │ │ ├── syntaxhighlighter-tr_TR.mo │ │ └── syntaxhighlighter-zh_CN.mo │ ├── third-party-brushes │ │ ├── _readme.txt │ │ ├── shBrushMatlabKey.js │ │ ├── shBrushR.js │ │ ├── shBrushClojure.js │ │ ├── shBrushLatex.js │ │ ├── shBrushFSharp.js │ │ └── shBrushObjC.js │ ├── syntaxhighlighter3 │ │ ├── scripts │ │ │ ├── shBrushPlain.js │ │ │ ├── shBrushDiff.js │ │ │ ├── shBrushErlang.js │ │ │ ├── shBrushJScript.js │ │ │ ├── shBrushScala.js │ │ │ ├── shBrushJava.js │ │ │ ├── shBrushXml.js │ │ │ ├── shBrushRuby.js │ │ │ ├── shBrushJavaFX.js │ │ │ ├── shBrushVb.js │ │ │ ├── shBrushDelphi.js │ │ │ ├── shBrushAS3.js │ │ │ ├── shBrushPython.js │ │ │ └── shBrushCSharp.js │ │ └── MIT-LICENSE │ ├── syntaxhighlighter_mce-4.js │ └── syntaxhighlighter.js ├── gravatar-china │ ├── lang │ │ ├── default.mo │ │ └── wp_avatar_cn-zh_CN.mo │ ├── screenshot-1.png │ └── readme.txt ├── infinite-scroll │ ├── screenshot-1.png │ ├── screenshot-2.png │ ├── screenshot-3.png │ ├── img │ │ └── ajax-loader.gif │ ├── templates │ │ ├── preset-prompt.php │ │ ├── footer.php │ │ ├── submit-prompt.php │ │ ├── manage-presets.php │ │ └── submit.php │ ├── behaviors │ │ ├── sausage.js │ │ ├── cufon.js │ │ ├── masonry-isotope.js │ │ ├── local.js │ │ └── manual-trigger.js │ ├── includes │ │ └── submit.php │ └── js │ │ └── admin │ │ └── infinite-scoll.js ├── custom-field-template │ ├── js │ │ ├── cmswp.jpg │ │ ├── calendar.png │ │ ├── grippie.png │ │ ├── messages_ja.js │ │ ├── messages_hu.js │ │ ├── messages_de.js │ │ ├── messages_it.js │ │ ├── messages_ca.js │ │ ├── messages_es.js │ │ ├── messages_nl.js │ │ ├── messages_tr.js │ │ ├── messages_fr.js │ │ └── messages_ru.js │ ├── screenshot-1.png │ ├── screenshot-2.png │ ├── custom-field-template-ca.mo │ ├── custom-field-template-ja.mo │ ├── custom-field-template-by_BY.mo │ ├── custom-field-template-cs_CZ.mo │ ├── custom-field-template-de_DE.mo │ ├── custom-field-template-es_ES.mo │ ├── custom-field-template-fa_IR.mo │ ├── custom-field-template-fr_FR.mo │ ├── custom-field-template-hu_HU.mo │ ├── custom-field-template-id_ID.mo │ ├── custom-field-template-it_IT.mo │ ├── custom-field-template-nl_NL.mo │ ├── custom-field-template-pl_PL.mo │ ├── custom-field-template-pt_BR.mo │ ├── custom-field-template-ru_RU.mo │ ├── custom-field-template-sv_SE.mo │ ├── custom-field-template-tr_TR.mo │ ├── custom-field-template-uk_UA.mo │ ├── custom-field-template-uz_UZ.mo │ └── custom-field-template-zh_CN.mo ├── auto-highslide │ ├── highslide │ │ └── graphics │ │ │ ├── icon.gif │ │ │ ├── close.png │ │ │ ├── loader.gif │ │ │ ├── resize.gif │ │ │ ├── zoomin.cur │ │ │ ├── zoomout.cur │ │ │ ├── controlbar2.gif │ │ │ ├── controlbar3.gif │ │ │ ├── controlbar4.gif │ │ │ ├── fullexpand.gif │ │ │ ├── geckodimmer.png │ │ │ ├── loader.white.gif │ │ │ ├── tem │ │ │ ├── zoomin.cur │ │ │ └── zoomout.cur │ │ │ ├── controlbar-white.gif │ │ │ ├── controlbar4-hover.gif │ │ │ ├── outlines │ │ │ ├── beveled.png │ │ │ ├── outer-glow.png │ │ │ ├── drop-shadow.png │ │ │ ├── glossy-dark.png │ │ │ ├── rounded-black.png │ │ │ └── rounded-white.png │ │ │ ├── controlbar-white-small.gif │ │ │ └── controlbar-black-border.gif │ ├── error_log │ ├── readme.txt │ └── auto-highslide.php ├── wp-postviews │ ├── postviews-cache.js │ └── uninstall.php ├── breadcrumb-navxt │ └── includes │ │ ├── mtekk_adminkit_messages.js │ │ ├── mtekk_adminkit_messages.min.js │ │ ├── mtekk_adminkit_tabs.min.js │ │ ├── mtekk_adminkit_engroups.min.js │ │ ├── block_direct_access.php │ │ ├── mtekk_adminkit_tabs.min.css │ │ ├── mtekk_adminkit_tabs.css │ │ ├── mtekk_adminkit_engroups.js │ │ ├── mtekk_adminkit_tabs.js │ │ └── class.mtekk_adminkit_uninstaller.php ├── external-featured-image │ ├── includes │ │ └── admin │ │ │ └── nelio-content-campaign.php │ └── main.php └── hello.php ├── .idea ├── vcs.xml ├── inspectionProfiles │ └── Project_Default.xml ├── modules.xml └── mygalgame.iml ├── LICENSE └── README.md /themes/mygalgame/ui/js/custom.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /plugins/index.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /themes/mygalgame/author.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /themes/mygalgame/category.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /themes/mygalgame/search.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /themes/mygalgame/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/favicon.ico -------------------------------------------------------------------------------- /themes/mygalgame/screenshot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/screenshot.jpg -------------------------------------------------------------------------------- /themes/mygalgame/ui/audio/oni.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/audio/oni.mp3 -------------------------------------------------------------------------------- /themes/mygalgame/ui/audio/onj.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/audio/onj.mp3 -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/bg.jpg -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/bg4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/bg4.gif -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/grey.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/grey.gif -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/logo.png -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/rpic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/rpic.png -------------------------------------------------------------------------------- /plugins/gravatar-china/lang/default.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/gravatar-china/lang/default.mo -------------------------------------------------------------------------------- /themes/mygalgame/ui/css/flat/red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/css/flat/red.png -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/ad775.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/ad775.jpg -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/arrow.png -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/menu/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/menu/1.jpg -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/menu/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/menu/2.jpg -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/menu/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/menu/3.jpg -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/menu/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/menu/4.jpg -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/menu/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/menu/5.jpg -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/menu/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/menu/6.jpg -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/mouse1.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/mouse1.cur -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/mouse2.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/mouse2.cur -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/mouse3.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/mouse3.cur -------------------------------------------------------------------------------- /plugins/gravatar-china/screenshot-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/gravatar-china/screenshot-1.png -------------------------------------------------------------------------------- /plugins/infinite-scroll/screenshot-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/infinite-scroll/screenshot-1.png -------------------------------------------------------------------------------- /plugins/infinite-scroll/screenshot-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/infinite-scroll/screenshot-2.png -------------------------------------------------------------------------------- /plugins/infinite-scroll/screenshot-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/infinite-scroll/screenshot-3.png -------------------------------------------------------------------------------- /themes/mygalgame/ui/css/flat/red@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/css/flat/red@2x.png -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/ad/ad775.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/ad/ad775.jpg -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/user_icon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/user_icon.jpg -------------------------------------------------------------------------------- /plugins/akismet/_inc/img/logo-full-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/akismet/_inc/img/logo-full-2x.png -------------------------------------------------------------------------------- /plugins/custom-field-template/js/cmswp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/custom-field-template/js/cmswp.jpg -------------------------------------------------------------------------------- /plugins/infinite-scroll/img/ajax-loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/infinite-scroll/img/ajax-loader.gif -------------------------------------------------------------------------------- /plugins/syntaxhighlighter/screenshot-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/syntaxhighlighter/screenshot-1.png -------------------------------------------------------------------------------- /plugins/syntaxhighlighter/screenshot-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/syntaxhighlighter/screenshot-2.png -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/arrow_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/arrow_hover.png -------------------------------------------------------------------------------- /plugins/custom-field-template/js/calendar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/custom-field-template/js/calendar.png -------------------------------------------------------------------------------- /plugins/custom-field-template/js/grippie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/custom-field-template/js/grippie.png -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/smilies/huaji.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/smilies/huaji.png -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/smilies/i_f01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/smilies/i_f01.png -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/smilies/i_f02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/smilies/i_f02.png -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/smilies/i_f03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/smilies/i_f03.png -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/smilies/i_f04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/smilies/i_f04.png -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/smilies/i_f05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/smilies/i_f05.png -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/smilies/i_f06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/smilies/i_f06.png -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/smilies/i_f07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/smilies/i_f07.png -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/smilies/i_f08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/smilies/i_f08.png -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/smilies/i_f09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/smilies/i_f09.png -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/smilies/i_f10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/smilies/i_f10.png -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/smilies/i_f11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/smilies/i_f11.png -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/smilies/i_f12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/smilies/i_f12.png -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/smilies/i_f13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/smilies/i_f13.png -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/smilies/i_f14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/smilies/i_f14.png -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/smilies/i_f15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/smilies/i_f15.png -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/smilies/i_f16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/smilies/i_f16.png -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/smilies/i_f17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/smilies/i_f17.png -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/smilies/i_f18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/smilies/i_f18.png -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/smilies/i_f19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/smilies/i_f19.png -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/smilies/i_f20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/smilies/i_f20.png -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/smilies/i_f21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/smilies/i_f21.png -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/smilies/i_f22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/smilies/i_f22.png -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/smilies/i_f23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/smilies/i_f23.png -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/smilies/i_f24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/smilies/i_f24.png -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/smilies/i_f25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/smilies/i_f25.png -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/smilies/i_f26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/smilies/i_f26.png -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/smilies/i_f27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/smilies/i_f27.png -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/smilies/i_f28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/smilies/i_f28.png -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/smilies/i_f29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/smilies/i_f29.png -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/smilies/i_f30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/smilies/i_f30.png -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/smilies/i_f31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/smilies/i_f31.png -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/smilies/i_f32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/smilies/i_f32.png -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/smilies/i_f33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/smilies/i_f33.png -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/smilies/i_f34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/smilies/i_f34.png -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/smilies/i_f35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/smilies/i_f35.png -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/smilies/i_f36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/smilies/i_f36.png -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/smilies/i_f37.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/smilies/i_f37.png -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/smilies/i_f38.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/smilies/i_f38.png -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/smilies/i_f39.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/smilies/i_f39.png -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/smilies/i_f40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/smilies/i_f40.png -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/smilies/i_f41.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/smilies/i_f41.png -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/smilies/i_f42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/smilies/i_f42.png -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/smilies/i_f43.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/smilies/i_f43.png -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/smilies/i_f44.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/smilies/i_f44.png -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/smilies/i_f45.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/smilies/i_f45.png -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/smilies/i_f46.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/smilies/i_f46.png -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/smilies/i_f47.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/smilies/i_f47.png -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/smilies/i_f48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/smilies/i_f48.png -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/smilies/i_f49.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/smilies/i_f49.png -------------------------------------------------------------------------------- /themes/mygalgame/ui/images/smilies/i_f50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/images/smilies/i_f50.png -------------------------------------------------------------------------------- /plugins/custom-field-template/screenshot-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/custom-field-template/screenshot-1.png -------------------------------------------------------------------------------- /plugins/custom-field-template/screenshot-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/custom-field-template/screenshot-2.png -------------------------------------------------------------------------------- /plugins/auto-highslide/highslide/graphics/icon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/auto-highslide/highslide/graphics/icon.gif -------------------------------------------------------------------------------- /plugins/gravatar-china/lang/wp_avatar_cn-zh_CN.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/gravatar-china/lang/wp_avatar_cn-zh_CN.mo -------------------------------------------------------------------------------- /plugins/auto-highslide/highslide/graphics/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/auto-highslide/highslide/graphics/close.png -------------------------------------------------------------------------------- /plugins/auto-highslide/highslide/graphics/loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/auto-highslide/highslide/graphics/loader.gif -------------------------------------------------------------------------------- /plugins/auto-highslide/highslide/graphics/resize.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/auto-highslide/highslide/graphics/resize.gif -------------------------------------------------------------------------------- /plugins/auto-highslide/highslide/graphics/zoomin.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/auto-highslide/highslide/graphics/zoomin.cur -------------------------------------------------------------------------------- /plugins/auto-highslide/highslide/graphics/zoomout.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/auto-highslide/highslide/graphics/zoomout.cur -------------------------------------------------------------------------------- /themes/mygalgame/ui/font-awesome/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/font-awesome/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /plugins/auto-highslide/highslide/graphics/controlbar2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/auto-highslide/highslide/graphics/controlbar2.gif -------------------------------------------------------------------------------- /plugins/auto-highslide/highslide/graphics/controlbar3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/auto-highslide/highslide/graphics/controlbar3.gif -------------------------------------------------------------------------------- /plugins/auto-highslide/highslide/graphics/controlbar4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/auto-highslide/highslide/graphics/controlbar4.gif -------------------------------------------------------------------------------- /plugins/auto-highslide/highslide/graphics/fullexpand.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/auto-highslide/highslide/graphics/fullexpand.gif -------------------------------------------------------------------------------- /plugins/auto-highslide/highslide/graphics/geckodimmer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/auto-highslide/highslide/graphics/geckodimmer.png -------------------------------------------------------------------------------- /plugins/auto-highslide/highslide/graphics/loader.white.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/auto-highslide/highslide/graphics/loader.white.gif -------------------------------------------------------------------------------- /plugins/auto-highslide/highslide/graphics/tem/zoomin.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/auto-highslide/highslide/graphics/tem/zoomin.cur -------------------------------------------------------------------------------- /plugins/auto-highslide/highslide/graphics/tem/zoomout.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/auto-highslide/highslide/graphics/tem/zoomout.cur -------------------------------------------------------------------------------- /plugins/custom-field-template/custom-field-template-ca.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/custom-field-template/custom-field-template-ca.mo -------------------------------------------------------------------------------- /plugins/custom-field-template/custom-field-template-ja.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/custom-field-template/custom-field-template-ja.mo -------------------------------------------------------------------------------- /plugins/custom-field-template/custom-field-template-by_BY.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/custom-field-template/custom-field-template-by_BY.mo -------------------------------------------------------------------------------- /plugins/custom-field-template/custom-field-template-cs_CZ.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/custom-field-template/custom-field-template-cs_CZ.mo -------------------------------------------------------------------------------- /plugins/custom-field-template/custom-field-template-de_DE.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/custom-field-template/custom-field-template-de_DE.mo -------------------------------------------------------------------------------- /plugins/custom-field-template/custom-field-template-es_ES.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/custom-field-template/custom-field-template-es_ES.mo -------------------------------------------------------------------------------- /plugins/custom-field-template/custom-field-template-fa_IR.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/custom-field-template/custom-field-template-fa_IR.mo -------------------------------------------------------------------------------- /plugins/custom-field-template/custom-field-template-fr_FR.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/custom-field-template/custom-field-template-fr_FR.mo -------------------------------------------------------------------------------- /plugins/custom-field-template/custom-field-template-hu_HU.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/custom-field-template/custom-field-template-hu_HU.mo -------------------------------------------------------------------------------- /plugins/custom-field-template/custom-field-template-id_ID.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/custom-field-template/custom-field-template-id_ID.mo -------------------------------------------------------------------------------- /plugins/custom-field-template/custom-field-template-it_IT.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/custom-field-template/custom-field-template-it_IT.mo -------------------------------------------------------------------------------- /plugins/custom-field-template/custom-field-template-nl_NL.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/custom-field-template/custom-field-template-nl_NL.mo -------------------------------------------------------------------------------- /plugins/custom-field-template/custom-field-template-pl_PL.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/custom-field-template/custom-field-template-pl_PL.mo -------------------------------------------------------------------------------- /plugins/custom-field-template/custom-field-template-pt_BR.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/custom-field-template/custom-field-template-pt_BR.mo -------------------------------------------------------------------------------- /plugins/custom-field-template/custom-field-template-ru_RU.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/custom-field-template/custom-field-template-ru_RU.mo -------------------------------------------------------------------------------- /plugins/custom-field-template/custom-field-template-sv_SE.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/custom-field-template/custom-field-template-sv_SE.mo -------------------------------------------------------------------------------- /plugins/custom-field-template/custom-field-template-tr_TR.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/custom-field-template/custom-field-template-tr_TR.mo -------------------------------------------------------------------------------- /plugins/custom-field-template/custom-field-template-uk_UA.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/custom-field-template/custom-field-template-uk_UA.mo -------------------------------------------------------------------------------- /plugins/custom-field-template/custom-field-template-uz_UZ.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/custom-field-template/custom-field-template-uz_UZ.mo -------------------------------------------------------------------------------- /plugins/custom-field-template/custom-field-template-zh_CN.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/custom-field-template/custom-field-template-zh_CN.mo -------------------------------------------------------------------------------- /plugins/syntaxhighlighter/syntaxhighlighter2/styles/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/syntaxhighlighter/syntaxhighlighter2/styles/help.png -------------------------------------------------------------------------------- /plugins/wp-postviews/postviews-cache.js: -------------------------------------------------------------------------------- 1 | jQuery.ajax({type:"GET",url:viewsCacheL10n.admin_ajax_url,data:"postviews_id="+viewsCacheL10n.post_id+"&action=postviews",cache:!1}); -------------------------------------------------------------------------------- /plugins/auto-highslide/highslide/graphics/controlbar-white.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/auto-highslide/highslide/graphics/controlbar-white.gif -------------------------------------------------------------------------------- /plugins/auto-highslide/highslide/graphics/controlbar4-hover.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/auto-highslide/highslide/graphics/controlbar4-hover.gif -------------------------------------------------------------------------------- /plugins/auto-highslide/highslide/graphics/outlines/beveled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/auto-highslide/highslide/graphics/outlines/beveled.png -------------------------------------------------------------------------------- /plugins/syntaxhighlighter/localization/syntaxhighlighter-ja.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/syntaxhighlighter/localization/syntaxhighlighter-ja.mo -------------------------------------------------------------------------------- /plugins/syntaxhighlighter/localization/syntaxhighlighter-uk.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/syntaxhighlighter/localization/syntaxhighlighter-uk.mo -------------------------------------------------------------------------------- /plugins/syntaxhighlighter/syntaxhighlighter2/styles/printer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/syntaxhighlighter/syntaxhighlighter2/styles/printer.png -------------------------------------------------------------------------------- /themes/mygalgame/ui/font-awesome/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/font-awesome/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /themes/mygalgame/ui/font-awesome/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/font-awesome/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /themes/mygalgame/ui/font-awesome/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/themes/mygalgame/ui/font-awesome/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /plugins/auto-highslide/highslide/graphics/outlines/outer-glow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/auto-highslide/highslide/graphics/outlines/outer-glow.png -------------------------------------------------------------------------------- /plugins/syntaxhighlighter/localization/syntaxhighlighter-da_DK.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/syntaxhighlighter/localization/syntaxhighlighter-da_DK.mo -------------------------------------------------------------------------------- /plugins/syntaxhighlighter/localization/syntaxhighlighter-de_DE.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/syntaxhighlighter/localization/syntaxhighlighter-de_DE.mo -------------------------------------------------------------------------------- /plugins/syntaxhighlighter/localization/syntaxhighlighter-it_IT.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/syntaxhighlighter/localization/syntaxhighlighter-it_IT.mo -------------------------------------------------------------------------------- /plugins/syntaxhighlighter/localization/syntaxhighlighter-tr_TR.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/syntaxhighlighter/localization/syntaxhighlighter-tr_TR.mo -------------------------------------------------------------------------------- /plugins/syntaxhighlighter/localization/syntaxhighlighter-zh_CN.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/syntaxhighlighter/localization/syntaxhighlighter-zh_CN.mo -------------------------------------------------------------------------------- /plugins/syntaxhighlighter/syntaxhighlighter2/styles/magnifier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/syntaxhighlighter/syntaxhighlighter2/styles/magnifier.png -------------------------------------------------------------------------------- /plugins/syntaxhighlighter/syntaxhighlighter2/styles/wrapping.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/syntaxhighlighter/syntaxhighlighter2/styles/wrapping.png -------------------------------------------------------------------------------- /plugins/auto-highslide/highslide/graphics/controlbar-white-small.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/auto-highslide/highslide/graphics/controlbar-white-small.gif -------------------------------------------------------------------------------- /plugins/auto-highslide/highslide/graphics/outlines/drop-shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/auto-highslide/highslide/graphics/outlines/drop-shadow.png -------------------------------------------------------------------------------- /plugins/auto-highslide/highslide/graphics/outlines/glossy-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/auto-highslide/highslide/graphics/outlines/glossy-dark.png -------------------------------------------------------------------------------- /plugins/auto-highslide/highslide/graphics/outlines/rounded-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/auto-highslide/highslide/graphics/outlines/rounded-black.png -------------------------------------------------------------------------------- /plugins/auto-highslide/highslide/graphics/outlines/rounded-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/auto-highslide/highslide/graphics/outlines/rounded-white.png -------------------------------------------------------------------------------- /plugins/auto-highslide/highslide/graphics/controlbar-black-border.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/auto-highslide/highslide/graphics/controlbar-black-border.gif -------------------------------------------------------------------------------- /plugins/syntaxhighlighter/syntaxhighlighter2/styles/page_white_code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/syntaxhighlighter/syntaxhighlighter2/styles/page_white_code.png -------------------------------------------------------------------------------- /plugins/syntaxhighlighter/syntaxhighlighter2/styles/page_white_copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Beats0/mygalgame/HEAD/plugins/syntaxhighlighter/syntaxhighlighter2/styles/page_white_copy.png -------------------------------------------------------------------------------- /.idea/vcs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /.idea/inspectionProfiles/Project_Default.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | -------------------------------------------------------------------------------- /themes/mygalgame/style.css: -------------------------------------------------------------------------------- 1 | /* 2 | Theme Name: mygalgame 3 | Theme URI: https://www.mygalgame.com 4 | Description: 基于Bootstrap3.0的WordPress主题,由zanblog主题更改而来 5 | Author: 佚站互联 6 | Author URI: http://www.yeahzan.com/ 7 | Version: 2.1.0 8 | Tags: zanblog,Bootstrap3, 扁平化设计, 精致简约 9 | */ 10 | 11 | -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /themes/mygalgame/404.php: -------------------------------------------------------------------------------- 1 | 2 |
3 |
4 |

无法找到该页面(404)

5 |
6 |
7 |

很遗憾,你所要寻找的页面已经丢失或者已经被删除。

8 |

回到首页

9 |
10 |
11 | -------------------------------------------------------------------------------- /themes/mygalgame/single.php: -------------------------------------------------------------------------------- 1 | 2 |
3 |
4 |
5 |
6 | 7 | 8 |
9 | 10 |
11 |
12 |
13 | 14 | 15 | -------------------------------------------------------------------------------- /plugins/breadcrumb-navxt/includes/mtekk_adminkit_messages.js: -------------------------------------------------------------------------------- 1 | jQuery(function() 2 | { 3 | jQuery("div.notice button.notice-dismiss").click(function (event){ 4 | data = { 5 | 'action': 'mtekk_admin_message_dismiss', 6 | 'uid': jQuery(this).parent().children("meta[property='uid']").attr("content"), 7 | 'nonce': jQuery(this).parent().children("meta[property='nonce']").attr("content") 8 | }; 9 | jQuery.post(ajaxurl, data); 10 | }); 11 | }); -------------------------------------------------------------------------------- /plugins/breadcrumb-navxt/includes/mtekk_adminkit_messages.min.js: -------------------------------------------------------------------------------- 1 | jQuery(function() 2 | { 3 | jQuery("div.notice button.notice-dismiss").click(function (event){ 4 | data = { 5 | 'action': 'mtekk_admin_message_dismiss', 6 | 'uid': jQuery(this).parent().children("meta[property='uid']").attr("content"), 7 | 'nonce': jQuery(this).parent().children("meta[property='nonce']").attr("content") 8 | }; 9 | jQuery.post(ajaxurl, data); 10 | }); 11 | }); -------------------------------------------------------------------------------- /themes/mygalgame/page-nosidebar.php: -------------------------------------------------------------------------------- 1 | 6 | 7 |
8 |
9 | 10 | 11 | have_posts()) : $wp_query->the_post(); ?> 12 |
13 | 14 |
15 | 16 | 17 | 18 |
19 |
20 | 21 | -------------------------------------------------------------------------------- /themes/mygalgame/ui/css/variables.css: -------------------------------------------------------------------------------- 1 | /** 2 | * ZanBlog 2.1.0 3 | * variables.less ZanBlog3主题变量文件 4 | * Copyright 2012-2014 YEAHZAN.COM 5 | * Licensed under MIT 6 | * 7 | * 1.颜色 8 | * 2.响应式 9 | */ 10 | /* =========================== 1.颜色 =========================== */ 11 | /* =========================== 颜色结束 =========================== */ 12 | /* =========================== 2.响应式 =========================== */ 13 | /* =========================== 响应式结束 =========================== */ 14 | -------------------------------------------------------------------------------- /plugins/infinite-scroll/templates/preset-prompt.php: -------------------------------------------------------------------------------- 1 | 7 |

use your theme\'s default selectors?'), esc_url( add_query_arg( 'nonce', wp_create_nonce( 'infinite-scroll-presets' ), add_query_arg( 'set_presets', true ) ) ) ); ?>

-------------------------------------------------------------------------------- /.idea/mygalgame.iml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /themes/mygalgame/page.php: -------------------------------------------------------------------------------- 1 | 2 |
3 |
4 |
5 |
6 | 7 | 8 | have_posts()) : $wp_query->the_post(); ?> 9 |
10 | 11 |
12 | 13 | 14 | 15 |
16 | 17 |
18 |
19 |
20 | 21 | -------------------------------------------------------------------------------- /plugins/infinite-scroll/templates/footer.php: -------------------------------------------------------------------------------- 1 | 7 | 13 | -------------------------------------------------------------------------------- /plugins/infinite-scroll/behaviors/sausage.js: -------------------------------------------------------------------------------- 1 | /* 2 | -------------------------------- 3 | Infinite Scroll Behavior 4 | Sausage.js Integration 5 | -------------------------------- 6 | + https://github.com/paulirish/infinitescroll/ 7 | + version 2.0b2.110617 8 | + Copyright 2011 Paul Irish & Luke Shumard 9 | + Licensed under the MIT license 10 | 11 | + Documentation: http://infinite-scroll.com/ 12 | 13 | */ 14 | 15 | (function($, undefined) { 16 | $.extend($.infinitescroll.prototype,{ 17 | // TODO: Implement 18 | }); 19 | })(jQuery); 20 | -------------------------------------------------------------------------------- /plugins/syntaxhighlighter/third-party-brushes/_readme.txt: -------------------------------------------------------------------------------- 1 | Hi. 2 | 3 | If you're trying to add other brushes to this plugin, please don't store 4 | them in this folder as they'll be deleted when you upgrade this plugin. 5 | 6 | Instead check out this page on my blog: 7 | 8 | http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/adding-a-new-brush-language/ 9 | 10 | It explains how to hook into my plugin to add additional brushes. 11 | If you follow those instructions, you can store your brush file anywhere 12 | you want. 13 | 14 | -Viper -------------------------------------------------------------------------------- /themes/mygalgame/sidebar.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /plugins/infinite-scroll/behaviors/cufon.js: -------------------------------------------------------------------------------- 1 | /* 2 | -------------------------------- 3 | Infinite Scroll Behavior 4 | Cufon Refresh 5 | -------------------------------- 6 | + https://github.com/paulirish/infinitescroll/ 7 | + version 2.0b2.110617 8 | + Copyright 2011 Paul Irish & Luke Shumard 9 | + Licensed under the MIT license 10 | 11 | + Documentation: http://infinite-scroll.com/ 12 | 13 | */ 14 | (function ($, undefined) { 15 | $.extend($.infinitescroll.prototype,{ 16 | _callback_cufon: function infscr_callback_cufon(newElements) { 17 | Cufon.refresh(newElements); 18 | } 19 | }); 20 | })(jQuery); 21 | -------------------------------------------------------------------------------- /plugins/akismet/views/get.php: -------------------------------------------------------------------------------- 1 |
2 | 3 | 4 | 5 | 6 |
-------------------------------------------------------------------------------- /plugins/infinite-scroll/behaviors/masonry-isotope.js: -------------------------------------------------------------------------------- 1 | /* 2 | -------------------------------- 3 | Infinite Scroll Behavior 4 | Masonry Integration 5 | -------------------------------- 6 | + https://github.com/paulirish/infinitescroll/ 7 | + version 2.0b2.110617 8 | + Copyright 2011 Paul Irish & Luke Shumard 9 | + Licensed under the MIT license 10 | 11 | + Documentation: http://infinite-scroll.com/ 12 | 13 | */ 14 | 15 | (function($, undefined) { 16 | $.extend($.infinitescroll.prototype,{ 17 | _callback_masonry: function infscr_callback_masonry (newElements) { 18 | $(this).masonry('appended',$(newElements)); 19 | } 20 | }); 21 | })(jQuery); 22 | -------------------------------------------------------------------------------- /themes/mygalgame/includes/admin/custom-user.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /plugins/akismet/.htaccess: -------------------------------------------------------------------------------- 1 | # Only allow direct access to specific Web-available files. 2 | 3 | # Apache 2.2 4 | 5 | Order Deny,Allow 6 | Deny from all 7 | 8 | 9 | # Apache 2.4 10 | 11 | Require all denied 12 | 13 | 14 | # Akismet CSS and JS 15 | 16 | 17 | Allow from all 18 | 19 | 20 | 21 | Require all granted 22 | 23 | 24 | 25 | # Akismet images 26 | 27 | 28 | Allow from all 29 | 30 | 31 | 32 | Require all granted 33 | 34 | -------------------------------------------------------------------------------- /plugins/akismet/views/stats.php: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 | 5 |
6 | 7 |
8 |
9 |
10 | 11 |
-------------------------------------------------------------------------------- /plugins/akismet/_inc/form.js: -------------------------------------------------------------------------------- 1 | var ak_js = document.getElementById( "ak_js" ); 2 | 3 | if ( ! ak_js ) { 4 | ak_js = document.createElement( 'input' ); 5 | ak_js.setAttribute( 'id', 'ak_js' ); 6 | ak_js.setAttribute( 'name', 'ak_js' ); 7 | ak_js.setAttribute( 'type', 'hidden' ); 8 | } 9 | else { 10 | ak_js.parentNode.removeChild( ak_js ); 11 | } 12 | 13 | ak_js.setAttribute( 'value', ( new Date() ).getTime() ); 14 | 15 | var commentForm = document.getElementById( 'commentform' ); 16 | 17 | if ( commentForm ) { 18 | commentForm.appendChild( ak_js ); 19 | } 20 | else { 21 | var replyRowContainer = document.getElementById( 'replyrow' ); 22 | 23 | if ( replyRowContainer ) { 24 | var children = replyRowContainer.getElementsByTagName( 'td' ); 25 | 26 | if ( children.length > 0 ) { 27 | children[0].appendChild( ak_js ); 28 | } 29 | } 30 | } -------------------------------------------------------------------------------- /themes/mygalgame/page-archives.php: -------------------------------------------------------------------------------- 1 | 6 | 7 | 8 |
9 |
10 |
11 |
12 | have_posts()) : $wp_query->the_post(); ?> 13 |
14 | 15 | 16 | 24 | 25 | 26 | 27 |
28 | 29 |
30 | 31 |
32 |
33 |
34 | 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /themes/mygalgame/page-message.php: -------------------------------------------------------------------------------- 1 | 6 | 7 | 8 |
9 |
10 |
11 |
12 |
13 | 14 | 15 | '; 18 | bcn_display(); 19 | } 20 | ?> 21 | 22 | 23 | 24 | have_posts()) : $wp_query->the_post(); ?> 25 | 26 | 27 | 28 | 29 |
30 | 31 |
32 | 33 |
34 |
35 |
36 | 37 | -------------------------------------------------------------------------------- /plugins/custom-field-template/js/messages_ja.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Translated default messages for the jQuery validation plugin. 3 | * Language: JA 4 | */ 5 | jQuery.extend(jQuery.validator.messages, { 6 | required: "このフィールドは必須です。", 7 | remote: "このフィールドを修正してください。", 8 | email: "有効なEメールアドレスを入力してください。", 9 | url: "有効なURLを入力してください。", 10 | date: "有効な日付を入力してください。", 11 | dateISO: "有効な日付(ISO)を入力してください。", 12 | number: "有効な数字を入力してください。", 13 | digits: "数字のみを入力してください。", 14 | creditcard: "有効なクレジットカード番号を入力してください。", 15 | equalTo: "同じ値をもう一度入力してください。", 16 | accept: "有効な拡張子を含む値を入力してください。", 17 | maxlength: jQuery.format("{0} 文字以内で入力してください。"), 18 | minlength: jQuery.format("{0} 文字以上で入力してください。"), 19 | rangelength: jQuery.format("{0} 文字から {1} 文字までの値を入力してください。"), 20 | range: jQuery.format("{0} から {1} までの値を入力してください。"), 21 | max: jQuery.format("{0} 以下の値を入力してください。"), 22 | min: jQuery.format("{1} 以上の値を入力してください。") 23 | }); -------------------------------------------------------------------------------- /themes/mygalgame/footer.php: -------------------------------------------------------------------------------- 1 | 15 | 16 |
17 | 18 |
19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /plugins/wp-postviews/uninstall.php: -------------------------------------------------------------------------------- 1 | blog_id : $ms_site['blog_id']; 15 | switch_to_blog( $blog_id ); 16 | uninstall(); 17 | restore_current_blog(); 18 | } 19 | } 20 | } else { 21 | uninstall(); 22 | } 23 | 24 | function uninstall() { 25 | global $wpdb; 26 | 27 | $option_names = array( 'views_options', 'widget_views_most_viewed', 'widget_views' ); 28 | 29 | if( count( $option_names ) > 0 ) { 30 | foreach( $option_names as $option_name ) { 31 | delete_option( $option_name ); 32 | } 33 | } 34 | 35 | $wpdb->query( "DELETE FROM $wpdb->postmeta WHERE meta_key = 'views'" ); 36 | } 37 | -------------------------------------------------------------------------------- /plugins/syntaxhighlighter/third-party-brushes/shBrushMatlabKey.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Author: Will Schleter 3 | * based on: http://www.jamesrohal.com 4 | */ 5 | SyntaxHighlighter.brushes.MatlabKey = function() 6 | { 7 | var keywords = 'break case catch classdef continue else elseif end for function global if otherwise parfor persistent return spmd switch try while'; 8 | var functions = ' '; 9 | 10 | this.regexList = [ 11 | { regex: /%.*$/gm, css: 'comments' }, // one line comments 12 | { regex: /\%\{[\s\S]*?\%\}/gm, css: 'comments'}, // multiline comments 13 | { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, 14 | { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string'}, 15 | { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' } 16 | ]; 17 | } 18 | 19 | SyntaxHighlighter.brushes.MatlabKey.prototype = new SyntaxHighlighter.Highlighter(); 20 | SyntaxHighlighter.brushes.MatlabKey.aliases = ['matlabkey', 'matlab']; -------------------------------------------------------------------------------- /plugins/syntaxhighlighter/syntaxhighlighter3/scripts/shBrushPlain.js: -------------------------------------------------------------------------------- 1 | /** 2 | * SyntaxHighlighter 3 | * http://alexgorbatchev.com/SyntaxHighlighter 4 | * 5 | * SyntaxHighlighter is donationware. If you are using it, please donate. 6 | * http://alexgorbatchev.com/SyntaxHighlighter/donate.html 7 | * 8 | * @version 9 | * 3.0.83 (Wed, 16 Apr 2014 03:56:09 GMT) 10 | * 11 | * @copyright 12 | * Copyright (C) 2004-2013 Alex Gorbatchev. 13 | * 14 | * @license 15 | * Dual licensed under the MIT and GPL licenses. 16 | */ 17 | ;(function() 18 | { 19 | // CommonJS 20 | SyntaxHighlighter = SyntaxHighlighter || (typeof require !== 'undefined'? require('shCore').SyntaxHighlighter : null); 21 | 22 | function Brush() 23 | { 24 | }; 25 | 26 | Brush.prototype = new SyntaxHighlighter.Highlighter(); 27 | Brush.aliases = ['text', 'plain']; 28 | 29 | SyntaxHighlighter.brushes.Plain = Brush; 30 | 31 | // CommonJS 32 | typeof(exports) != 'undefined' ? exports.Brush = Brush : null; 33 | })(); 34 | -------------------------------------------------------------------------------- /plugins/custom-field-template/js/messages_hu.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Translated default messages for the jQuery validation plugin. 3 | * Locale: HU 4 | */ 5 | jQuery.extend(jQuery.validator.messages, { 6 | required: "Kötelező megadni.", 7 | maxlength: jQuery.validator.format("Legfeljebb {0} karakter hosszú legyen."), 8 | minlength: jQuery.validator.format("Legalább {0} karakter hosszú legyen."), 9 | rangelength: jQuery.validator.format("Legalább {0} és legfeljebb {1} karakter hosszú legyen."), 10 | email: "Érvényes e-mail címnek kell lennie.", 11 | url: "Érvényes URL-nek kell lennie.", 12 | date: "Dátumnak kell lennie.", 13 | number: "Számnak kell lennie.", 14 | digits: "Csak számjegyek lehetnek.", 15 | equalTo: "Meg kell egyeznie a két értéknek.", 16 | range: jQuery.validator.format("{0} és {1} közé kell esnie."), 17 | max: jQuery.validator.format("Nem lehet nagyobb, mint {0}."), 18 | min: jQuery.validator.format("Nem lehet kisebb, mint {0}."), 19 | creditcard: "Érvényes hitelkártyaszámnak kell lennie." 20 | }); 21 | -------------------------------------------------------------------------------- /plugins/breadcrumb-navxt/includes/mtekk_adminkit_tabs.min.js: -------------------------------------------------------------------------------- 1 | jQuery(function(){mtekk_admin_tabulator_init()});function mtekk_admin_tabulator_init(){if(!jQuery("#hasadmintabs").length){return}jQuery("#hasadmintabs").prepend('');jQuery("#hasadmintabs > fieldset").each(function(c){id=jQuery(this).attr("id");cssc=jQuery(this).attr("class");title=jQuery(this).find("h3.tab-title").attr("title");caption=jQuery(this).find("h3.tab-title").text();jQuery("#hasadmintabs > ul").append('
  • '+caption+"
  • ");jQuery(this).find("h3.tab-title").hide()});var b=jQuery("#"+objectL10n.mtad_uid+"-options");var a=jQuery("#hasadmintabs").tabs({beforeActivate:function(c,e){b.find("input").each(function(){if(!this.checkValidity()){b.find(":submit").click();c.preventDefault()}});var d=b.attr("action").split("#",1)+"#"+e.newPanel[0].id;b.get(0).setAttribute("action",d)},create:function(c,e){var d=b.attr("action").split("#",1)+"#"+e.panel[0].id;b.get(0).setAttribute("action",d)}})}; -------------------------------------------------------------------------------- /plugins/breadcrumb-navxt/includes/mtekk_adminkit_engroups.min.js: -------------------------------------------------------------------------------- 1 | jQuery(function(){jQuery(".adminkit-engroup input:checkbox.adminkit-enset-ctrl").each(mtekk_admin_enable_group);jQuery("input:checkbox.adminkit-enset-ctrl").each(mtekk_admin_enable_set)});function mtekk_admin_enable_group(){var a=this;jQuery(this).parents(".adminkit-engroup").find("input, textarea").each(function(){if(this!=a){if(jQuery(a).prop("checked")){jQuery(this).prop("disabled",false);jQuery(this).removeClass("disabled")}else{jQuery(this).prop("disabled",true);jQuery(this).addClass("disabled")}}})}function mtekk_admin_enable_set(){var a=this;jQuery(this).parents(".adminkit-enset-top").find("input.adminkit-enset, textarea.adminkit-enset").each(function(){if(this!=a){if(jQuery(a).prop("checked")){jQuery(this).prop("disabled",false);jQuery(this).removeClass("disabled")}else{jQuery(this).prop("disabled",true);jQuery(this).addClass("disabled")}}})}jQuery(".adminkit-engroup input:checkbox.adminkit-enset-ctrl").change(mtekk_admin_enable_group);jQuery("input:checkbox.adminkit-enset-ctrl").change(mtekk_admin_enable_set); -------------------------------------------------------------------------------- /plugins/syntaxhighlighter/syntaxhighlighter_mce-4.js: -------------------------------------------------------------------------------- 1 | /* 2 | * SyntaxHighlighter shortcode plugin 3 | * by Andrew Ozz of Automattic 4 | */ 5 | tinymce.PluginManager.add( 'syntaxhighlighter', function( editor ) { 6 | editor.on( 'BeforeSetContent', function( event ) { 7 | var shortcodes = window.syntaxHLcodes || 'sourcecode', 8 | regex = new RegExp( '(?:

    \\s*)?(?:

    \\s*)?(\\[(' + shortcodes + ')[^\\]]*\\][\\s\\S]*?\\[\\/\\2\\])(?:\\s*<\\/pre>)?(?:\\s*<\\/p>)?', 'gi' );
     9 | 
    10 | 		if ( event.content && event.content.indexOf( '[' ) !== -1 ) {
    11 | 			event.content = event.content.replace( regex, function( match, shortcode ) {
    12 | 				shortcode = shortcode.replace( /\r/, '' );
    13 | 				shortcode = shortcode.replace( /
    \n?/g, '\n' ).replace( /<\/?p( [^>]*)?>\n?/g, '\n' ); 14 | 15 | if ( ! event.initial || ( window.syntaxHLescape && window.syntaxHLescape[ editor.id ] ) ) { 16 | shortcode = shortcode.replace( /&/g, '&' ).replace( //g, '>' ); 17 | } 18 | 19 | return '
    ' + shortcode + '
    '; 20 | }); 21 | } 22 | }); 23 | }); 24 | -------------------------------------------------------------------------------- /plugins/auto-highslide/error_log: -------------------------------------------------------------------------------- 1 | [17-May-2011 09:35:29] PHP Fatal error: Call to undefined function add_filter() in /home/w321418/public_html/blog/wp-content/plugins/auto-highslide/auto-highslide.php on line 12 2 | [17-May-2011 09:35:44] PHP Fatal error: Call to undefined function add_filter() in /home/w321418/public_html/blog/wp-content/plugins/auto-highslide/auto-highslide.php on line 12 3 | [17-May-2011 09:35:51] PHP Fatal error: Call to undefined function add_filter() in /home/w321418/public_html/blog/wp-content/plugins/auto-highslide/auto-highslide.php on line 12 4 | [17-May-2011 23:50:27] PHP Fatal error: Call to undefined function add_filter() in /home/w321418/public_html/blog/wp-content/plugins/auto-highslide/auto-highslide.php on line 12 5 | [17-May-2011 23:51:28] PHP Fatal error: Call to undefined function add_filter() in /home/w321418/public_html/blog/wp-content/plugins/auto-highslide/auto-highslide.php on line 12 6 | [17-May-2011 23:51:41] PHP Fatal error: Call to undefined function add_filter() in /home/w321418/public_html/blog/wp-content/plugins/auto-highslide/auto-highslide.php on line 12 7 | -------------------------------------------------------------------------------- /themes/mygalgame/common.php: -------------------------------------------------------------------------------- 1 | 2 |
    3 |
    4 |
    5 |
    6 | 7 | 8 | 16 | 17 | 18 | 19 |
    20 | have_posts() ) : $wp_query->the_post(); ?> 21 | 22 | 23 |
    24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 |
    35 | 36 |
    37 |
    38 |
    39 | 40 | -------------------------------------------------------------------------------- /plugins/infinite-scroll/templates/submit-prompt.php: -------------------------------------------------------------------------------- 1 | 7 | 8 |   9 | 10 |

    submitting your theme\'s CSS selectors to the global CSS selector database to make installation and configuration easier for other users', 'infinite-scroll'), esc_url( add_query_arg( 'submit', true ) ) ); ?> 11 | 12 | 13 | () 14 | 15 |

    16 | parent->slug_ . '_hide_submit' , '_ajax_nonce-' . $this->parent->slug . '-hide-submit' ); ?> 17 | 18 | $this->parent->slug_ . '_hide_submit', 'nonce' => '_ajax_nonce-' . $this->parent->slug . '-hide-submit' ); ?> 19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /plugins/syntaxhighlighter/third-party-brushes/shBrushR.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Author: Yihui Xie 3 | * URL: http://yihui.name/en/2010/09/syntaxhighlighter-brush-for-the-r-language 4 | * License: GPL-2 | GPL-3 5 | */ 6 | SyntaxHighlighter.brushes.R = function() 7 | { 8 | var keywords = 'if else repeat while function for in next break TRUE FALSE NULL Inf NaN NA NA_integer_ NA_real_ NA_complex_ NA_character_'; 9 | var constants = 'LETTERS letters month.abb month.name pi'; 10 | this.regexList = [ 11 | { regex: SyntaxHighlighter.regexLib.singleLinePerlComments, css: 'comments' }, 12 | { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, 13 | { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, 14 | { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' }, 15 | { regex: new RegExp(this.getKeywords(constants), 'gm'), css: 'constants' }, 16 | { regex: /[\w._]+[ \t]*(?=\()/gm, css: 'functions' }, 17 | ]; 18 | }; 19 | SyntaxHighlighter.brushes.R.prototype = new SyntaxHighlighter.Highlighter(); 20 | SyntaxHighlighter.brushes.R.aliases = ['r', 's', 'splus']; 21 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2013 yeahzan 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /plugins/custom-field-template/js/messages_de.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Translated default messages for the jQuery validation plugin. 3 | * Locale: DE 4 | */ 5 | jQuery.extend(jQuery.validator.messages, { 6 | required: "Dieses Feld ist ein Pflichtfeld.", 7 | maxlength: jQuery.validator.format("Geben Sie bitte maximal {0} Zeichen ein."), 8 | minlength: jQuery.validator.format("Geben Sie bitte mindestens {0} Zeichen ein."), 9 | rangelength: jQuery.validator.format("Geben Sie bitte mindestens {0} und maximal {1} Zeichen ein."), 10 | email: "Geben Sie bitte eine gültige E-Mail Adresse ein.", 11 | url: "Geben Sie bitte eine gültige URL ein.", 12 | date: "Bitte geben Sie ein gültiges Datum ein.", 13 | number: "Geben Sie bitte eine Nummer ein.", 14 | digits: "Geben Sie bitte nur Ziffern ein.", 15 | equalTo: "Bitte denselben Wert wiederholen.", 16 | range: jQuery.validator.format("Geben Sie bitten einen Wert zwischen {0} und {1}."), 17 | max: jQuery.validator.format("Geben Sie bitte einen Wert kleiner oder gleich {0} ein."), 18 | min: jQuery.validator.format("Geben Sie bitte einen Wert größer oder gleich {0} ein."), 19 | creditcard: "Geben Sie bitte ein gültige Kreditkarten-Nummer ein." 20 | }); -------------------------------------------------------------------------------- /plugins/syntaxhighlighter/syntaxhighlighter3/MIT-LICENSE: -------------------------------------------------------------------------------- 1 | Copyright (c) 2003, 2004 Jim Weirich 2 | 3 | Permission is hereby granted, free of charge, to any person obtaining 4 | a copy of this software and associated documentation files (the 5 | "Software"), to deal in the Software without restriction, including 6 | without limitation the rights to use, copy, modify, merge, publish, 7 | distribute, sublicense, and/or sell copies of the Software, and to 8 | permit persons to whom the Software is furnished to do so, subject to 9 | the following conditions: 10 | 11 | The above copyright notice and this permission notice shall be 12 | included in all copies or substantial portions of the Software. 13 | 14 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 15 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 16 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 17 | NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE 18 | LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 19 | OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 20 | WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 21 | -------------------------------------------------------------------------------- /plugins/breadcrumb-navxt/includes/block_direct_access.php: -------------------------------------------------------------------------------- 1 | \\s*)?(\\[(' + shortcodes + ')[^\\]]*\\][\\s\\S]*?\\[\\/\\2\\])(?:\\s*<\\/pre>)?', 'gi' ); 4 | 5 | window.syntaxHLescape = {}; 6 | 7 | if ( typeof $ === 'undefined' ) { 8 | return; 9 | } 10 | 11 | $( document ).on( 'afterPreWpautop.syntaxhighlighter', function( event, obj ) { 12 | if ( obj.data && obj.data.indexOf( '[' ) !== -1 ) { 13 | obj.data = obj.data.replace( regex, function( match, shortcode ) { 14 | return '\n' + shortcode.replace( /</g, '<' ).replace( />/g, '>' ).replace( /&/g, '&' ) + '\n'; 15 | } 16 | ); 17 | } 18 | }).on( 'beforeWpautop.syntaxhighlighter', function( event, obj ) { 19 | if ( obj.data && obj.data.indexOf( '[' ) !== -1 ) { 20 | obj.data = obj.data.replace( regex, '
    $1
    ' ); 21 | } 22 | }).ready( function() { 23 | $( '.wp-editor-wrap.html-active' ).each( function( i, element ) { 24 | var id = $( element ).find( 'textarea.wp-editor-area' ).attr( 'id' ); 25 | 26 | if ( id ) { 27 | window.syntaxHLescape[id] = true; 28 | } 29 | }); 30 | }); 31 | }( window.jQuery )); 32 | -------------------------------------------------------------------------------- /plugins/breadcrumb-navxt/includes/mtekk_adminkit_tabs.min.css: -------------------------------------------------------------------------------- 1 | #hasadmintabs ul.ui-tabs-nav{float:left;width:100%;border-bottom:1px solid #ccc;font-size:12px;height:27px;list-style-image:none;list-style-position:outside;list-style-type:none;margin:14px 0 0;overflow:visible;padding:0 0 0 6px}#hasadmintabs ul.ui-tabs-nav li{display:block;float:left;line-height:200%;list-style-image:none;list-style-position:outside;list-style-type:none;margin:0;padding:0;position:relative;text-align:center;white-space:nowrap;width:auto}#hasadmintabs ul.ui-tabs-nav li a{border-bottom:1px solid #ccc;display:block;color:#464646;float:left;line-height:25px;padding:1px 13px 0;position:relative;text-decoration:none;margin:0 4px 0 0}#hasadmintabs ul.ui-tabs-nav li.ui-tabs-active a{background:0;border:1px solid #ccc;border-bottom-color:#f1f1f1;height:25px;color:#464646;font-weight:normal;padding:1px 13px 0;color:#000}#hasadmintabs ul.ui-tabs-nav li.ui-tabs-active a:hover,#hasadmintabs ul.ui-tabs-nav a:hover{outline-color:-moz-use-text-color;outline-style:none;outline-width:medium}#hasadmintabs ul.ui-tabs-nav li a:focus,#hasadmintabs ul.ui-tabs-nav li a:active{outline:0}#hasadmintabs ul.ui-tabs-nav span{font-size:12px;font-weight:bolder}#screen-options-wrap p.submit{margin:0;padding:0} -------------------------------------------------------------------------------- /plugins/breadcrumb-navxt/includes/mtekk_adminkit_tabs.css: -------------------------------------------------------------------------------- 1 | #hasadmintabs ul.ui-tabs-nav{float: left; width: 100%; border-bottom:1px solid #ccc; font-size:12px; height:27px; list-style-image:none; list-style-position:outside; list-style-type:none; margin:14px 0 0; overflow:visible;padding:0 0 0 6px;} 2 | #hasadmintabs ul.ui-tabs-nav li{display:block; float:left; line-height:200%; list-style-image:none; list-style-position:outside; list-style-type:none; margin:0; padding:0; position:relative; text-align:center; white-space:nowrap; width:auto;} 3 | #hasadmintabs ul.ui-tabs-nav li a{border-bottom:1px solid #ccc; display:block; color:#464646; float:left; line-height:25px; padding:1px 13px 0; position:relative; text-decoration:none;margin:0 4px 0 0;} 4 | #hasadmintabs ul.ui-tabs-nav li.ui-tabs-active a{background:none;border:1px solid #ccc; border-bottom-color:#f1f1f1; height: 25px; color:#464646; font-weight:normal; padding:1px 13px 0;color:#000;} 5 | #hasadmintabs ul.ui-tabs-nav li.ui-tabs-active a:hover, #hasadmintabs ul.ui-tabs-nav a:hover{outline-color:-moz-use-text-color; outline-style:none; outline-width:medium;} 6 | #hasadmintabs ul.ui-tabs-nav li a:focus, #hasadmintabs ul.ui-tabs-nav li a:active{outline: none;} 7 | #hasadmintabs ul.ui-tabs-nav span{font-size: 12px; font-weight: bolder;} 8 | #screen-options-wrap p.submit {margin:0; padding:0;} -------------------------------------------------------------------------------- /plugins/custom-field-template/js/messages_it.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Translated default messages for the jQuery validation plugin. 3 | * Locale: IT 4 | */ 5 | jQuery.extend(jQuery.validator.messages, { 6 | required: "Campo obbligatorio.", 7 | remote: "Controlla questo campo.", 8 | email: "Inserisci un indirizzo email valido.", 9 | url: "Inserisci un indirizzo web valido.", 10 | date: "Inserisci una data valida.", 11 | dateISO: "Inserisci una data valida (ISO).", 12 | number: "Inserisci un numero valido.", 13 | digits: "Inserisci solo numeri.", 14 | creditcard: "Inserisci un numero di carta di credito valido.", 15 | equalTo: "Il valore non corrisponde.", 16 | accept: "Inserisci un valore con un'estensione valida.", 17 | maxlength: jQuery.validator.format("Non inserire più di {0} caratteri."), 18 | minlength: jQuery.validator.format("Inserisci almeno {0} caratteri."), 19 | rangelength: jQuery.validator.format("Inserisci un valore compreso tra {0} e {1} caratteri."), 20 | range: jQuery.validator.format("Inserisci un valore compreso tra {0} e {1}."), 21 | max: jQuery.validator.format("Inserisci un valore minore o uguale a {0}."), 22 | min: jQuery.validator.format("Inserisci un valore maggiore o uguale a {0}.") 23 | }); -------------------------------------------------------------------------------- /plugins/custom-field-template/js/messages_ca.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Translated default messages for the jQuery validation plugin. 3 | * Locale: CA 4 | */ 5 | jQuery.extend(jQuery.validator.messages, { 6 | required: "Aquest camp és obligatori.", 7 | remote: "Si us plau, omple aquest camp.", 8 | email: "Si us plau, escriu una adreça de correu-e vàlida", 9 | url: "Si us plau, escriu una URL vàlida.", 10 | date: "Si us plau, escriu una data vàlida.", 11 | dateISO: "Si us plau, escriu una data (ISO) vàlida.", 12 | number: "Si us plau, escriu un número enter vàlid.", 13 | digits: "Si us plau, escriu només dígits.", 14 | creditcard: "Si us plau, escriu un número de tarjeta vàlid.", 15 | equalTo: "Si us plau, escriu el maateix valor de nou.", 16 | accept: "Si us plau, escriu un valor amb una extensió acceptada.", 17 | maxlength: jQuery.validator.format("Si us plau, no escriguis més de {0} caracters."), 18 | minlength: jQuery.validator.format("Si us plau, no escriguis menys de {0} caracters."), 19 | rangelength: jQuery.validator.format("Si us plau, escriu un valor entre {0} i {1} caracters."), 20 | range: jQuery.validator.format("Si us plau, escriu un valor entre {0} i {1}."), 21 | max: jQuery.validator.format("Si us plau, escriu un valor menor o igual a {0}."), 22 | min: jQuery.validator.format("Si us plau, escriu un valor major o igual a {0}.") 23 | }); -------------------------------------------------------------------------------- /plugins/custom-field-template/js/messages_es.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Translated default messages for the jQuery validation plugin. 3 | * Locale: ES 4 | */ 5 | jQuery.extend(jQuery.validator.messages, { 6 | required: "Este campo es obligatorio.", 7 | remote: "Por favor, rellena este campo.", 8 | email: "Por favor, escribe una dirección de correo válida", 9 | url: "Por favor, escribe una URL válida.", 10 | date: "Por favor, escribe una fecha válida.", 11 | dateISO: "Por favor, escribe una fecha (ISO) válida.", 12 | number: "Por favor, escribe un número entero válido.", 13 | digits: "Por favor, escribe sólo dígitos.", 14 | creditcard: "Por favor, escribe un número de tarjeta válido.", 15 | equalTo: "Por favor, escribe el mismo valor de nuevo.", 16 | accept: "Por favor, escribe un valor con una extensión aceptada.", 17 | maxlength: jQuery.validator.format("Por favor, no escribas más de {0} caracteres."), 18 | minlength: jQuery.validator.format("Por favor, no escribas menos de {0} caracteres."), 19 | rangelength: jQuery.validator.format("Por favor, escribe un valor entre {0} y {1} caracteres."), 20 | range: jQuery.validator.format("Por favor, escribe un valor entre {0} y {1}."), 21 | max: jQuery.validator.format("Por favor, escribe un valor menor o igual a {0}."), 22 | min: jQuery.validator.format("Por favor, escribe un valor mayor o igual a {0}.") 23 | }); -------------------------------------------------------------------------------- /themes/mygalgame/includes/admin/custom-login.php: -------------------------------------------------------------------------------- 1 | '; 6 | } 7 | add_action('login_head', 'custom_login'); 8 | 9 | /*更改logo的url*/ 10 | function custom_headerurl( $url ) { 11 | return get_bloginfo( 'url' ); 12 | } 13 | add_filter( 'login_headerurl', 'custom_headerurl' ); 14 | 15 | /*更改logo的title*/ 16 | function custom_headertitle( $title ) { 17 | return get_bloginfo('name'); 18 | } 19 | add_filter('login_headertitle','custom_headertitle'); 20 | 21 | 22 | /*删除控制面板顶部左上角LOGO图像*/ 23 | function zan_custom_logo() { 24 | echo ' 25 | 31 | '; 32 | } 33 | add_action( 'admin_head', 'zan_custom_logo' ); 34 | 35 | /*隐藏控制面板页脚版权信息和版本号*/ 36 | function change_footer_admin () { 37 | return ' Theme By:YeahZan'; 38 | } 39 | add_filter( 'admin_footer_text', 'change_footer_admin', 9999 ); 40 | 41 | function change_footer_version() { 42 | return ' '; 43 | } 44 | add_filter( 'update_footer', 'change_footer_version', 9999 ); 45 | 46 | ?> -------------------------------------------------------------------------------- /plugins/syntaxhighlighter/syntaxhighlighter3/scripts/shBrushDiff.js: -------------------------------------------------------------------------------- 1 | /** 2 | * SyntaxHighlighter 3 | * http://alexgorbatchev.com/SyntaxHighlighter 4 | * 5 | * SyntaxHighlighter is donationware. If you are using it, please donate. 6 | * http://alexgorbatchev.com/SyntaxHighlighter/donate.html 7 | * 8 | * @version 9 | * 3.0.83 (Wed, 16 Apr 2014 03:56:09 GMT) 10 | * 11 | * @copyright 12 | * Copyright (C) 2004-2013 Alex Gorbatchev. 13 | * 14 | * @license 15 | * Dual licensed under the MIT and GPL licenses. 16 | */ 17 | ;(function() 18 | { 19 | // CommonJS 20 | SyntaxHighlighter = SyntaxHighlighter || (typeof require !== 'undefined'? require('shCore').SyntaxHighlighter : null); 21 | 22 | function Brush() 23 | { 24 | this.regexList = [ 25 | { regex: /^\+\+\+ .*$/gm, css: 'color2' }, // new file 26 | { regex: /^\-\-\- .*$/gm, css: 'color2' }, // old file 27 | { regex: /^\s.*$/gm, css: 'color1' }, // unchanged 28 | { regex: /^@@.*@@.*$/gm, css: 'variable' }, // location 29 | { regex: /^\+.*$/gm, css: 'string' }, // additions 30 | { regex: /^\-.*$/gm, css: 'color3' } // deletions 31 | ]; 32 | }; 33 | 34 | Brush.prototype = new SyntaxHighlighter.Highlighter(); 35 | Brush.aliases = ['diff', 'patch']; 36 | 37 | SyntaxHighlighter.brushes.Diff = Brush; 38 | 39 | // CommonJS 40 | typeof(exports) != 'undefined' ? exports.Brush = Brush : null; 41 | })(); 42 | -------------------------------------------------------------------------------- /themes/mygalgame/includes/widgets/zan-widget-search.php: -------------------------------------------------------------------------------- 1 | '搜索框组件(ZanBlog)', 15 | 'description' => 'ZanBlog 搜索框组件' 16 | ); 17 | parent::WP_Widget( false, false, $widget_options ); 18 | } 19 | 20 | // 设定小工具结构 21 | function widget( $args, $instance ) { 22 | extract( $args ); 23 | echo $before_widget; 24 | ?> 25 | 31 | 40 |

    没有相关设定

    41 | -------------------------------------------------------------------------------- /plugins/auto-highslide/readme.txt: -------------------------------------------------------------------------------- 1 | === Plugin Name === 2 | Contributors: Showfom 3 | Donate link: http://showfom.com/auto-hishslide-wordpress-plugin/ 4 | Tags: highslide, images, auto 5 | Requires at least: 2.0.2 6 | Tested up to: 2.8 7 | Stable tag: trunk 8 | 9 | This plugin automatically add HighSlide Image Effect in your blog and You don't Need To Change Anything! 10 | 11 | == Description == 12 | 1.This plugin automatically add HighSlide Image Effect in your blog and You don't Need To Change Anything! 13 | 14 | 2.You don't need to install HighSlide4WP if you only want to use the images effect of HighSlide. 15 | 16 | 3.If you install HighSlide4WP, just uninstall it. 17 | 18 | 4.If you want to use other effect of HighSlide , please use HighSlide4WP with Add Highslide. 19 | 20 | == Installation == 21 | 22 | This section describes how to install the plugin and get it working. 23 | 24 | e.g. 25 | 26 | 1. Upload `auto-highslide` folder to the `/wp-content/plugins/` directory 27 | 2. Activate the plugin through the 'Plugins' menu in WordPress 28 | 29 | 30 | 31 | == Frequently Asked Questions == 32 | 33 | = How to know me = 34 | 35 | Just contact me. 36 | 37 | 38 | == Screenshots == 39 | 40 | 1. `/trunk/screenshot-1.png` -------------------------------------------------------------------------------- /plugins/custom-field-template/js/messages_nl.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Translated default messages for the jQuery validation plugin. 3 | * Locale: NL 4 | */ 5 | jQuery.extend(jQuery.validator.messages, { 6 | required: "Dit is een verplicht veld.", 7 | remote: "Controleer dit veld.", 8 | email: "Vul hier een geldig e-mailadres in.", 9 | url: "Vul hier een geldige URL in.", 10 | date: "Vul hier een geldige datum in.", 11 | dateISO: "Vul hier een geldige datum in (ISO-formaat).", 12 | number: "Vul hier een geldig getal in.", 13 | digits: "Vul hier alleen getallen in.", 14 | creditcard: "Vul hier een geldig creditcardnummer in.", 15 | equalTo: "Vul hier dezelfde waarde in.", 16 | accept: "Vul hier een waarde in met een geldige extensie.", 17 | maxlength: jQuery.validator.format("Vul hier maximaal {0} tekens in."), 18 | minlength: jQuery.validator.format("Vul hier minimaal {0} tekens in."), 19 | rangelength: jQuery.validator.format("Vul hier een waarde in van minimaal {0} en maximaal {1} tekens."), 20 | range: jQuery.validator.format("Vul hier een waarde in van minimaal {0} en maximaal {1}."), 21 | max: jQuery.validator.format("Vul hier een waarde in kleiner dan of gelijk aan {0}."), 22 | min: jQuery.validator.format("Vul hier een waarde in groter dan of gelijk aan {0}.") 23 | }); -------------------------------------------------------------------------------- /plugins/custom-field-template/js/messages_tr.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Translated default messages for the jQuery validation plugin. 3 | * Locale: TR 4 | */ 5 | jQuery.extend(jQuery.validator.messages, { 6 | required: "Bu alanın doldurulması zorunludur.", 7 | remote: "Lütfen bu alanı düzeltin.", 8 | email: "Lütfen geçerli bir e-posta adresi giriniz.", 9 | url: "Lütfen geçerli bir web adresi (URL) giriniz.", 10 | date: "Lütfen geçerli bir tarih giriniz.", 11 | dateISO: "Lütfen geçerli bir tarih giriniz(ISO formatında)", 12 | number: "Lütfen geçerli bir sayı giriniz.", 13 | digits: "Lütfen sadece sayısal karakterler giriniz.", 14 | creditcard: "Lütfen geçerli bir kredi kartı giriniz.", 15 | equalTo: "Lütfen aynı değeri tekrar giriniz.", 16 | accept: "Lütfen geçerli uzantıya sahip bir değer giriniz.", 17 | maxlength: jQuery.validator.format("Lütfen en fazla {0} karakter uzunluğunda bir değer giriniz."), 18 | minlength: jQuery.validator.format("Lütfen en az {0} karakter uzunluğunda bir değer giriniz."), 19 | rangelength: jQuery.validator.format("Lütfen en az {0} ve en fazla {1} uzunluğunda bir değer giriniz."), 20 | range: jQuery.validator.format("Lütfen {0} ile {1} arasında bir değer giriniz."), 21 | max: jQuery.validator.format("Lütfen {0} değerine eşit ya da daha küçük bir değer giriniz."), 22 | min: jQuery.validator.format("Lütfen {0} değerine eşit ya da daha büyük bir değer giriniz.") 23 | }); -------------------------------------------------------------------------------- /plugins/breadcrumb-navxt/includes/mtekk_adminkit_engroups.js: -------------------------------------------------------------------------------- 1 | jQuery(function() 2 | { 3 | jQuery(".adminkit-engroup input:checkbox.adminkit-enset-ctrl").each(mtekk_admin_enable_group); 4 | jQuery("input:checkbox.adminkit-enset-ctrl").each(mtekk_admin_enable_set); 5 | }); 6 | function mtekk_admin_enable_group(){ 7 | var setting = this; 8 | jQuery(this).parents(".adminkit-engroup").find("input, textarea").each(function(){ 9 | if(this != setting){ 10 | if(jQuery(setting).prop("checked")){ 11 | jQuery(this).prop("disabled", false); 12 | jQuery(this).removeClass("disabled"); 13 | } 14 | else{ 15 | jQuery(this).prop("disabled", true); 16 | jQuery(this).addClass("disabled"); 17 | } 18 | } 19 | }); 20 | } 21 | function mtekk_admin_enable_set(){ 22 | var setting = this; 23 | jQuery(this).parents(".adminkit-enset-top").find("input.adminkit-enset, textarea.adminkit-enset").each(function(){ 24 | if(this != setting){ 25 | if(jQuery(setting).prop("checked")){ 26 | jQuery(this).prop("disabled", false); 27 | jQuery(this).removeClass("disabled"); 28 | } 29 | else{ 30 | jQuery(this).prop("disabled", true); 31 | jQuery(this).addClass("disabled"); 32 | } 33 | } 34 | }); 35 | } 36 | jQuery(".adminkit-engroup input:checkbox.adminkit-enset-ctrl").change(mtekk_admin_enable_group); 37 | jQuery("input:checkbox.adminkit-enset-ctrl").change(mtekk_admin_enable_set); -------------------------------------------------------------------------------- /plugins/syntaxhighlighter/syntaxhighlighter2/scripts/shBrushPlain.js: -------------------------------------------------------------------------------- 1 | /** 2 | * SyntaxHighlighter 3 | * http://alexgorbatchev.com/ 4 | * 5 | * SyntaxHighlighter is donationware. If you are using it, please donate. 6 | * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate 7 | * 8 | * @version 9 | * 2.1.364 (October 15 2009) 10 | * 11 | * @copyright 12 | * Copyright (C) 2004-2009 Alex Gorbatchev. 13 | * 14 | * @license 15 | * This file is part of SyntaxHighlighter. 16 | * 17 | * SyntaxHighlighter is free software: you can redistribute it and/or modify 18 | * it under the terms of the GNU Lesser General Public License as published by 19 | * the Free Software Foundation, either version 3 of the License, or 20 | * (at your option) any later version. 21 | * 22 | * SyntaxHighlighter is distributed in the hope that it will be useful, 23 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 24 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 25 | * GNU General Public License for more details. 26 | * 27 | * You should have received a copy of the GNU General Public License 28 | * along with SyntaxHighlighter. If not, see . 29 | */ 30 | SyntaxHighlighter.brushes.Plain = function() 31 | { 32 | }; 33 | 34 | SyntaxHighlighter.brushes.Plain.prototype = new SyntaxHighlighter.Highlighter(); 35 | SyntaxHighlighter.brushes.Plain.aliases = ['text', 'plain']; 36 | -------------------------------------------------------------------------------- /plugins/infinite-scroll/templates/manage-presets.php: -------------------------------------------------------------------------------- 1 | prepare_items(); 13 | ?> 14 |
    15 |

    16 |

    17 |
    18 | display(); ?> 19 |
    |
    20 |
    21 | 22 | -------------------------------------------------------------------------------- /plugins/custom-field-template/js/messages_fr.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Translated default messages for the jQuery validation plugin. 3 | * Locale: FR 4 | */ 5 | jQuery.extend(jQuery.validator.messages, { 6 | required: "Ce champ est requis.", 7 | remote: "Veuillez remplir ce champ pour continuer.", 8 | email: "Veuillez entrer une adresse email valide.", 9 | url: "Veuillez entrer une URL valide.", 10 | date: "Veuillez entrer une date valide.", 11 | dateISO: "Veuillez entrer une date valide (ISO).", 12 | number: "Veuillez entrer un nombre valide.", 13 | digits: "Veuillez entrer (seulement) une valeur numérique.", 14 | creditcard: "Veuillez entrer un numéro de carte de crédit valide.", 15 | equalTo: "Veuillez entrer une nouvelle fois la même valeur.", 16 | accept: "Veuillez entrer une valeur avec une extension valide.", 17 | maxlength: jQuery.validator.format("Veuillez ne pas entrer plus de {0} caractères."), 18 | minlength: jQuery.validator.format("Veuillez entrer au moins {0} caractères."), 19 | rangelength: jQuery.validator.format("Veuillez entrer entre {0} et {1} caractères."), 20 | range: jQuery.validator.format("Veuillez entrer une valeur entre {0} et {1}."), 21 | max: jQuery.validator.format("Veuillez entrer une valeur inférieure ou égale à {0}."), 22 | min: jQuery.validator.format("Veuillez entrer une valeur supérieure ou égale à {0}.") 23 | }); -------------------------------------------------------------------------------- /plugins/custom-field-template/js/messages_ru.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Translated default messages for the jQuery validation plugin. 3 | * Locale: RU 4 | */ 5 | jQuery.extend(jQuery.validator.messages, { 6 | required: "Это поле необходимо заполнить.", 7 | remote: "Пожалуйста, введите правильное значение.", 8 | email: "Пожалуйста, введите корретный адрес электронной почты.", 9 | url: "Пожалуйста, введите корректный URL.", 10 | date: "Пожалуйста, введите корректную дату.", 11 | dateISO: "Пожалуйста, введите корректную дату в формате ISO.", 12 | number: "Пожалуйста, введите число.", 13 | digits: "Пожалуйста, вводите только цифры.", 14 | creditcard: "Пожалуйста, введите правильный номер кредитной карты.", 15 | equalTo: "Пожалуйста, введите такое же значение ещё раз.", 16 | accept: "Пожалуйста, выберите файл с правильным расширением.", 17 | maxlength: jQuery.validator.format("Пожалуйста, введите не больше {0} символов."), 18 | minlength: jQuery.validator.format("Пожалуйста, введите не меньше {0} символов."), 19 | rangelength: jQuery.validator.format("Пожалуйста, введите значение длиной от {0} до {1} символов."), 20 | range: jQuery.validator.format("Пожалуйста, введите число от {0} до {1}."), 21 | max: jQuery.validator.format("Пожалуйста, введите число, меньшее или равное {0}."), 22 | min: jQuery.validator.format("Пожалуйста, введите число, большее или равное {0}.") 23 | }); -------------------------------------------------------------------------------- /themes/mygalgame/ui/css/flat/red.css: -------------------------------------------------------------------------------- 1 | .icheckbox_flat-red, 2 | .iradio_flat-red { 3 | display: inline-block; 4 | margin: 0; 5 | padding: 0; 6 | width: 20px; 7 | height: 20px; 8 | background: url(red.png) no-repeat; 9 | border: none; 10 | cursor: pointer; 11 | } 12 | 13 | .icheckbox_flat-red { 14 | background-position: 0 0; 15 | } 16 | 17 | .icheckbox_flat-red.checked { 18 | background-position: -22px 0; 19 | } 20 | 21 | .icheckbox_flat-red.disabled { 22 | background-position: -44px 0; 23 | cursor: default; 24 | } 25 | 26 | .icheckbox_flat-red.checked.disabled { 27 | background-position: -66px 0; 28 | } 29 | 30 | .iradio_flat-red { 31 | background-position: -88px 0; 32 | } 33 | 34 | .iradio_flat-red.checked { 35 | background-position: -110px 0; 36 | } 37 | 38 | .iradio_flat-red.disabled { 39 | background-position: -132px 0; 40 | cursor: default; 41 | } 42 | 43 | .iradio_flat-red.checked.disabled { 44 | background-position: -154px 0; 45 | } 46 | 47 | /* Retina support */ 48 | 49 | @media only screen and (-webkit-min-device-pixel-ratio: 1.5), 50 | only screen and (-moz-min-device-pixel-ratio: 1.5), 51 | only screen and (-o-min-device-pixel-ratio: 3/2), 52 | only screen and (min-device-pixel-ratio: 1.5) { 53 | .icheckbox_flat-red, 54 | .iradio_flat-red { 55 | background-image: url(red@2x.png); 56 | -webkit-background-size: 176px 22px; 57 | background-size: 176px 22px; 58 | } 59 | } -------------------------------------------------------------------------------- /plugins/syntaxhighlighter/third-party-brushes/shBrushClojure.js: -------------------------------------------------------------------------------- 1 | // Contributed by Travis Whitton 2 | // http://travis-whitton.blogspot.com/2009/06/syntaxhighlighter-for-clojure.html 3 | 4 | SyntaxHighlighter.brushes.Clojure = function() 5 | { 6 | var funcs = ':arglists :doc :file :line :macro :name :ns :private :tag :test new alias alter ' + 7 | 'and apply assert class cond conj count def defmacro defn defstruct deref do ' + 8 | 'doall dorun doseq dosync eval filter finally find first fn gen-class gensym if ' + 9 | 'import inc keys let list loop map ns or print println quote rand recur reduce ' + 10 | 'ref repeat require rest send seq set sort str struct sync take test throw ' + 11 | 'trampoline try type use var vec when while'; 12 | 13 | this.regexList = [ 14 | { regex: new RegExp(';[^\]]+$', 'gm'), css: 'comments' }, 15 | { regex: SyntaxHighlighter.regexLib.multiLineDoubleQuotedString, css: 'string' }, 16 | { regex: /\[|\]/g, css: 'keyword' }, 17 | { regex: /'[a-z][A-Za-z0-9_]*/g, css: 'color1' }, // symbols 18 | { regex: /:[a-z][A-Za-z0-9_\-]*/g, css: 'color2' }, // keywords 19 | { regex: new RegExp(this.getKeywords(funcs), 'gmi'), css: 'functions' } 20 | ]; 21 | 22 | this.forHtmlScript(SyntaxHighlighter.regexLib.aspScriptTags); 23 | } 24 | 25 | SyntaxHighlighter.brushes.Clojure.prototype = new SyntaxHighlighter.Highlighter(); 26 | SyntaxHighlighter.brushes.Clojure.aliases = ['clojure', 'Clojure', 'clj']; -------------------------------------------------------------------------------- /plugins/gravatar-china/readme.txt: -------------------------------------------------------------------------------- 1 | === Gravatar China === 2 | Contributors: LOO2K 3 | Donate link: http://loo2k.com/donate/ 4 | Tags: comments, Gravatar, avatar, local cache 5 | Requires at least: 2.0.2 6 | Tested up to: 1.1 7 | Stable tag: 1.0 8 | 9 | Here is a short description of the plugin. This should be no more than 150 characters. No markup here. 10 | 11 | == Description == 12 | 这是一个关于 Gravatar Cache 的重要更新,之前(2010.10.15) Gravatar 由于一些众所未知的原因不能访问,所以当初制作了一个 Gravatar 头像的本地缓存插件,但是由于当时编写的比较匆忙,遗留下了一些问题,包括但不限于:无法使用默认图片、无法缓存不同大小的头像等; 13 | 14 | 最近一段时间(2011.08.02),Gravatar 再次无法访问,所以重新写了一个插件 Gravatar China for WordPress,并解决的之前存在的所有已知的问题; 15 | 16 | Gravatar China for WordPress 特性 17 | 18 | * Gravatar 头像防墙补丁:替换 Gravatar 头像能正常访问的地址; 19 | * Gravatar 本地缓存:对特殊的网络环境下给头像进行本地缓存; 20 | * 自定义设置缓存过期时间; 21 | * 国内、国外主机用户通用; 22 | * 完美兼容 WordPress; 23 | 24 | Gravatar China for WordPress 说明 25 | 26 | * 本插件针对中国大陆的网络环境制作; 27 | 28 | * 一般情况下,你可以在 Gravatar 头像不能正常访问的时候启用本插件的 “Gravatar 补丁”,它能帮助你的 WordPress 访客连接到正常的头像地址上; 29 | 30 | * 通常,根据网页前端的性能优化来说,不推荐用户启用 “Gravatar 本地缓存”,因为它对 WordPress 的性能有一定的影响,当然这个影响仅限于生成本地缓存的时候;(启用缓存前请确认你的 WordPress 目录 wp-content/plugins/gravatar-cn/cache 可写) 31 | 32 | == Installation == 33 | 34 | 1. 上传插件的压缩文件到 `/wp-content/plugins/` 目录; 35 | 2. 在 WordPress 后台启用 Gravatar China 插件; 36 | 3. 在设置里选择是否启用设置; 37 | 38 | == Screenshots == 39 | 40 | 1. This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Note that the screenshot is taken from 41 | the directory of the stable readme.txt, so in this case, `/tags/4.3/screenshot-1.png` (or jpg, jpeg, gif) 42 | 43 | == Changelog == 44 | 45 | = 1.0 = 46 | * 新建插件. -------------------------------------------------------------------------------- /plugins/breadcrumb-navxt/includes/mtekk_adminkit_tabs.js: -------------------------------------------------------------------------------- 1 | jQuery(function() 2 | { 3 | mtekk_admin_tabulator_init(); 4 | }); 5 | /** 6 | * Tabulator Bootup 7 | */ 8 | function mtekk_admin_tabulator_init(){ 9 | if(!jQuery("#hasadmintabs").length) return; 10 | /* init markup for tabs */ 11 | jQuery('#hasadmintabs').prepend('