├── .gitignore ├── AvocadoEdition ├── data │ └── .gitignore ├── plugin │ ├── PHPMailer │ │ ├── VERSION │ │ └── examples │ │ │ ├── contents.html │ │ │ ├── images │ │ │ ├── phpmailer.png │ │ │ └── phpmailer_mini.png │ │ │ └── styles │ │ │ └── wrapping.png │ ├── sns │ │ ├── _common.php │ │ ├── twitter │ │ │ ├── _common.php │ │ │ ├── images │ │ │ │ ├── darker.png │ │ │ │ └── lighter.png │ │ │ ├── config-sample.php │ │ │ ├── twitterconfig.php │ │ │ └── clearsessions.php │ │ ├── facebook │ │ │ ├── _common.php │ │ │ └── tests │ │ │ │ └── bootstrap.php │ │ └── icon │ │ │ ├── gplus.png │ │ │ ├── facebook.png │ │ │ ├── gplus_off.png │ │ │ ├── kakaotalk.png │ │ │ ├── twitter.png │ │ │ ├── twitter_cmt.png │ │ │ ├── twitter_off.png │ │ │ ├── facebook_cmt.png │ │ │ ├── facebook_off.png │ │ │ └── kakaotalk_off.png │ ├── kcaptcha │ │ ├── _common.php │ │ ├── captcha.lib.php │ │ ├── img │ │ │ ├── dot.gif │ │ │ ├── sound.gif │ │ │ └── reload.gif │ │ ├── mp3 │ │ │ ├── basic │ │ │ │ ├── 0.mp3 │ │ │ │ ├── 1.mp3 │ │ │ │ ├── 2.mp3 │ │ │ │ ├── 3.mp3 │ │ │ │ ├── 4.mp3 │ │ │ │ ├── 5.mp3 │ │ │ │ ├── 6.mp3 │ │ │ │ ├── 7.mp3 │ │ │ │ ├── 8.mp3 │ │ │ │ └── 9.mp3 │ │ │ └── jmoon │ │ │ │ ├── 0.mp3 │ │ │ │ ├── 1.mp3 │ │ │ │ ├── 2.mp3 │ │ │ │ ├── 3.mp3 │ │ │ │ ├── 4.mp3 │ │ │ │ ├── 5.mp3 │ │ │ │ ├── 6.mp3 │ │ │ │ ├── 7.mp3 │ │ │ │ ├── 8.mp3 │ │ │ │ └── 9.mp3 │ │ ├── fonts │ │ │ ├── times_bold.png │ │ │ ├── perpetua_bold.png │ │ │ └── palatino_linotype_bold.png │ │ ├── kcaptcha_image.php │ │ └── kcaptcha_result.php │ ├── syndi │ │ └── _common.php │ ├── editor │ │ ├── cheditor5 │ │ │ ├── css │ │ │ │ ├── imageurl.css │ │ │ │ ├── SourceCodePro.eot │ │ │ │ └── SourceCodePro.woff │ │ │ ├── imageUpload │ │ │ │ ├── _common.php │ │ │ │ ├── config.php │ │ │ │ └── upload.php │ │ │ ├── icons │ │ │ │ ├── dot.gif │ │ │ │ ├── em │ │ │ │ │ ├── 1.gif │ │ │ │ │ ├── 10.gif │ │ │ │ │ ├── 11.gif │ │ │ │ │ ├── 12.gif │ │ │ │ │ ├── 13.gif │ │ │ │ │ ├── 14.gif │ │ │ │ │ ├── 15.gif │ │ │ │ │ ├── 16.gif │ │ │ │ │ ├── 17.gif │ │ │ │ │ ├── 18.gif │ │ │ │ │ ├── 19.gif │ │ │ │ │ ├── 2.gif │ │ │ │ │ ├── 20.gif │ │ │ │ │ ├── 21.gif │ │ │ │ │ ├── 22.gif │ │ │ │ │ ├── 23.gif │ │ │ │ │ ├── 24.gif │ │ │ │ │ ├── 25.gif │ │ │ │ │ ├── 26.gif │ │ │ │ │ ├── 27.gif │ │ │ │ │ ├── 28.gif │ │ │ │ │ ├── 29.gif │ │ │ │ │ ├── 3.gif │ │ │ │ │ ├── 30.gif │ │ │ │ │ ├── 31.gif │ │ │ │ │ ├── 32.gif │ │ │ │ │ ├── 33.gif │ │ │ │ │ ├── 34.gif │ │ │ │ │ ├── 35.gif │ │ │ │ │ ├── 36.gif │ │ │ │ │ ├── 37.gif │ │ │ │ │ ├── 38.gif │ │ │ │ │ ├── 39.gif │ │ │ │ │ ├── 4.gif │ │ │ │ │ ├── 40.gif │ │ │ │ │ ├── 41.gif │ │ │ │ │ ├── 42.gif │ │ │ │ │ ├── 43.gif │ │ │ │ │ ├── 44.gif │ │ │ │ │ ├── 45.gif │ │ │ │ │ ├── 46.gif │ │ │ │ │ ├── 47.gif │ │ │ │ │ ├── 48.gif │ │ │ │ │ ├── 49.gif │ │ │ │ │ ├── 5.gif │ │ │ │ │ ├── 50.gif │ │ │ │ │ ├── 51.gif │ │ │ │ │ ├── 52.gif │ │ │ │ │ ├── 53.gif │ │ │ │ │ ├── 54.gif │ │ │ │ │ ├── 55.gif │ │ │ │ │ ├── 56.gif │ │ │ │ │ ├── 57.gif │ │ │ │ │ ├── 58.gif │ │ │ │ │ ├── 59.gif │ │ │ │ │ ├── 6.gif │ │ │ │ │ ├── 60.gif │ │ │ │ │ ├── 61.gif │ │ │ │ │ ├── 62.gif │ │ │ │ │ ├── 63.gif │ │ │ │ │ ├── 64.gif │ │ │ │ │ ├── 65.gif │ │ │ │ │ ├── 66.gif │ │ │ │ │ ├── 67.gif │ │ │ │ │ ├── 68.gif │ │ │ │ │ ├── 69.gif │ │ │ │ │ ├── 7.gif │ │ │ │ │ ├── 70.gif │ │ │ │ │ ├── 71.gif │ │ │ │ │ ├── 72.gif │ │ │ │ │ ├── 73.gif │ │ │ │ │ ├── 74.gif │ │ │ │ │ ├── 75.gif │ │ │ │ │ ├── 76.gif │ │ │ │ │ ├── 77.gif │ │ │ │ │ ├── 78.gif │ │ │ │ │ ├── 79.gif │ │ │ │ │ ├── 8.gif │ │ │ │ │ ├── 80.gif │ │ │ │ │ └── 9.gif │ │ │ │ ├── checked.png │ │ │ │ ├── toolbar.png │ │ │ │ ├── fullscreen.png │ │ │ │ ├── remove_col.png │ │ │ │ ├── remove_row.png │ │ │ │ ├── splitter.gif │ │ │ │ ├── table_join.png │ │ │ │ ├── watermark.png │ │ │ │ ├── button │ │ │ │ │ ├── input.gif │ │ │ │ │ ├── paste.gif │ │ │ │ │ ├── play.gif │ │ │ │ │ ├── reset.gif │ │ │ │ │ ├── cancel.gif │ │ │ │ │ ├── delete.gif │ │ │ │ │ ├── preview.gif │ │ │ │ │ ├── process.gif │ │ │ │ │ ├── submit.gif │ │ │ │ │ ├── upload.gif │ │ │ │ │ ├── edit_cell.gif │ │ │ │ │ ├── edit_image.gif │ │ │ │ │ ├── color_picker.gif │ │ │ │ │ ├── color_picker.png │ │ │ │ │ ├── delete_cross.gif │ │ │ │ │ ├── input_color.gif │ │ │ │ │ ├── map_address.gif │ │ │ │ │ └── color_picker_disable.png │ │ │ │ ├── color_picker.png │ │ │ │ ├── delete_table.png │ │ │ │ ├── image_resize.png │ │ │ │ ├── readonlymode.png │ │ │ │ ├── remove_cols.png │ │ │ │ ├── remove_rows.png │ │ │ │ ├── title_bar_bg.gif │ │ │ │ ├── add_col_after.png │ │ │ │ ├── add_col_before.png │ │ │ │ ├── add_cols_after.png │ │ │ │ ├── add_cols_before.png │ │ │ │ ├── add_row_after.png │ │ │ │ ├── add_row_before.png │ │ │ │ ├── add_rows_after.png │ │ │ │ ├── add_rows_before.png │ │ │ │ ├── color_picker_hs.png │ │ │ │ ├── color_picker_hv.png │ │ │ │ ├── delete_element.png │ │ │ │ ├── imageUpload │ │ │ │ │ ├── add.gif │ │ │ │ │ ├── dot.gif │ │ │ │ │ ├── delete.png │ │ │ │ │ ├── loader.gif │ │ │ │ │ ├── marker_top.gif │ │ │ │ │ ├── remove_all.gif │ │ │ │ │ ├── cross-small.png │ │ │ │ │ ├── marker_bottom.gif │ │ │ │ │ ├── marker_middle.gif │ │ │ │ │ └── mouse_drag_img.gif │ │ │ │ ├── image_wrap_text.png │ │ │ │ ├── magnifier-zoom.png │ │ │ │ ├── table_join_row.png │ │ │ │ ├── table_split_row.png │ │ │ │ ├── title_bar_bg2.gif │ │ │ │ ├── viewmode_code.png │ │ │ │ ├── color_picker_tick.png │ │ │ │ ├── edit_mode_code_a.png │ │ │ │ ├── edit_mode_code_b.png │ │ │ │ ├── edit_mode_rich_a.png │ │ │ │ ├── edit_mode_rich_b.png │ │ │ │ ├── edit_mode_view_a.png │ │ │ │ ├── edit_mode_view_b.png │ │ │ │ ├── fullscreen_actual.png │ │ │ │ ├── image_align_left.png │ │ │ │ ├── image_align_right.png │ │ │ │ ├── statusbar_bgline.gif │ │ │ │ ├── table_delete_cell.png │ │ │ │ ├── table_delete_row.png │ │ │ │ ├── table_insert_cell.png │ │ │ │ ├── table_insert_row.png │ │ │ │ ├── table_join_column.png │ │ │ │ ├── viewmode_preview.png │ │ │ │ ├── color_picker_arrow.gif │ │ │ │ ├── color_picker_cross.gif │ │ │ │ ├── color_picker_reset.png │ │ │ │ ├── image_align_center.png │ │ │ │ ├── image_align_left_wt.png │ │ │ │ ├── image_align_right_wt.png │ │ │ │ ├── table_delete_column.png │ │ │ │ ├── table_insert_column.png │ │ │ │ ├── table_split_column.png │ │ │ │ ├── toolbar-background.png │ │ │ │ └── toolbar-wrapper-bg.png │ │ │ ├── popup │ │ │ │ └── flash │ │ │ │ │ ├── chximage.swf │ │ │ │ │ └── ImagePreview.swf │ │ │ └── utils │ │ │ │ └── crossdomain.xml │ │ └── smarteditor2 │ │ │ ├── photo_uploader │ │ │ └── popup │ │ │ │ ├── _common.php │ │ │ │ ├── php │ │ │ │ └── _common.php │ │ │ │ ├── img │ │ │ │ ├── delete.png │ │ │ │ ├── loading.gif │ │ │ │ ├── progressbar.gif │ │ │ │ └── system_delete.png │ │ │ │ ├── swfupload │ │ │ │ ├── swfupload.js │ │ │ │ ├── swfupload.swf │ │ │ │ └── XPButtonUploadText_61x22.png │ │ │ │ └── css │ │ │ │ └── jquery.fileupload-ui-noscript.css │ │ │ ├── img │ │ │ ├── bg_b1.png │ │ │ ├── bg_set.gif │ │ │ ├── bg_button.gif │ │ │ ├── bg_help.gif │ │ │ ├── bg_line1.gif │ │ │ ├── bg_quote2.gif │ │ │ ├── bg_tool2.gif │ │ │ ├── icon_set.gif │ │ │ ├── bg_find_h3.gif │ │ │ ├── ico_extend.png │ │ │ ├── bg_button_left.gif │ │ │ ├── bg_icon_tool.gif │ │ │ ├── bg_text_tool.gif │ │ │ ├── ko_KR │ │ │ │ ├── btn_set.png │ │ │ │ ├── bx_set_110302.gif │ │ │ │ └── text_tool_set.png │ │ │ ├── text_tool_set2.png │ │ │ ├── bg_button_right.gif │ │ │ ├── editor_guideline_698.gif │ │ │ ├── editor_guideline_890.gif │ │ │ └── photoQuickPopup │ │ │ │ ├── btn_del.png │ │ │ │ ├── btn_find.png │ │ │ │ ├── btn_cancel.png │ │ │ │ ├── bg_drag_image.png │ │ │ │ ├── btn_confirm.png │ │ │ │ └── btn_confirm2.png │ │ │ ├── smart_editor2_inputarea.html │ │ │ ├── src_include.txt │ │ │ ├── autosave.editor.js │ │ │ └── smart_editor2_inputarea_ie8.html │ ├── htmlpurifier │ │ ├── standalone │ │ │ └── HTMLPurifier │ │ │ │ ├── ConfigSchema │ │ │ │ ├── schema │ │ │ │ │ ├── info.ini │ │ │ │ │ ├── Attr.IDBlacklist.txt │ │ │ │ │ ├── HTML.Nofollow.txt │ │ │ │ │ ├── HTML.TidyAdd.txt │ │ │ │ │ ├── HTML.TidyRemove.txt │ │ │ │ │ ├── CSS.Proprietary.txt │ │ │ │ │ ├── Test.ForceNoIconv.txt │ │ │ │ │ ├── Core.EscapeInvalidTags.txt │ │ │ │ │ ├── CSS.DefinitionRev.txt │ │ │ │ │ ├── URI.DefinitionRev.txt │ │ │ │ │ ├── Attr.AllowedClasses.txt │ │ │ │ │ ├── HTML.Strict.txt │ │ │ │ │ ├── CSS.AllowImportant.txt │ │ │ │ │ ├── HTML.CustomDoctype.txt │ │ │ │ │ ├── HTML.TargetBlank.txt │ │ │ │ │ ├── HTML.XHTML.txt │ │ │ │ │ ├── CSS.Trusted.txt │ │ │ │ │ ├── Attr.ForbiddenClasses.txt │ │ │ │ │ ├── URI.DefaultScheme.txt │ │ │ │ │ ├── URI.DefinitionID.txt │ │ │ │ │ ├── Attr.AllowedRev.txt │ │ │ │ │ ├── HTML.Trusted.txt │ │ │ │ │ ├── HTML.SafeScripting.txt │ │ │ │ │ ├── Output.FlashCompat.txt │ │ │ │ │ ├── Attr.AllowedRel.txt │ │ │ │ │ ├── AutoFormat.Linkify.txt │ │ │ │ │ ├── CSS.AllowDuplicates.txt │ │ │ │ │ ├── HTML.TargetNoreferrer.txt │ │ │ │ │ ├── Output.CommentScriptContents.txt │ │ │ │ │ ├── URI.Disable.txt │ │ │ │ │ ├── Attr.DefaultInvalidImageAlt.txt │ │ │ │ │ ├── Core.Language.txt │ │ │ │ │ ├── Core.NormalizeNewlines.txt │ │ │ │ │ ├── Attr.DefaultTextDir.txt │ │ │ │ │ ├── Core.EnableIDNA.txt │ │ │ │ │ ├── Core.RemoveScriptContents.txt │ │ │ │ │ ├── HTML.FlashAllowFullScreen.txt │ │ │ │ │ ├── URI.HostBlacklist.txt │ │ │ │ │ ├── AutoFormat.Custom.txt │ │ │ │ │ ├── Filter.Custom.txt │ │ │ │ │ ├── Attr.IDBlacklistRegexp.txt │ │ │ │ │ ├── Attr.DefaultInvalidImage.txt │ │ │ │ │ ├── AutoFormat.RemoveSpansWithoutAttributes.txt │ │ │ │ │ ├── HTML.Parent.txt │ │ │ │ │ ├── AutoFormat.PurifierLinkify.txt │ │ │ │ │ ├── AutoFormat.DisplayLinkURI.txt │ │ │ │ │ ├── URI.OverrideAllowedSchemes.txt │ │ │ │ │ ├── HTML.Proprietary.txt │ │ │ │ │ ├── AutoFormat.PurifierLinkify.DocURL.txt │ │ │ │ │ ├── Cache.SerializerPath.txt │ │ │ │ │ ├── Core.RemoveInvalidImg.txt │ │ │ │ │ ├── CSS.AllowedFonts.txt │ │ │ │ │ ├── HTML.AllowedComments.txt │ │ │ │ │ ├── Output.Newline.txt │ │ │ │ │ ├── Attr.ID.HTML5.txt │ │ │ │ │ ├── AutoFormat.RemoveEmpty.RemoveNbsp.Exceptions.txt │ │ │ │ │ ├── Cache.DefinitionImpl.txt │ │ │ │ │ ├── URI.MakeAbsolute.txt │ │ │ │ │ ├── HTML.SafeIframe.txt │ │ │ │ │ └── Core.RemoveProcessingInstructions.txt │ │ │ │ └── Exception.php │ │ │ │ ├── Printer │ │ │ │ ├── ConfigForm.js │ │ │ │ └── ConfigForm.css │ │ │ │ └── Language │ │ │ │ ├── classes │ │ │ │ └── en-x-test.php │ │ │ │ └── messages │ │ │ │ ├── en-x-test.php │ │ │ │ └── en-x-testmini.php │ │ └── safeiframe.txt │ └── jquery-ui │ │ └── style.css ├── skin │ ├── connect │ │ └── basic │ │ │ ├── style.css │ │ │ └── connect.skin.php │ ├── board │ │ ├── mmb │ │ │ ├── _common.php │ │ │ ├── ajax │ │ │ │ └── _common.php │ │ │ ├── view.skin.php │ │ │ ├── img │ │ │ │ ├── d1.png │ │ │ │ ├── d2.png │ │ │ │ ├── d3.png │ │ │ │ ├── d4.png │ │ │ │ ├── d5.png │ │ │ │ ├── d6.png │ │ │ │ ├── img_lock.png │ │ │ │ └── no_image.png │ │ │ ├── delete_comment.tail.skin.php │ │ │ └── action │ │ │ │ └── log.H.skin.php │ │ ├── qna │ │ │ ├── _common.php │ │ │ ├── img │ │ │ │ ├── a_face.gif │ │ │ │ ├── best.gif │ │ │ │ ├── e_home.gif │ │ │ │ ├── e_list.gif │ │ │ │ ├── e_mail.gif │ │ │ │ ├── e_name.gif │ │ │ │ ├── e_pass.gif │ │ │ │ ├── line.gif │ │ │ │ ├── line2.gif │ │ │ │ ├── reply.gif │ │ │ │ ├── search.gif │ │ │ │ ├── comment.gif │ │ │ │ ├── e_search.gif │ │ │ │ ├── g_face1.gif │ │ │ │ ├── g_face2.gif │ │ │ │ ├── g_face3.gif │ │ │ │ ├── g_face4.gif │ │ │ │ ├── g_face5.gif │ │ │ │ ├── i_notice.gif │ │ │ │ ├── i_write.gif │ │ │ │ ├── icon_hot.gif │ │ │ │ ├── icon_new.gif │ │ │ │ ├── no_image.jpg │ │ │ │ ├── btn_cencel.gif │ │ │ │ ├── btn_close.gif │ │ │ │ ├── btn_write.gif │ │ │ │ ├── icon_file.gif │ │ │ │ ├── icon_secret.gif │ │ │ │ ├── icon_secret2.gif │ │ │ │ └── btn_comment_delete.gif │ │ │ ├── write_update.skin.php │ │ │ ├── write_comment_update.skin.php │ │ │ ├── view.skin.php │ │ │ ├── password.php │ │ │ └── view_skin_js.php │ │ ├── caculate │ │ │ ├── view.skin.php │ │ │ ├── img │ │ │ │ ├── icon_hot.gif │ │ │ │ ├── icon_img.gif │ │ │ │ ├── icon_new.gif │ │ │ │ ├── btn_close.gif │ │ │ │ ├── icon_file.gif │ │ │ │ ├── icon_link.gif │ │ │ │ ├── icon_mobile.gif │ │ │ │ ├── icon_movie.gif │ │ │ │ ├── icon_reply.gif │ │ │ │ ├── icon_secret.gif │ │ │ │ └── icon_sound.gif │ │ │ ├── delete_comment.tail.skin.php │ │ │ └── write_update.skin.php │ │ └── basic │ │ │ └── img │ │ │ ├── btn_close.gif │ │ │ ├── icon_file.gif │ │ │ ├── icon_hot.gif │ │ │ ├── icon_img.gif │ │ │ ├── icon_link.gif │ │ │ ├── icon_new.gif │ │ │ ├── icon_mobile.gif │ │ │ ├── icon_movie.gif │ │ │ ├── icon_reply.gif │ │ │ ├── icon_secret.gif │ │ │ └── icon_sound.gif │ ├── content │ │ └── basic │ │ │ ├── style.css │ │ │ └── content.skin.php │ ├── member │ │ └── basic │ │ │ ├── login_check.skin.php │ │ │ ├── img │ │ │ ├── zip_ico_up.gif │ │ │ └── bak_admin_login_top_pattern.png │ │ │ ├── memo_view.skin.php │ │ │ └── memo.skin.php │ ├── qa │ │ └── basic │ │ │ └── img │ │ │ ├── btn_close.gif │ │ │ ├── icon_file.gif │ │ │ ├── icon_hot.gif │ │ │ ├── icon_img.gif │ │ │ ├── icon_link.gif │ │ │ ├── icon_new.gif │ │ │ ├── icon_answer.gif │ │ │ ├── icon_mobile.gif │ │ │ ├── icon_movie.gif │ │ │ ├── icon_secret.gif │ │ │ └── icon_sound.gif │ ├── latest │ │ ├── basic │ │ │ ├── img │ │ │ │ ├── icon_hot.gif │ │ │ │ ├── icon_img.gif │ │ │ │ ├── icon_new.gif │ │ │ │ ├── icon_file.gif │ │ │ │ ├── icon_link.gif │ │ │ │ ├── icon_more.gif │ │ │ │ ├── icon_movie.gif │ │ │ │ ├── icon_reply.gif │ │ │ │ ├── icon_sound.gif │ │ │ │ ├── icon_mobile.gif │ │ │ │ └── icon_secret.gif │ │ │ └── style.css │ │ └── rolling │ │ │ └── style.css │ ├── new │ │ └── basic │ │ │ └── style.css │ └── popular │ │ └── basic │ │ └── style.css ├── templete │ ├── txt.outlogin.php │ ├── txt.visual.php │ ├── txt.mypage.php │ ├── txt.join.php │ ├── txt.login.php │ └── txt.logout.php ├── adm │ ├── admin.ajax.js │ ├── img │ │ ├── logo.jpg │ │ ├── logo.png │ │ ├── ts01.gif │ │ ├── ts02.gif │ │ ├── ts03.gif │ │ ├── check.png │ │ ├── close.gif │ │ ├── close.png │ │ ├── hd_bg.jpg │ │ ├── ico_id.png │ │ ├── ico_pw.png │ │ ├── ico_id_on.png │ │ ├── ico_pw_on.png │ │ ├── link_icon.gif │ │ ├── spr_radio.png │ │ ├── theme_img.jpg │ │ ├── ajax_loader.gif │ │ ├── bak_simbol.png │ │ ├── bak_textarea.jpg │ │ ├── logo_avocado.png │ │ ├── service_img1.jpg │ │ ├── service_img2.jpg │ │ ├── spr_checkbox.png │ │ ├── sub_menu_ico.gif │ │ ├── svc_btn_01.jpg │ │ ├── svc_btn_02.jpg │ │ ├── svc_btn_03.jpg │ │ ├── svc_btn_04.jpg │ │ └── svc_btn_05.jpg │ ├── ajax │ │ └── _common.php │ ├── phpinfo.php │ ├── _common.php │ ├── file_list.php │ ├── img_list.php │ ├── data_backup_delete.php │ ├── ajax.token.php │ ├── admin.menu300.php │ ├── admin.menu200.php │ ├── mail_delete.php │ └── order_list_delete.php ├── _common.php ├── bbs │ ├── _common.php │ ├── _head.php │ ├── _tail.php │ ├── _head.sub.php │ ├── _tail.sub.php │ ├── board_head.php │ ├── board_tail.php │ ├── poll.php │ ├── scrap_delete.php │ ├── ajax.mb_hp.php │ ├── ajax.comment_token.php │ ├── qahead.php │ ├── ajax.mb_recommend.php │ ├── ajax.autosavedel.php │ ├── write_token.php │ ├── register_result.php │ ├── password_lost.php │ ├── qatail.php │ ├── ajax.mb_id.php │ ├── register.php │ └── ajax.mb_email.php ├── shop │ ├── _common.php │ ├── _head.php │ ├── _tail.php │ ├── _head.sub.php │ ├── _tail.sub.php │ └── skin │ │ └── shop.result.skin.php ├── ajax │ ├── _common.php │ ├── memo_call.MP3 │ ├── close_memo.php │ └── close_call.php ├── couple │ ├── _common.php │ ├── _head.php │ ├── _tail.php │ ├── _head.sub.php │ └── _tail.sub.php ├── inventory │ ├── _common.php │ ├── _head.php │ ├── _tail.php │ ├── _head.sub.php │ ├── _tail.sub.php │ └── send_item.php ├── member │ ├── _common.php │ ├── _head.php │ ├── _tail.php │ ├── _head.sub.php │ └── _tail.sub.php ├── theme │ └── basic │ │ ├── _common.php │ │ ├── screenshot.png │ │ ├── skin │ │ ├── board │ │ │ └── basic │ │ │ │ └── img │ │ │ │ ├── chk.png │ │ │ │ ├── btn_cmt.png │ │ │ │ ├── close_btn.png │ │ │ │ ├── icon_lock.png │ │ │ │ ├── icon_mobile.gif │ │ │ │ ├── icon_reply.gif │ │ │ │ └── icon_secret.gif │ │ ├── outlogin │ │ │ ├── basic │ │ │ │ └── img │ │ │ │ │ ├── chk.png │ │ │ │ │ └── info_edit.png │ │ │ ├── shop_basic │ │ │ │ └── img │ │ │ │ │ └── chk.png │ │ │ └── shop_side │ │ │ │ └── img │ │ │ │ └── chk.png │ │ └── content │ │ │ └── basic │ │ │ ├── style.css │ │ │ └── content.skin.php │ │ ├── shop │ │ └── shop.result.skin.php │ │ ├── extend │ │ └── theme.extend.php │ │ ├── css │ │ ├── main.css │ │ └── couple.css │ │ ├── readme.txt │ │ ├── tail.sub.php │ │ └── main.php ├── extend │ ├── user.config.php │ └── version.extend.php ├── img │ ├── ts01.gif │ ├── ts02.gif │ ├── ts03.gif │ ├── wrest.gif │ ├── btn_top.png │ ├── captcha.png │ ├── ico_memo.png │ ├── shop │ │ └── npc.png │ ├── btn_search.jpg │ ├── temp_main_image.png │ └── ico_menu_control_pannel.png ├── _head.php ├── _tail.php ├── css │ ├── fonts │ │ ├── icomoon.eot │ │ ├── icomoon.ttf │ │ ├── icomoon.woff │ │ ├── MetalMania-Regular.eot │ │ ├── MetalMania-Regular.ttf │ │ └── MetalMania-Regular.woff │ ├── images │ │ ├── ajax-loader.gif │ │ ├── icons-18-black.png │ │ ├── icons-18-white.png │ │ ├── icons-36-black.png │ │ └── icons-36-white.png │ └── couple.css ├── install │ ├── img │ │ ├── pat01.png │ │ ├── mooning.png │ │ └── ricepaper_v3.png │ ├── install.inc2.php │ ├── AVOCADO.LICENSE.txt │ └── library.check.php ├── mypage │ ├── log │ │ ├── _tail.php │ │ ├── _head.sub.php │ │ ├── _tail.sub.php │ │ ├── _common.php │ │ └── _head.php │ ├── memo │ │ ├── _head.php │ │ ├── _tail.php │ │ ├── _common.php │ │ ├── _head.sub.php │ │ ├── _tail.sub.php │ │ ├── ajax │ │ │ └── _common.php │ │ └── memo_update.php │ ├── money │ │ ├── _tail.php │ │ ├── _common.php │ │ ├── _head.sub.php │ │ ├── _tail.sub.php │ │ └── _head.php │ ├── _common.php │ ├── character │ │ ├── _tail.php │ │ ├── _common.php │ │ ├── _head.sub.php │ │ ├── _tail.sub.php │ │ ├── _head.php │ │ ├── title_update.php │ │ ├── maincharacter_update.php │ │ └── relation_delete.php │ ├── _head.sub.php │ ├── _tail.sub.php │ └── _tail.php ├── js │ └── kakaolink.js ├── perms.sh ├── bgm.php └── tail.sub.php ├── .env.example └── .docker └── Dockerfile /.gitignore: -------------------------------------------------------------------------------- 1 | .env -------------------------------------------------------------------------------- /AvocadoEdition/data/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore -------------------------------------------------------------------------------- /AvocadoEdition/plugin/PHPMailer/VERSION: -------------------------------------------------------------------------------- 1 | 5.2.22 2 | -------------------------------------------------------------------------------- /AvocadoEdition/skin/connect/basic/style.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; -------------------------------------------------------------------------------- /AvocadoEdition/templete/txt.outlogin.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/adm/admin.ajax.js: -------------------------------------------------------------------------------- 1 | $(function() { 2 | 3 | }); 4 | -------------------------------------------------------------------------------- /AvocadoEdition/_common.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/bbs/_common.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/shop/_common.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/ajax/_common.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/couple/_common.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/inventory/_common.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/member/_common.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/theme/basic/_common.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/kcaptcha/_common.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/syndi/_common.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/sns/twitter/_common.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/sns/facebook/_common.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/mmb/_common.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/extend/user.config.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/css/imageurl.css: -------------------------------------------------------------------------------- 1 | /* CSS file */ 2 | 3 | Application 4 | { 5 | } 6 | -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/mmb/ajax/_common.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/kcaptcha/captcha.lib.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/templete/txt.visual.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/imageUpload/_common.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/mmb/view.skin.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/qna/_common.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/templete/txt.mypage.php: -------------------------------------------------------------------------------- 1 | 2 | 마이페이지 3 | -------------------------------------------------------------------------------- /AvocadoEdition/img/ts01.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/img/ts01.gif -------------------------------------------------------------------------------- /AvocadoEdition/img/ts02.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/img/ts02.gif -------------------------------------------------------------------------------- /AvocadoEdition/img/ts03.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/img/ts03.gif -------------------------------------------------------------------------------- /AvocadoEdition/img/wrest.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/img/wrest.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/caculate/view.skin.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /AvocadoEdition/templete/txt.join.php: -------------------------------------------------------------------------------- 1 | 2 | 회원가입 3 | -------------------------------------------------------------------------------- /AvocadoEdition/templete/txt.login.php: -------------------------------------------------------------------------------- 1 | 2 | 로그인 3 | -------------------------------------------------------------------------------- /AvocadoEdition/templete/txt.logout.php: -------------------------------------------------------------------------------- 1 | 2 | 로그아웃 3 | -------------------------------------------------------------------------------- /AvocadoEdition/adm/img/logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/adm/img/logo.jpg -------------------------------------------------------------------------------- /AvocadoEdition/adm/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/adm/img/logo.png -------------------------------------------------------------------------------- /AvocadoEdition/adm/img/ts01.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/adm/img/ts01.gif -------------------------------------------------------------------------------- /AvocadoEdition/adm/img/ts02.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/adm/img/ts02.gif -------------------------------------------------------------------------------- /AvocadoEdition/adm/img/ts03.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/adm/img/ts03.gif -------------------------------------------------------------------------------- /AvocadoEdition/img/btn_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/img/btn_top.png -------------------------------------------------------------------------------- /AvocadoEdition/img/captcha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/img/captcha.png -------------------------------------------------------------------------------- /AvocadoEdition/img/ico_memo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/img/ico_memo.png -------------------------------------------------------------------------------- /AvocadoEdition/img/shop/npc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/img/shop/npc.png -------------------------------------------------------------------------------- /AvocadoEdition/adm/img/check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/adm/img/check.png -------------------------------------------------------------------------------- /AvocadoEdition/adm/img/close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/adm/img/close.gif -------------------------------------------------------------------------------- /AvocadoEdition/adm/img/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/adm/img/close.png -------------------------------------------------------------------------------- /AvocadoEdition/adm/img/hd_bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/adm/img/hd_bg.jpg -------------------------------------------------------------------------------- /AvocadoEdition/adm/img/ico_id.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/adm/img/ico_id.png -------------------------------------------------------------------------------- /AvocadoEdition/adm/img/ico_pw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/adm/img/ico_pw.png -------------------------------------------------------------------------------- /AvocadoEdition/ajax/memo_call.MP3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/ajax/memo_call.MP3 -------------------------------------------------------------------------------- /AvocadoEdition/img/btn_search.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/img/btn_search.jpg -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/smarteditor2/photo_uploader/popup/_common.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/_head.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/_tail.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/adm/img/ico_id_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/adm/img/ico_id_on.png -------------------------------------------------------------------------------- /AvocadoEdition/adm/img/ico_pw_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/adm/img/ico_pw_on.png -------------------------------------------------------------------------------- /AvocadoEdition/adm/img/link_icon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/adm/img/link_icon.gif -------------------------------------------------------------------------------- /AvocadoEdition/adm/img/spr_radio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/adm/img/spr_radio.png -------------------------------------------------------------------------------- /AvocadoEdition/adm/img/theme_img.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/adm/img/theme_img.jpg -------------------------------------------------------------------------------- /AvocadoEdition/bbs/_head.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/bbs/_tail.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/couple/_head.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/couple/_tail.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/css/fonts/icomoon.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/css/fonts/icomoon.eot -------------------------------------------------------------------------------- /AvocadoEdition/css/fonts/icomoon.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/css/fonts/icomoon.ttf -------------------------------------------------------------------------------- /AvocadoEdition/install/img/pat01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/install/img/pat01.png -------------------------------------------------------------------------------- /AvocadoEdition/member/_head.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/member/_tail.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/mypage/log/_tail.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/mypage/memo/_head.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/mypage/memo/_tail.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/mypage/money/_tail.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/shop/_head.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/shop/_tail.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/adm/img/ajax_loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/adm/img/ajax_loader.gif -------------------------------------------------------------------------------- /AvocadoEdition/adm/img/bak_simbol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/adm/img/bak_simbol.png -------------------------------------------------------------------------------- /AvocadoEdition/adm/img/bak_textarea.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/adm/img/bak_textarea.jpg -------------------------------------------------------------------------------- /AvocadoEdition/adm/img/logo_avocado.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/adm/img/logo_avocado.png -------------------------------------------------------------------------------- /AvocadoEdition/adm/img/service_img1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/adm/img/service_img1.jpg -------------------------------------------------------------------------------- /AvocadoEdition/adm/img/service_img2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/adm/img/service_img2.jpg -------------------------------------------------------------------------------- /AvocadoEdition/adm/img/spr_checkbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/adm/img/spr_checkbox.png -------------------------------------------------------------------------------- /AvocadoEdition/adm/img/sub_menu_ico.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/adm/img/sub_menu_ico.gif -------------------------------------------------------------------------------- /AvocadoEdition/adm/img/svc_btn_01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/adm/img/svc_btn_01.jpg -------------------------------------------------------------------------------- /AvocadoEdition/adm/img/svc_btn_02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/adm/img/svc_btn_02.jpg -------------------------------------------------------------------------------- /AvocadoEdition/adm/img/svc_btn_03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/adm/img/svc_btn_03.jpg -------------------------------------------------------------------------------- /AvocadoEdition/adm/img/svc_btn_04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/adm/img/svc_btn_04.jpg -------------------------------------------------------------------------------- /AvocadoEdition/adm/img/svc_btn_05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/adm/img/svc_btn_05.jpg -------------------------------------------------------------------------------- /AvocadoEdition/bbs/_head.sub.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/bbs/_tail.sub.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/css/fonts/icomoon.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/css/fonts/icomoon.woff -------------------------------------------------------------------------------- /AvocadoEdition/img/temp_main_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/img/temp_main_image.png -------------------------------------------------------------------------------- /AvocadoEdition/install/img/mooning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/install/img/mooning.png -------------------------------------------------------------------------------- /AvocadoEdition/inventory/_head.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/inventory/_tail.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/mypage/_common.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/mypage/character/_tail.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/mypage/log/_head.sub.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/mypage/log/_tail.sub.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/smarteditor2/photo_uploader/popup/php/_common.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/shop/_head.sub.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/shop/_tail.sub.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/couple/_head.sub.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/couple/_tail.sub.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/css/images/ajax-loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/css/images/ajax-loader.gif -------------------------------------------------------------------------------- /AvocadoEdition/inventory/_head.sub.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/inventory/_tail.sub.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/member/_head.sub.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/member/_tail.sub.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/mypage/_head.sub.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/mypage/_tail.sub.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/mypage/log/_common.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/mypage/memo/_common.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/mypage/memo/_head.sub.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/mypage/memo/_tail.sub.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/mypage/money/_common.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/mypage/money/_head.sub.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/mypage/money/_tail.sub.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/info.ini: -------------------------------------------------------------------------------- 1 | name = "HTML Purifier" 2 | 3 | ; vim: et sw=4 sts=4 4 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/sns/icon/gplus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/sns/icon/gplus.png -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/mmb/img/d1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/board/mmb/img/d1.png -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/mmb/img/d2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/board/mmb/img/d2.png -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/mmb/img/d3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/board/mmb/img/d3.png -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/mmb/img/d4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/board/mmb/img/d4.png -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/mmb/img/d5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/board/mmb/img/d5.png -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/mmb/img/d6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/board/mmb/img/d6.png -------------------------------------------------------------------------------- /AvocadoEdition/skin/content/basic/style.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | 3 | /* 내용관리 */ 4 | .ctt_admin {position: absolute; top: 10px; right: 10px; } 5 | -------------------------------------------------------------------------------- /AvocadoEdition/theme/basic/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/theme/basic/screenshot.png -------------------------------------------------------------------------------- /AvocadoEdition/css/images/icons-18-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/css/images/icons-18-black.png -------------------------------------------------------------------------------- /AvocadoEdition/css/images/icons-18-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/css/images/icons-18-white.png -------------------------------------------------------------------------------- /AvocadoEdition/css/images/icons-36-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/css/images/icons-36-black.png -------------------------------------------------------------------------------- /AvocadoEdition/css/images/icons-36-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/css/images/icons-36-white.png -------------------------------------------------------------------------------- /AvocadoEdition/install/img/ricepaper_v3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/install/img/ricepaper_v3.png -------------------------------------------------------------------------------- /AvocadoEdition/mypage/character/_common.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/mypage/character/_head.sub.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/mypage/character/_tail.sub.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/kcaptcha/img/dot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/kcaptcha/img/dot.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/kcaptcha/img/sound.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/kcaptcha/img/sound.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/sns/icon/facebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/sns/icon/facebook.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/sns/icon/gplus_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/sns/icon/gplus_off.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/sns/icon/kakaotalk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/sns/icon/kakaotalk.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/sns/icon/twitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/sns/icon/twitter.png -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/qna/img/a_face.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/board/qna/img/a_face.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/qna/img/best.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/board/qna/img/best.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/qna/img/e_home.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/board/qna/img/e_home.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/qna/img/e_list.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/board/qna/img/e_list.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/qna/img/e_mail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/board/qna/img/e_mail.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/qna/img/e_name.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/board/qna/img/e_name.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/qna/img/e_pass.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/board/qna/img/e_pass.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/qna/img/line.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/board/qna/img/line.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/qna/img/line2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/board/qna/img/line2.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/qna/img/reply.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/board/qna/img/reply.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/qna/img/search.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/board/qna/img/search.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/member/basic/login_check.skin.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /AvocadoEdition/img/ico_menu_control_pannel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/img/ico_menu_control_pannel.png -------------------------------------------------------------------------------- /AvocadoEdition/mypage/memo/ajax/_common.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/kcaptcha/img/reload.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/kcaptcha/img/reload.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/kcaptcha/mp3/basic/0.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/kcaptcha/mp3/basic/0.mp3 -------------------------------------------------------------------------------- /AvocadoEdition/plugin/kcaptcha/mp3/basic/1.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/kcaptcha/mp3/basic/1.mp3 -------------------------------------------------------------------------------- /AvocadoEdition/plugin/kcaptcha/mp3/basic/2.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/kcaptcha/mp3/basic/2.mp3 -------------------------------------------------------------------------------- /AvocadoEdition/plugin/kcaptcha/mp3/basic/3.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/kcaptcha/mp3/basic/3.mp3 -------------------------------------------------------------------------------- /AvocadoEdition/plugin/kcaptcha/mp3/basic/4.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/kcaptcha/mp3/basic/4.mp3 -------------------------------------------------------------------------------- /AvocadoEdition/plugin/kcaptcha/mp3/basic/5.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/kcaptcha/mp3/basic/5.mp3 -------------------------------------------------------------------------------- /AvocadoEdition/plugin/kcaptcha/mp3/basic/6.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/kcaptcha/mp3/basic/6.mp3 -------------------------------------------------------------------------------- /AvocadoEdition/plugin/kcaptcha/mp3/basic/7.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/kcaptcha/mp3/basic/7.mp3 -------------------------------------------------------------------------------- /AvocadoEdition/plugin/kcaptcha/mp3/basic/8.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/kcaptcha/mp3/basic/8.mp3 -------------------------------------------------------------------------------- /AvocadoEdition/plugin/kcaptcha/mp3/basic/9.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/kcaptcha/mp3/basic/9.mp3 -------------------------------------------------------------------------------- /AvocadoEdition/plugin/kcaptcha/mp3/jmoon/0.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/kcaptcha/mp3/jmoon/0.mp3 -------------------------------------------------------------------------------- /AvocadoEdition/plugin/kcaptcha/mp3/jmoon/1.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/kcaptcha/mp3/jmoon/1.mp3 -------------------------------------------------------------------------------- /AvocadoEdition/plugin/kcaptcha/mp3/jmoon/2.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/kcaptcha/mp3/jmoon/2.mp3 -------------------------------------------------------------------------------- /AvocadoEdition/plugin/kcaptcha/mp3/jmoon/3.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/kcaptcha/mp3/jmoon/3.mp3 -------------------------------------------------------------------------------- /AvocadoEdition/plugin/kcaptcha/mp3/jmoon/4.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/kcaptcha/mp3/jmoon/4.mp3 -------------------------------------------------------------------------------- /AvocadoEdition/plugin/kcaptcha/mp3/jmoon/5.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/kcaptcha/mp3/jmoon/5.mp3 -------------------------------------------------------------------------------- /AvocadoEdition/plugin/kcaptcha/mp3/jmoon/6.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/kcaptcha/mp3/jmoon/6.mp3 -------------------------------------------------------------------------------- /AvocadoEdition/plugin/kcaptcha/mp3/jmoon/7.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/kcaptcha/mp3/jmoon/7.mp3 -------------------------------------------------------------------------------- /AvocadoEdition/plugin/kcaptcha/mp3/jmoon/8.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/kcaptcha/mp3/jmoon/8.mp3 -------------------------------------------------------------------------------- /AvocadoEdition/plugin/kcaptcha/mp3/jmoon/9.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/kcaptcha/mp3/jmoon/9.mp3 -------------------------------------------------------------------------------- /AvocadoEdition/plugin/sns/icon/twitter_cmt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/sns/icon/twitter_cmt.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/sns/icon/twitter_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/sns/icon/twitter_off.png -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/mmb/img/img_lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/board/mmb/img/img_lock.png -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/mmb/img/no_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/board/mmb/img/no_image.png -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/qna/img/comment.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/board/qna/img/comment.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/qna/img/e_search.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/board/qna/img/e_search.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/qna/img/g_face1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/board/qna/img/g_face1.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/qna/img/g_face2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/board/qna/img/g_face2.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/qna/img/g_face3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/board/qna/img/g_face3.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/qna/img/g_face4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/board/qna/img/g_face4.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/qna/img/g_face5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/board/qna/img/g_face5.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/qna/img/i_notice.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/board/qna/img/i_notice.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/qna/img/i_write.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/board/qna/img/i_write.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/qna/img/icon_hot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/board/qna/img/icon_hot.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/qna/img/icon_new.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/board/qna/img/icon_new.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/qna/img/no_image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/board/qna/img/no_image.jpg -------------------------------------------------------------------------------- /AvocadoEdition/skin/qa/basic/img/btn_close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/qa/basic/img/btn_close.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/qa/basic/img/icon_file.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/qa/basic/img/icon_file.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/qa/basic/img/icon_hot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/qa/basic/img/icon_hot.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/qa/basic/img/icon_img.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/qa/basic/img/icon_img.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/qa/basic/img/icon_link.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/qa/basic/img/icon_link.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/qa/basic/img/icon_new.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/qa/basic/img/icon_new.gif -------------------------------------------------------------------------------- /AvocadoEdition/css/fonts/MetalMania-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/css/fonts/MetalMania-Regular.eot -------------------------------------------------------------------------------- /AvocadoEdition/css/fonts/MetalMania-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/css/fonts/MetalMania-Regular.ttf -------------------------------------------------------------------------------- /AvocadoEdition/css/fonts/MetalMania-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/css/fonts/MetalMania-Regular.woff -------------------------------------------------------------------------------- /AvocadoEdition/plugin/sns/icon/facebook_cmt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/sns/icon/facebook_cmt.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/sns/icon/facebook_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/sns/icon/facebook_off.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/sns/icon/kakaotalk_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/sns/icon/kakaotalk_off.png -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/basic/img/btn_close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/board/basic/img/btn_close.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/basic/img/icon_file.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/board/basic/img/icon_file.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/basic/img/icon_hot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/board/basic/img/icon_hot.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/basic/img/icon_img.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/board/basic/img/icon_img.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/basic/img/icon_link.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/board/basic/img/icon_link.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/basic/img/icon_new.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/board/basic/img/icon_new.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/qna/img/btn_cencel.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/board/qna/img/btn_cencel.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/qna/img/btn_close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/board/qna/img/btn_close.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/qna/img/btn_write.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/board/qna/img/btn_write.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/qna/img/icon_file.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/board/qna/img/icon_file.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/qna/img/icon_secret.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/board/qna/img/icon_secret.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/latest/basic/img/icon_hot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/latest/basic/img/icon_hot.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/latest/basic/img/icon_img.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/latest/basic/img/icon_img.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/latest/basic/img/icon_new.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/latest/basic/img/icon_new.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/qa/basic/img/icon_answer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/qa/basic/img/icon_answer.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/qa/basic/img/icon_mobile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/qa/basic/img/icon_mobile.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/qa/basic/img/icon_movie.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/qa/basic/img/icon_movie.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/qa/basic/img/icon_secret.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/qa/basic/img/icon_secret.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/qa/basic/img/icon_sound.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/qa/basic/img/icon_sound.gif -------------------------------------------------------------------------------- /.env.example: -------------------------------------------------------------------------------- 1 | APP_PORT=80 2 | 3 | MYSQL_ROOT_PASSWORD=avocadoedition 4 | MYSQL_DATABASE=avocadoedition 5 | MYSQL_USER=avocadoedition 6 | MYSQL_PASSWORD=avocadoedition -------------------------------------------------------------------------------- /AvocadoEdition/plugin/kcaptcha/fonts/times_bold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/kcaptcha/fonts/times_bold.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/sns/twitter/images/darker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/sns/twitter/images/darker.png -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/basic/img/icon_mobile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/board/basic/img/icon_mobile.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/basic/img/icon_movie.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/board/basic/img/icon_movie.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/basic/img/icon_reply.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/board/basic/img/icon_reply.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/basic/img/icon_secret.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/board/basic/img/icon_secret.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/basic/img/icon_sound.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/board/basic/img/icon_sound.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/caculate/img/icon_hot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/board/caculate/img/icon_hot.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/caculate/img/icon_img.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/board/caculate/img/icon_img.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/caculate/img/icon_new.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/board/caculate/img/icon_new.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/qna/img/icon_secret2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/board/qna/img/icon_secret2.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/latest/basic/img/icon_file.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/latest/basic/img/icon_file.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/latest/basic/img/icon_link.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/latest/basic/img/icon_link.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/latest/basic/img/icon_more.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/latest/basic/img/icon_more.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/latest/basic/img/icon_movie.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/latest/basic/img/icon_movie.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/latest/basic/img/icon_reply.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/latest/basic/img/icon_reply.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/latest/basic/img/icon_sound.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/latest/basic/img/icon_sound.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/member/basic/img/zip_ico_up.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/member/basic/img/zip_ico_up.gif -------------------------------------------------------------------------------- /AvocadoEdition/adm/ajax/_common.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/PHPMailer/examples/contents.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/PHPMailer/examples/contents.html -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/dot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/dot.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/1.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/10.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/11.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/12.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/13.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/14.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/15.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/16.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/17.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/18.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/19.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/2.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/20.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/21.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/22.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/22.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/23.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/23.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/24.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/24.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/25.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/25.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/26.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/26.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/27.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/27.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/28.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/28.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/29.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/29.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/3.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/30.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/30.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/31.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/32.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/33.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/33.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/34.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/34.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/35.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/35.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/36.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/36.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/37.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/37.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/38.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/38.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/39.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/39.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/4.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/40.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/40.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/41.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/41.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/42.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/42.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/43.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/43.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/44.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/44.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/45.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/45.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/46.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/46.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/47.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/47.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/48.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/48.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/49.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/49.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/5.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/50.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/50.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/51.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/51.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/52.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/52.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/53.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/53.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/54.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/54.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/55.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/55.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/56.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/56.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/57.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/57.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/58.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/58.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/59.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/59.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/6.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/60.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/60.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/61.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/61.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/62.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/62.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/63.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/63.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/64.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/64.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/65.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/65.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/66.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/66.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/67.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/67.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/68.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/68.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/69.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/69.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/7.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/70.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/70.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/71.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/71.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/72.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/72.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/73.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/73.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/74.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/74.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/75.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/75.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/76.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/76.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/77.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/77.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/78.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/78.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/79.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/79.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/8.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/80.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/80.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/em/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/em/9.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/kcaptcha/fonts/perpetua_bold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/kcaptcha/fonts/perpetua_bold.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/sns/twitter/images/lighter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/sns/twitter/images/lighter.png -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/caculate/img/btn_close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/board/caculate/img/btn_close.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/caculate/img/icon_file.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/board/caculate/img/icon_file.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/caculate/img/icon_link.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/board/caculate/img/icon_link.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/caculate/img/icon_mobile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/board/caculate/img/icon_mobile.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/caculate/img/icon_movie.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/board/caculate/img/icon_movie.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/caculate/img/icon_reply.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/board/caculate/img/icon_reply.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/caculate/img/icon_secret.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/board/caculate/img/icon_secret.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/caculate/img/icon_sound.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/board/caculate/img/icon_sound.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/latest/basic/img/icon_mobile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/latest/basic/img/icon_mobile.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/latest/basic/img/icon_secret.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/latest/basic/img/icon_secret.gif -------------------------------------------------------------------------------- /AvocadoEdition/install/install.inc2.php: -------------------------------------------------------------------------------- 1 |
2 | AVOCADO EDITION 3 |

