묻고답하기

Xe에 갓 들어온 사용자 입니다.

게시판에 글을 등록할 때 짤막한 글은 아무 문제 없이 등록이 되는데
긴글을 등록하려고 등록 버튼을 누르면 화면이 아무 반응을 하지 않습니다.

문제 원인을 알 수 없어 게시판을 보던 중 크롬에서 수행 내용에 대한 부분을 확인할 수 있다고 해서
내용을 확인해 보니 Bad Request란 에러가 발생하고 있습니다. 아래는 에러 내용입니다.

xe문의_01.png

텍스트로 긁을 수가 없어 이미지로 올립니다.

그리고 아래는 jquery.min.js?20151110000555:5 부분의 내용입니다.

},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)}});var Xt,Ut,Yt=x.now(),Vt=/\?/,Gt=/#.*$/,Jt=/([?&])_=[^&]*/,Qt=/^(.*?):[ \t]*([^\r\n]*)$/gm,Kt=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Zt=/^(?:GET|HEAD)$/,en=/^\/\//,tn=/^([\w.+-]+:)(?:\/\/([^\/?#:]*)(?::(\d+)|)|)/,nn=x.fn.load,rn={},on={},sn="*/".concat("*");try{Ut=i.href}catch(an){Ut=o.createElement("a"),Ut.href="",Ut=Ut.href}Xt=tn.exec(Ut.toLowerCase())||[];function un(e){return function(t,n){"string"!=typeof t&&(n=t,t="*");var r,i=0,o=t.toLowerCase().match(w)||[];if(x.isFunction(n))while(r=o[i++])"+"===r[0]?(r=r.slice(1)||"*",(e[r]=e[r]||[]).unshift(n)):(e[r]=e[r]||[]).push(n)}}function ln(e,t,n,r){var i={},o=e===on;function s(a){var u;return i[a]=!0,x.each(e[a]||[],function(e,a){var l=a(t,n,r);return"string"!=typeof l||o||i[l]?o?!(u=l):undefined:(t.dataTypes.unshift(l),s(l),!1)}),u}return s(t.dataTypes[0])||!i["*"]&&s("*")}function cn(e,t){var n,r,i=x.ajaxSettings.flatOptions||{};for(n in t)t[n]!==undefined&&((i[n]?e:r||(r={}))[n]=t[n]);return r&&x.extend(!0,e,r),e}x.fn.load=function(e,t,n){if("string"!=typeof e&&nn)return nn.apply(this,arguments);var r,i,o,s=this,a=e.indexOf(" ");return a>=0&&(r=e.slice(a),e=e.slice(0,a)),x.isFunction(t)?(n=t,t=undefined):t&&"object"==typeof t&&(i="POST"),s.length>0&&x.ajax({url:e,type:i,dataType:"html",data:t}).done(function(e){o=arguments,s.html(r?x("<div>").append(x.parseHTML(e)).find(r):e)}).complete(n&&function(e,t){s.each(n,o||[e.responseText,t,e])}),this},x.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){x.fn[t]=function(e){return this.on(t,e)}}),x.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Ut,type:"GET",isLocal:Kt.test(Xt[1]),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":sn,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":x.parseJSON,"text xml":x.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?cn(cn(e,x.ajaxSettings),t):cn(x.ajaxSettings,e)},ajaxPrefilter:un(rn),ajaxTransport:un(on),ajax:function(e,t){"object"==typeof e&&(t=e,e=undefined),t=t||{};var n,r,i,o,s,a,u,l,c=x.ajaxSetup({},t),p=c.context||c,f=c.context&&(p.nodeType||p.jquery)?x(p):x.event,h=x.Deferred(),d=x.Callbacks("once memory"),g=c.statusCode||{},m={},y={},v=0,b="canceled",T={readyState:0,getResponseHeader:function(e){var t;if(2===v){if(!o){o={};while(t=Qt.exec(i))o[t[1].toLowerCase()]=t[2]}t=o[e.toLowerCase()]}return null==t?null:t},getAllResponseHeaders:function(){return 2===v?i:null},setRequestHeader:function(e,t){var n=e.toLowerCase();return v||(e=y[n]=y[n]||e,m[e]=t),this},overrideMimeType:function(e){return v||(c.mimeType=e),this},statusCode:function(e){var t;if(e)if(2>v)for(t in e)g[t]=[g[t],e[t]];else T.always(e[T.status]);return this},abort:function(e){var t=e||b;return n&&n.abort(t),k(0,t),this}};if(h.promise(T).complete=d.add,T.success=T.done,T.error=T.fail,c.url=((e||c.url||Ut)+"").replace(Gt,"").replace(en,Xt[1]+"//"),c.type=t.method||t.type||c.method||c.type,c.dataTypes=x.trim(c.dataType||"*").toLowerCase().match(w)||[""],null==c.crossDomain&&(a=tn.exec(c.url.toLowerCase()),c.crossDomain=!(!a||a[1]===Xt[1]&&a[2]===Xt[2]&&(a[3]||("http:"===a[1]?"80":"443"))===(Xt[3]||("http:"===Xt[1]?"80":"443")))),c.data&&c.processData&&"string"!=typeof c.data&&(c.data=x.param(c.data,c.traditional)),ln(rn,c,t,T),2===v)return T;u=c.global,u&&0===x.active++&&x.event.trigger("ajaxStart"),c.type=c.type.toUpperCase(),c.hasContent=!Zt.test(c.type),r=c.url,c.hasContent||(c.data&&(r=c.url+=(Vt.test(r)?"&":"?")+c.data,delete c.data),c.cache===!1&&(c.url=Jt.test(r)?r.replace(Jt,"$1_="+Yt++):r+(Vt.test(r)?"&":"?")+"_="+Yt++)),c.ifModified&&(x.lastModified[r]&&T.setRequestHeader("If-Modified-Since",x.lastModified[r]),x.etag[r]&&T.setRequestHeader("If-None-Match",x.etag[r])),(c.data&&c.hasContent&&c.contentType!==!1||t.contentType)&&T.setRequestHeader("Content-Type",c.contentType),T.setRequestHeader("Accept",c.dataTypes[0]&&c.accepts[c.dataTypes[0]]?c.accepts[c.dataTypes[0]]+("*"!==c.dataTypes[0]?", "+sn+"; q=0.01":""):c.accepts["*"]);for(l in c.headers)T.setRequestHeader(l,c.headers[l]);if(c.beforeSend&&(c.beforeSend.call(p,T,c)===!1||2===v))return T.abort();b="abort";for(l in{success:1,error:1,complete:1})T[l](c[l]);if(n=ln(on,c,t,T)){T.readyState=1,u&&f.trigger("ajaxSend",[T,c]),c.async&&c.timeout>0&&(s=setTimeout(function(){T.abort("timeout")},c.timeout));try{v=1,n.send(m,k)}catch(C){if(!(2>v))throw C;k(-1,C)}}else k(-1,"No Transport");function k(e,t,o,a){var l,m,y,b,w,C=t;2!==v&&(v=2,s&&clearTimeout(s),n=undefined,i=a||"",T.readyState=e>0?4:0,l=e>=200&&300>e||304===e,o&&(b=pn(c,T,o)),b=fn(c,b,T,l),l?(c.ifModified&&(w=T.getResponseHeader("Last-Modified"),w&&(x.lastModified[r]=w),w=T.getResponseHeader("etag"),w&&(x.etag[r]=w)),204===e||"HEAD"===c.type?C="nocontent":304===e?C="notmodified":(C=b.state,m=b.data,y=b.error,l=!y)):(y=C,(e||!C)&&(C="error",0>e&&(e=0))),T.status=e,T.statusText=(t||C)+"",l?h.resolveWith(p,[m,C,T]):h.rejectWith(p,[T,C,y]),T.statusCode(g),g=undefined,u&&f.trigger(l?"ajaxSuccess":"ajaxError",[T,c,l?m:y]),d.fireWith(p,[T,C]),u&&(f.trigger("ajaxComplete",[T,c]),--x.active||x.event.trigger("ajaxStop")))}return T},getJSON:function(e,t,n){return x.get(e,t,n,"json")},getScript:function(e,t){return x.get(e,undefined,t,"script")}}),x.each(["get","post"],function(e,t){x[t]=function(e,n,r,i){return x.isFunction(n)&&(i=i||r,r=n,n=undefined),x.ajax({url:e,type:t,dataType:i,data:n,success:r})}});function pn(e,t,n){var r,i,o,s,a=e.contents,u=e.dataTypes;while("*"===u[0])u.shift(),r===undefined&&(r=e.mimeType||t.getResponseHeader("Content-Type"));if(r)for(i in a)if(a[i]&&a[i].test(r)){u.unshift(i);break}if(u[0]in n)o=u[0];else{for(i in n){if(!u[0]||e.converters[i+" "+u[0]]){o=i;break}s||(s=i)}o=o||s}return o?(o!==u[0]&&u.unshift(o),n[o]):undefined}function fn(e,t,n,r){var i,o,s,a,u,l={},c=e.dataTypes.slice();if(c[1])for(s in e.converters)l[s.toLowerCase()]=e.converters[s];o=c.shift();while(o)if(e.responseFields[o]&&(n[e.responseFields[o]]=t),!u&&r&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),u=o,o=c.shift())if("*"===o)o=u;else if("*"!==u&&u!==o){if(s=l[u+" "+o]||l["* "+o],!s)for(i in l)if(a=i.split(" "),a[1]===o&&(s=l[u+" "+a[0]]||l["* "+a[0]])){s===!0?s=l[i]:l[i]!==!0&&(o=a[0],c.unshift(a[1]));break}if(s!==!0)if(s&&e["throws"])t=s(t);else try{t=s(t)}catch(p){return{state:"parsererror",error:s?p:"No conversion from "+u+" to "+o}}}return{state:"success",data:t}}x.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/(?:java|ecma)script/},converters:{"text script":function(e){return x.globalEval(e),e}}}),x.ajaxPrefilter("script",function(e){e.cache===undefined&&(e.cache=!1),e.crossDomain&&(e.type="GET")}),x.ajaxTransport("script",function(e){if(e.crossDomain){var t,n;return{send:function(r,i){t=x("<script>").prop({async:!0,charset:e.scriptCharset,src:e.url}).on("load error",n=function(e){t.remove(),n=null,e&&i("error"===e.type?404:200,e.type)}),o.head.appendChild(t[0])},abort:function(){n&&n()}}}});var hn=[],dn=/(=)\?(?=&|$)|\?\?/;x.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=hn.pop()||x.expando+"_"+Yt++;return this[e]=!0,e}}),x.ajaxPrefilter("json jsonp",function(t,n,r){var i,o,s,a=t.jsonp!==!1&&(dn.test(t.url)?"url":"string"==typeof t.data&&!(t.contentType||"").indexOf("application/x-www-form-urlencoded")&&dn.test(t.data)&&"data");return a||"jsonp"===t.dataTypes[0]?(i=t.jsonpCallback=x.isFunction(t.jsonpCallback)?t.jsonpCallback():t.jsonpCallback,a?t[a]=t[a].replace(dn,"$1"+i):t.jsonp!==!1&&(t.url+=(Vt.test(t.url)?"&":"?")+t.jsonp+"="+i),t.converters["script json"]=function(){return s||x.error(i+" was not called"),s[0]},t.dataTypes[0]="json",o=e[i],e[i]=function(){s=arguments},r.always(function(){e[i]=o,t[i]&&(t.jsonpCallback=n.jsonpCallback,hn.push(i)),s&&x.isFunction(o)&&o(s[0]),s=o=undefined}),"script"):undefined}),x.ajaxSettings.xhr=function(){try{return new XMLHttpRequest}catch(e){}};var gn=x.ajaxSettings.xhr(),mn={0:200,1223:204},yn=0,vn={};e.ActiveXObject&&x(e).on("unload",function(){for(var e in vn)vn[e]();vn=undefined}),x.support.cors=!!gn&&"withCredentials"in gn,x.support.ajax=gn=!!gn,x.ajaxTransport(function(e){var t;return x.support.cors||gn&&!e.crossDomain?{send:function(n,r){var i,o,s=e.xhr();if(s.open(e.type,e.url,e.async,e.username,e.password),e.xhrFields)for(i in e.xhrFields)s[i]=e.xhrFields[i];e.mimeType&&s.overrideMimeType&&s.overrideMimeType(e.mimeType),e.crossDomain||n["X-Requested-With"]||(n["X-Requested-With"]="XMLHttpRequest");for(i in n)s.setRequestHeader(i,n[i]);t=function(e){return function(){t&&(delete vn[o],t=s.onload=s.onerror=null,"abort"===e?s.abort():"error"===e?r(s.status||404,s.statusText):r(mn[s.status]||s.status,s.statusText,"string"==typeof s.responseText?{text:s.responseText}:undefined,s.getAllResponseHeaders()))}},s.onload=t(),s.onerror=t("error"),t=vn[o=yn++]=t("abort"),s.send(e.hasContent&&e.data||null)},abort:function(){t&&t()}}:undefined});var xn,bn,wn=/^(?:toggle|show|hide)$/,Tn=RegExp("^(?:([+-])=|)("+b+")([a-z%]*)$","i"),Cn=/queueHooks$/,kn=[An],Nn={"*":[function(e,t){var n=this.createTween(e,t),r=n.cur(),i=Tn.exec(t),o=i&&i[3]||(x.cssNumber[e]?"":"px"),s=(x.cssNumber[e]||"px"!==o&&+r)&&Tn.exec(x.css(n.elem,e)),a=1,u=20;if(s&&s[3]!==o){o=o||s[3],i=i||[],s=+r||1;do a=a||".5",s/=a,x.style(n.elem,e,s+o);while(a!==(a=n.cur()/r)&&1!==a&&--u)}return i&&(s=n.start=+s||+r||0,n.unit=o,n.end=i[1]?s+(i[1]+1)*i[2]:+i[2]),n}]};function En(){return setTimeout(function(){xn=undefined}),xn=x.now()}function Sn(e,t,n){var r,i=(Nn[t]||[]).concat(Nn["*"]),o=0,s=i.length;for(;s>o;o++)if(r=i[o].call(n,t,e))return r}function jn(e,t,n){var r,i,o=0,s=kn.length,a=x.Deferred().always(function(){delete u.elem}),u=function(){if(i)return!1;var t=xn||En(),n=Math.max(0,l.startTime+l.duration-t),r=n/l.duration||0,o=1-r,s=0,u=l.tweens.length;for(;u>s;s++)l.tweens[s].run(o);return a.notifyWith(e,[l,o,n]),1>o&&u?n:(a.resolveWith(e,[l]),!1)},l=a.promise({elem:e,props:x.extend({},t),opts:x.extend(!0,{specialEasing:{}},n),originalProperties:t,originalOptions:n,startTime:xn||En(),duration:n.duration,tweens:[],createTween:function(t,n){var r=x.Tween(e,l.opts,t,n,l.opts.specialEasing[t]||l.opts.easing);return l.tweens.push(r),r},stop:function(t){var n=0,r=t?l.tweens.length:0;if(i)return this;for(i=!0;r>n;n++)l.tweens[n].run(1);return t?a.resolveWith(e,[l,t]):a.rejectWith(e,[l,t]),this}}),c=l.props;for(Dn(c,l.opts.specialEasing);s>o;o++)if(r=kn[o].call(l,e,c,l.opts))return r;return x.map(c,Sn,l),x.isFunction(l.opts.start)&&l.opts.start.call(e,l),x.fx.timer(x.extend(u,{elem:e,anim:l,queue:l.opts.queue})),l.progress(l.opts.progress).done(l.opts.done,l.opts.complete).fail(l.opts.fail).always(l.opts.always)}function Dn(e,t){var n,r,i,o,s;for(n in e)if(r=x.camelCase(n),i=t[r],o=e[n],x.isArray(o)&&(i=o[1],o=e[n]=o[0]),n!==r&&(e[r]=o,delete e[n]),s=x.cssHooks[r],s&&"expand"in s){o=s.expand(o),delete e[r];for(n in o)n in e||(e[n]=o[n],t[n]=i)}else t[r]=i}x.Animation=x.extend(jn,{tweener:function(e,t){x.isFunction(e)?(t=e,e=["*"]):e=e.split(" ");var n,r=0,i=e.length;for(;i>r;r++)n=e[r],Nn[n]=Nn[n]||[],Nn[n].unshift(t)},prefilter:function(e,t){t?kn.unshift(e):kn.push(e)}});function An(e,t,n){var r,i,o,s,a,u,l=this,c={},p=e.style,f=e.nodeType&&Lt(e),h=q.get(e,"fxshow");n.queue||(a=x._queueHooks(e,"fx"),null==a.unqueued&&(a.unqueued=0,u=a.empty.fire,a.empty.fire=function(){a.unqueued||u()}),a.unqueued++,l.always(function(){l.always(function(){a.unqueued--,x.queue(e,"fx").length||a.empty.fire()})})),1===e.nodeType&&("height"in t||"width"in t)&&(n.overflow=[p.overflow,p.overflowX,p.overflowY],"inline"===x.css(e,"display")&&"none"===x.css(e,"float")&&(p.display="inline-block")),n.overflow&&(p.overflow="hidden",l.always(function(){p.overflow=n.overflow[0],p.overflowX=n.overflow[1],p.overflowY=n.overflow[2]}));for(r in t)if(i=t[r],wn.exec(i)){if(delete t[r],o=o||"toggle"===i,i===(f?"hide":"show")){if("show"!==i||!h||h[r]===undefined)continue;f=!0}c[r]=h&&h[r]||x.style(e,r)}if(!x.isEmptyObject(c)){h?"hidden"in h&&(f=h.hidden):h=q.access(e,"fxshow",{}),o&&(h.hidden=!f),f?x(e).show():l.done(function(){x(e).hide()}),l.done(function(){var t;q.remove(e,"fxshow");for(t in c)x.style(e,t,c[t])});for(r in c)s=Sn(f?h[r]:0,r,l),r in h||(h[r]=s.start,f&&(s.end=s.start,s.start="width"===r||"height"===r?1:0))}}function Ln(e,t,n,r,i){return new Ln.prototype.init(e,t,n,r,i)}x.Tween=Ln,Ln.prototype={constructor:Ln,init:function(e,t,n,r,i,o){this.elem=e,this.prop=n,this.easing=i||"swing",this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=o||(x.cssNumber[n]?"":"px")},cur:function(){var e=Ln.propHooks[this.prop];return e&&e.get?e.get(this):Ln.propHooks._default.get(this)},run:function(e){var t,n=Ln.propHooks[this.prop];return this.pos=t=this.options.duration?x.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):Ln.propHooks._default.set(this),this}},Ln.prototype.init.prototype=Ln.prototype,Ln.propHooks={_default:{get:function(e){var t;return null==e.elem[e.prop]||e.elem.style&&null!=e.elem.style[e.prop]?(t=x.css(e.elem,e.prop,""),t&&"auto"!==t?t:0):e.elem[e.prop]},set:function(e){x.fx.step[e.prop]?x.fx.step[e.prop](e):e.elem.style&&(null!=e.elem.style[x.cssProps[e.prop]]||x.cssHooks[e.prop])?x.style(e.elem,e.prop,e.now+e.unit):e.elem[e.prop]=e.now}}},Ln.propHooks.scrollTop=Ln.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},x.each(["toggle","show","hide"],function(e,t){var n=x.fn[t];x.fn[t]=function(e,r,i){return null==e||"boolean"==typeof e?n.apply(this,arguments):this.animate(qn(t,!0),e,r,i)}}),x.fn.extend({fadeTo:function(e,t,n,r){return this.filter(Lt).css("opacity",0).show().end().animate({opacity:t},e,n,r)},animate:function(e,t,n,r){var i=x.isEmptyObject(e),o=x.speed(t,n,r),s=function(){var t=jn(this,x.extend({},e),o);(i||q.get(this,"finish"))&&t.stop(!0)};return s.finish=s,i||o.queue===!1?this.each(s):this.queue(o.queue,s)},stop:function(e,t,n){var r=function(e){var t=e.stop;delete e.stop,t(n)};return"string"!=typeof e&&(n=t,t=e,e=undefined),t&&e!==!1&&this.queue(e||"fx",[]),this.each(function(){var t=!0,i=null!=e&&e+"queueHooks",o=x.timers,s=q.get(this);if(i)s[i]&&s[i].stop&&r(s[i]);else for(i in s)s[i]&&s[i].stop&&Cn.test(i)&&r(s[i]);for(i=o.length;i--;)o[i].elem!==this||null!=e&&o[i].queue!==e||(o[i].anim.stop(n),t=!1,o.splice(i,1));(t||!n)&&x.dequeue(this,e)})},finish:function(e){return e!==!1&&(e=e||"fx"),this.each(function(){var t,n=q.get(this),r=n[e+"queue"],i=n[e+"queueHooks"],o=x.timers,s=r?r.length:0;for(n.finish=!0,x.queue(this,e,[]),i&&i.stop&&i.stop.call(this,!0),t=o.length;t--;)o[t].elem===this&&o[t].queue===e&&(o[t].anim.stop(!0),o.splice(t,1));for(t=0;s>t;t++)r[t]&&r[t].finish&&r[t].finish.call(this);delete n.finish})}});function qn(e,t){var n,r={height:e},i=0;for(t=t?1:0;4>i;i+=2-t)n=jt[i],r["margin"+n]=r["padding"+n]=e;return t&&(r.opacity=r.width=e),r}x.each({slideDown:qn("show"),slideUp:qn("hide"),slideToggle:qn("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(e,t){x.fn[e]=function(e,n,r){return this.animate(t,e,n,r)}}),x.speed=function(e,t,n){var r=e&&"object"==typeof e?x.extend({},e):{complete:n||!n&&t||x.isFunction(e)&&e,duration:e,easing:n&&t||t&&!x.isFunction(t)&&t};return r.duration=x.fx.off?0:"number"==typeof r.duration?r.duration:r.duration in x.fx.speeds?x.fx.speeds[r.duration]:x.fx.speeds._default,(null==r.queue||r.queue===!0)&&(r.queue="fx"),r.old=r.complete,r.complete=function(){x.isFunction(r.old)&&r.old.call(this),r.queue&&x.dequeue(this,r.queue)},r},x.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2}},x.timers=[],x.fx=Ln.prototype.init,x.fx.tick=function(){var e,t=x.timers,n=0;for(xn=x.now();t.length>n;n++)e=t[n],e()||t[n]!==e||t.splice(n--,1);t.length||x.fx.stop(),xn=undefined},x.fx.timer=function(e){e()&&x.timers.push(e)&&x.fx.start()},x.fx.interval=13,x.fx.start=function(){bn||(bn=setInterval(x.fx.tick,x.fx.interval))},x.fx.stop=function(){clearInterval(bn),bn=null},x.fx.speeds={slow:600,fast:200,_default:400},x.fx.step={},x.expr&&x.expr.filters&&(x.expr.filters.animated=function(e){return x.grep(x.timers,function(t){return e===t.elem}).length}),x.fn.offset=function(e){if(arguments.length)return e===undefined?this:this.each(function(t){x.offset.setOffset(this,e,t)});var t,n,i=this[0],o={top:0,left:0},s=i&&i.ownerDocument;if(s)return t=s.documentElement,x.contains(t,i)?(typeof i.getBoundingClientRect!==r&&(o=i.getBoundingClientRect()),n=Hn(s),{top:o.top+n.pageYOffset-t.clientTop,left:o.left+n.pageXOffset-t.clientLeft}):o},x.offset={setOffset:function(e,t,n){var r,i,o,s,a,u,l,c=x.css(e,"position"),p=x(e),f={};"static"===c&&(e.style.position="relative"),a=p.offset(),o=x.css(e,"top"),u=x.css(e,"left"),l=("absolute"===c||"fixed"===c)&&(o+u).indexOf("auto")>-1,l?(r=p.position(),s=r.top,i=r.left):(s=parseFloat(o)||0,i=parseFloat(u)||0),x.isFunction(t)&&(t=t.call(e,n,a)),null!=t.top&&(f.top=t.top-a.top+s),null!=t.left&&(f.left=t.left-a.left+i),"using"in t?t.using.call(e,f):p.css(f)}},x.fn.extend({position:function(){if(this[0]){var e,t,n=this[0],r={top:0,left:0};return"fixed"===x.css(n,"position")?t=n.getBoundingClientRect():(e=this.offsetParent(),t=this.offset(),x.nodeName(e[0],"html")||(r=e.offset()),r.top+=x.css(e[0],"borderTopWidth",!0),r.left+=x.css(e[0],"borderLeftWidth",!0)),{top:t.top-r.top-x.css(n,"marginTop",!0),left:t.left-r.left-x.css(n,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent||s;while(e&&!x.nodeName(e,"html")&&"static"===x.css(e,"position"))e=e.offsetParent;return e||s})}}),x.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,n){var r="pageYOffset"===n;x.fn[t]=function(i){return x.access(this,function(t,i,o){var s=Hn(t);return o===undefined?s?s[n]:t[i]:(s?s.scrollTo(r?e.pageXOffset:o,r?o:e.pageYOffset):t[i]=o,undefined)},t,i,arguments.length,null)}});function Hn(e){return x.isWindow(e)?e:9===e.nodeType&&e.defaultView}x.each({Height:"height",Width:"width"},function(e,t){x.each({padding:"inner"+e,content:t,"":"outer"+e},function(n,r){x.fn[r]=function(r,i){var o=arguments.length&&(n||"boolean"!=typeof r),s=n||(r===!0||i===!0?"margin":"border");return x.access(this,function(t,n,r){var i;return x.isWindow(t)?t.document.documentElement["client"+e]:9===t.nodeType?(i=t.documentElement,Math.max(t.body["scroll"+e],i["scroll"+e],t.body["offset"+e],i["offset"+e],i["client"+e])):r===undefined?x.css(t,n,s):x.style(t,n,r,s)},t,o?r:undefined,o,null)}})}),x.fn.size=function(){return this.length},x.fn.andSelf=x.fn.addBack,"object"==typeof module&&module&&"object"==typeof module.exports?module.exports=x:"function"==typeof define&&define.amd&&define("jquery",[],function(){return x}),"object"==typeof e&&"object"==typeof e.document&&(e.jQuery=e.$=x)})(window);

