HTTP/1.1 200 OK
Date: Thu, 21 Nov 2024 08:30:22 GMT
Server: Apache
Link: <https://condesa.org/wp-json/>; rel="https://api.w.org/", <https://condesa.org/wp-json/wp/v2/pages/1>; rel="alternate"; title="JSON"; type="application/json", <https://condesa.org/>; rel=shortlink
Connection: close
Transfer-Encoding: chunked
Content-Type: text/html; charset=UTF-8
11a
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>
24
The Adventures of the Vessel Condesa
45
</title>
<!-- leave this for stats -->
<link rel="stylesheet" href="
13
https://condesa.org
1883
/files/wp-content/themes/fallseason-10/style.css" type="text/css" media="screen"/>
<link rel="alternate" type="application/rss+xml" title="The Adventures of the Vessel Condesa RSS Feed" href="http://www.condesa.org/feed/"/>
<link rel="pingback" href="http://www.condesa.org/xmlrpc.php"/>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.condesa.org/xmlrpc.php?rsd"/>
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.condesa.org/wp-includes/wlwmanifest.xml"/>
<link rel="index" title="The Adventures of the Vessel Condesa" href="http://www.condesa.org"/>
<script language="javascript" type="text/javascript">
<!--
function collapseThread( theId ) {
var comment = document.getElementById(theId);
if(!comment)
{
alert("ERROR:\nThe document structure is different\nfrom what Threaded Comments expects.\nYou are missing the element '"+theId+"'");
return;
}
var theBody = findBody(comment);
if(comment.className.indexOf("collapsed") > -1) {
comment.className = comment.className.replace(" collapsed", "");;
} else {
comment.className += " collapsed";
}
}
function expandThread( theId ) {
var comment = document.getElementById(theId);
if(!comment)
{
alert("ERROR:\nThe document structure is different\nfrom what Threaded Comments expects.\nYou are missing the element '"+theId+"'");
return;
}
var theBody = findBody(comment);
if(comment.className.indexOf("collapsed") > -1) {
comment.className = comment.className.replace(" collapsed", "");;
}
}
function findBody(el)
{
var divs = el.getElementsByTagName("div");
var ret;
for(var i = 0; i < divs.length; ++i) {
if(divs.item(i).className.indexOf("body") > -1)
return divs.item(i);
}
return false;
}
function onAddComment() {
//checkDocumentIntegrity();
var el = document.getElementById("commentform");
// Future release: Check if form is filled correctly and mark the form fields.
el.submit();
}
function moveAddCommentBelow(theId, threadId, collapse)
{
expandThread( theId );
var addComment = document.getElementById("addcomment");
if(!addComment)
{
alert("ERROR:\nThreaded Comments can't find the 'addcomment' div.\nThis is probably because you have changed\nthe comments.php file.\nMake sure there is a tag around the form\nthat has the id 'addcomment'");
return
}
var comment = document.getElementById(theId);
if(collapse)
{
for(var i = 0; i < comment.childNodes.length; ++i) {
var c = comment.childNodes.item(i);
if(typeof(c.className) == "string" && c.className.indexOf("collapsed")<0) {
c.className += " collapsed";
}
}
}
addComment.parentNode.removeChild(addComment);
comment.appendChild(addComment);
if(comment.className.indexOf("alt")>-1) {
addComment.className = addComment.className.replace(" alt", "");
} else {
addComment.className += " alt";
}
var replyId = document.getElementById("comment_reply_ID");
if(replyId == null)
{
alert("Brians Threaded Comments Error:\nThere is no hidden form field called\n'comment_reply_ID'. This is probably because you\nchanged the comments.php file and forgot\nto include the field. Please take a look\nat the original comments.php and copy the\nform field over.");
}
replyId.value = threadId;
var reRootElement = document.getElementById("reroot");
if(reRootElement == null)
{
alert("Brians Threaded Comments Error:\nThere is no anchor tag called 'reroot' where\nthe comment form starts.\nPlease compare your comments.php to the original\ncomments.php and copy the reroot anchor tag over.");
}
reRootElement.style.display = "block";
var aTags = comment.getElementsByTagName("A");
var anc = aTags.item(0).id;
//document.location.href = "#"+anc;
document.getElementById("comment").focus();
}
function checkDocumentIntegrity()
{
str = "";
str += checkElement("reroot","div tag");
str += checkElement("addcomment", "div tag");
str += checkElement("comment_reply_ID", "hidden form field");
str += checkElement("content", "div tag");
str += checkElement("comment", "textfield");
str += checkElement("addcommentanchor", "anchor tag");
if(str != "")
{
str = "Brian's Threaded Comments are missing some of the elements that are required for it to function correctly.\nThis is probably the because you have changed the original comments.php that was included with the plugin.\n\nThese are the errors:\n" + str;
str += "\nYou should compare your comments.php with the original comments.php and make sure the required elements have not been removed.";
alert(str);
}
}
function checkElement(theId, elDesc)
{
var el = document.getElementById(theId);
if(!el)
{
if(elDesc == null)
elDesc = "element";
return "- The "+elDesc+" with the ID '" +theId + "' is missing\n";
}
else
return "";
}
function reRoot()
{
var addComment = document.getElementById("addcomment");
var reRootElement = document.getElementById("reroot");
reRootElement.style.display = "none";
var content = document.getElementById("content");
addComment.parentNode.removeChild(addComment);
content.appendChild(addComment);
addComment.className = addComment.className.replace(" alt", "");
document.location.href = "#addcommentanchor";
document.getElementById("comment").focus();
document.getElementById("comment_reply_ID").value = "0";
}
function changeCommentSize(d)
{
var el = document.getElementById("comment");
var height = parseInt(el.style.height);
if(!height && el.offsetHeight)
height = el.offsetHeight;
height += d;
if(height < 20)
height = 20;
el.style.height = height+"px";
}
-->
</script>
<style type="text/css">
.comment
{
position: relative;
margin: 3px;
margin-top: 6px;
/* border: 1px solid #666; */
padding: 4px 4px 4px 8px;
background-color: #fff;
}
.odd
{
background-color: #f8f8f8;
}
.comment div {
position: relative;
}
.comment .comment img
{
margin: 0px;
}
.comment .collapseicon
{
width: 13px;
height: 13px;
overflow: hidden;
background-image: url(
13
https://condesa.org
83
/files/wp-content/plugins/briansthreadedcomments_image_subthread-open.png);
}
.collapsed .collapseicon
{
background-image: url(
13
https://condesa.org
23f
/files/wp-content/plugins/briansthreadedcomments_image_subthread.png);
}
.comment .reply {
text-align: right;
font-size: 80%;
padding: 0px 6px 6px 0px;
}
.comment
{
border: 1px solid #ddd;
margin-top: 10px;
}
input#subscribe
{
width: auto;
}
.comment .body .content
{
padding: 0px 3px 0px 3px;
width: 100%;
overflow: auto;
}
.comment .title abbr
{
border: none;
}
.collapsed .body, .collapsed .comment
{
display: none;
}
/*
#addcomment small, #addcomment div
{
padding: 3px;
}
*/
#commentform textarea {
width: 97%;
}
</style>
39
<meta name='robots' content='max-image-preview:large' />
1
6e
<!-- This site is optimized with the Yoast SEO plugin v14.4.1 - https://yoast.com/wordpress/plugins/seo/ -->
38
<meta name="description" content="I’m Sailing !!" />
30
<meta name="robots" content="index, follow" />
72
<meta name="googlebot" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1" />
70
<meta name="bingbot" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1" />
36
<link rel="canonical" href="https://condesa.org/" />
2f
<meta property="og:locale" content="en_US" />
2f
<meta property="og:type" content="website" />
4d
<meta property="og:title" content="The Adventures of the Vessel Condesa" />
3f
<meta property="og:description" content="I’m Sailing !!" />
3b
<meta property="og:url" content="https://condesa.org/" />
51
<meta property="og:site_name" content="The Adventures of the Vessel Condesa" />
4f
<meta property="article:modified_time" content="2020-06-24T12:48:31+00:00" />
89
<meta property="og:image" content="http://[get_bloginfo]url[/get_bloginfo%5D/files/wp-content/uploads/2018/08/img_45681-300x225.jpg" />
3c
<meta name="twitter:card" content="summary_large_image" />
451
<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebSite","@id":"https://condesa.org/#website","url":"https://condesa.org/","name":"The Adventures of the Vessel Condesa","description":"Just another WordPress site","potentialAction":[{"@type":"SearchAction","target":"https://condesa.org/?s={search_term_string}","query-input":"required name=search_term_string"}],"inLanguage":"en"},{"@type":"ImageObject","@id":"https://condesa.org/#primaryimage","inLanguage":"en","url":"[get_bloginfo]url[/get_bloginfo]/files/wp-content/uploads/2018/08/img_45681-300x225.jpg"},{"@type":"WebPage","@id":"https://condesa.org/#webpage","url":"https://condesa.org/","name":"The Adventures of the Vessel Condesa","isPartOf":{"@id":"https://condesa.org/#website"},"primaryImageOfPage":{"@id":"https://condesa.org/#primaryimage"},"datePublished":"2020-06-24T12:48:29+00:00","dateModified":"2020-06-24T12:48:31+00:00","description":"I\u2019m Sailing !!","inLanguage":"en","potentialAction":[{"@type":"ReadAction","target":["https://condesa.org/"]}]}]}</script>
1e
<!-- / Yoast SEO plugin. -->
2
cda
<script type="text/javascript">
/* <![CDATA[ */
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/condesa.org\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.6.2"}};
/*! This file is auto-generated */
!function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);
/* ]]> */
</script>
168
<style id='wp-emoji-styles-inline-css' type='text/css'>
img.wp-smiley, img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 0.07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
a6
<link rel='stylesheet' id='wp-block-library-css' href='https://condesa.org/wp-includes/css/dist/block-library/style.min.css?ver=6.6.2' type='text/css' media='all' />
16a
<style id='classic-theme-styles-inline-css' type='text/css'>
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
</style>
1f40
<style id='global-styles-inline-css' type='text/css'>
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,20
{
"@category" : "datascan",
"@timestamp" : "2024-11-21T08:30:22.000Z",
"app" : {
"extract" : {
"domain" : [
"w.org",
"yoast.com",
"schema.org",
"gmpg.org",
"condesa.org",
"w3.org"
],
"file" : [
"wlwmanifest.xml",
"xmlrpc.php"
],
"hostname" : [
"api.w.org",
"condesa.org",
"gmpg.org",
"schema.org",
"www.condesa.org",
"www.w3.org",
"yoast.com"
],
"url" : [
"http://gmpg.org/xfn/11",
"http://www.condesa.org",
"http://www.condesa.org/feed/",
"http://www.condesa.org/wp-includes/wlwmanifest.xml",
"http://www.condesa.org/xmlrpc.php",
"http://www.condesa.org/xmlrpc.php?rsd",
"http://www.w3.org/1999/xhtml",
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd",
"https://api.w.org/",
"https://condesa.org",
"https://condesa.org/",
"https://condesa.org/?s=",
"https://condesa.org/wp-includes/css/dist/block-library/style.min.css?ver=6.6.2",
"https://condesa.org/wp-json/",
"https://condesa.org/wp-json/wp/v2/pages/1",
"https://schema.org",
"https://yoast.com/wordpress/plugins/seo/"
]
},
"http" : {
"bodymd5" : "62a3d7719cd2e951d4916000e4421018",
"bodymmh3" : -1498414487,
"component" : [
{
"product" : "WordPress",
"productvendor" : "WordPress",
"productversion" : "6.6.2"
}
],
"description" : "I\u2019m Sailing !!",
"headermd5" : "2b1c06a5f063019ebaf884409171156b",
"headermmh3" : 368403500,
"title" : "24\r\nThe Adventures of the Vessel Condesa\r\n45"
},
"length" : 16384
},
"asn" : "AS398101",
"basicconstraints" : "critical",
"ca" : "false",
"city" : "Ashburn",
"country" : "US",
"cpe" : "<enterprise field>: cpe",
"cpecount" : "<enterprise field>: cpecount",
"data" : "HTTP/1.1 200 OK\r\nDate: Thu, 21 Nov 2024 08:30:22 GMT\r\nServer: Apache\r\nLink: <https://condesa.org/wp-json/>; rel=\"https://api.w.org/\", <https://condesa.org/wp-json/wp/v2/pages/1>; rel=\"alternate\"; title=\"JSON\"; type=\"application/json\", <https://condesa.org/>; rel=shortlink\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\n\r\n11a\r\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head profile=\"http://gmpg.org/xfn/11\">\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"/>\n<title>\r\n24\r\nThe Adventures of the Vessel Condesa\r\n45\r\n</title>\n <!-- leave this for stats -->\n<link rel=\"stylesheet\" href=\"\r\n13\r\nhttps://condesa.org\r\n1883\r\n/files/wp-content/themes/fallseason-10/style.css\" type=\"text/css\" media=\"screen\"/>\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"The Adventures of the Vessel Condesa RSS Feed\" href=\"http://www.condesa.org/feed/\"/>\n<link rel=\"pingback\" href=\"http://www.condesa.org/xmlrpc.php\"/>\n<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"http://www.condesa.org/xmlrpc.php?rsd\"/>\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"http://www.condesa.org/wp-includes/wlwmanifest.xml\"/> \n<link rel=\"index\" title=\"The Adventures of the Vessel Condesa\" href=\"http://www.condesa.org\"/>\n<script language=\"javascript\" type=\"text/javascript\">\n<!--\n\t\tfunction collapseThread( theId ) {\n\t\t\tvar comment = document.getElementById(theId);\n\t\t\tif(!comment)\n\t\t\t{\n\t\t\t\talert(\"ERROR:\\nThe document structure is different\\nfrom what Threaded Comments expects.\\nYou are missing the element '\"+theId+\"'\");\n\t\t\t\treturn;\n\t\t\t}\n\t\t\tvar theBody = findBody(comment);\n\t\t\tif(comment.className.indexOf(\"collapsed\") > -1) {\n\t\t\t\tcomment.className = comment.className.replace(\" collapsed\", \"\");;\n\t\t\t} else {\n\t\t\t\tcomment.className += \" collapsed\";\n\t\t\t}\n\t\t}\n\t\tfunction expandThread( theId ) {\n\t\t\tvar comment = document.getElementById(theId);\n\t\t\tif(!comment)\n\t\t\t{\n\t\t\t\talert(\"ERROR:\\nThe document structure is different\\nfrom what Threaded Comments expects.\\nYou are missing the element '\"+theId+\"'\");\n\t\t\t\treturn;\n\t\t\t}\n\t\t\tvar theBody = findBody(comment);\n\t\t\tif(comment.className.indexOf(\"collapsed\") > -1) {\n\t\t\t\tcomment.className = comment.className.replace(\" collapsed\", \"\");;\n\t\t\t} \n\t\t}\n\t\tfunction findBody(el)\n\t\t{\n\t\t\tvar divs = el.getElementsByTagName(\"div\");\n\t\t\tvar ret;\n\t\t\tfor(var i = 0; i < divs.length; ++i) {\n\t\t\t\tif(divs.item(i).className.indexOf(\"body\") > -1)\n\t\t\t\t\treturn divs.item(i);\n\t\t\t}\n\t\t\treturn false;\n\t\t}\n\t\tfunction onAddComment() {\n\t\t\t//checkDocumentIntegrity();\n\t\t\tvar el = document.getElementById(\"commentform\");\n\t\t\t// Future release: Check if form is filled correctly and mark the form fields.\n\t\t\tel.submit();\n\t\t}\n\t\tfunction moveAddCommentBelow(theId, threadId, collapse)\n\t\t{\n\t\t\texpandThread( theId );\n\t\t\tvar addComment = document.getElementById(\"addcomment\");\n\t\t\tif(!addComment)\n\t\t\t{\n\t\t\t \talert(\"ERROR:\\nThreaded Comments can't find the 'addcomment' div.\\nThis is probably because you have changed\\nthe comments.php file.\\nMake sure there is a tag around the form\\nthat has the id 'addcomment'\"); \n\t\t\t\treturn\n\t\t\t}\n\t\t\tvar comment = document.getElementById(theId);\n\t\t\tif(collapse)\n\t\t\t{\n\t\t\t\tfor(var i = 0; i < comment.childNodes.length; ++i) {\n\t\t\t\t\tvar c = comment.childNodes.item(i);\n\t\t\t\t\tif(typeof(c.className) == \"string\" && c.className.indexOf(\"collapsed\")<0) {\n\t\t\t\t\t\tc.className += \" collapsed\";\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\taddComment.parentNode.removeChild(addComment);\n\t\t\tcomment.appendChild(addComment);\n\t\t\tif(comment.className.indexOf(\"alt\")>-1) {\n\t\t\t\taddComment.className = addComment.className.replace(\" alt\", \"\");\t\t\t\t\t\n\t\t\t} else {\n\t\t\t\taddComment.className += \" alt\";\n\t\t\t}\n\t\t var replyId = document.getElementById(\"comment_reply_ID\");\n\t\t\tif(replyId == null)\n\t\t\t{\n\t\t\t\talert(\"Brians Threaded Comments Error:\\nThere is no hidden form field called\\n'comment_reply_ID'. This is probably because you\\nchanged the comments.php file and forgot\\nto include the field. Please take a look\\nat the original comments.php and copy the\\nform field over.\");\n\t\t\t}\n\t\t\treplyId.value = threadId;\n\t\t\tvar reRootElement = document.getElementById(\"reroot\");\n\t\t\tif(reRootElement == null)\n\t\t\t{\n\t\t\t\talert(\"Brians Threaded Comments Error:\\nThere is no anchor tag called 'reroot' where\\nthe comment form starts.\\nPlease compare your comments.php to the original\\ncomments.php and copy the reroot anchor tag over.\");\n\t\t\t}\n\t\t\treRootElement.style.display = \"block\";\n\t\t\tvar aTags = comment.getElementsByTagName(\"A\");\n\t\t\tvar anc = aTags.item(0).id;\n\t\t\t//document.location.href = \"#\"+anc;\n\t\t\tdocument.getElementById(\"comment\").focus();\n\t\t}\n\t\tfunction checkDocumentIntegrity()\n\t\t{\n\t\t\tstr = \"\";\n\t\t\tstr += checkElement(\"reroot\",\"div tag\");\n\t\t\tstr += checkElement(\"addcomment\", \"div tag\");\n\t\t\tstr += checkElement(\"comment_reply_ID\", \"hidden form field\");\n\t\t\tstr += checkElement(\"content\", \"div tag\");\n\t\t\tstr += checkElement(\"comment\", \"textfield\");\n\t\t\tstr += checkElement(\"addcommentanchor\", \"anchor tag\");\n\t\t\tif(str != \"\")\n\t\t\t{\n\t\t\t\tstr = \"Brian's Threaded Comments are missing some of the elements that are required for it to function correctly.\\nThis is probably the because you have changed the original comments.php that was included with the plugin.\\n\\nThese are the errors:\\n\" + str;\n\t\t\t\tstr += \"\\nYou should compare your comments.php with the original comments.php and make sure the required elements have not been removed.\";\n\t\t\t\talert(str);\n\t\t\t}\n\t\t}\n\t\tfunction checkElement(theId, elDesc)\n\t\t{\n\t\t\tvar el = document.getElementById(theId);\n\t\t\tif(!el)\n\t\t\t{\n\t\t\t\tif(elDesc == null)\n\t\t\t\t\telDesc = \"element\";\n\t\t\t\treturn \"- The \"+elDesc+\" with the ID '\" +theId + \"' is missing\\n\"; \n\t\t\t}\n\t\t\telse \n\t\t\t\treturn \"\";\n\t\t}\n\t\tfunction reRoot()\n\t\t{\n\t\t\tvar addComment = document.getElementById(\"addcomment\");\t\t\t\n\t\t\tvar reRootElement = document.getElementById(\"reroot\");\n\t\t\treRootElement.style.display = \"none\";\n\t\t\tvar content = document.getElementById(\"content\");\n\t\t\taddComment.parentNode.removeChild(addComment);\n\t\t\tcontent.appendChild(addComment);\n\t\t\taddComment.className = addComment.className.replace(\" alt\", \"\");\n\t\t\tdocument.location.href = \"#addcommentanchor\";\n\t\t\tdocument.getElementById(\"comment\").focus();\t\t\t\t\n\t\t\tdocument.getElementById(\"comment_reply_ID\").value = \"0\";\n\t\t}\t\t\t\n\t\tfunction changeCommentSize(d)\n\t\t{\n\t\t\tvar el = document.getElementById(\"comment\");\n\t\t\tvar height = parseInt(el.style.height);\n\t\t\tif(!height && el.offsetHeight)\n\t\t\t\theight = el.offsetHeight;\n\t\t\theight += d;\n\t\t\tif(height < 20) \n\t\t\t\theight = 20;\n\t\t\tel.style.height = height+\"px\";\n\t\t}\t\t\n-->\n</script>\n<style type=\"text/css\">\n.comment \n{\n\tposition: \t\t\t\trelative;\n\tmargin:\t\t\t\t\t3px;\n\tmargin-top:\t\t\t\t6px;\n/*\tborder: \t\t\t\t1px solid #666; */\n\tpadding:\t\t\t\t4px 4px 4px 8px;\n\tbackground-color:\t\t#fff;\n}\n.odd\n{\n\tbackground-color: #f8f8f8;\n}\n.comment div {\n\tposition: \t\t\t\trelative;\n}\n.comment .comment img\n{\n\tmargin: \t\t\t\t0px;\n}\n.comment .collapseicon \n{\n\twidth: \t\t\t\t\t13px;\n\theight: \t\t\t\t13px;\n\toverflow:\t\t\t\thidden;\n\tbackground-image: \t\turl(\r\n13\r\nhttps://condesa.org\r\n83\r\n/files/wp-content/plugins/briansthreadedcomments_image_subthread-open.png);\n}\n.collapsed .collapseicon \n{\n\tbackground-image: \t\turl(\r\n13\r\nhttps://condesa.org\r\n23f\r\n/files/wp-content/plugins/briansthreadedcomments_image_subthread.png);\n}\n.comment .reply {\n\ttext-align: \t\t\tright;\n\tfont-size: \t\t\t\t80%;\n\tpadding: \t\t\t\t0px 6px 6px 0px;\n}\n.comment\n{\n\tborder: \t1px solid #ddd;\n\tmargin-top: \t\t\t10px;\n}\ninput#subscribe\n{\n\twidth: auto;\n}\n.comment .body .content\n{\n\tpadding:\t\t\t\t0px 3px 0px 3px;\n\twidth: \t\t\t\t\t100%;\t\n\toverflow: \t\t\t\tauto; \n}\n.comment .title abbr\n{\n\tborder: none;\n}\n.collapsed .body, .collapsed .comment\n{\n\tdisplay:\t\t\t\tnone;\n}\n/*\n#addcomment small, #addcomment div\n{\n\tpadding:\t\t\t\t3px;\n}\n*/\n#commentform textarea {\n\twidth: 97%;\n}\n</style>\n\r\n39\r\n<meta name='robots' content='max-image-preview:large' />\n\r\n1\r\n\n\r\n6e\r\n\t<!-- This site is optimized with the Yoast SEO plugin v14.4.1 - https://yoast.com/wordpress/plugins/seo/ -->\n\r\n38\r\n\t<meta name=\"description\" content=\"I\u2019m Sailing !!\" />\n\r\n30\r\n\t<meta name=\"robots\" content=\"index, follow\" />\n\r\n72\r\n\t<meta name=\"googlebot\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" />\n\r\n70\r\n\t<meta name=\"bingbot\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" />\n\r\n36\r\n\t<link rel=\"canonical\" href=\"https://condesa.org/\" />\n\r\n2f\r\n\t<meta property=\"og:locale\" content=\"en_US\" />\n\r\n2f\r\n\t<meta property=\"og:type\" content=\"website\" />\n\r\n4d\r\n\t<meta property=\"og:title\" content=\"The Adventures of the Vessel Condesa\" />\n\r\n3f\r\n\t<meta property=\"og:description\" content=\"I\u2019m Sailing !!\" />\n\r\n3b\r\n\t<meta property=\"og:url\" content=\"https://condesa.org/\" />\n\r\n51\r\n\t<meta property=\"og:site_name\" content=\"The Adventures of the Vessel Condesa\" />\n\r\n4f\r\n\t<meta property=\"article:modified_time\" content=\"2020-06-24T12:48:31+00:00\" />\n\r\n89\r\n\t<meta property=\"og:image\" content=\"http://[get_bloginfo]url[/get_bloginfo%5D/files/wp-content/uploads/2018/08/img_45681-300x225.jpg\" />\n\r\n3c\r\n\t<meta name=\"twitter:card\" content=\"summary_large_image\" />\n\r\n451\r\n\t<script type=\"application/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https://schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https://condesa.org/#website\",\"url\":\"https://condesa.org/\",\"name\":\"The Adventures of the Vessel Condesa\",\"description\":\"Just another WordPress site\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":\"https://condesa.org/?s={search_term_string}\",\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en\"},{\"@type\":\"ImageObject\",\"@id\":\"https://condesa.org/#primaryimage\",\"inLanguage\":\"en\",\"url\":\"[get_bloginfo]url[/get_bloginfo]/files/wp-content/uploads/2018/08/img_45681-300x225.jpg\"},{\"@type\":\"WebPage\",\"@id\":\"https://condesa.org/#webpage\",\"url\":\"https://condesa.org/\",\"name\":\"The Adventures of the Vessel Condesa\",\"isPartOf\":{\"@id\":\"https://condesa.org/#website\"},\"primaryImageOfPage\":{\"@id\":\"https://condesa.org/#primaryimage\"},\"datePublished\":\"2020-06-24T12:48:29+00:00\",\"dateModified\":\"2020-06-24T12:48:31+00:00\",\"description\":\"I\\u2019m Sailing !!\",\"inLanguage\":\"en\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https://condesa.org/\"]}]}]}</script>\n\r\n1e\r\n\t<!-- / Yoast SEO plugin. -->\n\r\n2\r\n\n\n\r\ncda\r\n<script type=\"text/javascript\">\n/* <![CDATA[ */\nwindow._wpemojiSettings = {\"baseUrl\":\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/72x72\\/\",\"ext\":\".png\",\"svgUrl\":\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/\",\"svgExt\":\".svg\",\"source\":{\"concatemoji\":\"https:\\/\\/condesa.org\\/wp-includes\\/js\\/wp-emoji-release.min.js?ver=6.6.2\"}};\n/*! This file is auto-generated */\n!function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case\"flag\":return n(e,\"\\ud83c\\udff3\\ufe0f\\u200d\\u26a7\\ufe0f\",\"\\ud83c\\udff3\\ufe0f\\u200b\\u26a7\\ufe0f\")?!1:!n(e,\"\\ud83c\\uddfa\\ud83c\\uddf3\",\"\\ud83c\\uddfa\\u200b\\ud83c\\uddf3\")&&!n(e,\"\\ud83c\\udff4\\udb40\\udc67\\udb40\\udc62\\udb40\\udc65\\udb40\\udc6e\\udb40\\udc67\\udb40\\udc7f\",\"\\ud83c\\udff4\\u200b\\udb40\\udc67\\u200b\\udb40\\udc62\\u200b\\udb40\\udc65\\u200b\\udb40\\udc6e\\u200b\\udb40\\udc67\\u200b\\udb40\\udc7f\");case\"emoji\":return!n(e,\"\\ud83d\\udc26\\u200d\\u2b1b\",\"\\ud83d\\udc26\\u200b\\u2b1b\")}return!1}function f(e,t,n){var r=\"undefined\"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement(\"canvas\"),a=r.getContext(\"2d\",{willReadFrequently:!0}),o=(a.textBaseline=\"top\",a.font=\"600 32px Arial\",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement(\"script\");t.src=e,t.defer=!0,i.head.appendChild(t)}\"undefined\"!=typeof Promise&&(o=\"wpEmojiSettingsSupports\",s=[\"flag\",\"emoji\"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener(\"DOMContentLoaded\",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if(\"object\"==typeof e&&\"number\"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&\"object\"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if(\"undefined\"!=typeof Worker&&\"undefined\"!=typeof OffscreenCanvas&&\"undefined\"!=typeof URL&&URL.createObjectURL&&\"undefined\"!=typeof Blob)try{var e=\"postMessage(\"+f.toString()+\"(\"+[JSON.stringify(s),u.toString(),p.toString()].join(\",\")+\"));\",r=new Blob([e],{type:\"text/javascript\"}),a=new Worker(URL.createObjectURL(r),{name:\"wpTestEmojiSupports\"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],\"flag\"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);\n/* ]]> */\n</script>\n\r\n168\r\n<style id='wp-emoji-styles-inline-css' type='text/css'>\n\n\timg.wp-smiley, img.emoji {\n\t\tdisplay: inline !important;\n\t\tborder: none !important;\n\t\tbox-shadow: none !important;\n\t\theight: 1em !important;\n\t\twidth: 1em !important;\n\t\tmargin: 0 0.07em !important;\n\t\tvertical-align: -0.1em !important;\n\t\tbackground: none !important;\n\t\tpadding: 0 !important;\n\t}\n</style>\n\r\na6\r\n<link rel='stylesheet' id='wp-block-library-css' href='https://condesa.org/wp-includes/css/dist/block-library/style.min.css?ver=6.6.2' type='text/css' media='all' />\n\r\n16a\r\n<style id='classic-theme-styles-inline-css' type='text/css'>\n/*! This file is auto-generated */\n.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}\n</style>\n\r\n1f40\r\n<style id='global-styles-inline-css' type='text/css'>\n:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,20",
"datamd5" : "fb3a81d50cf4b72b1c19d54e0e92ad90",
"datammh3" : 1186544110,
"device" : {
"class" : "<enterprise field>: device.class"
},
"domain" : [
"condesa.org",
"secureserver.net"
],
"extkeyusage" : [
"serverAuth",
"clientAuth"
],
"fingerprint" : {
"md5" : "4a4a7b3e2623699e93d69634018b4fc9",
"sha1" : "35d3705ef0de9beb31bae5e7b620baf3c9474cf0",
"sha256" : "00e0e6602f3cc0a64d18dd3202ddce1cabe646a0cefe816c795a88f526cf8079"
},
"geolocus" : {
"asn" : "AS398101",
"continent" : "NA",
"continentname" : "North America",
"country" : "US",
"countryname" : "United States",
"domain" : [
"godaddy.com",
"secureserver.net"
],
"isineu" : "false",
"latitude" : "37.09024",
"location" : "37.09024,-95.712891",
"longitude" : "-95.712891",
"netname" : "GO-DADDY-COM-LLC",
"organization" : "GoDaddy.com, LLC",
"subnet" : "72.167.224.0/22"
},
"host" : [
25,
"mail",
"www"
],
"hostname" : [
"25.224.167.72.host.secureserver.net",
"condesa.org",
"mail.condesa.org",
"www.condesa.org"
],
"ip" : "72.167.224.25",
"ipv6" : "false",
"issuer" : {
"commonname" : "cPanel ECC Domain Validation Secure Server CA 3",
"country" : "US",
"organization" : "cPanel, LLC"
},
"keyusage" : [
"digitalSignature",
"keyEncipherment"
],
"latitude" : "39.0469",
"location" : "39.0469,-77.4903",
"longitude" : "-77.4903",
"node" : {
"country" : "<enterprise field>: node.country",
"groupid" : "<enterprise field>: node.groupid",
"id" : "<enterprise field>: node.id",
"physicalcountry" : "<enterprise field>: node.physicalcountry"
},
"organization" : "GO-DADDY-COM-LLC",
"os" : "Linux Kernel",
"osvendor" : "Linux",
"port" : 444,
"product" : "HTTP Server",
"productvendor" : "Apache",
"protocol" : "http",
"protocolversion" : "1.1",
"publickey" : {
"algorithm" : "rsaEncryption",
"length" : 2048
},
"reason" : "OK",
"reverse" : [
"25.224.167.72.host.secureserver.net"
],
"seen_date" : "2024-11-21",
"serial" : "a6:c0:de:d0:03:b3:44:cd:23:e6:23:e3:8f:ef:0b:94",
"signature" : {
"algorithm" : "ecdsa-with-SHA256"
},
"source" : "datascan",
"status" : 200,
"subdomains" : [
"167.72.host.secureserver.net",
"224.167.72.host.secureserver.net",
"72.host.secureserver.net",
"host.secureserver.net"
],
"subject" : {
"altname" : [
"condesa.org",
"mail.condesa.org",
"www.condesa.org"
],
"commonname" : "condesa.org"
},
"subnet" : "72.167.224.0/22",
"tag" : "<enterprise field>: tag",
"tld" : [
"net",
"org"
],
"tls" : "true",
"transport" : "tcp",
"url" : "/",
"validity" : {
"notafter" : "2025-01-03T23:59:59Z",
"notbefore" : "2024-10-05T00:00:00Z"
},
"version" : "v3",
"wildcard" : "false"
}