GPL! OPEN SOURCE GNUBOARD

4 |
5 | 6 | 7 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/checked.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/toolbar.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/smarteditor2/img/bg_b1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/smarteditor2/img/bg_b1.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/smarteditor2/img/bg_set.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/smarteditor2/img/bg_set.gif -------------------------------------------------------------------------------- /AvocadoEdition/shop/skin/shop.result.skin.php: -------------------------------------------------------------------------------- 1 | 4 | 5 |
6 |

7 |
-------------------------------------------------------------------------------- /AvocadoEdition/skin/board/qna/img/btn_comment_delete.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/skin/board/qna/img/btn_comment_delete.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/member/basic/memo_view.skin.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/theme/basic/skin/board/basic/img/chk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/theme/basic/skin/board/basic/img/chk.png -------------------------------------------------------------------------------- /AvocadoEdition/extend/version.extend.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/fullscreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/fullscreen.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/remove_col.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/remove_col.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/remove_row.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/remove_row.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/splitter.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/splitter.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/table_join.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/table_join.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/watermark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/watermark.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/smarteditor2/img/bg_button.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/smarteditor2/img/bg_button.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/smarteditor2/img/bg_help.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/smarteditor2/img/bg_help.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/smarteditor2/img/bg_line1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/smarteditor2/img/bg_line1.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/smarteditor2/img/bg_quote2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/smarteditor2/img/bg_quote2.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/smarteditor2/img/bg_tool2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/smarteditor2/img/bg_tool2.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/smarteditor2/img/icon_set.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/smarteditor2/img/icon_set.gif -------------------------------------------------------------------------------- /AvocadoEdition/theme/basic/skin/board/basic/img/btn_cmt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/theme/basic/skin/board/basic/img/btn_cmt.png -------------------------------------------------------------------------------- /AvocadoEdition/theme/basic/skin/outlogin/basic/img/chk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/theme/basic/skin/outlogin/basic/img/chk.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/PHPMailer/examples/images/phpmailer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/PHPMailer/examples/images/phpmailer.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/PHPMailer/examples/styles/wrapping.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/PHPMailer/examples/styles/wrapping.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/css/SourceCodePro.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/css/SourceCodePro.eot -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/css/SourceCodePro.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/css/SourceCodePro.woff -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/button/input.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/button/input.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/button/paste.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/button/paste.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/button/play.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/button/play.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/button/reset.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/button/reset.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/color_picker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/color_picker.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/delete_table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/delete_table.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/image_resize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/image_resize.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/readonlymode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/readonlymode.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/remove_cols.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/remove_cols.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/remove_rows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/remove_rows.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/title_bar_bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/title_bar_bg.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/imageUpload/config.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/imageUpload/config.php -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/imageUpload/upload.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/imageUpload/upload.php -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/smarteditor2/img/bg_find_h3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/smarteditor2/img/bg_find_h3.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/smarteditor2/img/ico_extend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/smarteditor2/img/ico_extend.png -------------------------------------------------------------------------------- /AvocadoEdition/theme/basic/shop/shop.result.skin.php: -------------------------------------------------------------------------------- 1 | 4 | 5 |
6 |