그리고 아래는 xe.min.js?20151110000555:7 부분의 내용입니다.

b+=String.fromCharCode(d>>6&63|128),b+=String.fromCharCode(63&d|128))}return b},_utf8_decode:function(a){for(var b="",c=0,d=0,e=0,f=0;c<a.length;)d=a.charCodeAt(c),128>d?(b+=String.fromCharCode(d),c++):d>191&&224>d?(e=a.charCodeAt(c+1),b+=String.fromCharCode((31&d)<<6|63&e),c+=2):(e=a.charCodeAt(c+1),f=a.charCodeAt(c+2),b+=String.fromCharCode((15&d)<<12|(63&e)<<6|63&f),c+=3);return b}};"undefined"==typeof resizeImageContents&&(window.resizeImageContents=function(){}),"undefined"==typeof activateOptionDisabled&&(window.activateOptionDisabled=function(){}),objectExtend=jQuery.extend;var loaded_popup_menus=XE.loaded_popup_menus;jQuery(function(a){a(document).on("click",function(b){var c=a("#popup_menu_area");c.length||(c=a('<div id="popup_menu_area" tabindex="0" style="display:none;z-index:9999" />').appendTo(document.body)),c.hide();var d=a(b.target).filter("a,div,span");if(d.length||(d=a(b.target).closest("a,div,span")),d.length){var e,f=d.attr("class");if(f&&(e=f.match(new RegExp("(?:^| )((document|comment|member)_([1-9]\\d*))(?: |$)",""))),e){if(void 0===b.pageX||void 0===b.pageY){var g=b.originalEvent.touches[0];void 0===g&&g||(g=b.originalEvent.changedTouches[0]),b.pageX=g.pageX,b.pageY=g.pageY}var h="get"+ucfirst(e[2])+"Menu",i={mid:current_mid,cur_mid:current_mid,menu_id:e[1],target_srl:e[3],cur_act:current_url.getQuery("act"),page_x:b.pageX,page_y:b.pageY},j="error message menus".split(" ");if(b.preventDefault(),b.stopPropagation(),is_def(window.xeVid)&&(i.vid=xeVid),is_def(XE.loaded_popup_menus[i.menu_id]))return XE.displayPopupMenu(i,j,i);show_waiting_message=!1,exec_xml("member",h,i,XE.displayPopupMenu,j,i),show_waiting_message=!0}}}),a("a._xe_popup").click(function(){var b,c=a(this),d=c.attr("name"),e=c.attr("href");return d||(d="_xe_popup_"+Math.floor(1e3*Math.random())),b=window.open(e,d,"left=10,top=10,width=10,height=10,resizable=no,scrollbars=no,toolbars=no"),b&&b.focus(),!1}),a.datepicker&&a.datepicker.setDefaults({dateFormat:"yy-mm-dd"})}),function(a){function b(){var b=function(){var b=this;a.isArray(this._plugins)&&(this._plugins=[]),this._messages?this._messages={}:this._binded_fn={},a.each(this,function(c,d){if(!a.isFunction(d))return!0;if(!/^API_([A-Z0-9_]+)$/.test(c))return!0;var e=RegExp.$1,f=function(a,d){return b[c](a,d)};b._messages?b._messages[e]=[f]:b._binded_fn[e]=f}),a.isFunction(this.init)&&this.init.apply(this,arguments)};return b}var c,d,e,f=[];c={getName:function(){return"Core"},createApp:function(c,e){var f=b();return a.extend(f.prototype,d,e),f.prototype.getName=function(){return c},f},createPlugin:function(c,d){var f=b();return a.extend(f.prototype,e,d),f.prototype.getName=function(){return c},f},getApps:function(){return a.makeArray(f)},getApp:function(a){return a=(a||"").toLowerCase(),"undefined"!=typeof f[a]?f[a]:null},registerApp:function(b){var c=b.getName().toLowerCase();f.push(b),a.isArray(f[c])||(f[c]=[]),f[c].push(b),b.parent=this,a.isFunction(b.activate)&&b.activate()},unregisterApp:function(b){var c=b.getName().toLowerCase(),d=a.inArray(b,f);d>=0&&(f=f.splice(d,1)),a.isArray(f[c])&&(d=a.inArray(b,f[c]),d>=0&&(f[c]=f[c].splice(d,1))),a.isFunction(b.deactivate)&&b.deactivate()},broadcast:function(a,b){this._broadcast(this,a,b)},_broadcast:function(a,b,c){for(var d=0;d<f.length;d++)f[d]._cast(a,b,c);this._cast(a,b,c)}},d={_plugins:[],_messages:{},getPlugin:function(b){return b=b.toLowerCase(),a.isArray(this._plugins[b])?this._plugins[b]:[]},registerPlugin:function(b){var c=this,d=b.getName().toLowerCase();return a.inArray(b,this._plugins)>=0?!1:(this._plugins.push(b),a.isArray(this._plugins[d])||(this._plugins[d]=[]),this._plugins[d].push(b),a.each(b._binded_fn,function(a,b){c.registerHandler(a,b)}),b.oApp=this,a.isFunction(b.activate)&&b.activate(),!0)},registerHandler:function(b,c){var d=this._messages;b=b.toUpperCase(),a.isArray(d[b])||(d[b]=[]),d[b].push(c)},cast:function(a,b){return this._cast(this,a,b||[])},broadcast:function(a,b,c){this.parent&&this.parent._broadcast&&this.parent._broadcast(a,b,c)},_cast:function(b,c,d){var e,f=this._messages;if(c=c.toUpperCase(),f["BEFORE_"+c]||this["API_BEFORE_"+c]){var g=this._cast(b,"BEFORE_"+c,d);if(!g)return}var h=[];if(a.isArray(f[c]))for(e=0;e<f[c].length;e++)h.push(f[c][e](b,d));return h.length<2&&(h=h[0]),(f["AFTER_"+c]||this["API_AFTER_"+c])&&this._cast(b,"AFTER_"+c,d),/^(?:AFTER|BEFORE)_/.test(c)?a.isArray(h)?a.inArray(!1,h)<0:"undefined"==typeof h?!0:!!h:h}},e={oApp:null,cast:function(a,b){return this.oApp&&this.oApp._cast?this.oApp._cast(this,a,b||[]):void 0},broadcast:function(a,b){this.oApp&&this.oApp.broadcast&&this.oApp.broadcast(this,mag,b||[])}},window.xe=a.extend(d,c),window.xe.lang={},a(function(){xe.broadcast("ONREADY")}),a(window).load(function(){xe.broadcast("ONLOAD")})}(jQuery);var show_waiting_message=!0;!function(a){function b(b,c){var d="xeTmpIframe",e="xeVirtualForm";a("#"+d).length||a('<iframe name="%id%" id="%id%" style="position:absolute;left:-1px;top:1px;width:1px;height:1px"></iframe>'.replace(/%id%/g,d)).appendTo(document.body),a("#"+e).remove();var f=a('<form id="%id%"></form>'.replace(/%id%/g,e)).attr({id:e,method:"post",action:b,target:d});c.xeVirtualRequestMethod="xml",c.xeRequestURI=location.href.replace(/#(.*)$/i,""),c.xeVirtualRequestUrl=request_uri,a.each(c,function(b,c){a('<input type="hidden">').attr("name",b).attr("value",c).appendTo(f)}),f.appendTo(document.body).submit()}function c(a){var b={};for(var c in a)a.hasOwnProperty(c)&&(b[c]=a[c]);return b}function d(){return""}a.exec_xml=window.exec_xml=function(d,e,f,g,h,i,j){function k(b,c,f){var k,l=a(b).find("response")[0],m="",n=[],o={},p="";if(w.css("display","none").trigger("cancel_confirm"),!l)return alert(u.responseText),null;if(p=xml2json(l,!1,!1),k=jQuery.parseJSON(p),k=k.response,"undefined"==typeof k){n.error=-1,n.message="Unexpected error occured.";try{"undefined"!=typeof(m=l.childNodes[0].firstChild.data)&&(n.message+="\r\n"+m)}catch(q){}return n}return a.each(h,function(a,b){o[b]=!0}),o.redirect_url=!0,o.act=!0,a.each(k,function(a,b){o[a]&&(n[a]=b)}),"0"!=n.error?a.isFunction(a.exec_xml.onerror)?a.exec_xml.onerror(d,e,n,g,h,i,j):(alert((n.message||"An unknown error occured while loading ["+d+"."+e+"]").replace(/\\n/g,"\n")),null):n.redirect_url?(location.href=n.redirect_url.replace(/&/g,"&"),null):void(a.isFunction(g)&&g(n,h,i,j))}var l=request_uri+"index.php";if(f||(f={}),a.isArray(f)&&(f=c(f)),f.module=d,f.act=e,"undefined"!=typeof xeVid&&(f.vid=xeVid),"undefined"==typeof h||h.length<1?h=["error","message"]:h.push("error","message"),a.isArray(ssl_actions)&&f.act&&a.inArray(f.act,ssl_actions)>=0){var m=default_url||request_uri,n=window.https_port||443,o=a("<a>").attr("href",m)[0],p="https://"+o.hostname.replace(/:\d+$/,"");443!=n&&(p+=":"+n),"/"!=o.pathname[0]&&(p+="/"),p+=o.pathname,l=p.replace(/\/$/,"")+"/index.php"}var q=a("<a>").attr("href",location.href)[0],r=a("<a>").attr("href",l)[0];if(q.protocol!=r.protocol||q.port!=r.port)return b(l,f);var s=[],t=function(b){var c=[];return a.isArray(b)?a.each(b,function(a,b){c.push('<value type="array">'+t(b)+"</value>")}):a.isPlainObject(b)?a.each(b,function(a,b){c.push("<"+a+">"+t(b)+"</"+a+">")}):a.isFunction(b)||c.push("<![CDATA["+b+"]]>"),c.join("\n")};s.push('<?xml version="1.0" encoding="utf-8" ?>'),s.push("<methodCall>"),s.push("<params>"),s.push(t(f)),s.push("</params>"),s.push("</methodCall>");var u=null;u&&0!==u.readyState&&u.abort();try{a.ajax({url:l,type:"POST",dataType:"xml",data:s.join("\n"),contentType:"text/plain",beforeSend:function(a){u=a},success:k,error:function(a,b){w.css("display","none");var c="";if("parsererror"==b){if(c="The result is not valid XML :\n-------------------------------------\n",""===a.responseText)return;c+=a.responseText.replace(/<[^>]+>/g,"")}else c=b;try{console.log(c)}catch(d){}}})}catch(v){return void alert(v)}var w=a(".wfsr");if(show_waiting_message&&w.length){var x=a(".wfsr").data("timeout_id");x&&clearTimeout(x),a(".wfsr").css("opacity",0),a(".wfsr").data("timeout_id",setTimeout(function(){a(".wfsr").css("opacity","")},1e3)),w.html(waiting_message).show()}},a.exec_json=window.exec_json=function(b,c,d,e){if("undefined"==typeof c&&(c={}),b=b.split("."),2==b.length){var f=a(".wfsr").data("timeout_id");f&&clearTimeout(f),a(".wfsr").css("opacity",0),a(".wfsr").data("timeout_id",setTimeout(function(){a(".wfsr").css("opacity","")},1e3)),show_waiting_message&&a(".wfsr").html(waiting_message).show(),a.extend(c,{module:b[0],act:b[1]}),"undefined"!=typeof xeVid&&a.extend(c,{vid:xeVid});try{a.ajax({type:"POST",dataType:"json",url:request_uri,contentType:"application/json",data:a.param(c),success:function(b){return a(".wfsr").hide().trigger("cancel_confirm"),"0"!=b.error&&b.error>-1e3?-1==b.error&&"msg_is_not_administrator"==b.message?(alert("You are not logged in as an administrator"),void(a.isFunction(e)&&e(b))):(alert(b.message),void(a.isFunction(e)&&e(b))):void(a.isFunction(d)&&d(b))},error:function(b,c){a(".wfsr").hide();var d="";if("parsererror"==c){if(d="The result is not valid JSON :\n-------------------------------------\n",""===b.responseText)return;d+=b.responseText.replace(/<[^>]+>/g,"")}else d=c;try{console.log(d)}catch(e){}}})}catch(g){return void alert(g)}}},a.fn.exec_html=function(b,c,d,e,f){"undefined"==typeof c&&(c={}),a.inArray(d,["html","append","prepend"])||(d="html");var g=a(this);if(b=b.split("."),2==b.length){var h=a(".wfsr").data("timeout_id");h&&clearTimeout(h),a(".wfsr").css("opacity",0),a(".wfsr").data("timeout_id",setTimeout(function(){a(".wfsr").css("opacity","")},1e3)),show_waiting_message&&a(".wfsr").html(waiting_message).show(),a.extend(c,{module:b[0],act:b[1]});try{a.ajax({type:"POST",dataType:"html",url:request_uri,data:a.param(c),success:function(b){a(".wfsr").hide().trigger("cancel_confirm"),g[d](b),a.isFunction(e)&&e(f)},error:function(b,c){a(".wfsr").hide();var d="";if("parsererror"==c){if(d="The result is not valid page :\n-------------------------------------\n",""===b.responseText)return;d+=b.responseText.replace(/<[^>]+>/g,"")}else d=c;try{console.log(d)}catch(e){}}})}catch(i){return void alert(i)}}},a(function(a){a(document).ajaxStart(function(){a(window).bind("beforeunload",d)}).bind("ajaxStop cancel_confirm",function(){a(window).unbind("beforeunload",d)})})}(jQuery),function(a){function b(a){var b=[];return a.is(":radio")?a.filter(":checked").val():a.is(":checkbox")?(a.filter(":checked").each(function(){b.push(this.value)}),b.join("|@|")):a.val()}function c(a){if(a+="",!a.length)return 0;a=encodeURI(a);var b=a.split("%").length-1;return a.length-2*b}var d=[],e=[],g={},h=[],i={},j=xe.createApp("Validator",{init:function(){var a=/^[\w-]+((?:\.|\+|\~)[\w-]+)*@[\w-]+(\.[\w-]+)+$/;this.cast("ADD_RULE",["email",a]),this.cast("ADD_RULE",["email_address",a]);var b=/^[a-z]+[\w-]*[a-z0-9_]+$/i;this.cast("ADD_RULE",["userid",b]),this.cast("ADD_RULE",["user_id",b]);var c=/^(https?|ftp|mms):\/\/[0-9a-z-]+(\.[_0-9a-z-]+)+(:\d+)?/;this.cast("ADD_RULE",["url",c]),this.cast("ADD_RULE",["homepage",c]);var d=new RegExp("^[가-힣]*$");this.cast("ADD_RULE",["korean",d]);var e=new RegExp("^[가-힣0-9]*$");this.cast("ADD_RULE",["korean_number",e]);var f=/^[a-z]*$/i;this.cast("ADD_RULE",["alpha",f]);var g=/^[a-z][a-z0-9_]*$/i;this.cast("ADD_RULE",["alpha_number",g]);var h=/^[0-9]*$/;this.cast("ADD_RULE",["number",h])},run:function(a){var b="";a._filter&&(b=a._filter.value);var c=[a,b],d=this.cast("VALIDATE",c);return"undefined"==typeof d&&(d=!1),d},API_ONREADY:function(){var b=this;a("form").each(function(){this.onsubmit&&(this["xe:onsubmit"]=this.onsubmit,this.onsubmit=null)}).submit(function(c){var d=this["xe:onsubmit"],e=a.isFunction(d),f=e?d.apply(this):b.run(this);return f||c.stopImmediatePropagation(),f})},API_VALIDATE:function(d,e){function j(a){return a.replace(/([\.\+\-\[\]\{\}\(\)\\])/g,"\\$1")}var k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,A,B,C,D,E,F,G,H=!0,I=e[0],J=I.elements;if(J.ruleset?k=I.elements.ruleset.value:J._filter&&(k=I.elements._filter.value),!k)return!0;for(a.isFunction(h[k])&&(m=h[k]),k=a.extend({},g[k.toLowerCase()]||{},i),n=[],C=0,D=I.elements.length;D>C;C++)q=J[C],p=q.name,p&&J[p]&&(J[p].length&&J[p][0]!==q||n.push(p));n=n.join("\n"),l={};for(p in k)if(k.hasOwnProperty(p)&&(o=[],"^"==p.substr(0,1))){for(o=n.match(new RegExp("^"+j(p.substr(1))+".*$","gm")),o||(o=[]),C=0,D=o.length;D>C;C++)l[o[C]]=k[p];k[p]=null,delete k[p]}k=a.extend(k,l);for(p in k)if(k.hasOwnProperty(p)&&(f=k[p],q=J[p],q||(q=J[p+"[]"]),r=q?a.trim(b(a(q))):"",s=(f.modifier||"")+",",q&&!q.disabled)){if(f["if"])for(a.isArray(f["if"])||(f["if"]=[f["if"]]),C=0;C<f["if"].length;C++)F=f["if"][C],G=new Function("el","return !!("+F.test.replace(/\$(\w+)/g,"(jQuery('[name=$1]').is(':radio, :checkbox') ? jQuery('[name=$1]:checked').val() : jQuery('[name=$1]').val())")+")"),G(J)?f[F.attr]=F.value:delete f[F.attr];if(r){if(w=parseInt(f.minlength)||0,v=parseInt(f.maxlength)||0,y=/b$/.test(f.minlength||""),x=/b$/.test(f.maxlength||""),t=r.length,(y||x)&&(u=c(r)),w&&w>(y?u:t)||v&&(x?u:t)>v)return this.cast("ALERT",[I,p,"outofrange",w,v])&&!1;if(f.equalto&&(A=J[f.equalto],B=A?a.trim(b(a(A))):"",A&&B!==r))return this.cast("ALERT",[I,p,"equalto"])&&!1;for(z=(f.rule||"").split(","),C=0,D=z.length;D>C;C++)if((E=z[C])&&(H=this.cast("APPLY_RULE",[E,r]),s.indexOf("not,")>-1&&(H=!H),!H))return this.cast("ALERT",[I,p,"invalid_"+E])&&!1}else if(f["default"]&&(r=f["default"]),f.required)return this.cast("ALERT",[I,p,"isnull"])&&!1}return a.isFunction(m)?m(I):!0},API_ADD_RULE:function(a,b){var c=b[0].toLowerCase();e[c]=b[1]},API_DEL_RULE:function(a,b){var c=b[0].toLowerCase();delete e[c]},API_GET_RULE:function(a,b){var c=b[0].toLowerCase();return e[c]?e[c]:null},API_ADD_FILTER:function(a,b){var c=b[0].toLowerCase(),d=b[1];g[c]=d},API_DEL_FILTER:function(a,b){var c=b[0].toLowerCase();delete g[c]},API_GET_FILTER:function(a,b){var c=b[0].toLowerCase();return g[c]?g[c]:null},API_ADD_EXTRA_FIELD:function(a,b){var c=b[0].toLowerCase(),d=b[1];i[c]=d},API_GET_EXTRA_FIELD:function(a,b){var c=b[0].toLowerCase();return i[c]},API_DEL_EXTRA_FIELD:function(a,b){var c=b[0].toLowerCase();delete i[c]},API_APPLY_RULE:function(b,c){var d=c[0],f=c[1];return"undefined"==typeof e[d]?!0:a.isFunction(e[d])?e[d](f):e[d]instanceof RegExp?e[d].test(f):a.isArray(e[d])?a.inArray(f,e[d])>-1:!0},API_ALERT:function(b,c){var d=c[0],e=c[1],f=c[2],g=c[3],h=c[4],i=this.cast("GET_MESSAGE",[e]),j=this.cast("GET_MESSAGE",[f]);j!=f&&(j=j.indexOf("%s")<0?i+j:j.replace("%s",i)),(g||h)&&(j+="("+(g||"")+"~"+(h||"")+")"),this.cast("SHOW_ALERT",[j]),a(d.elements[e]).focus()},API_SHOW_ALERT:function(a,b){alert(b[0])},API_ADD_MESSAGE:function(a,b){var c=b[0],e=b[1];d[c]=e},API_GET_MESSAGE:function(a,b){var c=b[0];return d[c]||c},API_ADD_CALLBACK:function(a,b){var c=b[0],d=b[1];h[c]=d},API_REMOVE_CALLBACK:function(a,b){var c=b[0];delete h[c]}}),k=new j;xe.registerApp(k);var l=xe.createPlugin("editor_stub",{API_BEFORE_VALIDATE:function(a,b){var c=b[0],d=c.getAttribute("editor_sequence");if(d&&"object"==typeof d&&(d=d.value),d)try{editorRelKeys[d].content.value=editorRelKeys[d].func(d)||""}catch(e){}}});k.registerPlugin(new l)}(jQuery);

위와 같이 정보를 적는게 맞는건지 모르겠습니다.

보기 편하게 적지를 못했습니다. 코딩이나 개발에 대해서 잘 알지 못해 이렇게 질문을 올립니다.
그리고 글 작성시 잘 나오던 목록이 작성후에는 정상적으로 표시가 되지 않는 문제도 있습니다.

 

xe문의_02.png

위의 상황이 글 작성후 아래와 같아집니다.

 

xe문의_03.png

 

 

 

또 아래에 서버 정보 올리도록 하겠습니다.

[XE Server Environment 2015-12-03]

realpath : /home/hosting_users/ecrossoug/www
location : ko
package : XE
host : http://koreaoug.org/
app : Apache
xe_version : 1.8.14
php : 5.5.17p1
db_type : mysql
use_rewrite : Y
use_db_session : N
use_ssl : none
phpext : core, ereg, libxml, openssl, sqlite3, zlib, bcmath, bz2, curl, dba, fileinfo, ftp, gd, gettext, iconv, mbstring, mcrypt, pdo_sqlite, phar, simplexml, sockets, exif, sysvmsg, sysvsem, sysvshm, xml, xmlreader, xmlrpc, xmlwriter, zip, apache, mysql, mysqli, oci8, pgsql, mssql, cubrid, pdo_mysql, soap, memcache, redis, mhash, ioncube loader
module : adminlogging(1.7), board(1.7.2), krzip(1.8.0), syndication(4.0)
addon : adminlogging(1.7), captcha_member(1.7), oembed(1.0)
layout : xe_official(1.7), xedition(1.9), user_layout(1.7)
widget : cameronSlider(1.0.2), counter_status(1.7), pado_image_news(0.3), towc_new_docu(1.9), treasurej_popular(1.0.5), vns_content(1.1)

 

여러 일 찾아 봤지만 해결의 실마리가 보이질 않아서 이렇게 글 올립니다.

많은 지도 편달 부탁드리겠습니다.

감사합니다.

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
고고싱229af php7에서 xe알림센터 원래 작동안하나요? [2] 2016.04.08 by YJSoft
zartin 'wifi에서 사용하길 권장합니다'라는 메시지가 뜨네요? [1] 2016.04.08 by YJSoft
나두선생 [긴급]XE 사용 중 카테고리 삭제로 인한 문제.  
마야937 csss 내용 중에 삭제 하고 싶은데 어디 있는지 모르겠어요. [2] 2016.04.07 by BRANDYK
유자일로 추천을 IP기준이 아니라 유저ID 기준으로 하고 싶습니다 [2] 2016.04.07 by BRANDYK
헤밀리온 썸네일 동그랗게.. [3] 2016.04.07 by DoorWeb
헤밀리온 json 사용법  
OSK4U 게시판 날짜를 등록날짜가 아닌 오늘날짜로 계속 표현하고 싶습니다. [2] 2016.04.07 by OSK4U
도로테비 인덱스 페이지가 따로 있을때 www를 붙이는 방법.. [1] 2016.04.07 by 불금
KimTAJO XE3가 제대로 구동되지 않네요..  
땅콩이 브라우져별 이동페이지레이아웃  
NativeHyun 관리자페이지가 iOS에선 정상적으로 출력되지만, Windows에서는 깨집니다. file  
AJY url의 www 유무 차이 (회원로그인이 정상적이지 않습니다) [1] file 2016.04.06 by sejin7940
명품관 게시글 등록 버튼을 누를시 긴글의 경우 등록이되지 않는 문제 문의 드립니다. 많은 도움 부탁드립니다. [7] file 2016.04.06 by 플래토
멍충돋네 알림센터를 적용하면 글등록을 해도 페이지가 넘어가지 않습니다. [5] file 2016.04.06 by 플래토
처음부터끝까지 자료실 에xe1.8버전이 xe3인가용 [1] 2016.04.06 by 로이조52
용가리 연습을하려고 하는데 [1] file 2016.04.06 by 아스
찐이s 이슈트래커 등록않되는 문제 file  
아스 댓글검색을 하면 아무것도 검색이 안됩니다. [1] 2016.04.06 by 아스
이미수 xe 데이터 이전 툴 사용 방법 [2] 2016.04.06 by I-JEX
에버번역 xe를 없애고 싶습니다 [13] 2016.04.06 by 시니시즘
에버번역 xe 글자 없애려다 일이 나고야마네요 ㅠ [1] file 2016.04.05 by 불금
최태진814 스케치북 게시판 스킨 질문 드립니다! file  
장범근 파일에서 getMemberSrl를 할수 없나요? [1] 2016.04.05 by sejin7940
soko**** 게시판 글 쓸때 "읽기 전용" 이라고 안되네요;  
수우린 신청/접수 페이지를 만드려고 하는데.. 찾아봐도 없네요 ㅜㅜ [3] 2016.04.05 by 빙짱
신기스칸 cache파일로 만들었더니 왼쪽 서브메뉴가 안 나와요?  
미소천사그대 스케치북5 게시판 리스트에 조회수가 안보이네요 [6] file 2016.04.05 by 미소천사그대
안동 XE 4.1 pl8 > 최신버전 [1] 2016.04.05 by 비누남어
은우마스터 특정 게시판에 첨부된 파일목록만 확인하기 [1] 2016.04.05 by sejin7940