DELETE FROM KEYWORDS WHERE ID_DOMAINE=2786036DoneDoneDone
URL:www.dasuk.or.kr
Cache-Control: no-store, no-cache, must-revalidate
Cache-Control: post-check=0, pre-check=0
Connection: close
Date: Thu, 31 Oct 2024 00:17:49 GMT
Pragma: no-cache
Content-Length: 28244
Content-Type: text/html; charset=UTF-8
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Last-Modified: Thu, 31 Oct 2024 00:17:49 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.2k-fips DAV/2 PHP/5.3.21
Set-Cookie: PHPSESSID=a3m9kkveomqqifh50uevci0fb7; path=/
Set-Cookie: mobile=false
Set-Cookie: user-agent=67fdb84ffc21446b922f34e9a31d428e
Vary: Accept-Encoding,User-Agent
X-Powered-By: PHP/5.3.21
Status => 200
<!DOCTYPE html>
<html lang="ko">
<head>
<!-- META -->
<meta charset="utf-8">
<meta name="Generator" content="XpressEngine">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- TITLE -->
<title>다석사상연구회</title>
<!-- CSS -->
<link rel="stylesheet" href="/common/css/xe.min.css?20240412180324" />
<link rel="stylesheet" href="/addons/addon_write_insert_media/css/addon.css?20240412180330" />
<link rel="stylesheet" href="/common/js/plugins/ui/jquery-ui.min.css?20240412180325" />
<link rel="stylesheet" href="/layouts/style_a_lite/css/layout.css?20240412180341" />
<link rel="stylesheet" href="/modules/editor/styles/ckeditor_light/style.css?20240412180301" />
<link rel="stylesheet" href="/widgetstyles/tingenara_04/css.css?20240412180335" />
<link rel="stylesheet" href="/widgets/newest_document/skins/xe_official/css/white.css?20240412180414" />
<link rel="stylesheet" href="/widgets/newest_comment/skins/xe_official/css/white.css?20240412180414" />
<link rel="stylesheet" href="/widgets/newest_images/skins/jdh_xe_official/css/normal.css?20240412180410" />
<!-- JS -->
<!--[if lt IE 9]><script src="/common/js/jquery-1.x.min.js?20240412180326"></script>
<![endif]--><!--[if gte IE 9]><!--><script src="/common/js/jquery.min.js?20240412180324"></script>
<!--<![endif]--><script src="/common/js/x.min.js?20240412180324"></script>
<script src="/common/js/xe.min.js?20240412180324"></script>
<script src="/layouts/style_a_lite/js/layout.js?20240412180341"></script>
<!-- RSS -->
<link rel="alternate" type="application/rss+xml" title="Site RSS" href="http://www.dasuk.or.kr/rss" /><link rel="alternate" type="application/atom+xml" title="Site Atom" href="http://www.dasuk.or.kr/atom" /><!-- ICON -->
<script>
if(!captchaTargetAct) {var captchaTargetAct = [];}
captchaTargetAct.push("procMemberInsert");
</script>
<script type="text/javascript">
function insertMedia(editorSequence,media_url,media_width,media_height) {
// html 모드
if(editorMode[editorSequence]=="html"){
alert("TEXTAREA 모드에서는 사용이 불가합니다. 다른 에디터모드로 변경하세요.");
// 위지윅 모드
} else {
var iframe_obj = editorGetIFrame(editorSequence);
if(!iframe_obj) return;
if(!media_width) var media_width = "100%";
if(!media_height) var media_height = "315";
var media_html = media_url;
//YouTube
if(media_html.match(/((http:|https:)\/\/www.youtube.com|(http:|https:)\/\/youtube.com|(http:|https:)\/\/youtu.be).+?/i)){
var youtube_id = media_html.replace(/((http:|https:)\/\/www.youtube.co|(http:|https:)\/\/youtube.co|(http:|https:)\/\/youtu.b).+?\//i,"");
youtube_id = youtube_id.replace(/(watch\?v\=)/i,"");
youtube_id = youtube_id.replace(/(embed\/)/i,"");
youtube_id = youtube_id.replace(/(')/i,"");
youtube_id = youtube_id.substr(0,11);
media_html = "<iframe type=\"text/html\" width=\""+media_width+"\" height=\""+media_height+"\" src=\"//www.youtube.com/embed/"+youtube_id+"\" frameborder=\"0\" allowfullscreen></iframe>";
//Vimeo
} else if(media_html.match(/((http:|https:)\/\/player.vimeo.com\/|(http:|https:)\/\/www.vimeo.com\/|(http:|https:)\/\/vimeo.com\/)([0-9]|[v])/i)){
var vimeo_id = media_html.replace(/((http:|https:)\/\/vimeo.com)/i,"");
vimeo_id = vimeo_id.replace(/((http:|https:)\/\/player.vimeo.co|(http:|https:)\/\/www.vimeo.cm|(http:|https:)\/\/vimeo.co).+?\//i,"");
vimeo_id = vimeo_id.replace(/(video\/)/i,"");
vimeo_id = vimeo_id.replace(/(\/|\")/i,"");
vimeo_id = vimeo_id.substr(0,8);
media_html = "<iframe src=\"http://player.vimeo.com/video/"+vimeo_id+"\" width=\""+media_width+"\" height=\""+media_height+"\" frameborder=\"0\" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>";
//Mp4
} else if(media_html.match(/(http:\/\/|https:\/\/|mms:\/\/).+?\.(mp4)/i)) {
var mp4_url = media_html;
media_html = "<video width=\""+media_width+"\" height=\""+media_height+"\" controls><source src=\""+mp4_url+"\" type=\"video/mp4\"></video>";
//SoundCloud
} else if(media_html.match(/(soundcloud.com\/tracks\/)([0-9]|[v])/i)){
var soundcloud_id = media_html.replace(/(soundcloud.com)/i,"");
soundcloud_id = soundcloud_id.replace(/(tracks\/)/i,"");
soundcloud_id = soundcloud_id.replace(/(\/|\")/i,"");
media_html = "<iframe width=\""+media_width+"\" height=\"166\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/"+soundcloud_id+"&color=ff5500\"></iframe>";
} else{
alert("미디어주소를 입력하지 않았거나, 입력형식이 아닙니다.");
}
if(media_html) editorReplaceHTML(iframe_obj, media_html);
}
}
</script>
<link rel="canonical" href="http://www.dasuk.or.kr/" />
<meta property="og:locale" content="ko_KR" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://www.dasuk.or.kr/" />
<meta property="og:title" content="다석사상연구회" /><script>
//<![CDATA[
var current_url = "http://www.dasuk.or.kr/";
var request_uri = "http://www.dasuk.or.kr/";
var current_mid = "welcome";
var waiting_message = "서버에 요청 중입니다. 잠시만 기다려주세요.";
var ssl_actions = new Array();
var default_url = "http://www.dasuk.or.kr/";
xe.current_lang = "ko";
xe.cmd_find = "찾기";
xe.cmd_cancel = "취소";
xe.cmd_confirm = "확인";
xe.msg_no_root = "루트는 선택 할 수 없습니다.";
xe.msg_no_shortcut = "바로가기는 선택 할 수 없습니다.";
xe.msg_select_menu = "대상 메뉴 선택";
//]]>
</script>
</head>
<!DOCTYPE html>
<html lang="ko">
<head>
<!-- META -->
<meta charset="utf-8">
<meta name="Generator" content="XpressEngine">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- TITLE -->
<title>다석사상연구회</title>
<!-- CSS -->
<link rel="stylesheet" href="/common/css/xe.min.css?20240412180324" />
<link rel="stylesheet" href="/addons/addon_write_insert_media/css/addon.css?20240412180330" />
<link rel="stylesheet" href="/common/js/plugins/ui/jquery-ui.min.css?20240412180325" />
<link rel="stylesheet" href="/layouts/style_a_lite/css/layout.css?20240412180341" />
<link rel="stylesheet" href="/modules/editor/styles/ckeditor_light/style.css?20240412180301" />
<link rel="stylesheet" href="/widgetstyles/tingenara_04/css.css?20240412180335" />
<link rel="stylesheet" href="/widgets/newest_document/skins/xe_official/css/white.css?20240412180414" />
<link rel="stylesheet" href="/widgets/newest_comment/skins/xe_official/css/white.css?20240412180414" />
<link rel="stylesheet" href="/widgets/newest_images/skins/jdh_xe_official/css/normal.css?20240412180410" />
<!-- JS -->
<!--[if lt IE 9]><script src="/common/js/jquery-1.x.min.js?20240412180326"></script>
<![endif]--><!--[if gte IE 9]><!--><script src="/common/js/jquery.min.js?20240412180324"></script>
<!--<![endif]--><script src="/common/js/x.min.js?20240412180324"></script>
<script src="/common/js/xe.min.js?20240412180324"></script>
<script src="/layouts/style_a_lite/js/layout.js?20240412180341"></script>
<!-- RSS -->
<link rel="alternate" type="application/rss+xml" title="Site RSS" href="http://www.dasuk.or.kr/rss" /><link rel="alternate" type="application/atom+xml" title="Site Atom" href="http://www.dasuk.or.kr/atom" /><!-- ICON -->
<script>
if(!captchaTargetAct) {var captchaTargetAct = [];}
captchaTargetAct.push("procMemberInsert");
</script>
<script type="text/javascript">
function insertMedia(editorSequence,media_url,media_width,media_height) {
// html 모드
if(editorMode[editorSequence]=="html"){
alert("TEXTAREA 모드에서는 사용이 불가합니다. 다른 에디터모드로 변경하세요.");
// 위지윅 모드
} else {
var iframe_obj = editorGetIFrame(editorSequence);
if(!iframe_obj) return;
if(!media_width) var media_width = "100%";
if(!media_height) var media_height = "315";
var media_html = media_url;
//YouTube
if(media_html.match(/((http:|https:)\/\/www.youtube.com|(http:|https:)\/\/youtube.com|(http:|https:)\/\/youtu.be).+?/i)){
var youtube_id = media_html.replace(/((http:|https:)\/\/www.youtube.co|(http:|https:)\/\/youtube.co|(http:|https:)\/\/youtu.b).+?\//i,"");
youtube_id = youtube_id.replace(/(watch\?v\=)/i,"");
youtube_id = youtube_id.replace(/(embed\/)/i,"");
youtube_id = youtube_id.replace(/(')/i,"");
youtube_id = youtube_id.substr(0,11);
media_html = "<iframe type=\"text/html\" width=\""+media_width+"\" height=\""+media_height+"\" src=\"//www.youtube.com/embed/"+youtube_id+"\" frameborder=\"0\" allowfullscreen></iframe>";
//Vimeo
} else if(media_html.match(/((http:|https:)\/\/player.vimeo.com\/|(http:|https:)\/\/www.vimeo.com\/|(http:|https:)\/\/vimeo.com\/)([0-9]|[v])/i)){
var vimeo_id = media_html.replace(/((http:|https:)\/\/vimeo.com)/i,"");
vimeo_id = vimeo_id.replace(/((http:|https:)\/\/player.vimeo.co|(http:|https:)\/\/www.vimeo.cm|(http:|https:)\/\/vimeo.co).+?\//i,"");
vimeo_id = vimeo_id.replace(/(video\/)/i,"");
vimeo_id = vimeo_id.replace(/(\/|\")/i,"");
vimeo_id = vimeo_id.substr(0,8);
media_html = "<iframe src=\"http://player.vimeo.com/video/"+vimeo_id+"\" width=\""+media_width+"\" height=\""+media_height+"\" frameborder=\"0\" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>";
//Mp4
} else if(media_html.match(/(http:\/\/|https:\/\/|mms:\/\/).+?\.(mp4)/i)) {
var mp4_url = media_html;
media_html = "<video width=\""+media_width+"\" height=\""+media_height+"\" controls><source src=\""+mp4_url+"\" type=\"video/mp4\"></video>";
//SoundCloud
} else if(media_html.match(/(soundcloud.com\/tracks\/)([0-9]|[v])/i)){
var soundcloud_id = media_html.replace(/(soundcloud.com)/i,"");
soundcloud_id = soundcloud_id.replace(/(tracks\/)/i,"");
soundcloud_id = soundcloud_id.replace(/(\/|\")/i,"");
media_html = "<iframe width=\""+media_width+"\" height=\"166\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/"+soundcloud_id+"&color=ff5500\"></iframe>";
} else{
alert("미디어주소를 입력하지 않았거나, 입력형식이 아닙니다.");
}
if(media_html) editorReplaceHTML(iframe_obj, media_html);
}
}
</script>
<link rel="canonical" href="http://www.dasuk.or.kr/" />
<meta property="og:locale" content="ko_KR" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://www.dasuk.or.kr/" />
<meta property="og:title" content="다석사상연구회" /><script>
//<![CDATA[
var current_url = "http://www.dasuk.or.kr/";
var request_uri = "http://www.dasuk.or.kr/";
var current_mid = "welcome";
var waiting_message = "서버에 요청 중입니다. 잠시만 기다려주세요.";
var ssl_actions = new Array();
var default_url = "http://www.dasuk.or.kr/";
xe.current_lang = "ko";
xe.cmd_find = "찾기";
xe.cmd_cancel = "취소";
xe.cmd_confirm = "확인";
xe.msg_no_root = "루트는 선택 할 수 없습니다.";
xe.msg_no_shortcut = "바로가기는 선택 할 수 없습니다.";
xe.msg_select_menu = "대상 메뉴 선택";
//]]>
</script>
</head>
다석사상연구회
Recherche META Description de la page
Recherche META Keywords de la page
UPDATE DOMAINES SET server='Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.2k-fips DAV/2 PHP/5.3.21',redirection='',Status='200',err='',[TITRE]=N'다석사상연구회',[DESCRIPTION]=N'',[KEYWORDS]=N'' WHERE id=2786036
-2147217833 Les données de chaîne ou binaires seront tronquées.다석사상연구회
0. 다석사상연구회 (7)--------->0
INSERT INTO KEYWORDS (keyword,id_domaine) VALUES (N'다석사상연구회',2786036)