7 |
-------------------------------------------------------------------------------- /AvocadoEdition/theme/basic/skin/board/basic/img/close_btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/theme/basic/skin/board/basic/img/close_btn.png -------------------------------------------------------------------------------- /AvocadoEdition/theme/basic/skin/board/basic/img/icon_lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/theme/basic/skin/board/basic/img/icon_lock.png -------------------------------------------------------------------------------- /AvocadoEdition/bbs/board_head.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/bbs/board_tail.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/add_col_after.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/add_col_after.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/add_col_before.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/add_col_before.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/add_cols_after.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/add_cols_after.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/add_cols_before.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/add_cols_before.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/add_row_after.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/add_row_after.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/add_row_before.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/add_row_before.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/add_rows_after.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/add_rows_after.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/add_rows_before.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/add_rows_before.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/button/cancel.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/button/cancel.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/button/delete.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/button/delete.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/button/preview.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/button/preview.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/button/process.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/button/process.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/button/submit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/button/submit.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/button/upload.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/button/upload.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/color_picker_hs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/color_picker_hs.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/color_picker_hv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/color_picker_hv.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/delete_element.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/delete_element.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/imageUpload/add.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/imageUpload/add.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/imageUpload/dot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/imageUpload/dot.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/image_wrap_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/image_wrap_text.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/magnifier-zoom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/magnifier-zoom.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/table_join_row.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/table_join_row.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/table_split_row.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/table_split_row.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/title_bar_bg2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/title_bar_bg2.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/viewmode_code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/viewmode_code.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/popup/flash/chximage.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/popup/flash/chximage.swf -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/smarteditor2/img/bg_button_left.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/smarteditor2/img/bg_button_left.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/smarteditor2/img/bg_icon_tool.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/smarteditor2/img/bg_icon_tool.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/smarteditor2/img/bg_text_tool.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/smarteditor2/img/bg_text_tool.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/smarteditor2/img/ko_KR/btn_set.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/smarteditor2/img/ko_KR/btn_set.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/smarteditor2/img/text_tool_set2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/smarteditor2/img/text_tool_set2.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/kcaptcha/fonts/palatino_linotype_bold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/kcaptcha/fonts/palatino_linotype_bold.png -------------------------------------------------------------------------------- /AvocadoEdition/theme/basic/extend/theme.extend.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/theme/basic/skin/board/basic/img/icon_mobile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/theme/basic/skin/board/basic/img/icon_mobile.gif -------------------------------------------------------------------------------- /AvocadoEdition/theme/basic/skin/board/basic/img/icon_reply.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/theme/basic/skin/board/basic/img/icon_reply.gif -------------------------------------------------------------------------------- /AvocadoEdition/theme/basic/skin/board/basic/img/icon_secret.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/theme/basic/skin/board/basic/img/icon_secret.gif -------------------------------------------------------------------------------- /AvocadoEdition/theme/basic/skin/outlogin/basic/img/info_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/theme/basic/skin/outlogin/basic/img/info_edit.png -------------------------------------------------------------------------------- /AvocadoEdition/theme/basic/skin/outlogin/shop_basic/img/chk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/theme/basic/skin/outlogin/shop_basic/img/chk.png -------------------------------------------------------------------------------- /AvocadoEdition/theme/basic/skin/outlogin/shop_side/img/chk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/theme/basic/skin/outlogin/shop_side/img/chk.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/PHPMailer/examples/images/phpmailer_mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/PHPMailer/examples/images/phpmailer_mini.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/button/edit_cell.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/button/edit_cell.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/button/edit_image.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/button/edit_image.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/color_picker_tick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/color_picker_tick.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/edit_mode_code_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/edit_mode_code_a.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/edit_mode_code_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/edit_mode_code_b.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/edit_mode_rich_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/edit_mode_rich_a.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/edit_mode_rich_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/edit_mode_rich_b.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/edit_mode_view_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/edit_mode_view_a.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/edit_mode_view_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/edit_mode_view_b.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/fullscreen_actual.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/fullscreen_actual.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/image_align_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/image_align_left.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/image_align_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/image_align_right.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/statusbar_bgline.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/statusbar_bgline.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/table_delete_cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/table_delete_cell.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/table_delete_row.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/table_delete_row.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/table_insert_cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/table_insert_cell.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/table_insert_row.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/table_insert_row.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/table_join_column.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/table_join_column.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/viewmode_preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/viewmode_preview.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/smarteditor2/img/bg_button_right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/smarteditor2/img/bg_button_right.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/qna/write_update.skin.php: -------------------------------------------------------------------------------- 1 | 7 | -------------------------------------------------------------------------------- /AvocadoEdition/adm/phpinfo.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/mypage/_tail.php: -------------------------------------------------------------------------------- 1 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/button/color_picker.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/button/color_picker.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/button/color_picker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/button/color_picker.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/button/delete_cross.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/button/delete_cross.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/button/input_color.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/button/input_color.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/button/map_address.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/button/map_address.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/color_picker_arrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/color_picker_arrow.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/color_picker_cross.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/color_picker_cross.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/color_picker_reset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/color_picker_reset.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/imageUpload/delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/imageUpload/delete.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/imageUpload/loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/imageUpload/loader.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/image_align_center.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/image_align_center.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/image_align_left_wt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/image_align_left_wt.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/image_align_right_wt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/image_align_right_wt.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/table_delete_column.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/table_delete_column.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/table_insert_column.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/table_insert_column.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/table_split_column.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/table_split_column.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/toolbar-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/toolbar-background.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/icons/toolbar-wrapper-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/icons/toolbar-wrapper-bg.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/popup/flash/ImagePreview.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/cheditor5/popup/flash/ImagePreview.swf -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/smarteditor2/img/ko_KR/bx_set_110302.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/smarteditor2/img/ko_KR/bx_set_110302.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/smarteditor2/img/ko_KR/text_tool_set.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/smarteditor2/img/ko_KR/text_tool_set.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/sns/facebook/tests/bootstrap.php: -------------------------------------------------------------------------------- 1 | 7 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/smarteditor2/img/photoQuickPopup/bg_drag_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/smarteditor2/img/photoQuickPopup/bg_drag_image.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/smarteditor2/img/photoQuickPopup/btn_confirm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/smarteditor2/img/photoQuickPopup/btn_confirm.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/smarteditor2/img/photoQuickPopup/btn_confirm2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/smarteditor2/img/photoQuickPopup/btn_confirm2.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/smarteditor2/photo_uploader/popup/img/delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/smarteditor2/photo_uploader/popup/img/delete.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/smarteditor2/photo_uploader/popup/img/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/smarteditor2/photo_uploader/popup/img/loading.gif -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/mmb/delete_comment.tail.skin.php: -------------------------------------------------------------------------------- 1 | 5 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/smarteditor2/photo_uploader/popup/img/progressbar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/smarteditor2/photo_uploader/popup/img/progressbar.gif -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/smarteditor2/photo_uploader/popup/img/system_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/smarteditor2/photo_uploader/popup/img/system_delete.png -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/caculate/delete_comment.tail.skin.php: -------------------------------------------------------------------------------- 1 | 5 | -------------------------------------------------------------------------------- /AvocadoEdition/ajax/close_memo.php: -------------------------------------------------------------------------------- 1 | 9 | -------------------------------------------------------------------------------- /AvocadoEdition/mypage/log/_head.php: -------------------------------------------------------------------------------- 1 | 5 |

6 | 로그 관리 7 | Log management 8 |

-------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/smarteditor2/photo_uploader/popup/swfupload/swfupload.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/smarteditor2/photo_uploader/popup/swfupload/swfupload.js -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/smarteditor2/photo_uploader/popup/swfupload/swfupload.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/smarteditor2/photo_uploader/popup/swfupload/swfupload.swf -------------------------------------------------------------------------------- /AvocadoEdition/skin/content/basic/content.skin.php: -------------------------------------------------------------------------------- 1 | ', 0); 4 | ?> 5 | 6 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Attr.IDBlacklist.txt: -------------------------------------------------------------------------------- 1 | Attr.IDBlacklist 2 | TYPE: list 3 | DEFAULT: array() 4 | DESCRIPTION: Array of IDs not allowed in the document. 5 | --# vim: et sw=4 sts=4 6 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/htmlpurifier/standalone/HTMLPurifier/Printer/ConfigForm.js: -------------------------------------------------------------------------------- 1 | function toggleWriteability(id_of_patient, checked) { 2 | document.getElementById(id_of_patient).disabled = checked; 3 | } 4 | 5 | // vim: et sw=4 sts=4 6 | -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/qna/view.skin.php: -------------------------------------------------------------------------------- 1 | 8 | -------------------------------------------------------------------------------- /AvocadoEdition/mypage/character/_head.php: -------------------------------------------------------------------------------- 1 | 5 |

6 | 캐릭터 관리 7 | Character management 8 |

-------------------------------------------------------------------------------- /AvocadoEdition/mypage/character/title_update.php: -------------------------------------------------------------------------------- 1 | 9 | -------------------------------------------------------------------------------- /AvocadoEdition/adm/_common.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/jquery-ui/style.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | 3 | .ui-datepicker { font:12px dotum; } 4 | .ui-datepicker select.ui-datepicker-month, 5 | .ui-datepicker select.ui-datepicker-year { width: 70px;} 6 | .ui-datepicker-trigger { margin:0 0 -5px 2px; } -------------------------------------------------------------------------------- /AvocadoEdition/skin/latest/rolling/style.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | /* SIR 지운아빠 */ 3 | 4 | .rolling-latest { position: relative; padding-left: 50px; } 5 | .rolling-latest .title { 6 | position: absolute; 7 | top: 0; 8 | left: 0; 9 | bottom: 0; 10 | } -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/smarteditor2/photo_uploader/popup/swfupload/XPButtonUploadText_61x22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tateck-develop/AvocadoEdition/HEAD/AvocadoEdition/plugin/editor/smarteditor2/photo_uploader/popup/swfupload/XPButtonUploadText_61x22.png -------------------------------------------------------------------------------- /AvocadoEdition/plugin/htmlpurifier/standalone/HTMLPurifier/Language/classes/en-x-test.php: -------------------------------------------------------------------------------- 1 | 10 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/kcaptcha/kcaptcha_image.php: -------------------------------------------------------------------------------- 1 | setKeyString(get_session("ss_captcha_key")); 7 | $captcha->getKeyString(); 8 | $captcha->image(); 9 | ?> -------------------------------------------------------------------------------- /AvocadoEdition/plugin/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.Nofollow.txt: -------------------------------------------------------------------------------- 1 | HTML.Nofollow 2 | TYPE: bool 3 | VERSION: 4.3.0 4 | DEFAULT: FALSE 5 | --DESCRIPTION-- 6 | If enabled, nofollow rel attributes are added to all outgoing links. 7 | --# vim: et sw=4 sts=4 8 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.TidyAdd.txt: -------------------------------------------------------------------------------- 1 | HTML.TidyAdd 2 | TYPE: lookup 3 | VERSION: 2.0.0 4 | DEFAULT: array() 5 | --DESCRIPTION-- 6 | 7 | Fixes to add to the default set of Tidy fixes as per your level. 8 | --# vim: et sw=4 sts=4 9 | -------------------------------------------------------------------------------- /AvocadoEdition/bbs/poll.php: -------------------------------------------------------------------------------- 1 | 12 | -------------------------------------------------------------------------------- /AvocadoEdition/js/kakaolink.js: -------------------------------------------------------------------------------- 1 | function kakaolink_send(text, url) 2 | { 3 | // 카카오톡 링크 버튼을 생성합니다. 처음 한번만 호출하면 됩니다. 4 | Kakao.Link.sendTalkLink({ 5 | webLink : { 6 | text: String(text), 7 | url: url // 앱 설정의 웹 플랫폼에 등록한 도메인의 URL이어야 합니다. 8 | } 9 | }); 10 | } -------------------------------------------------------------------------------- /AvocadoEdition/plugin/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/Exception.php: -------------------------------------------------------------------------------- 1 | 8 | Whether or not to allow safe, proprietary CSS values. 9 |

10 | --# vim: et sw=4 sts=4 11 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/smarteditor2/smart_editor2_inputarea.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Smart Editor™ WYSIWYG Mode 6 | 7 | 8 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/htmlpurifier/standalone/HTMLPurifier/Language/messages/en-x-test.php: -------------------------------------------------------------------------------- 1 | 'HTML Purifier X' 9 | ); 10 | 11 | // vim: et sw=4 sts=4 12 | -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/qna/password.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Test.ForceNoIconv.txt: -------------------------------------------------------------------------------- 1 | Test.ForceNoIconv 2 | TYPE: bool 3 | DEFAULT: false 4 | --DESCRIPTION-- 5 | When set to true, HTMLPurifier_Encoder will act as if iconv does not exist 6 | and use only pure PHP implementations. 7 | --# vim: et sw=4 sts=4 8 | -------------------------------------------------------------------------------- /AvocadoEdition/skin/member/basic/memo.skin.php: -------------------------------------------------------------------------------- 1 | ', 0); 6 | 7 | ?> 8 | 11 | -------------------------------------------------------------------------------- /AvocadoEdition/theme/basic/css/main.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | /* ----------------------------------------------- 3 | * Basic 메인 화면 스타일 정의 4 | -------------------------------------------------- 5 | - 최초 작성일 : 6 | - 최초 작성자 : 7 | - 최종 수정일 : 8 | - 최종 수정자 : 9 | --------------------------------------------------*/ 10 | -------------------------------------------------------------------------------- /AvocadoEdition/bbs/scrap_delete.php: -------------------------------------------------------------------------------- 1 | 12 | -------------------------------------------------------------------------------- /AvocadoEdition/install/AVOCADO.LICENSE.txt: -------------------------------------------------------------------------------- 1 | 프로그램 명칭 : 아보카도 에디션 (Avocado Edition) 2 | 3 | 저작자 : Avocado https://avocado-edition-rout.postype.com/ 4 | 5 | --------------------------------------------------- 6 | 7 | 본 프로그램은 그누보드5를 기반으로 하여 자캐 커뮤니티 제작을 목적으로 만들어졌습니다. 8 | 게시판과 회원시스템을 제외한 나머지 프로그램은 자체개발로 제작되었으며, 게시판의 일부 기능이 커스텀 되어 있습니다. 9 | -------------------------------------------------------------------------------- /AvocadoEdition/mypage/money/_head.php: -------------------------------------------------------------------------------- 1 | 7 |

8 | 관리 9 | Money Information 10 |

-------------------------------------------------------------------------------- /AvocadoEdition/plugin/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.EscapeInvalidTags.txt: -------------------------------------------------------------------------------- 1 | Core.EscapeInvalidTags 2 | TYPE: bool 3 | DEFAULT: false 4 | --DESCRIPTION-- 5 | When true, invalid tags will be written back to the document as plain text. 6 | Otherwise, they are silently dropped. 7 | --# vim: et sw=4 sts=4 8 | -------------------------------------------------------------------------------- /AvocadoEdition/theme/basic/readme.txt: -------------------------------------------------------------------------------- 1 | Theme Name: 샘플 2 | Theme URI: 3 | Maker: Avocado 4 | Maker URI: https://avocado-edition-rout.postype.com/ 5 | Version: 1.0.0 6 | Detail: 샘플 테마는 기본적인 부분만을 제공하는 테마입니다. 7 | License: GNU LESSER GENERAL PUBLIC LICENSE Version 2.1 8 | License URI: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html -------------------------------------------------------------------------------- /AvocadoEdition/theme/basic/tail.sub.php: -------------------------------------------------------------------------------- 1 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /AvocadoEdition/bbs/ajax.mb_hp.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/sns/twitter/config-sample.php: -------------------------------------------------------------------------------- 1 | $token))); 14 | ?> -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/cheditor5/utils/crossdomain.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/CSS.DefinitionRev.txt: -------------------------------------------------------------------------------- 1 | CSS.DefinitionRev 2 | TYPE: int 3 | VERSION: 2.0.0 4 | DEFAULT: 1 5 | --DESCRIPTION-- 6 | 7 |

8 | Revision identifier for your custom definition. See 9 | %HTML.DefinitionRev for details. 10 |

11 | --# vim: et sw=4 sts=4 12 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.DefinitionRev.txt: -------------------------------------------------------------------------------- 1 | URI.DefinitionRev 2 | TYPE: int 3 | VERSION: 2.1.0 4 | DEFAULT: 1 5 | --DESCRIPTION-- 6 | 7 |

8 | Revision identifier for your custom definition. See 9 | %HTML.DefinitionRev for details. 10 |

11 | --# vim: et sw=4 sts=4 12 | -------------------------------------------------------------------------------- /AvocadoEdition/skin/connect/basic/connect.skin.php: -------------------------------------------------------------------------------- 1 | ', 0); 7 | ?> 8 | 9 | 10 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/smarteditor2/src_include.txt: -------------------------------------------------------------------------------- 1 | 자바스크립트 소스를 직접 수정하고자 할 경우는 SmartEditor2Skin.html 소스를 아래의 과정으로 수정한 후 자바스크립트 소스를 수정합니다. 2 | 3 | 1) SmartEditor2Skin.html 소스에서 아래의 부분을 삭제합니다. 4 | 5 | 6 | 2) 다음의 라인을 복사하여 붙여넣습니다. 7 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Attr.AllowedClasses.txt: -------------------------------------------------------------------------------- 1 | Attr.AllowedClasses 2 | TYPE: lookup/null 3 | VERSION: 4.0.0 4 | DEFAULT: null 5 | --DESCRIPTION-- 6 | List of allowed class values in the class attribute. By default, this is null, 7 | which means all classes are allowed. 8 | --# vim: et sw=4 sts=4 9 | -------------------------------------------------------------------------------- /AvocadoEdition/mypage/character/maincharacter_update.php: -------------------------------------------------------------------------------- 1 | 12 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.Strict.txt: -------------------------------------------------------------------------------- 1 | HTML.Strict 2 | TYPE: bool 3 | VERSION: 1.3.0 4 | DEFAULT: false 5 | DEPRECATED-VERSION: 1.7.0 6 | DEPRECATED-USE: HTML.Doctype 7 | --DESCRIPTION-- 8 | Determines whether or not to use Transitional (loose) or Strict rulesets. 9 | --# vim: et sw=4 sts=4 10 | -------------------------------------------------------------------------------- /AvocadoEdition/skin/new/basic/style.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | /* SIR 지운아빠 */ 3 | 4 | /* 최근게시물 스킨 (new) */ 5 | #new_sch {margin-bottom:10px;text-align:right} 6 | #new_sch legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden} 7 | #new_sch p {padding:5px 0 0;font-size:0.95em;text-align:right;letter-spacing:-0.1em} -------------------------------------------------------------------------------- /AvocadoEdition/plugin/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/CSS.AllowImportant.txt: -------------------------------------------------------------------------------- 1 | CSS.AllowImportant 2 | TYPE: bool 3 | DEFAULT: false 4 | VERSION: 3.1.0 5 | --DESCRIPTION-- 6 | This parameter determines whether or not !important cascade modifiers should 7 | be allowed in user CSS. If false, !important will stripped. 8 | --# vim: et sw=4 sts=4 9 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/sns/twitter/twitterconfig.php: -------------------------------------------------------------------------------- 1 | '.PHP_EOL; 6 | echo 'alert("'.G5_VERSION.'의 정상적인 사용을 위해서는 GD 라이브러리가 필요합니다.\nGD 라이브러리가 없을 경우 자동등록방지 문자와 썸네일 기능이 작동하지 않습니다.");'.PHP_EOL; 7 | echo ''.PHP_EOL; 8 | } 9 | ?> -------------------------------------------------------------------------------- /AvocadoEdition/plugin/htmlpurifier/safeiframe.txt: -------------------------------------------------------------------------------- 1 | # iframe 허용 도메인을 한줄에 하나씩만 적으세요. 2 | # 도메인 뒤에 가급적 / 를 붙여주세요. 3 | www.youtube(?:-nocookie)?.com/ 4 | serviceapi.rmcnmv.naver.com/ 5 | videofarm.daum.net/ 6 | player.vimeo.com/ 7 | maps.google.com/ 8 | play.afreeca.com/ 9 | v.nate.com/ 10 | www.microsoft.com/showcase/video.aspx/ 11 | w.soundcloud.com/ 12 | www.facebook.com/ -------------------------------------------------------------------------------- /AvocadoEdition/plugin/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.CustomDoctype.txt: -------------------------------------------------------------------------------- 1 | HTML.CustomDoctype 2 | TYPE: string/null 3 | VERSION: 2.0.1 4 | DEFAULT: NULL 5 | --DESCRIPTION-- 6 | 7 | A custom doctype for power-users who defined their own document 8 | type. This directive only applies when %HTML.Doctype is blank. 9 | --# vim: et sw=4 sts=4 10 | -------------------------------------------------------------------------------- /AvocadoEdition/adm/file_list.php: -------------------------------------------------------------------------------- 1 | 12 | 13 | 14 | 15 | 16 | 19 | -------------------------------------------------------------------------------- /AvocadoEdition/adm/img_list.php: -------------------------------------------------------------------------------- 1 | 12 | 13 | 14 | 15 | 16 | 19 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.TargetBlank.txt: -------------------------------------------------------------------------------- 1 | HTML.TargetBlank 2 | TYPE: bool 3 | VERSION: 4.4.0 4 | DEFAULT: FALSE 5 | --DESCRIPTION-- 6 | If enabled, target=blank attributes are added to all outgoing links. 7 | (This includes links from an HTTPS version of a page to an HTTP version.) 8 | --# vim: et sw=4 sts=4 9 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.XHTML.txt: -------------------------------------------------------------------------------- 1 | HTML.XHTML 2 | TYPE: bool 3 | DEFAULT: true 4 | VERSION: 1.1.0 5 | DEPRECATED-VERSION: 1.7.0 6 | DEPRECATED-USE: HTML.Doctype 7 | --DESCRIPTION-- 8 | Determines whether or not output is XHTML 1.0 or HTML 4.01 flavor. 9 | --ALIASES-- 10 | Core.XHTML 11 | --# vim: et sw=4 sts=4 12 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/htmlpurifier/standalone/HTMLPurifier/Language/messages/en-x-testmini.php: -------------------------------------------------------------------------------- 1 | 'HTML Purifier XNone' 10 | ); 11 | 12 | // vim: et sw=4 sts=4 13 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/CSS.Trusted.txt: -------------------------------------------------------------------------------- 1 | CSS.Trusted 2 | TYPE: bool 3 | VERSION: 4.2.1 4 | DEFAULT: false 5 | --DESCRIPTION-- 6 | Indicates whether or not the user's CSS input is trusted or not. If the 7 | input is trusted, a more expansive set of allowed properties. See 8 | also %HTML.Trusted. 9 | --# vim: et sw=4 sts=4 10 | -------------------------------------------------------------------------------- /AvocadoEdition/theme/basic/main.php: -------------------------------------------------------------------------------- 1 | ', 0); 6 | include_once(G5_PATH."/intro.php"); 7 | ?> 8 | 9 | 10 | THEME BASIC MAIN 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /AvocadoEdition/adm/data_backup_delete.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/bbs/qahead.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Attr.ForbiddenClasses.txt: -------------------------------------------------------------------------------- 1 | Attr.ForbiddenClasses 2 | TYPE: lookup 3 | VERSION: 4.0.0 4 | DEFAULT: array() 5 | --DESCRIPTION-- 6 | List of forbidden class values in the class attribute. By default, this is 7 | empty, which means that no classes are forbidden. See also %Attr.AllowedClasses. 8 | --# vim: et sw=4 sts=4 9 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.DefaultScheme.txt: -------------------------------------------------------------------------------- 1 | URI.DefaultScheme 2 | TYPE: string 3 | DEFAULT: 'http' 4 | --DESCRIPTION-- 5 | 6 |

7 | Defines through what scheme the output will be served, in order to 8 | select the proper object validator when no scheme information is present. 9 |

10 | --# vim: et sw=4 sts=4 11 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.DefinitionID.txt: -------------------------------------------------------------------------------- 1 | URI.DefinitionID 2 | TYPE: string/null 3 | VERSION: 2.1.0 4 | DEFAULT: NULL 5 | --DESCRIPTION-- 6 | 7 |

8 | Unique identifier for a custom-built URI definition. If you want 9 | to add custom URIFilters, you must specify this value. 10 |

11 | --# vim: et sw=4 sts=4 12 | -------------------------------------------------------------------------------- /AvocadoEdition/skin/board/qna/view_skin_js.php: -------------------------------------------------------------------------------- 1 | 12 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Attr.AllowedRev.txt: -------------------------------------------------------------------------------- 1 | Attr.AllowedRev 2 | TYPE: lookup 3 | VERSION: 1.6.0 4 | DEFAULT: array() 5 | --DESCRIPTION-- 6 | List of allowed reverse document relationships in the rev attribute. This 7 | attribute is a bit of an edge-case; if you don't know what it is for, stay 8 | away. 9 | --# vim: et sw=4 sts=4 10 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/sns/twitter/clearsessions.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.docker/Dockerfile: -------------------------------------------------------------------------------- 1 | FROM php:7.4-apache 2 | 3 | # install mysqli and gd 4 | ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/ 5 | RUN chmod +x /usr/local/bin/install-php-extensions && \ 6 | install-php-extensions gd mysqli 7 | 8 | # install app 9 | COPY ./AvocadoEdition /var/www/html/ 10 | RUN chmod -R 707 /var/www/html/data -------------------------------------------------------------------------------- /AvocadoEdition/bbs/ajax.autosavedel.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/adm/ajax.token.php: -------------------------------------------------------------------------------- 1 | $error, 'url'=>G5_URL))); 10 | 11 | $token = get_admin_token(); 12 | 13 | die(json_encode(array('error'=>'', 'token'=>$token, 'url'=>''))); 14 | ?> -------------------------------------------------------------------------------- /AvocadoEdition/bbs/write_token.php: -------------------------------------------------------------------------------- 1 | '게시판 정보가 올바르지 않습니다.', 'url'=>G5_URL))); 7 | 8 | set_session('ss_write_'.$bo_table.'_token', ''); 9 | 10 | $token = get_write_token($bo_table); 11 | 12 | die(json_encode(array('error'=>'', 'token'=>$token, 'url'=>''))); 13 | ?> -------------------------------------------------------------------------------- /AvocadoEdition/plugin/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.SafeScripting.txt: -------------------------------------------------------------------------------- 1 | HTML.SafeScripting 2 | TYPE: lookup 3 | VERSION: 4.5.0 4 | DEFAULT: array() 5 | --DESCRIPTION-- 6 |

7 | Whether or not to permit script tags to external scripts in documents. 8 | Inline scripting is not allowed, and the script must match an explicit whitelist. 9 |

10 | --# vim: et sw=4 sts=4 11 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Output.FlashCompat.txt: -------------------------------------------------------------------------------- 1 | Output.FlashCompat 2 | TYPE: bool 3 | VERSION: 4.1.0 4 | DEFAULT: false 5 | --DESCRIPTION-- 6 |

7 | If true, HTML Purifier will generate Internet Explorer compatibility 8 | code for all object code. This is highly recommended if you enable 9 | %HTML.SafeObject. 10 |

11 | --# vim: et sw=4 sts=4 12 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Attr.AllowedRel.txt: -------------------------------------------------------------------------------- 1 | Attr.AllowedRel 2 | TYPE: lookup 3 | VERSION: 1.6.0 4 | DEFAULT: array() 5 | --DESCRIPTION-- 6 | List of allowed forward document relationships in the rel attribute. Common 7 | values may be nofollow or print. By default, this is empty, meaning that no 8 | document relationships are allowed. 9 | --# vim: et sw=4 sts=4 10 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/AutoFormat.Linkify.txt: -------------------------------------------------------------------------------- 1 | AutoFormat.Linkify 2 | TYPE: bool 3 | VERSION: 2.0.1 4 | DEFAULT: false 5 | --DESCRIPTION-- 6 | 7 |

8 | This directive turns on linkification, auto-linking http, ftp and 9 | https URLs. a tags with the href attribute 10 | must be allowed. 11 |

12 | --# vim: et sw=4 sts=4 13 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/CSS.AllowDuplicates.txt: -------------------------------------------------------------------------------- 1 | CSS.AllowDuplicates 2 | TYPE: bool 3 | DEFAULT: false 4 | VERSION: 4.8.0 5 | --DESCRIPTION-- 6 |

7 | By default, HTML Purifier removes duplicate CSS properties, 8 | like color:red; color:blue. If this is set to 9 | true, duplicate properties are allowed. 10 |

11 | --# vim: et sw=4 sts=4 12 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/htmlpurifier/standalone/HTMLPurifier/Printer/ConfigForm.css: -------------------------------------------------------------------------------- 1 | 2 | .hp-config {} 3 | 4 | .hp-config tbody th {text-align:right; padding-right:0.5em;} 5 | .hp-config thead, .hp-config .namespace {background:#3C578C; color:#FFF;} 6 | .hp-config .namespace th {text-align:center;} 7 | .hp-config .verbose {display:none;} 8 | .hp-config .controls {text-align:center;} 9 | 10 | /* vim: et sw=4 sts=4 */ 11 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.TargetNoreferrer.txt: -------------------------------------------------------------------------------- 1 | HTML.TargetNoreferrer 2 | TYPE: bool 3 | VERSION: 4.8.0 4 | DEFAULT: TRUE 5 | --DESCRIPTION-- 6 | If enabled, noreferrer rel attributes are added to links which have 7 | a target attribute associated with them. This prevents malicious 8 | destinations from overwriting the original window. 9 | --# vim: et sw=4 sts=4 10 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Output.CommentScriptContents.txt: -------------------------------------------------------------------------------- 1 | Output.CommentScriptContents 2 | TYPE: bool 3 | VERSION: 2.0.0 4 | DEFAULT: true 5 | --DESCRIPTION-- 6 | Determines whether or not HTML Purifier should attempt to fix up the 7 | contents of script tags for legacy browsers with comments. 8 | --ALIASES-- 9 | Core.CommentScriptContents 10 | --# vim: et sw=4 sts=4 11 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.Disable.txt: -------------------------------------------------------------------------------- 1 | URI.Disable 2 | TYPE: bool 3 | VERSION: 1.3.0 4 | DEFAULT: false 5 | --DESCRIPTION-- 6 | 7 |

8 | Disables all URIs in all forms. Not sure why you'd want to do that 9 | (after all, the Internet's founded on the notion of a hyperlink). 10 |

11 | 12 | --ALIASES-- 13 | Attr.DisableURI 14 | --# vim: et sw=4 sts=4 15 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Attr.DefaultInvalidImageAlt.txt: -------------------------------------------------------------------------------- 1 | Attr.DefaultInvalidImageAlt 2 | TYPE: string 3 | DEFAULT: 'Invalid image' 4 | --DESCRIPTION-- 5 | This is the content of the alt tag of an invalid image if the user had not 6 | previously specified an alt attribute. It has no effect when the image is 7 | valid but there was no alt attribute present. 8 | --# vim: et sw=4 sts=4 9 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.Language.txt: -------------------------------------------------------------------------------- 1 | Core.Language 2 | TYPE: string 3 | VERSION: 2.0.0 4 | DEFAULT: 'en' 5 | --DESCRIPTION-- 6 | 7 | ISO 639 language code for localizable things in HTML Purifier to use, 8 | which is mainly error reporting. There is currently only an English (en) 9 | translation, so this directive is currently useless. 10 | --# vim: et sw=4 sts=4 11 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.NormalizeNewlines.txt: -------------------------------------------------------------------------------- 1 | Core.NormalizeNewlines 2 | TYPE: bool 3 | VERSION: 4.2.0 4 | DEFAULT: true 5 | --DESCRIPTION-- 6 |

7 | Whether or not to normalize newlines to the operating 8 | system default. When false, HTML Purifier 9 | will attempt to preserve mixed newline files. 10 |

11 | --# vim: et sw=4 sts=4 12 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Attr.DefaultTextDir.txt: -------------------------------------------------------------------------------- 1 | Attr.DefaultTextDir 2 | TYPE: string 3 | DEFAULT: 'ltr' 4 | --DESCRIPTION-- 5 | Defines the default text direction (ltr or rtl) of the document being 6 | parsed. This generally is the same as the value of the dir attribute in 7 | HTML, or ltr if that is not specified. 8 | --ALLOWED-- 9 | 'ltr', 'rtl' 10 | --# vim: et sw=4 sts=4 11 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.EnableIDNA.txt: -------------------------------------------------------------------------------- 1 | Core.EnableIDNA 2 | TYPE: bool 3 | DEFAULT: false 4 | VERSION: 4.4.0 5 | --DESCRIPTION-- 6 | Allows international domain names in URLs. This configuration option 7 | requires the PEAR Net_IDNA2 module to be installed. It operates by 8 | punycoding any internationalized host names for maximum portability. 9 | --# vim: et sw=4 sts=4 10 | -------------------------------------------------------------------------------- /AvocadoEdition/bbs/register_result.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.RemoveScriptContents.txt: -------------------------------------------------------------------------------- 1 | Core.RemoveScriptContents 2 | TYPE: bool/null 3 | DEFAULT: NULL 4 | VERSION: 2.0.0 5 | DEPRECATED-VERSION: 2.1.0 6 | DEPRECATED-USE: Core.HiddenElements 7 | --DESCRIPTION-- 8 |

9 | This directive enables HTML Purifier to remove not only script tags 10 | but all of their contents. 11 |

12 | --# vim: et sw=4 sts=4 13 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.FlashAllowFullScreen.txt: -------------------------------------------------------------------------------- 1 | HTML.FlashAllowFullScreen 2 | TYPE: bool 3 | VERSION: 4.2.0 4 | DEFAULT: false 5 | --DESCRIPTION-- 6 |

7 | Whether or not to permit embedded Flash content from 8 | %HTML.SafeObject to expand to the full screen. Corresponds to 9 | the allowFullScreen parameter. 10 |

11 | --# vim: et sw=4 sts=4 12 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/smarteditor2/autosave.editor.js: -------------------------------------------------------------------------------- 1 | function get_editor_wr_content() 2 | { 3 | return oEditors.getById['wr_content'].getIR();; 4 | } 5 | 6 | function put_editor_wr_content(content) 7 | { 8 | oEditors.getById["wr_content"].exec("SET_CONTENTS", [""]); 9 | //oEditors.getById["wr_content"].exec("SET_IR", [""]); 10 | oEditors.getById["wr_content"].exec("PASTE_HTML", [content]); 11 | 12 | return; 13 | } -------------------------------------------------------------------------------- /AvocadoEdition/plugin/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.HostBlacklist.txt: -------------------------------------------------------------------------------- 1 | URI.HostBlacklist 2 | TYPE: list 3 | VERSION: 1.3.0 4 | DEFAULT: array() 5 | --DESCRIPTION-- 6 | List of strings that are forbidden in the host of any URI. Use it to kill 7 | domain names of spam, etc. Note that it will catch anything in the domain, 8 | so moo.com will catch moo.com.example.com. 9 | --# vim: et sw=4 sts=4 10 | -------------------------------------------------------------------------------- /AvocadoEdition/perms.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | # kcp 본인확인 실행 파일 4 | chmod 755 plugin/kcpcert/bin/ct_cli 5 | chmod 755 plugin/kcpcert/bin/ct_cli_x64 6 | 7 | # okname 본인확인 실행 파일 8 | chmod 755 plugin/okname/bin/okname 9 | chmod 755 plugin/okname/bin/okname_x64 10 | 11 | # kcp 전자결제 실행 파일 12 | if [ -d "shop" ]; then 13 | chmod 755 shop/kcp/bin/pp_cli 14 | chmod 755 shop/kcp/bin/pp_cli_x64 15 | fi 16 | 17 | echo "Complete change permissions." 18 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/AutoFormat.Custom.txt: -------------------------------------------------------------------------------- 1 | AutoFormat.Custom 2 | TYPE: list 3 | VERSION: 2.0.1 4 | DEFAULT: array() 5 | --DESCRIPTION-- 6 | 7 |

8 | This directive can be used to add custom auto-format injectors. 9 | Specify an array of injector names (class name minus the prefix) 10 | or concrete implementations. Injector class must exist. 11 |

12 | --# vim: et sw=4 sts=4 13 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Filter.Custom.txt: -------------------------------------------------------------------------------- 1 | Filter.Custom 2 | TYPE: list 3 | VERSION: 3.1.0 4 | DEFAULT: array() 5 | --DESCRIPTION-- 6 |

7 | This directive can be used to add custom filters; it is nearly the 8 | equivalent of the now deprecated HTMLPurifier->addFilter() 9 | method. Specify an array of concrete implementations. 10 |

11 | --# vim: et sw=4 sts=4 12 | -------------------------------------------------------------------------------- /AvocadoEdition/bbs/password_lost.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Attr.IDBlacklistRegexp.txt: -------------------------------------------------------------------------------- 1 | Attr.IDBlacklistRegexp 2 | TYPE: string/null 3 | VERSION: 1.6.0 4 | DEFAULT: NULL 5 | --DESCRIPTION-- 6 | PCRE regular expression to be matched against all IDs. If the expression is 7 | matches, the ID is rejected. Use this with care: may cause significant 8 | degradation. ID matching is done after all other validation. 9 | --# vim: et sw=4 sts=4 10 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Attr.DefaultInvalidImage.txt: -------------------------------------------------------------------------------- 1 | Attr.DefaultInvalidImage 2 | TYPE: string 3 | DEFAULT: '' 4 | --DESCRIPTION-- 5 | This is the default image an img tag will be pointed to if it does not have 6 | a valid src attribute. In future versions, we may allow the image tag to 7 | be removed completely, but due to design issues, this is not possible right 8 | now. 9 | --# vim: et sw=4 sts=4 10 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveSpansWithoutAttributes.txt: -------------------------------------------------------------------------------- 1 | AutoFormat.RemoveSpansWithoutAttributes 2 | TYPE: bool 3 | VERSION: 4.0.1 4 | DEFAULT: false 5 | --DESCRIPTION-- 6 |

7 | This directive causes span tags without any attributes 8 | to be removed. It will also remove spans that had all attributes 9 | removed during processing. 10 |

11 | --# vim: et sw=4 sts=4 12 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.Parent.txt: -------------------------------------------------------------------------------- 1 | HTML.Parent 2 | TYPE: string 3 | VERSION: 1.3.0 4 | DEFAULT: 'div' 5 | --DESCRIPTION-- 6 | 7 |

8 | String name of element that HTML fragment passed to library will be 9 | inserted in. An interesting variation would be using span as the 10 | parent element, meaning that only inline tags would be allowed. 11 |

12 | --# vim: et sw=4 sts=4 13 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/editor/smarteditor2/smart_editor2_inputarea_ie8.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Smart Editor™ WYSIWYG Mode 7 | 8 | 9 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/AutoFormat.PurifierLinkify.txt: -------------------------------------------------------------------------------- 1 | AutoFormat.PurifierLinkify 2 | TYPE: bool 3 | VERSION: 2.0.1 4 | DEFAULT: false 5 | --DESCRIPTION-- 6 | 7 |

8 | Internal auto-formatter that converts configuration directives in 9 | syntax %Namespace.Directive to links. a tags 10 | with the href attribute must be allowed. 11 |

12 | --# vim: et sw=4 sts=4 13 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/AutoFormat.DisplayLinkURI.txt: -------------------------------------------------------------------------------- 1 | AutoFormat.DisplayLinkURI 2 | TYPE: bool 3 | VERSION: 3.2.0 4 | DEFAULT: false 5 | --DESCRIPTION-- 6 |

7 | This directive turns on the in-text display of URIs in <a> tags, and disables 8 | those links. For example, example becomes 9 | example (http://example.com). 10 |

11 | --# vim: et sw=4 sts=4 12 | -------------------------------------------------------------------------------- /AvocadoEdition/plugin/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.OverrideAllowedSchemes.txt: -------------------------------------------------------------------------------- 1 | URI.OverrideAllowedSchemes 2 | TYPE: bool 3 | DEFAULT: true 4 | --DESCRIPTION-- 5 | If this is set to true (which it is by default), you can override 6 | %URI.AllowedSchemes by simply registering a HTMLPurifier_URIScheme to the 7 | registry. If false, you will also have to update that directive in order 8 | to add more schemes. 9 | --# vim: et sw=4 sts=4 10 | -------------------------------------------------------------------------------- /AvocadoEdition/bgm.php: -------------------------------------------------------------------------------- 1 | 6 | 7 | 8 | 9 | 10 |