init commit

This commit is contained in:
zino
2021-02-16 23:07:41 +01:00
parent ec3fc78e0f
commit 12b4ef5db4
5000 changed files with 2596132 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 828 B

View File

@@ -0,0 +1,86 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>XFN - XHTML Friends Network </title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link type="text/css" href="default.css" rel="stylesheet" />
<style type="text/css">
/*<![CDATA[*/
h1 { text-transform:capitalize; font-variant:small-caps }/*]]>*/
</style>
<link rel="start" href="intro" title="XFN: Introduction and Examples" />
<link rel="glossary" href="11" title="XFN profile" />
<link rel="help" href="faq" title="XFN: FAQ" />
<link rel="copyright" href="#copyright" title="Copyright" />
</head>
<body>
<ul id="menu">
<li><a href="../xfn/">Home</a></li>
<li><a href="intro">Intro</a></li>
<li><a href="join">Join</a></li>
<li><a href="background">Background</a></li>
<li><a href="faq">FAQ</a></li>
<li><a href="tools">Tools</a></li>
<li><a href="and/">And...</a></li>
<li><a href="helping">Helping</a></li>
<li><a href="thanks">Thanks</a></li>
<li><a href="feedback">Feedback</a></li>
</ul>
<h1>Xhtml Friends Network</h1>
<p>
<abbr title="XHTML Friends Network">XFN&trade;</abbr> (<strong>X</strong>HTML <strong>F</strong>riends <strong>N</strong>etwork) is a simple way to represent human relationships using hyperlinks. In recent years, <dfn><a href="http://www.technorati.com/help/blogging101.html" title="Hyperlink to a definition of the term 'blog' and related terms.">blogs</a></dfn> and <dfn><a href="http://www.microcontentnews.com/resources/glossary/blogrolling.htm" title="Hyperlink to a definition of the term 'blogrolling'">blogrolls</a></dfn> have become the fastest growing area of the Web. XFN enables web authors to indicate their relationship(s) to the people in their blogrolls simply by adding a '<code>rel</code>' attribute to their <code title="hyperlink anchor">&lt;a href&gt;</code> tags, e.g.:
</p>
<p>
<code class="eg">&lt;a href="http://jeff.example.org" <strong>rel="friend met"</strong>&gt;...</code>
</p>
<p>To find out how to write and use XFN, or to write a program to generate or spider it, read the following sections:
</p>
<dl>
<dt><a href="intro">Introduction and Examples</a></dt>
<dd>Introduction to XFN, examples, styling suggestions, and future potential.</dd>
<dt><a href="join">Getting Started</a></dt>
<dd>Join the XHTML Friends Network in just four easy steps!</dd>
<dt><a href="11">Profile</a></dt>
<dd>Version 1.1 of the XFN meta data profile: the list of the values used in XFN with their significance. See the <a href="../xmdp">XMDP home page</a> for more information on XHTML Meta Data Profiles.</dd>
<dt><a href="background">Background</a></dt>
<dd>The thinking that went into the design of XFN, why particular values were chosen, and why other values were left out.</dd>
<dt><a href="faq">FAQ</a></dt>
<dd>Frequently asked questions about XFN.</dd>
<dt><a href="tools">XFN Tools</a></dt>
<dd>A collection of tools, templates, editors, communities, and other resources that let you edit XFN information. Includes the <a href="creator">XFN Creator</a>, among many others.</dd>
<dt><a href="and">XFN and ...</a></dt>
<dd>How to use XFN with numerous social network services and other technologies.</dd>
<dt><a href="more">What's out there?</a></dt>
<dd>Pointers to pages and sites which use XFN, tools, ...</dd>
<dt><a href="helping">How can I help?</a></dt>
<dd>If you would like to support XFN...</dd>
<dt><a href="press">Press</a></dt>
<dd>Articles about or that reference XFN...</dd>
<dt><a href="thanks">Thanks</a></dt>
<dd>Thanks to all those who have helped XFN with their feedback, constructive criticisms, suggestions, and inspirational uses.</dd>
<dt><a href="feedback">Feedback</a></dt>
<dd>Let us know what you think about XFN.</dd>
</dl>
<div id="trail">
<a href="index">XFN</a> [<a href="../">GMPG</a>]
</div>
<div id="footer"><p id="copyright">
Copyright &copy; 2003&#8211;2020 GMPG. <a rel="license" href="http://creativecommons.org/licenses/by-nd/2.0/">Some rights reserved</a>.</p>
</div>
</body>
</html>

View File

@@ -0,0 +1,5 @@
Info-file generated by HTTrack Website Copier 3.49-2
The file /home/zino/websites/pkrstarsbotext/gmpg.org/xfn/.html has not been scanned by HTS
Some links contained in it may be unreachable locally.
If you want to get these files, you have to set an upper recurse level, and to rescan the URL.

View File

@@ -0,0 +1,224 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<!-- Mirrored from gmpg.org/xfn/11 by HTTrack Website Copier/3.x [XR&CO'2014], Tue, 17 Nov 2020 00:44:39 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack -->
<head><title>XFN 1.1 profile</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="author" lang="tr" content="Tantek &Ccedil;elik" />
<meta name="author" content="Matthew Mullenweg" />
<meta name="author" content="Eric Meyer" />
<link type="text/css" href="default.css" rel="alternate stylesheet" title="xfn default.css" />
<style type="text/css">
/*<![CDATA[*/
body { background: #FCFAEA; color: black; font: small/1.2 Verdana, Arial, sans-serif; margin: 0; padding: 2em 10%; }
dl { margin:0 0 0 2em }
dt { font-weight:bold }
h3 { margin:0; font-weight:normal; font-size:1em }
h3:first-letter { text-transform:capitalize; }
h2 a { display:block; margin-left:2em }
#warning { border: 1px solid red; background-color: #c33; padding: 1em;}
/*]]>*/
</style>
<link rel="contents" href=".html" title="XFN - XHTML Friends Network" />
<link rel="start" href="intro.html" title="XFN: Introduction and Examples" />
<link rel="help" href="faq.html" title="XFN: FAQ" />
<link rel="copyright" href="#copyright" title="Copyright" />
</head>
<body>
<h1><abbr title="XHTML Friends Network">XFN</abbr> 1.1 relationships meta data profile</h1>
<h2>Authors</h2>
<ul id="authors">
<li><a href="http://tantek.com/">Tantek &Ccedil;elik</a></li>
<li><a href="http://photomatt.net/">Matthew Mullenweg</a></li>
<li><a href="http://meyerweb.com/">Eric Meyer</a></li>
</ul>
<p>As described in <a href="http://www.w3.org/TR/html401/struct/global.html#h-7.4.4.3">HTML4 Meta data profiles</a>.</p>
<dl class="profile">
<dt id="rel">rel</dt>
<dd><p><a rel="help" href="http://www.w3.org/TR/html401/struct/links.html#adef-rel">HTML4 definition of the 'rel' attribute.</a> Here are some additional values, each of which can be used or omitted in any combination (unless otherwise noted, and except where prohibited by law) and their meanings, <dfn title="A symmetric relationship 'rel' is one where 'A rel B' implies 'B rel A' and vice versa.">symmetry</dfn>, <dfn title="A transitive relationship 'rel' is one where 'A rel B' and 'B rel C' implies 'A rel C'">transitivity</dfn> and <dfn title="A relationship 'rel' has an inverse 'inv' when 'A rel B' implies 'B inv A'. A symmetrical relationship is its own inverse.">inverse</dfn> if any. Please see the <a href=".html">XFN home page</a> for more information about <abbr title="XHTML Friends Network">XFN</abbr>.</p>
<div><h3>friendship (pick at most one)</h3>
<dl>
<dt id="contact">contact</dt>
<dd>Someone you know how to get in touch with. Often symmetric.</dd>
<dt id="acquaintance">acquaintance</dt>
<dd>Someone who you have exchanged greetings and not much (if any) more &mdash; maybe a short conversation or two. Often symmetric.</dd>
<dt id="friend">friend</dt>
<dd>Someone you are a friend to. A compatriot, buddy, home(boy|girl) that you know. Often symmetric.</dd>
</dl>
</div>
<div><h3>physical</h3>
<dl>
<dt id="met">met</dt>
<dd>Someone who you have actually met in person. Symmetric.</dd>
</dl>
</div>
<div><h3>professional</h3>
<dl>
<dt id="co-worker">co-worker</dt>
<dd>Someone a person works with, or works at the same organization as. Symmetric. Usually transitive.</dd>
<dt id="colleague">colleague</dt>
<dd>Someone in the same field of study/activity. Symmetric. Often transitive.</dd>
</dl>
</div>
<div><h3>geographical (pick at most one)</h3>
<dl>
<dt id="co-resident">co-resident</dt>
<dd>Someone you share a street address with. Symmetric and transitive.</dd>
<dt id="neighbor">neighbor</dt>
<dd>Someone who lives nearby, perhaps only at an adjacent street address or doorway. Symmetric. Often transitive.</dd>
</dl>
</div>
<div><h3>family (pick at most one)</h3>
<dl>
<dt id="child">child</dt>
<dd>A person's genetic offspring, or someone that a person has adopted and takes care of. Inverse is parent.</dd>
<dt id="parent">parent</dt>
<dd>Inverse of child.</dd>
<dt id="sibling">sibling</dt>
<dd>Someone a person shares a parent with. Symmetric. Usually transitive.</dd>
<dt id="spouse">spouse</dt>
<dd>Someone you are married to. Symmetric. Not transitive.</dd>
<dt id="kin">kin</dt>
<dd>A relative, someone you consider part of your extended family. Symmetric and typically transitive.</dd>
</dl>
</div>
<div><h3>romantic</h3>
<dl>
<dt id="muse">muse</dt>
<dd>Someone who brings you inspiration. No inverse.</dd>
<dt id="crush">crush</dt>
<dd>Someone you have a crush on. No inverse.</dd>
<dt id="date">date</dt>
<dd>Someone you are dating. Symmetric. Not transitive.</dd>
<dt id="sweetheart">sweetheart</dt>
<dd>Someone with whom you are intimate and at least somewhat committed, typically exclusively. Symmetric. Not transitive.</dd>
</dl>
</div>
<div><h3>identity</h3>
<dl>
<dt id="me">me</dt>
<dd>A link to yourself at a different URL. Exclusive of all other XFN values. Required symmetric. There is an implicit "me" relation from the contents of a directory to the directory itself.</dd>
</dl>
</div>
</dd>
</dl>
<h2>Acknowledgments</h2>
<p>Please see our <a href="https://gmpg.org/xfn/thanks">Thanks page</a> for acknowledgments.
</p>
<h2>Copyright</h2>
<p id="copyright">Copyright &copy; 2003&#8211;2020 GMPG <a href="#authors"></a>. <a rel="license" href="http://creativecommons.org/licenses/by-nd/2.0/">Some rights reserved</a>.</p>
</body>
<!-- Mirrored from gmpg.org/xfn/11 by HTTrack Website Copier/3.x [XR&CO'2014], Tue, 17 Nov 2020 00:44:39 GMT -->
</html>

View File

@@ -0,0 +1,38 @@
body {background: #FCFAEA; color: black; position: relative;
margin: 0; padding: 2em 10%; font: small Verdana, Arial, sans-serif; line-height: 1.4;}
p {margin: 0 0 0.5em; text-indent: 3em;}
p#copyright { text-indent: 0 }
sup {vertical-align: 0.4em; font-size: 75%;}
pre {margin: 1.5em 1em;}
pre, code {font-size: 1em; color: #555; text-indent:0}
code strong, .egcodestrong { color:green; font-family:inherit }
code.eg { display:block; padding:.5em 1em; margin:.5em 1em; background:#fff; border:1px solid silver; white-space:pre}
h1 {margin: 2em 0 0.33em; border-bottom: 3px solid black; font-size: 250%; line-height: 1em;}
h2 {margin: 2em 0 0.75em; border-bottom: 3px double gray; font-size: 150%; line-height: 0.9em;}
h3 {margin: 1.5em 0 0.5em; border-bottom: 1px solid #000; font-size: 125%; line-height: 0.9em;}
h2 :link,h2 :visited,h3 :link,h3 :visited { text-decoration:none }
dt {font-weight: bold; margin-top:.2em}
#authlist {list-style: none; margin: 0; padding: 0; text-align: right;}
li {margin-top: 0.5em; padding:0}
.set li { margin-top:0 }
#fnotes {margin: 5em 0 0; padding: 0.5em 0 0; width: 10%; border-top: 1px solid; font-size: 90%;}
#fnotes li {width: 1000%; list-style: none;}
#trail {position: absolute; top: 0; right: 1em; width: 10em; padding: 0.33em;
font: bold 180% Arial, sans-serif; text-align: right; color: #DCDACA;}
#trail a {color: #DCDACA; font-size: 90%;}
#footer {margin-top: 3em; padding-top: 0.33em; border-top: 1px solid; color: #8C8A7A; font-size: 85%;}
blockquote {background: #DCDACA;
padding: 1em 2em; margin: 2em 1em 1em; border: 1px solid gray;
font: 1em Georgia, "New Century Schoolbook", "Times New Roman", Times, TimesNR, serif;}
blockquote p {margin: 0;}
blockquote cite { display:block; padding:0; margin-top:1em; text-align: right;}
img { border: none; }
#menu { margin: 0; padding: 0; position: absolute; right: 2em; top: 3em; }
#menu li { display: inline; text-transform: lowercase; list-style: none;}
#menu a { padding-right: 5px; }
#current { font-weight: bold; }

View File

@@ -0,0 +1,5 @@
Info-file generated by HTTrack Website Copier 3.49-2
The file /home/zino/websites/pkrstarsbotext/gmpg.org/xfn/default.css has not been scanned by HTS
Some links contained in it may be unreachable locally.
If you want to get these files, you have to set an upper recurse level, and to rescan the URL.

View File

@@ -0,0 +1,132 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>XFN: Frequently Asked Questions </title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link type="text/css" href="default.css" rel="stylesheet" />
<style type="text/css">
/*<![CDATA[*/
/*]]>*/
</style>
<link rel="start" href="intro" title="XFN: Introduction and Examples" />
<link rel="glossary" href="11" title="XFN profile" />
<link rel="help" href="faq" title="XFN: FAQ" />
<link rel="copyright" href="#copyright" title="Copyright" />
</head>
<body>
<ul id="menu">
<li><a href="../xfn/">Home</a></li>
<li><a href="intro">Intro</a></li>
<li><a href="join">Join</a></li>
<li><a href="background">Background</a></li>
<li><a id="current" >FAQ</a></li>
<li><a href="tools">Tools</a></li>
<li><a href="and/">And...</a></li>
<li><a href="helping">Helping</a></li>
<li><a href="thanks">Thanks</a></li>
<li><a href="feedback">Feedback</a></li>
</ul>
<h1><abbr title="XHTML Friends Network">XFN</abbr>: FAQ</h1>
<p>Frequently asked questions about XFN.
</p>
<dl>
<dt>Do you have questions?</dt>
<dd>We may have answers.</dd>
</dl>
<dl>
<dt id="isthereanorder">Do the XFN values have to be in a particular order?</dt>
<dd>Nope! You can list them in whatever order you like best, or mix it up randomly each time. So long as the values are separated by spaces, you're free to order them however you want.</dd>
<dt id="whenlinkingtoapost">How do I use XFN when I link to someone's blog post?</dt>
<dd>That's a great question and one which we've debated ourselves.
A typical reference to a blog post might look like:
<pre style="background:#CCC"><code>
&lt;a href="http://d.example.com/2003/11/08.html#T2134"&gt;
David wrote about a new theory
&lt;/a&gt;
...
</code></pre>
At first it seems easy enough to simply put an XFN value directly on the hyperlink and be done:
<pre style="background:#FCC"><code>
&lt;a rel="colleague met" href="http://d.example.com/2003/11/08.html#T2134"&gt;
David wrote about a new theory
&lt;/a&gt;
...
</code></pre>
But the problem with this is that the hyperlink doesn't link to the <em>person</em> David,
it links to a specific blog post. Thus what does it mean to be a "colleague" of a blog post,
or for that matter, to have "met" a blog post? The first step is to separate the person
from the post. It's already an established convention to treat blogs or personal sites as representing the person.
Additionally, we can add some semantics with the use of the <code>&lt;cite&gt;</code> tag.
<pre style="background:#CCC"><code>
&lt;a href="http://d.example.com"&gt;
&lt;cite&gt;David&lt;/cite&gt;
&lt;/a&gt;
&lt;a href="http://d.example.com/2003/11/08.html#T2134"&gt;
wrote about a new theory
&lt;/a&gt;
...
</code></pre>
and now it's much more obvious where to use XFN:
<pre style="background:#CFC"><code>
&lt;a rel="colleague met" href="http://d.example.com"&gt;
&lt;cite&gt;David&lt;/cite&gt;
&lt;/a&gt;
&lt;a href="http://d.example.com/2003/11/08.html#T2134"&gt;
wrote about a new theory
&lt;/a&gt;
...
</code></pre>
</dd>
<dt id="why">Why should a weblogger bother?</dt>
<dd>You might as well ask: why do webloggers bother to blog? Or why do they bother to create and maintain a blogroll? Here is an attempt to briefly answer a question that several books have already been written about:
<p>
Bloggers like to share with others (hence they blog). Bloggers like to share with others the list of other blogs and news sources that they like to read &mdash; blog rolls. Some bloggers even like to annotate their blogrolls with an asterisk "*" next to the names of folks that they have met. <a href=".">XFN</a> is the logical next step. A way to annotate the links in a blogroll according to whether you have met the person (and thus know they really exist), whether you think of them as a friend (and thus imply a stronger recommendation for their site) etc. XFN is easy (just add <code>rel="met"</code> to links to people you've met for starters), and helps you enrich what you've already built &mdash; no new languages or files needed. Edit your blogroll, type a few keystrokes, save/upload and you've joined the XHTML Friends Network. Welcome.
</p>
</dd>
<dt id="moredefs">What do symmetry, transitivity and inverse mean in the context of the XFN profile?</dt>
<dd>They're actually defined in the profile itself, try hovering over the italicized first occurance of the terms in the <a href="11">XFN profile</a>. For your convenience the definitions are repeated here:
<dl><dt>symmetry</dt>
<dd>A symmetric relationship 'rel' is one where 'A rel B' implies 'B rel A' and vice versa.</dd>
<dt>transitivity</dt>
<dd>A transitive relationship 'rel' is one where 'A rel B' and 'B rel C' implies 'A rel C'</dd>
<dt>inverse</dt>
<dd>A relationship 'rel' has an inverse 'inv' when 'A rel B' implies 'B inv A'. A symmetrical relationship is its own inverse.</dd>
</dl>
</dd>
<dt id="change">What do I do when my relationships change?</dt>
<dd>
What do you do when your friends move websites or domains or otherwise change their URL?
<p>
It's all a matter of updating your hyperlinks. The easiest thing to do is to keep your personal links in one or two places (like your blogroll or links pages) and then just update those when your relationships change, just like you would update them if your friends changed where they host their blogs etc.
</p>
<em style="display:block">But what about all my old blog posts where I've used XFN in my links to people?</em>
If you moved to a different city would you worry about updating all your blog posts that talk about where you used to live as if it were home?
<p>
You don't need to worry about updating your old blog posts' XFN info at all. In fact, just like the example of where you used to live, your old blog posts simply reflect your relationships at the time that you wrote those posts. See the XFN Background document for <a href="http://gmpg.org/xfn/background#timeless">more on mixing XFN and time based formats</a> like blogs.
</p>
</dd>
<dt>What about virtual relationships? I mean, I haven't met most of the people in my blogroll, how do I use XFN for them?</dt>
<dd>
Simple, you just omit the '<code>met</code>' value.
<p>
If you XFN your hyperlink to someone with <code>rel="acquaintance"</code>, you are saying that that person is your acquaintance, and by deliberately omitting the '<code>met</code>' value, you are saying that you've never physically met. Therefore you have a virtual relationship with that someone.
</p>
<p>
In the same way, you can make someone your virtual "<code>friend</code>" as well. You may eventually meet them in person, and then you would link to them with <code>rel="friend met"</code>.
</p>
</dd>
</dl>
<div id="trail">
<a href="index">XFN</a> [<a href="../">GMPG</a>]
</div>
<div id="footer"><p id="copyright">
Copyright &copy; 2003&#8211;2020 GMPG. <a rel="license" href="http://creativecommons.org/licenses/by-nd/2.0/">Some rights reserved</a>.</p>
</div>
</body>
</html>

View File

@@ -0,0 +1,5 @@
Info-file generated by HTTrack Website Copier 3.49-2
The file /home/zino/websites/pkrstarsbotext/gmpg.org/xfn/faq.html has not been scanned by HTS
Some links contained in it may be unreachable locally.
If you want to get these files, you have to set an upper recurse level, and to rescan the URL.

View File

@@ -0,0 +1,347 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>XFN: Introduction and Examples </title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link type="text/css" href="default.css" rel="stylesheet" />
<style type="text/css">
/*<![CDATA[*/
.relgrid {background: gray; margin-bottom: 1.5em;}
.relgrid th {text-align: left; background: silver; vertical-align: top;
padding: 0.2em;}
.relgrid td {font: 90% "Courier New", Courier, monospace; white-space: pre; vertical-align: top;
padding: 0.33em; background: white;}
.relgrid td.null {background: #DDD; color: #DDD;}
.relcharts {margin-bottom: 1.5em; margin-right: 10%;}
.relcharts td {vertical-align: top; border-top: 1px solid gray; padding: 0.25em 0 0.25em 1em;}
.relcharts p {text-indent: 0;}
.fig {margin: 1em 0;}
.fig img {border: 1px solid silver; padding: 5px; background: white;}
.results {margin: 1em;}
.results span {text-decoration: none; color: blue;}
.results .friend {font-weight: bold;}
.results .co-worker {text-decoration: underline;}
.results .acquaintance {font-style: italic;}/*]]>*/
</style>
<link rel="start" href="intro" title="XFN: Introduction and Examples" />
<link rel="glossary" href="11" title="XFN profile" />
<link rel="help" href="faq" title="XFN: FAQ" />
<link rel="copyright" href="#copyright" title="Copyright" />
</head>
<body>
<ul id="menu">
<li><a href="../xfn/">Home</a></li>
<li><a id="current" >Intro</a></li>
<li><a href="join">Join</a></li>
<li><a href="background">Background</a></li>
<li><a href="faq">FAQ</a></li>
<li><a href="tools">Tools</a></li>
<li><a href="and/">And...</a></li>
<li><a href="helping">Helping</a></li>
<li><a href="thanks">Thanks</a></li>
<li><a href="feedback">Feedback</a></li>
</ul>
<h1><abbr title="XHTML Friends Network">XFN</abbr>: Introduction and Examples</h1>
<blockquote>
<p>
The web is more a social creation than a technical one. I designed it for a social effect &mdash; to help people work together &mdash; and not as a technical toy. The ultimate goal of the Web is to support and improve our weblike existence in the world. We clump into families, associations, and companies. We develop trust across the miles and distrust around the corner.
</p>
<p><cite>&mdash;Tim Berners-Lee, Weaving The Web</cite></p>
</blockquote>
<h2>Introduction</h2>
<p>
<abbr title="XFN relationships meta data profile">XFN</abbr> puts a human face on linking. As more people have come online and begun to form social networks, services such as <a href="http://www.technorati.com/">Technorati</a> and <a href="http://www.feedster.com/">Feedster</a> have arisen in an attempt to show how the various nodes are connected. Such services are useful for discovering the mechanical connections between nodes, but they do not uncover the <em>human</em> relationships between the people responsible for the nodes.
</p>
<p>
XFN outlines the relationships between individuals by defining a small set of values that describe personal relationships. In HTML and XHTML documents, these are given as values for the <code>rel</code> attribute on a hyperlink. XFN allows authors to indicate which of the weblogs they read belong to friends, whom they've physically met, and other personal relationships. Using XFN values, which can be listed in any order, people can humanize their blogrolls and links pages, both of which have become a common feature of weblogs. </p>
<p>
In sufficiently modern browsers, authors using XFN can easily style all links of a particular type; thus, friends could be boldfaced, co-workers italicized, and so on. It is also the hope of the authors that this practice becomes widespread enough to allow the creation of a service that charts personal (as opposed to purely mechanical) links between weblogs and the people responsible for them.
</p>
<h2>Examples</h2>
<h3>A Short Blogroll</h3>
<p>
Joe is just getting started in the blogging world, and has a set of five links in his blogroll: his girlfriend Jane; his friends Dave and Darryl; industry expert James, who Joe briefly met once at a conference; and MetaFilter.
</p>
<p>
The links in Joe's blogroll would look something like this:
<code class="eg">&lt;a href="http://jane-blog.example.org/" <strong>rel="sweetheart date met"</strong>&gt;Jane&lt;/a&gt;
&lt;a href="http://dave-blog.example.org/" <strong>rel="friend met"</strong>&gt;Dave&lt;/a&gt;
&lt;a href="http://darryl-blog.example.org/" <strong>rel="friend met"</strong>&gt;Darryl&lt;/a&gt;
&lt;a href="http://www.metafilter.com/"&gt;MetaFilter&lt;/a&gt;
&lt;a href="http://james-blog.example.com/" <strong>rel="met"</strong>&gt;James Expert&lt;/a&gt;</code>
</p>
<p>
MetaFilter gets no value since it does not represent an actual person. The others in the list are given space-separated values appropriate to the link target. Thus, since Joe is dating his sweetheart Jane (who he has, perhaps not surprisingly, also met in person) he gives the link to her the values <code>sweetheart date met</code>. If Joe were not as committed to Jane, and in fact dated other people from time to time, then the <code>sweetheart</code> value would be dropped.
</p>
<h3>Links Between Two</h3>
<p>
Adam and Brad have met each other through mutual acquaintances, and had a few interesting conversations at parties where they found they had several interests in common. They have linked to each other as follows:
<code class="eg">&lt;a href="http://brad-log.example.org/" rel="met friend"&gt;Brad&lt;/a&gt;
&lt;a href="http://adam-log.example.org/" rel="met acquaintance"&gt;Adam&lt;/a&gt;</code>
</p>
<p>
Note that while values such as <code>friend</code> are defined to be symmetric, this does not require that links between blogs be of the same types. Here, Adam feels Brad is a friend, but Brad has classified Adam as an acquaintance.
</p>
<p>
Similarly, symmetric values can be one-way. For example, let's say Adam decides he has a crush on Brad. He then updates his link as follows:
<code class="eg">&lt;a href="http://brad-log.example.org/" rel="met friend crush"&gt;Brad&lt;/a&gt;</code>
</p>
<p>
If Brad is not attracted to Adam, then obviously he won't add a similar XFN value to his link to Adam. If he is, though, he could add a <code>crush</code> value to his link to Adam. Any service that charted XFN values could notice this, and add their names to a "mutual attraction" list. A sufficiently advanced service might e-mail both Adam and Brad to point out that they seem to have a mutual attraction.
</p>
<h3>Party of Five</h3>
<p>
Let's consider a closed group of five people, all of whom link to each other but to nobody else. The members of this group are:
</p>
<dl>
<dt>Ingrid</dt>
<dd>Works with Mary, is friends with Mary and Josh, is acquainted with Kat, and has physically met everyone except Nick</dd>
<dt>Josh</dt>
<dd>Son of Kat, friends with Ingrid and Nick, and has a crush on Mary (who he has met and considers an inspiration)</dd>
<dt>Kat</dt>
<dd>Mother of Josh; friends with Mary; in the same field as Ingrid and Mary but does not work at the same company; is acquainted with Nick</dd>
<dt>Mary</dt>
<dd>Works with Ingrid; is friends with Ingrid and Kat; has met everyone</dd>
<dt>Nick</dt>
<dd>Has a crush on Kat, who he's met; has never met Ingrid</dd>
</dl>
<p>
We'll further assume all these people are blogging, and have blogrolls that list all the other members of the group. In the first example, Ingrid would have the following links:
<code class="eg">&lt;a href="http://josh.example.com/" <strong>rel="friend met"</strong>&gt;Josh&lt;/a&gt;
&lt;a href="http://kat.example.com/" <strong>rel="met acquaintance"</strong>&gt;Kat&lt;/a&gt;
&lt;a href="http://mary.example.com/" <strong>rel="co-worker friend met"</strong>&gt;Mary&lt;/a&gt;
&lt;a href="http://nick.example.com/"&gt;Nick&lt;/a&gt;</code>
</p>
<p>
Note the lack of a <code>rel</code> attribute for Nick. Since none of the defined XFN values apply to Nick (from Ingrid's point of view), no <code>rel</code> is needed. If Ingrid and Nick ever do meet in person, she can simply add <code>rel="met"</code> to the link.
</p>
<p>
The <code>rel</code> values between these group members would be as follows:
</p>
<table class="relgrid" cellspacing="1">
<tr>
<th></th>
<th>...to Ingrid</th>
<th>...to Josh</th>
<th>...to Kat</th>
<th>...to Mary</th>
<th>...to Nick</th>
</tr>
<tr>
<th>From Ingrid...</th>
<td class="null">x</td>
<td>friend
met
</td>
<td>acquaintance
met
</td>
<td>co-worker
friend
met
</td>
<td></td>
</tr>
<tr>
<th>From Josh...</th>
<td>friend
met
</td>
<td class="null">x</td>
<td>parent
met</td>
<td>crush
muse
met</td>
<td>friend
met
</td>
</tr>
<tr>
<th>From Kat...</th>
<td>colleague
met
</td>
<td>child
met
</td>
<td class="null">x
</td>
<td>friend
colleague
met
</td>
<td>acquaintance
met
</td>
</tr>
<tr>
<th>From Mary...</th>
<td>co-worker
friend
met
</td>
<td>met
</td>
<td>friend
colleague
met
</td>
<td class="null">x
</td>
<td>met
</td>
</tr>
<tr>
<th>From Nick...</th>
<td>
</td>
<td>friend
met
</td>
<td>crush
met
</td>
<td>met
</td>
<td class="null">x
</td>
</tr>
</table>
<p>
This set of relationships can also be graphically represented in a variety of ways.
</p>
<table class="relcharts" cellspacing="0">
<tr>
<td><p>
For example, a simple chart of the people who have met each other could look like this.
</p>
</td>
<td class="fig">
<img src="pix/intro/five-met.gif" height="149" width="175" alt="">
</td>
</tr>
<tr>
<td><p>
It would also be possible to graph the friendship and acquaintance links in the set. In the following figure, a thick green line indicates friendship, whereas a thinner gray line indicates acquaintanceship. If a line is dashed and has an arrowhead, then the link is one-way; that is, only one of the two people has claimed the relationship.
</p>
</td>
<td class="fig">
<img src="pix/intro/five-acqfr.gif" height="149" width="175" alt="">
</td>
</tr>
<tr>
<td><p>
Similarly, we could graph professional relationships. Here, thick gray lines indicate co-workers, whereas thin gray lines denote colleagues. As before, a dashed line with an arrowhead indicates a one-way link.
</p>
</td>
<td class="fig">
<img src="pix/intro/five-prof.gif" height="149" width="175" alt="">
</td>
</tr>
<tr>
<td><p>
For that matter, the love and familial links between the group member could be represented. Here, a red line indicates a crush, and a blue line represents a familial link. In this scenario, familial links are drawn from parent to child.
</p>
</td>
<td class="fig">
<img src="pix/intro/five-lovefam.gif" height="149" width="175" alt="">
</td>
</tr>
</table>
<p>
There are many other ways to graph the group, of course, and many other ways to represent the links. We considered making lines between family members look like a double helix, for example.
</p>
<h3>Relationship Styling</h3>
<p>
With a CSS2-aware browser, it is possible to style links based on their <code>rel</code> values. Let's take another look at Ingrid's links:
<code class="eg">&lt;a href="http://josh.example.com/" <strong>rel="friend met"</strong>&gt;Josh&lt;/a&gt;
&lt;a href="http://kat.example.com/" <strong>rel="met acquaintance"</strong>&gt;Kat&lt;/a&gt;
&lt;a href="http://mary.example.com/" <strong>rel="co-worker friend met"</strong>&gt;Mary&lt;/a&gt;
&lt;a href="http://nick.example.com/"&gt;Nick&lt;/a&gt;</code>
</p>
<p>
Suppose Ingrid wants to boldface any link to a friend, underline any link to a co-worker, and italicize any link to someone who is an acquaintance. Using the <a href="http://www.w3.org/TR/CSS21/selector.html#attribute-selectors" title="CSS2.1:5.8 Attribute selectors
">attribute selector syntax defined in CSS2.1</a>, the following stylesheet would meet her goals:
<code class="eg">a[rel~="friend"] {font-weight: bold;}
a[rel~="co-worker"] {text-decoration: underline;}
a[rel~="acquaintance"] {font-style: italic;}</code>
</p>
<p>
The resulting links would look something like this:
</p>
<div class="results">
<span class="friend met">Josh</span><br>
<span class="met acquaintance">Kat</span><br>
<span class="co-worker friend met">Mary</span><br>
<span>Nick</span>
</div>
<p>
It is also possible to use advanced CSS2 to insert content before or after elements. This can be used to recreate the practice of "starring" links to people physically met as follows:
<code class="eg">a[rel~="met"]:after {content: " *";}</code>
</p>
<p>
This will insert a space and an asterisk after every link that has an XFN value of <code>met</code>. The advantage is that it removes the need to manually add the asterisk in the blogroll source itself, while strengthening the social network at the same time. Applying just that rule to Ingrid's links might have an effect something like this:
</p>
<div class="results">
<span>Josh *</span><br>
<span>Kat *</span><br>
<span>Mary *</span><br>
<span>Nick</span>
</div>
<h2 id="bots">Brief Notes on Spidering</h2>
<p>
An XFN spider or crawler must at a minimum:
</p>
<ol>
<li>Parse documents it encounters according to their language (e.g. legacy HTML, or well formed XHTML as XML).</li>
<li>Obey "base" URL conventions according to the document language (e.g. <code>&lt;BASE&gt;</code>, <code>&lt;base /&gt;</code>, <code>xml:base</code> ).</li>
<li>Track link tags (e.g. <code>&lt;a href&gt;</code>, <code>&lt;link /&gt;</code>) with '<code>rel</code>' attributes with values defined by XFN, while ignoring unknown values. Note that the HTML '<code>rel</code>' attribute is a space separated set of values. </li>
<li>Traverse those link tags and parse their documents as described above.</li>
</ol>
<p>A more advanced XFN spider might do one or more of the following:
</p>
<ul>
<li>Parse the contents/titles of links (e.g. the text between the <code>&lt;a href&gt;</code> and <code>&lt;/a&gt;</code> tags, the '<code>title</code>' attribute of <code>&lt;a href&gt;</code> and <code>&lt;link /&gt;</code> elements) for an informative name of the target of the relationship.</li>
<li>Parse metainformation tags (e.g. <code>&lt;meta&gt;</code> in HTML or XHTML documents), specifically for the "author" (e.g. Dublin Core 'author' or (X)HTML's <code>&lt;meta name="author" content="NameGoesHere" /&gt;</code>). Note that such names should be preferred to names derived from links as described in the previous point.
</li>
<li>Apply heuristics to determine when an XFN relationship is nested inside a time-based format (such as a blog or blogarchive), to either (both) maintain a relationship history or (and) reconcile conflicting XFN values on links with the same source and destination.
</li>
</ul>
<h2 id="grandeur">Delusions of Grandeur</h2>
<ol>
<li>
<!-- WWF - World Wide Friendster. --> XFN provides the basis for a world-wide distributed network of personal connections. Proprietary data-owning services like Friendster could be superceded by XFN crawling and searching sites &mdash;a sort of "Friendorati," as it were. The advantage of a Friendorati-style network is that it allows every individual to fully express themselves through personal weblogs and web sites, instead of to the limited degree permitted by a proprietary service's user interface.
</li>
<li>
Commercial services like Amazon, which currently ask users to manually register all their friends in order to make "wish list" and other information sharing simpler, may find it easier simply to crawl XFN relationships on the open Internet. This would allow a user to enter the URL of their site, and let the service programmatically analyze XFN relationships to build a list of friends.
</li>
</ol>
<div id="trail">
<a href="index">XFN</a> [<a href="../">GMPG</a>]
</div>
<div id="footer"><p id="copyright">
Copyright &copy; 2003&#8211;2020 GMPG. <a rel="license" href="http://creativecommons.org/licenses/by-nd/2.0/">Some rights reserved</a>.</p>
</div>
</body>
</html>

View File

@@ -0,0 +1,5 @@
Info-file generated by HTTrack Website Copier 3.49-2
The file /home/zino/websites/pkrstarsbotext/gmpg.org/xfn/intro.html has not been scanned by HTS
Some links contained in it may be unreachable locally.
If you want to get these files, you have to set an upper recurse level, and to rescan the URL.

View File

@@ -0,0 +1,8 @@
-q -%i -iC2 https://zinomedia.de/wp_hq/pkrstarsbotextension/ -O "/home/zino/websites/pkrstarsbotext" -n -%P -N0 -s2 -p7 -D -a -K0 -c4 -%k -A25000 -F "Mozilla/4.5 (compatible; HTTrack 3.0x; Windows 98)" -%F "<!-- Mirrored from %s%s by HTTrack Website Copier/3.x [XR&CO'2014], %s -->" +*.png +*.gif +*.jpg +*.jpeg +*.css +*.js -ad.doubleclick.net/* -%s -%u
File generated automatically on Tue, 17 Nov 2020 01:44:23, do NOT edit
To update a mirror, just launch httrack without any parameters
The existing cache will be used (and modified)
To have other options, retype all parameters and launch HTTrack
To continue an interrupted mirror, just launch httrack without any parameters

View File

@@ -0,0 +1,44 @@
[zinomedia.de/wp_hq/pkrstarsbotextension/index.html]
[backblue.gif]
[fade.gif]
[index.html]
[zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/cache/autoptimize/8/css/autoptimize_7659691a7e1ef94ece351c5864b703fb.css]
[zinomedia.de/pkrstarsbot/extension/live/css/style5152.css]
[zinomedia.de/wp_hq/pkrstarsbotextension/feed/index.html]
[zinomedia.de/wp_hq/pkrstarsbotextension/wp-includes/css/dashicons.min5697.css]
[zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/cache/autoptimize/8/css/autoptimize_single_665b714b55a649a0f421f14e7037bd834718.css]
[zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/cache/autoptimize/8/css/autoptimize_single_3ab57728109cd61eab8dd407684bdbce4250.css]
[zinomedia.de/wp_hq/pkrstarsbotextension/wp-json/wp/v2/pages/2.json]
[zinomedia.de/wp_hq/pkrstarsbotextension/xmlrpc0db0.php]
[zinomedia.de/wp_hq/pkrstarsbotextension/wp-json/index.html]
[zinomedia.de/wp_hq/pkrstarsbotextension/wp-json/oembed/1.0/embed89fe.json]
[zinomedia.de/wp_hq/pkrstarsbotextension/wp-json/oembed/1.0/embed4f82]
[zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/uploads/sites/8/2020/11/android-chrome-512x512-1.png]
[zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/cache/autoptimize/8/css/autoptimize_single_a9a2a55637ed58d996b6aa9208e081090704.css]
[zinomedia.de/pkrstarsbot/extension/live/js/script68b3.js]
[zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/cache/autoptimize/8/js/autoptimize_53f8d12d4a54601bacfba2a82c5ca653.js]
[zinomedia.de/wp_hq/pkrstarsbotextension/index.html]
[gmpg.org/xfn/11.html]
[gmpg.org/xfn/.html]
[gmpg.org/xfn/intro.html]
[gmpg.org/xfn/faq.html]
[zinomedia.de/wp_hq/pkrstarsbotextension/feed/index.html]
[zinomedia.de/wp_hq/pkrstarsbotextension/wp-json/index.html]
[zinomedia.de/wp_hq/pkrstarsbotextension/wp-json/wp/v2/pages/2.json]
[zinomedia.de/wp_hq/pkrstarsbotextension/wp-includes/js/jquery/jquery4a5f.js]
[zinomedia.de/wp_hq/pkrstarsbotextension/wp-includes/wlwmanifest.xml]
[zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/cache/autoptimize/8/css/autoptimize_7659691a7e1ef94ece351c5864b703fb.css]
[zinomedia.de/wp_hq/pkrstarsbotextension/wp-json/oembed/1.0/embed89fe.json]
[zinomedia.de/pkrstarsbot/extension/live/css/style5152.css]
[zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/themes/astra/assets/fonts/astra.woff]
[zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/plugins/bb-plugin/fonts/fontawesome/5.13.0/webfonts/fa-brands-400.eot]
[zinomedia.de/wp_hq/pkrstarsbotextension/wp-includes/fonts/dashicons7d4b.eot]
[zinomedia.de/wp_hq/pkrstarsbotextension/wp-includes/fonts/dashicons7d4b.ttf]
[zinomedia.de/wp_hq/pkrstarsbotextension/wp-includes/css/dashicons.min5697.css]
[zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/plugins/bbpowerpack/modules/pp-modal-box/loader.gif]
[zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/cache/autoptimize/8/css/autoptimize_single_665b714b55a649a0f421f14e7037bd834718.css]
[zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/cache/autoptimize/8/css/autoptimize_single_3ab57728109cd61eab8dd407684bdbce4250.css]
[zinomedia.de/wp_hq/pkrstarsbotextension/xmlrpc0db0.php]
[zinomedia.de/wp_hq/pkrstarsbotextension/wp-json/oembed/1.0/embed4f82]
[zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/cache/autoptimize/8/css/autoptimize_single_a9a2a55637ed58d996b6aa9208e081090704.css]
[gmpg.org/xfn/default.css]

View File

@@ -0,0 +1,39 @@
date size'/'remotesize flags(request:Update,Range state:File response:Modified,Chunked,gZipped) statuscode status ('servermsg') MIME Etag|Date URL localfile (from URL)
01:44:24 275/275 ---M-- 404 error ('Not%20Found') text/html date:Tue,%2017%20Nov%202020%2000:44:23%20GMT https://zinomedia.de/robots.txt (from )
01:44:25 12917/12917 U--M-Z 200 updated ('OK') text/html date:Tue,%2017%20Nov%202020%2000:44:24%20GMT https://zinomedia.de/wp_hq/pkrstarsbotextension/ /home/zino/websites/pkrstarsbotext/zinomedia.de/wp_hq/pkrstarsbotextension/index.html (from )
01:44:25 302229/302229 ---M-Z 200 added ('OK') text/css etag:W/%2249c95-5b442cbda6739-gzip%22 https://zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/cache/autoptimize/8/css/autoptimize_7659691a7e1ef94ece351c5864b703fb.css /home/zino/websites/pkrstarsbotext/zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/cache/autoptimize/8/css/autoptimize_7659691a7e1ef94ece351c5864b703fb.css (from https://zinomedia.de/wp_hq/pkrstarsbotextension/)
01:44:26 3516/3516 ---M-Z 200 added ('OK') text/css etag:%22dbc-5b442889a90fc-gzip%22 https://zinomedia.de/pkrstarsbot/extension/live/css/style.css?ver=1.0 /home/zino/websites/pkrstarsbotext/zinomedia.de/pkrstarsbot/extension/live/css/style5152.css (from https://zinomedia.de/wp_hq/pkrstarsbotextension/)
01:44:28 1645/1645 ---M-Z 200 added ('OK') application/rss+xml etag:%22cc0bdaca5feb03ce0d89c0cf846f42d6-gzip%22 https://zinomedia.de/wp_hq/pkrstarsbotextension/feed/ /home/zino/websites/pkrstarsbotext/zinomedia.de/wp_hq/pkrstarsbotextension/feed/index.html (from https://zinomedia.de/wp_hq/pkrstarsbotextension/)
01:44:28 59009/59009 ---M-Z 200 added ('OK') text/css etag:%22e681-5aef42b1aee1f-gzip%22 https://zinomedia.de/wp_hq/pkrstarsbotextension/wp-includes/css/dashicons.min.css?ver=5.5.3 /home/zino/websites/pkrstarsbotext/zinomedia.de/wp_hq/pkrstarsbotextension/wp-includes/css/dashicons.min5697.css (from https://zinomedia.de/wp_hq/pkrstarsbotextension/)
01:44:28 61787/61787 ---M-Z 200 added ('OK') text/css etag:%22f15b-5b442cbda0979-gzip%22 https://zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/cache/autoptimize/8/css/autoptimize_single_665b714b55a649a0f421f14e7037bd83.css?ver=28144ff4ff1dc83d37f231b1ca0162d2 /home/zino/websites/pkrstarsbotext/zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/cache/autoptimize/8/css/autoptimize_single_665b714b55a649a0f421f14e7037bd834718.css (from https://zinomedia.de/wp_hq/pkrstarsbotextension/)
01:44:28 5842/5842 U--MC- 200 updated ('OK') text/html date:Tue,%2017%20Nov%202020%2000:44:26%20GMT https://gmpg.org/xfn/11 /home/zino/websites/pkrstarsbotext/gmpg.org/xfn/11.html (from https://zinomedia.de/wp_hq/pkrstarsbotextension/)
01:44:29 9932/9932 ---M-Z 200 added ('OK') text/css etag:%2226cc-5b442cbda0979-gzip%22 https://zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/cache/autoptimize/8/css/autoptimize_single_3ab57728109cd61eab8dd407684bdbce.css?ver=2.7.0 /home/zino/websites/pkrstarsbotext/zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/cache/autoptimize/8/css/autoptimize_single_3ab57728109cd61eab8dd407684bdbce4250.css (from https://zinomedia.de/wp_hq/pkrstarsbotextension/)
01:44:30 7105/7105 ---MC- 200 added ('OK') application/json date:Tue,%2017%20Nov%202020%2000:44:30%20GMT https://zinomedia.de/wp_hq/pkrstarsbotextension/wp-json/wp/v2/pages/2 /home/zino/websites/pkrstarsbotext/zinomedia.de/wp_hq/pkrstarsbotextension/wp-json/wp/v2/pages/2.json (from https://zinomedia.de/wp_hq/pkrstarsbotextension/)
01:44:31 948/948 ---M-Z 200 added ('OK') text/xml date:Tue,%2017%20Nov%202020%2000:44:31%20GMT https://zinomedia.de/wp_hq/pkrstarsbotextension/xmlrpc.php?rsd /home/zino/websites/pkrstarsbotext/zinomedia.de/wp_hq/pkrstarsbotextension/xmlrpc0db0.php (from https://zinomedia.de/wp_hq/pkrstarsbotextension/)
01:44:32 89135/89135 ---MC- 200 added ('OK') application/json date:Tue,%2017%20Nov%202020%2000:44:32%20GMT https://zinomedia.de/wp_hq/pkrstarsbotextension/wp-json/ /home/zino/websites/pkrstarsbotext/zinomedia.de/wp_hq/pkrstarsbotextension/wp-json/index.html (from https://zinomedia.de/wp_hq/pkrstarsbotextension/)
01:44:32 2250/2250 ---MC- 200 added ('OK') application/json date:Tue,%2017%20Nov%202020%2000:44:32%20GMT https://zinomedia.de/wp_hq/pkrstarsbotextension/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fzinomedia.de%2Fwp_hq%2Fpkrstarsbotextension%2F /home/zino/websites/pkrstarsbotext/zinomedia.de/wp_hq/pkrstarsbotextension/wp-json/oembed/1.0/embed89fe.json (from https://zinomedia.de/wp_hq/pkrstarsbotextension/)
01:44:33 2324/2324 ---M-Z 200 added ('OK') text/xml date:Tue,%2017%20Nov%202020%2000:44:33%20GMT https://zinomedia.de/wp_hq/pkrstarsbotextension/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fzinomedia.de%2Fwp_hq%2Fpkrstarsbotextension%2F&format=xml /home/zino/websites/pkrstarsbotext/zinomedia.de/wp_hq/pkrstarsbotextension/wp-json/oembed/1.0/embed4f82 (from https://zinomedia.de/wp_hq/pkrstarsbotextension/)
01:44:34 115486/115486 ---M-- 200 added ('OK') image/png etag:%221c31e-5b427db73a73b%22 https://zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/uploads/sites/8/2020/11/android-chrome-512x512-1.png /home/zino/websites/pkrstarsbotext/zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/uploads/sites/8/2020/11/android-chrome-512x512-1.png (from https://zinomedia.de/wp_hq/pkrstarsbotextension/)
01:44:35 18969/18969 ---M-Z 200 added ('OK') text/css etag:%224a19-5b442cbda1919-gzip%22 https://zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/cache/autoptimize/8/css/autoptimize_single_a9a2a55637ed58d996b6aa9208e08109.css?ver=3529b48e985cf872f67f0ce03c26b9e1 /home/zino/websites/pkrstarsbotext/zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/cache/autoptimize/8/css/autoptimize_single_a9a2a55637ed58d996b6aa9208e081090704.css (from https://zinomedia.de/wp_hq/pkrstarsbotextension/)
01:44:36 4027/4027 ---M-Z 200 added ('OK') application/javascript etag:%22fbb-5b442ac2e670f-gzip%22 https://zinomedia.de/pkrstarsbot/extension/live/js/script.js?ver=1 /home/zino/websites/pkrstarsbotext/zinomedia.de/pkrstarsbot/extension/live/js/script68b3.js (from https://zinomedia.de/wp_hq/pkrstarsbotextension/)
01:44:37 84255/84255 ---M-Z 200 added ('OK') application/javascript etag:%221491f-5b442cbd9abb8-gzip%22 https://zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/cache/autoptimize/8/js/autoptimize_53f8d12d4a54601bacfba2a82c5ca653.js /home/zino/websites/pkrstarsbotext/zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/cache/autoptimize/8/js/autoptimize_53f8d12d4a54601bacfba2a82c5ca653.js (from https://zinomedia.de/wp_hq/pkrstarsbotextension/)
01:44:39 25/25 U----- 200 untouched ('OK') text/plain etag:%224e536a-19-3ef0a6a1b08c0%22 https://gmpg.org/robots.txt (from https://zinomedia.de/wp_hq/pkrstarsbotextension/)
01:44:40 4170/4170 U--MC- 200 updated ('OK') text/html date:Tue,%2017%20Nov%202020%2000:44:38%20GMT https://gmpg.org/xfn/. /home/zino/websites/pkrstarsbotext/gmpg.org/xfn/.html (from https://gmpg.org/xfn/11)
01:44:40 7342/7342 U--MC- 200 updated ('OK') text/html date:Tue,%2017%20Nov%202020%2000:44:38%20GMT https://gmpg.org/xfn/faq /home/zino/websites/pkrstarsbotext/gmpg.org/xfn/faq.html (from https://gmpg.org/xfn/11)
01:44:40 16269/16269 U--MC- 200 updated ('OK') text/html date:Tue,%2017%20Nov%202020%2000:44:38%20GMT https://gmpg.org/xfn/intro /home/zino/websites/pkrstarsbotext/gmpg.org/xfn/intro.html (from https://gmpg.org/xfn/11)
01:44:40 1645/1645 U--M-Z 200 updated ('OK') application/rss+xml etag:%22cc0bdaca5feb03ce0d89c0cf846f42d6-gzip%22 https://zinomedia.de/wp_hq/pkrstarsbotextension/feed/ /home/zino/websites/pkrstarsbotext/zinomedia.de/wp_hq/pkrstarsbotextension/feed/index.html (from https://zinomedia.de/wp_hq/pkrstarsbotextension/)
01:44:43 390/390 ---M-- 302 error ('Found') text/html date:Tue,%2017%20Nov%202020%2000:44:41%20GMT http://zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/plugins/bb-plugin/fonts/fontawesome/5.13.0/webfonts/fa-brands-400.eot /home/zino/websites/pkrstarsbotext/zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/plugins/bb-plugin/fonts/fontawesome/5.13.0/webfonts/fa-brands-400.15.delayed (from https://zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/cache/autoptimize/8/css/autoptimize_7659691a7e1ef94ece351c5864b703fb.css)
01:44:43 96873/96873 U--M-Z 200 updated ('OK') application/javascript etag:%2217a69-589e0b164a106-gzip%22 https://zinomedia.de/wp_hq/pkrstarsbotextension/wp-includes/js/jquery/jquery.js?ver=1.12.4-wp /home/zino/websites/pkrstarsbotext/zinomedia.de/wp_hq/pkrstarsbotextension/wp-includes/js/jquery/jquery4a5f.js (from https://zinomedia.de/wp_hq/pkrstarsbotextension/)
01:44:43 7105/7105 U--MC- 200 updated ('OK') application/json date:Tue,%2017%20Nov%202020%2000:44:40%20GMT https://zinomedia.de/wp_hq/pkrstarsbotextension/wp-json/wp/v2/pages/2 /home/zino/websites/pkrstarsbotext/zinomedia.de/wp_hq/pkrstarsbotextension/wp-json/wp/v2/pages/2.json (from https://zinomedia.de/wp_hq/pkrstarsbotextension/)
01:44:43 1045/1045 U--M-Z 200 updated ('OK') application/xml etag:%22415-4ed46af563a00-gzip%22 https://zinomedia.de/wp_hq/pkrstarsbotextension/wp-includes/wlwmanifest.xml /home/zino/websites/pkrstarsbotext/zinomedia.de/wp_hq/pkrstarsbotextension/wp-includes/wlwmanifest.xml (from https://zinomedia.de/wp_hq/pkrstarsbotextension/)
01:44:43 89135/89135 U--MC- 200 updated ('OK') application/json date:Tue,%2017%20Nov%202020%2000:44:40%20GMT https://zinomedia.de/wp_hq/pkrstarsbotextension/wp-json/ /home/zino/websites/pkrstarsbotext/zinomedia.de/wp_hq/pkrstarsbotextension/wp-json/index.html (from https://zinomedia.de/wp_hq/pkrstarsbotextension/)
01:44:44 393/393 UR-MC- 416 error ('Requested%20Range%20Not%20Satisfiable') text/html date:Tue,%2017%20Nov%202020%2000:44:44%20GMT https://zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/uploads/sites/8/2020/11/android-chrome-512x512-1.png /home/zino/websites/pkrstarsbotext/zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/uploads/sites/8/2020/11/android-chrome-512x512-1.png (from https://zinomedia.de/wp_hq/pkrstarsbotextension/)
01:44:45 2250/2250 U--MC- 200 updated ('OK') application/json date:Tue,%2017%20Nov%202020%2000:44:44%20GMT https://zinomedia.de/wp_hq/pkrstarsbotextension/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fzinomedia.de%2Fwp_hq%2Fpkrstarsbotextension%2F /home/zino/websites/pkrstarsbotext/zinomedia.de/wp_hq/pkrstarsbotextension/wp-json/oembed/1.0/embed89fe.json (from https://zinomedia.de/wp_hq/pkrstarsbotextension/)
01:44:46 3304/3304 U----- 200 untouched ('') application/font-woff etag:%22ce8-5b2466a6e74bc%22 https://zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/themes/astra/assets/fonts/astra.woff /home/zino/websites/pkrstarsbotext/zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/themes/astra/assets/fonts/astra.woff (from https://zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/cache/autoptimize/8/css/autoptimize_7659691a7e1ef94ece351c5864b703fb.css)
01:44:46 2067/2067 U----- 200 untouched ('OK') text/css etag:%225a6f7b-813-3ef0a663b3680%22 https://gmpg.org/xfn/default.css /home/zino/websites/pkrstarsbotext/gmpg.org/xfn/default.css (from https://gmpg.org/xfn/11)
01:44:46 133034/133034 U----- 200 untouched ('') application/vnd.ms-fontobject etag:%22207aa-5b34af8179eba%22 https://zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/plugins/bb-plugin/fonts/fontawesome/5.13.0/webfonts/fa-brands-400.eot /home/zino/websites/pkrstarsbotext/zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/plugins/bb-plugin/fonts/fontawesome/5.13.0/webfonts/fa-brands-400.eot (from https://zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/cache/autoptimize/8/css/autoptimize_7659691a7e1ef94ece351c5864b703fb.css)
01:44:46 56564/56564 ---M-- 200 added ('OK') application/vnd.ms-fontobject etag:%22dcf4-5aef42aec3cc7%22 https://zinomedia.de/wp_hq/pkrstarsbotextension/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800 /home/zino/websites/pkrstarsbotext/zinomedia.de/wp_hq/pkrstarsbotextension/wp-includes/fonts/dashicons7d4b.eot (from https://zinomedia.de/wp_hq/pkrstarsbotextension/wp-includes/css/dashicons.min.css?ver=5.5.3)
01:44:47 56392/56392 ---M-- 200 added ('OK') application/font-sfnt etag:%22dc48-5aef42ae60300%22 https://zinomedia.de/wp_hq/pkrstarsbotextension/wp-includes/fonts/dashicons.ttf?99ac726223c749443b642ce33df8b800 /home/zino/websites/pkrstarsbotext/zinomedia.de/wp_hq/pkrstarsbotextension/wp-includes/fonts/dashicons7d4b.ttf (from https://zinomedia.de/wp_hq/pkrstarsbotextension/wp-includes/css/dashicons.min.css?ver=5.5.3)
01:44:48 6391/6391 ---M-- 200 added ('OK') image/gif etag:%2218f7-5b34c20a2012d%22 https://zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/plugins/bbpowerpack/modules/pp-modal-box/loader.gif /home/zino/websites/pkrstarsbotext/zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/plugins/bbpowerpack/modules/pp-modal-box/loader.gif (from https://zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/cache/autoptimize/8/css/autoptimize_single_665b714b55a649a0f421f14e7037bd83.css?ver=28144ff4ff1dc83d37f231b1ca0162d2)
01:44:49 948/948 U--M-Z 200 updated ('OK') text/xml date:Tue,%2017%20Nov%202020%2000:44:49%20GMT https://zinomedia.de/wp_hq/pkrstarsbotextension/xmlrpc.php?rsd /home/zino/websites/pkrstarsbotext/zinomedia.de/wp_hq/pkrstarsbotextension/xmlrpc0db0.php (from https://zinomedia.de/wp_hq/pkrstarsbotextension/)
01:44:50 2324/2324 U--M-Z 200 updated ('OK') text/xml date:Tue,%2017%20Nov%202020%2000:44:50%20GMT https://zinomedia.de/wp_hq/pkrstarsbotextension/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fzinomedia.de%2Fwp_hq%2Fpkrstarsbotextension%2F&format=xml /home/zino/websites/pkrstarsbotext/zinomedia.de/wp_hq/pkrstarsbotextension/wp-json/oembed/1.0/embed4f82 (from https://zinomedia.de/wp_hq/pkrstarsbotextension/)

Binary file not shown.

View File

@@ -0,0 +1,33 @@
[zinomedia.de/wp_hq/pkrstarsbotextension/index.html]
[backblue.gif]
[fade.gif]
[index.html]
[zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/cache/autoptimize/8/css/autoptimize_1e022342a99bb7bdb83695bb1dd77ada.css]
[zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/cache/autoptimize/8/css/autoptimize_single_011e1be3240142c0ac1c61956ea7eed7d2c6.css]
[zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/cache/autoptimize/8/css/autoptimize_single_dedf6c1389257be1376c6e8d217a9da24250.css]
[zinomedia.de/wp_hq/pkrstarsbotextension/feed/index.html]
[zinomedia.de/wp_hq/pkrstarsbotextension/wp-includes/js/jquery/jquery4a5f.js]
[zinomedia.de/wp_hq/pkrstarsbotextension/wp-json/wp/v2/pages/2.json]
[zinomedia.de/wp_hq/pkrstarsbotextension/wp-json/index.html]
[zinomedia.de/wp_hq/pkrstarsbotextension/xmlrpc0db0.php]
[zinomedia.de/wp_hq/pkrstarsbotextension/wp-includes/wlwmanifest.xml]
[zinomedia.de/wp_hq/pkrstarsbotextension/wp-json/oembed/1.0/embed89fe.json]
[zinomedia.de/wp_hq/pkrstarsbotextension/wp-json/oembed/1.0/embed4f82]
[zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/cache/autoptimize/8/js/autoptimize_350225c0d0429e32f6fd640aa186712a.js]
[zinomedia.de/wp_hq/pkrstarsbotextension/index.html]
[gmpg.org/xfn/11.html]
[gmpg.org/xfn/.html]
[gmpg.org/xfn/intro.html]
[gmpg.org/xfn/faq.html]
[zinomedia.de/wp_hq/pkrstarsbotextension/feed/index.html]
[zinomedia.de/wp_hq/pkrstarsbotextension/wp-json/index.html]
[zinomedia.de/wp_hq/pkrstarsbotextension/wp-json/oembed/1.0/embed89fe.json]
[zinomedia.de/wp_hq/pkrstarsbotextension/wp-json/wp/v2/pages/2.json]
[zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/themes/astra/assets/fonts/astra.woff]
[zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/plugins/bb-plugin/fonts/fontawesome/5.13.0/webfonts/fa-brands-400.eot]
[zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/cache/autoptimize/8/css/autoptimize_1e022342a99bb7bdb83695bb1dd77ada.css]
[zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/cache/autoptimize/8/css/autoptimize_single_011e1be3240142c0ac1c61956ea7eed7d2c6.css]
[zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/cache/autoptimize/8/css/autoptimize_single_dedf6c1389257be1376c6e8d217a9da24250.css]
[zinomedia.de/wp_hq/pkrstarsbotextension/xmlrpc0db0.php]
[gmpg.org/xfn/default.css]
[zinomedia.de/wp_hq/pkrstarsbotextension/wp-json/oembed/1.0/embed4f82]

View File

@@ -0,0 +1,30 @@
date size'/'remotesize flags(request:Update,Range state:File response:Modified,Chunked,gZipped) statuscode status ('servermsg') MIME Etag|Date URL localfile (from URL)
22:33:47 275/275 ---M-- 404 error ('Not%20Found') text/html date:Fri,%2013%20Nov%202020%2021:33:47%20GMT https://zinomedia.de/robots.txt (from )
22:33:49 21571/21571 ---M-Z 200 added ('OK') text/html date:Fri,%2013%20Nov%202020%2021:33:47%20GMT https://zinomedia.de/wp_hq/pkrstarsbotextension/ /home/zino/websites/pkrstarsbotext/zinomedia.de/wp_hq/pkrstarsbotextension/index.html (from )
22:33:50 5842/5842 ---MC- 200 added ('OK') text/html date:Fri,%2013%20Nov%202020%2021:33:49%20GMT https://gmpg.org/xfn/11 /home/zino/websites/pkrstarsbotext/gmpg.org/xfn/11.html (from https://zinomedia.de/wp_hq/pkrstarsbotextension/)
22:33:50 224759/224759 ---M-Z 200 added ('OK') text/css etag:%2236df7-5b4037d364df8-gzip%22 https://zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/cache/autoptimize/8/css/autoptimize_1e022342a99bb7bdb83695bb1dd77ada.css /home/zino/websites/pkrstarsbotext/zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/cache/autoptimize/8/css/autoptimize_1e022342a99bb7bdb83695bb1dd77ada.css (from https://zinomedia.de/wp_hq/pkrstarsbotextension/)
22:33:51 17498/17498 ---M-Z 200 added ('OK') text/css etag:%22445a-5b4037d360f78-gzip%22 https://zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/cache/autoptimize/8/css/autoptimize_single_011e1be3240142c0ac1c61956ea7eed7.css?ver=cfb1c73277a7851dfa262e43cb8ef8d2 /home/zino/websites/pkrstarsbotext/zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/cache/autoptimize/8/css/autoptimize_single_011e1be3240142c0ac1c61956ea7eed7d2c6.css (from https://zinomedia.de/wp_hq/pkrstarsbotextension/)
22:33:52 8671/8671 ---M-Z 200 added ('OK') text/css etag:%2221df-5b4037d360f78-gzip%22 https://zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/cache/autoptimize/8/css/autoptimize_single_dedf6c1389257be1376c6e8d217a9da2.css?ver=2.7.0 /home/zino/websites/pkrstarsbotext/zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/cache/autoptimize/8/css/autoptimize_single_dedf6c1389257be1376c6e8d217a9da24250.css (from https://zinomedia.de/wp_hq/pkrstarsbotextension/)
22:33:52 1645/1645 ---M-Z 200 added ('OK') application/rss+xml etag:%22d5de56ee4281e8528b721d64dabd247d-gzip%22 https://zinomedia.de/wp_hq/pkrstarsbotextension/feed/ /home/zino/websites/pkrstarsbotext/zinomedia.de/wp_hq/pkrstarsbotextension/feed/index.html (from https://zinomedia.de/wp_hq/pkrstarsbotextension/)
22:33:53 96873/96873 ---M-Z 200 added ('OK') application/javascript etag:%2217a69-589e0b164a106-gzip%22 https://zinomedia.de/wp_hq/pkrstarsbotextension/wp-includes/js/jquery/jquery.js?ver=1.12.4-wp /home/zino/websites/pkrstarsbotext/zinomedia.de/wp_hq/pkrstarsbotextension/wp-includes/js/jquery/jquery4a5f.js (from https://zinomedia.de/wp_hq/pkrstarsbotextension/)
22:33:55 9680/9680 ---MC- 200 added ('OK') application/json date:Fri,%2013%20Nov%202020%2021:33:54%20GMT https://zinomedia.de/wp_hq/pkrstarsbotextension/wp-json/wp/v2/pages/2 /home/zino/websites/pkrstarsbotext/zinomedia.de/wp_hq/pkrstarsbotextension/wp-json/wp/v2/pages/2.json (from https://zinomedia.de/wp_hq/pkrstarsbotextension/)
22:33:55 89135/89135 ---MC- 200 added ('OK') application/json date:Fri,%2013%20Nov%202020%2021:33:55%20GMT https://zinomedia.de/wp_hq/pkrstarsbotextension/wp-json/ /home/zino/websites/pkrstarsbotext/zinomedia.de/wp_hq/pkrstarsbotextension/wp-json/index.html (from https://zinomedia.de/wp_hq/pkrstarsbotextension/)
22:33:55 948/948 ---M-Z 200 added ('OK') text/xml date:Fri,%2013%20Nov%202020%2021:33:55%20GMT https://zinomedia.de/wp_hq/pkrstarsbotextension/xmlrpc.php?rsd /home/zino/websites/pkrstarsbotext/zinomedia.de/wp_hq/pkrstarsbotextension/xmlrpc0db0.php (from https://zinomedia.de/wp_hq/pkrstarsbotextension/)
22:33:56 1045/1045 ---M-Z 200 added ('OK') application/xml etag:%22415-4ed46af563a00-gzip%22 https://zinomedia.de/wp_hq/pkrstarsbotextension/wp-includes/wlwmanifest.xml /home/zino/websites/pkrstarsbotext/zinomedia.de/wp_hq/pkrstarsbotextension/wp-includes/wlwmanifest.xml (from https://zinomedia.de/wp_hq/pkrstarsbotextension/)
22:33:57 2250/2250 ---MC- 200 added ('OK') application/json date:Fri,%2013%20Nov%202020%2021:33:57%20GMT https://zinomedia.de/wp_hq/pkrstarsbotextension/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fzinomedia.de%2Fwp_hq%2Fpkrstarsbotextension%2F /home/zino/websites/pkrstarsbotext/zinomedia.de/wp_hq/pkrstarsbotextension/wp-json/oembed/1.0/embed89fe.json (from https://zinomedia.de/wp_hq/pkrstarsbotextension/)
22:33:58 2324/2324 ---M-Z 200 added ('OK') text/xml date:Fri,%2013%20Nov%202020%2021:33:58%20GMT https://zinomedia.de/wp_hq/pkrstarsbotextension/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fzinomedia.de%2Fwp_hq%2Fpkrstarsbotextension%2F&format=xml /home/zino/websites/pkrstarsbotext/zinomedia.de/wp_hq/pkrstarsbotextension/wp-json/oembed/1.0/embed4f82 (from https://zinomedia.de/wp_hq/pkrstarsbotextension/)
22:33:59 38308/38308 ---M-Z 200 added ('OK') application/javascript etag:%2295a4-5b4037d35f038-gzip%22 https://zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/cache/autoptimize/8/js/autoptimize_350225c0d0429e32f6fd640aa186712a.js /home/zino/websites/pkrstarsbotext/zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/cache/autoptimize/8/js/autoptimize_350225c0d0429e32f6fd640aa186712a.js (from https://zinomedia.de/wp_hq/pkrstarsbotextension/)
22:34:01 25/25 ---M-- 200 added ('OK') text/plain etag:%224e536a-19-3ef0a6a1b08c0%22 https://gmpg.org/robots.txt (from https://zinomedia.de/wp_hq/pkrstarsbotextension/)
22:34:01 2067/2067 ---M-- 200 added ('OK') text/css etag:%225a6f7b-813-3ef0a663b3680%22 https://gmpg.org/xfn/default.css /home/zino/websites/pkrstarsbotext/gmpg.org/xfn/default.css (from https://gmpg.org/xfn/11)
22:34:03 4170/4170 ---MC- 200 added ('OK') text/html date:Fri,%2013%20Nov%202020%2021:34:01%20GMT https://gmpg.org/xfn/. /home/zino/websites/pkrstarsbotext/gmpg.org/xfn/.html (from https://gmpg.org/xfn/11)
22:34:04 16269/16269 ---MC- 200 added ('OK') text/html date:Fri,%2013%20Nov%202020%2021:34:02%20GMT https://gmpg.org/xfn/intro /home/zino/websites/pkrstarsbotext/gmpg.org/xfn/intro.html (from https://gmpg.org/xfn/11)
22:34:05 7342/7342 ---MC- 200 added ('OK') text/html date:Fri,%2013%20Nov%202020%2021:34:03%20GMT https://gmpg.org/xfn/faq /home/zino/websites/pkrstarsbotext/gmpg.org/xfn/faq.html (from https://gmpg.org/xfn/11)
22:34:06 2250/2250 UR-MC- 200 added ('OK') application/json date:Fri,%2013%20Nov%202020%2021:34:05%20GMT https://zinomedia.de/wp_hq/pkrstarsbotextension/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fzinomedia.de%2Fwp_hq%2Fpkrstarsbotextension%2F /home/zino/websites/pkrstarsbotext/zinomedia.de/wp_hq/pkrstarsbotextension/wp-json/oembed/1.0/embed89fe.json (from https://zinomedia.de/wp_hq/pkrstarsbotextension/)
22:34:06 9680/9680 UR-MC- 200 added ('OK') application/json date:Fri,%2013%20Nov%202020%2021:34:05%20GMT https://zinomedia.de/wp_hq/pkrstarsbotextension/wp-json/wp/v2/pages/2 /home/zino/websites/pkrstarsbotext/zinomedia.de/wp_hq/pkrstarsbotextension/wp-json/wp/v2/pages/2.json (from https://zinomedia.de/wp_hq/pkrstarsbotextension/)
22:34:06 3304/3304 ---M-- 200 added ('OK') application/font-woff etag:%22ce8-5b2466a6e74bc%22 https://zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/themes/astra/assets/fonts/astra.woff /home/zino/websites/pkrstarsbotext/zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/themes/astra/assets/fonts/astra.woff (from https://zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/cache/autoptimize/8/css/autoptimize_1e022342a99bb7bdb83695bb1dd77ada.css)
22:34:08 390/390 ---M-- 302 error ('Found') text/html date:Fri,%2013%20Nov%202020%2021:34:07%20GMT http://zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/plugins/bb-plugin/fonts/fontawesome/5.13.0/webfonts/fa-brands-400.eot /home/zino/websites/pkrstarsbotext/zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/plugins/bb-plugin/fonts/fontawesome/5.13.0/webfonts/fa-brands-400.10.delayed (from https://zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/cache/autoptimize/8/css/autoptimize_1e022342a99bb7bdb83695bb1dd77ada.css)
22:34:09 133034/133034 ---M-- 200 added ('OK') application/vnd.ms-fontobject etag:%22207aa-5b34af8179eba%22 https://zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/plugins/bb-plugin/fonts/fontawesome/5.13.0/webfonts/fa-brands-400.eot /home/zino/websites/pkrstarsbotext/zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/plugins/bb-plugin/fonts/fontawesome/5.13.0/webfonts/fa-brands-400.eot (from https://zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/cache/autoptimize/8/css/autoptimize_1e022342a99bb7bdb83695bb1dd77ada.css)
22:34:10 393/393 UR-MC- 416 error ('Requested%20Range%20Not%20Satisfiable') text/html date:Fri,%2013%20Nov%202020%2021:34:09%20GMT https://zinomedia.de/wp_hq/pkrstarsbotextension/xmlrpc.php?rsd /home/zino/websites/pkrstarsbotext/zinomedia.de/wp_hq/pkrstarsbotextension/xmlrpc0db0.php (from https://zinomedia.de/wp_hq/pkrstarsbotextension/)
22:34:10 948/948 ---M-Z 200 added ('OK') text/xml date:Fri,%2013%20Nov%202020%2021:34:10%20GMT https://zinomedia.de/wp_hq/pkrstarsbotextension/xmlrpc.php?rsd /home/zino/websites/pkrstarsbotext/zinomedia.de/wp_hq/pkrstarsbotextension/xmlrpc0db0.php (from https://zinomedia.de/wp_hq/pkrstarsbotextension/xmlrpc.php?rsd)
22:34:11 393/393 UR-MC- 416 error ('Requested%20Range%20Not%20Satisfiable') text/html date:Fri,%2013%20Nov%202020%2021:34:10%20GMT https://zinomedia.de/wp_hq/pkrstarsbotextension/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fzinomedia.de%2Fwp_hq%2Fpkrstarsbotextension%2F&format=xml /home/zino/websites/pkrstarsbotext/zinomedia.de/wp_hq/pkrstarsbotextension/wp-json/oembed/1.0/embed4f82 (from https://zinomedia.de/wp_hq/pkrstarsbotextension/)
22:34:11 2324/2324 ---M-Z 200 added ('OK') text/xml date:Fri,%2013%20Nov%202020%2021:34:11%20GMT https://zinomedia.de/wp_hq/pkrstarsbotextension/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fzinomedia.de%2Fwp_hq%2Fpkrstarsbotextension%2F&format=xml /home/zino/websites/pkrstarsbotext/zinomedia.de/wp_hq/pkrstarsbotextension/wp-json/oembed/1.0/embed4f82 (from https://zinomedia.de/wp_hq/pkrstarsbotextension/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fzinomedia.de%2Fwp_hq%2Fpkrstarsbotextension%2F&format=xml)

Binary file not shown.

View File

@@ -0,0 +1,12 @@
What's in this folder?
This folder (hts-cache) has been generated by WinHTTrack 3.49-2
and is used for updating this website.
(The HTML website structure is stored here to allow fast updates)
DO NOT delete this folder unless you do not want to update the mirror in the future!!
(you can safely delete old.zip and old.lst files, however)
note: the hts-log.txt file, and hts-cache folder, may contain sensitive information,
such as username/password authentication for websites mirrored in this project
do not share these files/folders if you want these information to remain private

View File

@@ -0,0 +1,76 @@
CurrentUrl=https://zinomedia.de/wp_hq/pkrstarsbotextension/%0d%0a
Category=
CurrentAction=7
CurrentURLList=
Proxy=
Port=
Near=0
Test=1
ParseAll=1
HTMLFirst=0
Cache=1
NoRecatch=0
Dos=dos
Index=1
WordIndex=0
Log=0
RemoveTimeout=0
RemoveRateout=0
KeepAlive=1
FollowRobotsTxt=3
NoErrorPages=0
NoExternalPages=0
NoPwdInPages=0
NoQueryStrings=0
NoPurgeOldFiles=0
Cookies=1
CheckType=2
ParseJava=1
HTTP10=0
TolerantRequests=0
UpdateHack=1
URLHack=1
StoreAllInCache=0
LogType=
UseHTTPProxyForFTP=0
Build=1
PrimaryScan=4
Travel=2
GlobalTravel=1
RewriteLinks=1
BuildString=
MaxHtml=
MaxOther=
MaxAll=
MaxWait=
Sockets=4
Retry=
MaxTime=
TimeOut=
RateOut=
UserID=Mozilla/4.5 (compatible; HTTrack 3.0x; Windows 98)
Footer=<!-- Mirrored from %%s%%s by HTTrack Website Copier/3.x [XR&CO'2014], %%s -->
MaxRate=25000
WildCardFilters=+*.png +*.gif +*.jpg +*.jpeg +*.css +*.js -ad.doubleclick.net/*
Proxy=
Port=
Depth=
ExtDepth=
MaxConn=
MaxLinks=
MIMEDefsExt1=
MIMEDefsExt2=
MIMEDefsExt3=
MIMEDefsExt4=
MIMEDefsExt5=
MIMEDefsExt6=
MIMEDefsExt7=
MIMEDefsExt8=
MIMEDefsMime1=
MIMEDefsMime2=
MIMEDefsMime3=
MIMEDefsMime4=
MIMEDefsMime5=
MIMEDefsMime6=
MIMEDefsMime7=
MIMEDefsMime8=

View File

@@ -0,0 +1,15 @@
HTTrack3.49-2 launched on Tue, 17 Nov 2020 01:44:23 at https://zinomedia.de/wp_hq/pkrstarsbotextension/ +*.png +*.gif +*.jpg +*.jpeg +*.css +*.js -ad.doubleclick.net/*
(webhttrack -q -%i -iC2 https://zinomedia.de/wp_hq/pkrstarsbotextension/ -O "/home/zino/websites/pkrstarsbotext" -n -%P -N0 -s2 -p7 -D -a -K0 -c4 -%k -A25000 -F "Mozilla/4.5 (compatible; HTTrack 3.0x; Windows 98)" -%F "<!-- Mirrored from %s%s by HTTrack Website Copier/3.x [XR&CO'2014], %s -->" +*.png +*.gif +*.jpg +*.jpeg +*.css +*.js -ad.doubleclick.net/* -%s -%u )
Information, Warnings and Errors reported for this mirror:
note: the hts-log.txt file, and hts-cache folder, may contain sensitive information,
such as username/password authentication for websites mirrored in this project
do not share these files/folders if you want these information to remain private
01:44:40 Warning: Warning: store text/html without scan: /home/zino/websites/pkrstarsbotext/gmpg.org/xfn/.html
01:44:40 Warning: Warning: store text/html without scan: /home/zino/websites/pkrstarsbotext/gmpg.org/xfn/intro.html
01:44:40 Warning: Warning: store text/html without scan: /home/zino/websites/pkrstarsbotext/gmpg.org/xfn/faq.html
01:44:51 Warning: Warning: store text/css without scan: /home/zino/websites/pkrstarsbotext/gmpg.org/xfn/default.css
HTTrack Website Copier/3.49-2 mirror complete in 28 seconds : 30 links scanned, 34 files written (1268234 bytes overall), 31 files updated [636610 bytes received at 22736 bytes/sec], 664393 bytes transferred using HTTP compression in 17 files, ratio 23%, 3.1 requests per connection
(No errors, 4 warnings, 0 messages)

View File

@@ -0,0 +1,144 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="HTTrack is an easy-to-use website mirror utility. It allows you to download a World Wide website from the Internet to a local directory,building recursively all structures, getting html, images, and other files from the server to your computer. Links are rebuiltrelatively so that you can freely browse to the local site (works with any browser). You can mirror several sites together so that you can jump from one toanother. You can, also, update an existing mirror site, or resume an interrupted download. The robot is fully configurable, with an integrated help" />
<meta name="keywords" content="httrack, HTTRACK, HTTrack, winhttrack, WINHTTRACK, WinHTTrack, offline browser, web mirror utility, aspirateur web, surf offline, web capture, www mirror utility, browse offline, local site builder, website mirroring, aspirateur www, internet grabber, capture de site web, internet tool, hors connexion, unix, dos, windows 95, windows 98, solaris, ibm580, AIX 4.0, HTS, HTGet, web aspirator, web aspirateur, libre, GPL, GNU, free software" />
<title>Local index - HTTrack Website Copier</title>
<!-- Mirror and index made by HTTrack Website Copier/3.49-2 [XR&CO'2014] -->
<style type="text/css">
<!--
body {
margin: 0; padding: 0; margin-bottom: 15px; margin-top: 8px;
background: #77b;
}
body, td {
font: 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
#subTitle {
background: #000; color: #fff; padding: 4px; font-weight: bold;
}
#siteNavigation a, #siteNavigation .current {
font-weight: bold; color: #448;
}
#siteNavigation a:link { text-decoration: none; }
#siteNavigation a:visited { text-decoration: none; }
#siteNavigation .current { background-color: #ccd; }
#siteNavigation a:hover { text-decoration: none; background-color: #fff; color: #000; }
#siteNavigation a:active { text-decoration: none; background-color: #ccc; }
a:link { text-decoration: underline; color: #00f; }
a:visited { text-decoration: underline; color: #000; }
a:hover { text-decoration: underline; color: #c00; }
a:active { text-decoration: underline; }
#pageContent {
clear: both;
border-bottom: 6px solid #000;
padding: 10px; padding-top: 20px;
line-height: 1.65em;
background-image: url(backblue.gif);
background-repeat: no-repeat;
background-position: top right;
}
#pageContent, #siteNavigation {
background-color: #ccd;
}
.imgLeft { float: left; margin-right: 10px; margin-bottom: 10px; }
.imgRight { float: right; margin-left: 10px; margin-bottom: 10px; }
hr { height: 1px; color: #000; background-color: #000; margin-bottom: 15px; }
h1 { margin: 0; font-weight: bold; font-size: 2em; }
h2 { margin: 0; font-weight: bold; font-size: 1.6em; }
h3 { margin: 0; font-weight: bold; font-size: 1.3em; }
h4 { margin: 0; font-weight: bold; font-size: 1.18em; }
.blak { background-color: #000; }
.hide { display: none; }
.tableWidth { min-width: 400px; }
.tblRegular { border-collapse: collapse; }
.tblRegular td { padding: 6px; background-image: url(fade.gif); border: 2px solid #99c; }
.tblHeaderColor, .tblHeaderColor td { background: #99c; }
.tblNoBorder td { border: 0; }
// -->
</style>
</head>
<table width="76%" border="0" align="center" cellspacing="0" cellpadding="3" class="tableWidth">
<tr>
<td id="subTitle">HTTrack Website Copier - Open Source offline browser</td>
</tr>
</table>
<table width="76%" border="0" align="center" cellspacing="0" cellpadding="0" class="tableWidth">
<tr class="blak">
<td>
<table width="100%" border="0" align="center" cellspacing="1" cellpadding="0">
<tr>
<td colspan="6">
<table width="100%" border="0" align="center" cellspacing="0" cellpadding="10">
<tr>
<td id="pageContent">
<!-- ==================== End prologue ==================== -->
<meta name="generator" content="HTTrack Website Copier/3.x">
<TITLE>Local index - HTTrack</TITLE>
</HEAD>
<BODY>
<H1 ALIGN=Center>Index of locally available sites:</H1>
<TABLE BORDER="0" WIDTH="100%" CELLSPACING="1" CELLPADDING="0">
<TR>
<TD BACKGROUND="fade.gif">
&middot;
<A HREF="zinomedia.de/wp_hq/pkrstarsbotextension/index.html">
PKRStarsbot extension &#8211; Just another ZINOMEDIQ HQ Sites site
</A>
</TD>
</TR>
</TABLE>
<BR>
<BR>
<BR>
<H6 ALIGN="RIGHT">
<I>Mirror and index made by HTTrack Website Copier [XR&amp;CO'2008]</I>
</H6>
<!-- Mirror and index made by HTTrack Website Copier/3.49-2 [XR&CO'2014] -->
<!-- Thanks for using HTTrack Website Copier! -->
<meta HTTP-EQUIV="Refresh" CONTENT="0; URL=zinomedia.de/wp_hq/pkrstarsbotextension/index.html">
<!-- ==================== Start epilogue ==================== -->
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table width="76%" border="0" align="center" valign="bottom" cellspacing="0" cellpadding="0">
<tr>
<td id="footer"><small>&copy; 2008 Xavier Roche & other contributors - Web Design: Leto Kauler.</small></td>
</tr>
</table>
</body>
</html>

View File

@@ -0,0 +1,205 @@
.pp-offcanvas-body {
position: absolute !Important;
top: 50% !important;
-ms-transform: translateY(-50%) !important;
transform: translateY(-50%) !important;
}
.pp-offcanvas-content {
overflow: hidden;
width: 10vw !important;
}
.pp-offcanvas-custom-content {
margin-bottom: 2vw;
font-size: 1vw;
}
.pp-offcanvas-custom-content i {
font-size: 2vw;
}
img#sidebarLogo {
width: 6vw;
height: 6vw;
max-width: 512px;
max-height: 512px;
}
/*.pp-offcanvas-custom-content i:hover, .pp-offcanvas-custom-content p:hover {*/
/* color: yellow;*/
/*}*/
.pp-offcanvas-custom-content:hover i,
.pp-offcanvas-custom-content:hover p {
color: #00aedb;
}
.pp-offcanvas-custom-content i {
color: #ffffff;
}
#slideOut {
right: 0;
color: #ffffff;
}
.slideToggle {
position: absolute;
margin: 0;
position: absolute;
width: .8vw;
height: 10vw;
background: #444;
top: 50%;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.slideToggle i {
margin: 0;
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-size: 1.4vw;
}
.slideIn {
left: 0;
width: .8vw;
height: 10vw;
background: black;
color: #ffffff;
z-index: 99;
}
.slideIn i {
font-size: 1.4vw;
margin: 0;
position: relative;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
vertical-align: top;
}
.centerBoth {
margin: 0;
position: absolute;
top: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-size: 1.4vw;
}
#modal-5fb29d747a583 .pp-modal.layout-standard {
width: 30vw !important;
height: 20vw !important;
}
.fl-node-5fb29d747a583 .pp-modal .pp-modal-title,
#modal-5fb29d747a583 .pp-modal .pp-modal-title {
padding: .5vw .5vw !important;
font-size: 1.2vw !important;
}
.pp-infobox-icon-inner span:before {
font-size: 2vw !important;
}
span.pp-infobox-title-prefix {
font-size: 1vw;
}
.pp-infobox-title {
font-size: 1vw;
}
.pp-infobox-description {
font-size: .8vw;
}
.modalClose {
right: -.5vw;
top: -.5vw;
position: absolute;
}
.pp-modal-close.box-top-right {
top: -.6vw !important;
right: -.6vw !important;
}
.pp-modal-close {
border-radius: 0 !important;
width: 1.2vw !important;
height: 1.2vw !important;
padding: .55vw !important;
}
.pp-modal-close .bar-wrap {
display: contents !important;
}
.pp-modal-close .bar-wrap .bar-1 {
top: .55vw !important;
}
.pp-modal-close .bar-wrap .bar-2 {
top: .55vw !important;
}
.pp-infobox-wrap {
margin-right: .1vw;
margin-left: .2vw;
margin-top: .1vw;
margin-bottom: .1vw;
}
.pp-modal {
margin: 0 !important;
}
.pp-modal-container {
overflow: hidden !important;
}
.pp-modal-wrap {
z-index: 99 !important;
}
.pp-modal-wrap {
overflow: hidden !important;
}
#slideInOverlay {
/*display: none;*/
left: 0;
width: .8vw;
height: 10vw;
background: black;
color: #ffffff;
margin: 0;
position: absolute;
top: 50%;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
#slideInOverlay i {
font-size: 1.4vw;
margin: 0;
position: relative;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
vertical-align: top;
}

View File

@@ -0,0 +1,137 @@
"use strict";
var elements = new Object();
var modalActive = 0;
document.addEventListener("DOMContentLoaded", function(event) {
defer(function() {
console.log("jQuery is now loaded");
init();
});
});
function init() {
// Append
jQuery(".pp-offcanvas-content").append('<div id="slideOut" class="slideToggle pp-offcanvas-5fb1907e2d646-close"><i class="fas fa-caret-left"></i></div>');
jQuery(".pp-modal-container").append('<div id="slideInOverlay"><i class="fas fa-caret-right"></i></div>');
// jQuery(".pp-modal-container").append('<div id="slideIn"><i class="fas fa-caret-right"></i></div>');
// Draggable
jQuery(".pp-modal").draggable({
containment: "#main",
scroll: false,
});
elements = {
"sidebarLinks": {
"1": { obj: jQuery(".pp-offcanvas-1"), callback: streamerInfoCallback, extraClass: "modal-5fb29d747a583" },
"2": { obj: jQuery(".pp-offcanvas-2"), callback: emptyCallback },
"3": { obj: jQuery(".pp-offcanvas-3"), callback: emptyCallback },
"4": { obj: jQuery(".pp-offcanvas-4"), callback: emptyCallback },
"5": { obj: jQuery(".pp-offcanvas-5"), callback: emptyCallback },
"6": { obj: jQuery(".pp-offcanvas-6"), callback: emptyCallback },
},
"sidebarToggles": {
"slideIn": { obj: jQuery(".slideIn"), callback: sidebarSlideIn },
"slideOut": { obj: jQuery("#slideOut"), callback: sidebarSlideOut },
"slideInOverlay": { obj: jQuery("#slideInOverlay"), callback: sidebarSlideInOverlay },
},
"modals": {
"streamerInfo": { obj: jQuery("#modal-5fb29d747a583"), header: jQuery("#modal-5fb29d747a583 .pp-modal-body"), close: jQuery("#modal-5fb29d747a583 .pp-modal-close"), enabled: 0, callback: emptyCallback },
},
};
// Append
// jQuery(".pp-modal-container").append('<a href="#" onclick="sidebarSlideInOverlay()"> <div class="slideIn" id="slideInOverlay"> <i class="fas fa-caret-right"></i> </div> </a>');
sidebarClick();
// jQuery("body").append('<div id="slideIn" class="slideToggle"><i class="fas fa-caret-right"></i></div>');
}
function sidebarSlideInOverlay() {
elements.sidebarToggles.slideIn.obj.click();
// elements.sidebarToggles.slideInOverlay.obj.hide();
}
function sidebarSlideIn() {
// elements.sidebarToggles["slideIn"].obj.hide();
}
function active_modal() {
// Check if a modal is active
let enabled;
for (const [key, node] of Object.entries(elements["modals"])) {
enabled = node.enabled;
}
console.log("enabled: " + enabled);
return enabled;
}
function sidebarSlideOut() {
// if (!active_modal()) {
// elements.sidebarToggles["slideIn"].obj.delay(450).show(0);
// }
// else {
// elements.sidebarToggles.slideInOverlay.obj.delay(450).show(0);
// }
}
function streamerInfoCallback(node) {
console.log("foobar");
elements.modals.streamerInfo.enabled = 1;
}
function modalStreamerInfo() {
console.log("clicked");
}
function emptyCallback() {
console.log("empty callback");
return;
}
function sidebarClick() {
for (const [key, node] of Object.entries(elements["sidebarLinks"])) {
node.obj.addClass(node.extraClass);
node.obj.click(function() {
node.callback(node);
});
}
for (const [key, node] of Object.entries(elements["sidebarToggles"])) {
node.obj.click(function() {
node.callback();
});
}
for (const [key, node] of Object.entries(elements["modals"])) {
node.close.click(function() {
node.enabled = 0;
if (!active_modal()) {
elements.sidebarToggles["slideIn"].obj.show();
}
});
}
}
function defer(method) {
if (window.jQuery) {
method();
}
else {
setTimeout(function() { defer(method) }, 50);
}
}

View File

@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<title>Config Page</title>
</head>
<body style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;">
<div id="app"></div>
<script src="https://extension-files.twitch.tv/helper/v1/twitch-ext.min.js"></script>
<!-- If you use any external libraries, such as jQuery, you must include
them as part of your extension. Twitch does not allow extensions to link
to external libraries. -->
<script src="jquery-3.3.1.min.js" type="text/javascript"></script>
<script src="config.js" type="text/javascript"></script>
<h2>Configure This</h2>
<p>Just kidding... hello world.</p>
</body>
</html>

View File

@@ -0,0 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
>
<channel>
<title>PKRStarsbot extension</title>
<atom:link href="https://zinomedia.de/wp_hq/pkrstarsbotextension/feed/" rel="self" type="application/rss+xml" />
<link>https://zinomedia.de/wp_hq/pkrstarsbotextension</link>
<description>Just another ZINOMEDIQ HQ Sites site</description>
<lastBuildDate>Fri, 13 Nov 2020 20:51:05 +0000</lastBuildDate>
<language>en-US</language>
<sy:updatePeriod>
hourly </sy:updatePeriod>
<sy:updateFrequency>
1 </sy:updateFrequency>
<generator>https://wordpress.org/?v=5.5.3</generator>
<item>
<title>Hello world!</title>
<link>https://zinomedia.de/wp_hq/pkrstarsbotextension/2020/11/13/hello-world/</link>
<dc:creator><![CDATA[zino]]></dc:creator>
<pubDate>Fri, 13 Nov 2020 20:51:05 +0000</pubDate>
<category><![CDATA[Uncategorized]]></category>
<guid isPermaLink="false">https://zinomedia.de/wp_hq/pkrstarsbotextension/?p=1</guid>
<description><![CDATA[Welcome to ZINOMEDIQ HQ Sites. This is your first post. Edit or delete it, then start blogging!]]></description>
<content:encoded><![CDATA[<p>Welcome to <a href="http://zinomedia.de/wp_hq/">ZINOMEDIQ HQ Sites</a>. This is your first post. Edit or delete it, then start blogging!</p>
]]></content:encoded>
</item>
</channel>
</rss>

View File

@@ -0,0 +1,442 @@
<!DOCTYPE html>
<html lang="en-US">
<!-- Mirrored from zinomedia.de/wp_hq/pkrstarsbotextension/ by HTTrack Website Copier/3.x [XR&CO'2014], Tue, 17 Nov 2020 00:44:25 GMT -->
<!-- Added by HTTrack -->
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<!-- /Added by HTTrack -->
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="../../../gmpg.org/xfn/11.html">
<script src="https://extension-files.twitch.tv/helper/v1/twitch-ext.min.js"></script>
<link media="all" href="wp-content/cache/autoptimize/8/css/autoptimize_7659691a7e1ef94ece351c5864b703fb.css" rel="stylesheet" />
<title>PKRStarsbot extension &#8211; Just another ZINOMEDIQ HQ Sites site</title>
<link rel="alternate" type="application/rss+xml" title="PKRStarsbot extension &raquo; Feed" href="feed/index.html" />
<link rel='stylesheet' id='style-css' href='../../pkrstarsbot/extension/live/css/style5152.css?ver=1.0' type='text/css' media='all' />
<link rel='stylesheet' id='dashicons-css' href='wp-includes/css/dashicons.min5697.css?ver=5.5.3' type='text/css' media='all' />
<link rel='stylesheet' id='fl-builder-layout-2-css' href='wp-content/cache/autoptimize/8/css/autoptimize_single_665b714b55a649a0f421f14e7037bd834718.css?ver=28144ff4ff1dc83d37f231b1ca0162d2' type='text/css' media='all' />
<link rel='stylesheet' id='astra-addon-css-css' href='wp-content/cache/autoptimize/8/css/autoptimize_single_3ab57728109cd61eab8dd407684bdbce4250.css?ver=2.7.0' type='text/css' media='all' />
<script type='text/javascript' src='wp-includes/js/jquery/jquery4a5f.js?ver=1.12.4-wp' id='jquery-core-js'></script>
<!--[if IE]>
<script type='text/javascript' src='https://zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/themes/astra/assets/js/minified/flexibility.min.js?ver=2.6.0' id='astra-flexibility-js'></script>
<script type='text/javascript' id='astra-flexibility-js-after'>
flexibility(document.documentElement);
</script>
<![endif]-->
<link rel="https://api.w.org/" href="wp-json/index.html" />
<link rel="alternate" type="application/json" href="wp-json/wp/v2/pages/2.json" />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="xmlrpc0db0.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 5.5.3" />
<link rel="canonical" href="index.html" />
<link rel='shortlink' href='index.html' />
<link rel="alternate" type="application/json+oembed" href="wp-json/oembed/1.0/embed89fe.json?url=https%3A%2F%2Fzinomedia.de%2Fwp_hq%2Fpkrstarsbotextension%2F" />
<link rel="alternate" type="text/xml+oembed" href="wp-json/oembed/1.0/embed4f82?url=https%3A%2F%2Fzinomedia.de%2Fwp_hq%2Fpkrstarsbotextension%2F&amp;format=xml" />
</head>
<body data-rsssl=1 itemtype='https://schema.org/WebPage' itemscope='itemscope' class="home page-template-default page page-id-2 fl-builder ast-desktop ast-page-builder-template ast-no-sidebar astra-2.6.0 ast-header-custom-item-inside ast-single-post ast-inherit-site-logo-transparent ast-full-width-layout astra-addon-2.7.0">
<script>
var clientAuth;
jQuery(document).ready(function() {
console.log("ready!");
jQuery("#main").append('<button style="top: 50%; position: absolute; right: 50%;" onclick="console.log(JSON.parse(sessionStorage.auth))">foobar</button>');
jQuery("#main").append('<button style="top: 55%; position: absolute; right: 50%;" onclick="const auth = JSON.parse(sessionStorage.auth); apirequest(auth.token);">foobar2</button>');
// waitForElement(clientAuth)5
// jQuery.ajax({
// method: 'POST',
// url: 'https://zinomedia.de/wp_hq/pkrstarsbotextension/wp-json/extension/v1/foobar',
// data: { delay: delay, db_user_id: db_user_id, _wpnonce: myScriptVars.nonce },
// dataType: 'json',
// success: function(data) {
// console.log(data);
// },
// });
});
window.Twitch.ext.onAuthorized(function(auth) {
console.log('The JWT that will be passed to the EBS is', auth.token);
console.log('The channel ID is', auth.channelId);
console.log('The client ID is', auth.clientId);
console.log('The userId ID is', auth.userId);
sessionStorage.setItem('auth', JSON.stringify(auth));
var obj = JSON.parse(sessionStorage.auth);
console.log(obj);
});
function apirequest(token) {
jQuery.ajax({
method: 'POST',
url: 'https://zinomedia.de/wp_hq/pkrstarsbotextension/wp-json/extension/v1/foobar',
data: { "token": token },
dataType: 'json',
success: function(data) {
console.log(data);
},
});
}
function sleep(ms) {
return new Promise(resolve => setTimeout(resolve, ms));
}
function waitForElement() {
console.log(clientAuth);
if (typeof elem !== "undefined") {
//variable exists, do what you want
console.log('defined');
console.log(clientAuth);
}
else {
console.log('not defined');
setTimeout(waitForElement(clientAuth), 5000);
}
}
</script>
<div class="hfeed site" id="page">
<a class="skip-link screen-reader-text" href="#content">Skip to content</a>
<header class="site-header ast-primary-submenu-animation-fade header-main-layout-1 ast-primary-menu-enabled ast-logo-title-inline ast-hide-custom-menu-mobile ast-menu-toggle-icon ast-mobile-header-inline" id="masthead" itemtype="https://schema.org/WPHeader"
itemscope="itemscope" itemid="#masthead">
</header>
<!-- #masthead -->
<div id="content" class="site-content">
<div class="ast-container">
<div id="primary" class="content-area primary">
<main id="main" class="site-main">
<article class="post-2 page type-page status-publish ast-article-single" id="post-2" itemtype="https://schema.org/CreativeWork" itemscope="itemscope">
<header class="entry-header ast-header-without-markup">
</header>
<!-- .entry-header -->
<div class="entry-content clear" itemprop="text">
<div class="fl-builder-content fl-builder-content-2 fl-builder-content-primary fl-builder-global-templates-locked" data-post-id="2">
<div class="fl-row fl-row-full-width fl-row-bg-none fl-node-5fb1907e2dc38 fl-row-full-height fl-row-align-center" data-node="5fb1907e2dc38">
<div class="fl-row-content-wrap">
<div class="fl-row-content fl-row-full-width fl-node-content">
<div class="fl-col-group fl-node-5fb1907e324a9" data-node="5fb1907e324a9">
<div class="fl-col fl-node-5fb1907e3260f" data-node="5fb1907e3260f">
<div class="fl-col-content fl-node-content">
<div id="htmlcontainer" class="fl-module fl-module-html fl-node-5fb2948714942" data-node="5fb2948714942">
<div class="fl-module-content fl-node-content">
<div class="fl-html">
<div class="slideIn"><i class="fas fa-caret-right"></i></div>
</div>
</div>
</div>
<div id="sidebarCanvas" class="fl-module fl-module-pp-offcanvas-content fl-node-5fb1907e2d646" data-node="5fb1907e2d646">
<div class="fl-module-content fl-node-content">
<div class="pp-offcanvas-content-wrap">
<div class="pp-offcanvas-content pp-offcanvas-content-5fb1907e2d646 pp-offcanvas-content-left pp-offcanvas-slide" data-id="5fb1907e2d646">
<div class="pp-offcanvas-body">
<div class="pp-offcanvas-content-inner">
<div itemprop="title" class="pp-offcanvas-custom-content pp-offcanvas-1">
<h3 class="pp-offcanvas-content-title"><i class="fas fa-info"></i></h3>
<div itemprop="text" class="pp-offcanvas-content-description">
<p>Streamer Info</p>
</div>
</div>
<div itemprop="title" class="pp-offcanvas-custom-content pp-offcanvas-2">
<h3 class="pp-offcanvas-content-title"><i class="far fa-chart-bar"></i></h3>
<div itemprop="text" class="pp-offcanvas-content-description">
<p>Statistics</p>
</div>
</div>
<div itemprop="title" class="pp-offcanvas-custom-content pp-offcanvas-3">
<h3 class="pp-offcanvas-content-title"><i class="fas fa-male"></i></h3>
<div itemprop="text" class="pp-offcanvas-content-description">
<p>Player Info</p>
</div>
</div>
<div itemprop="title" class="pp-offcanvas-custom-content pp-offcanvas-4">
<h3 class="pp-offcanvas-content-title"><i class="fas fa-chart-line"></i></h3>
<div itemprop="text" class="pp-offcanvas-content-description">
<p>Winnings</p>
</div>
</div>
<div itemprop="title" class="pp-offcanvas-custom-content pp-offcanvas-5">
<h3 class="pp-offcanvas-content-title"><i class="fas fa-hand-holding-heart"></i></h3>
<div itemprop="text" class="pp-offcanvas-content-description">
<p>Support us</p>
</div>
</div>
<div itemprop="title" class="pp-offcanvas-custom-content pp-offcanvas-6">
<h3 class="pp-offcanvas-content-title"></h3>
<div itemprop="text" class="pp-offcanvas-content-description">
<div id="spacer"></div>
<p><img id="sidebarLogo" src="wp-content/uploads/sites/8/2020/11/android-chrome-512x512-1.png" alt=""></p>
</div>
</div>
</div>
</div>
</div>
<div class="pp-offcanvas-toggle-wrap">
</div>
</div>
</div>
</div>
<div id="modalStreamerInfo" class="fl-module fl-module-pp-modal-box fl-node-5fb29d747a583" data-node="5fb29d747a583">
<div class="fl-module-content fl-node-content">
<div id="modal-5fb29d747a583" class="pp-modal-wrap">
<div class="pp-modal-container">
<div class="pp-modal-overlay"></div>
<div class="pp-modal layout-standard">
<div class="pp-modal-body">
<div class="pp-modal-header">
<h2 class="pp-modal-title">Streamer Info</h2>
<div class="pp-modal-close box-top-right">
<div class="bar-wrap">
<span class="bar-1"></span>
<span class="bar-2"></span>
</div>
</div>
</div>
<div class="pp-modal-content">
<div class="pp-modal-content-inner">
<link rel='stylesheet' id='fl-builder-layout-148-css' href='wp-content/cache/autoptimize/8/css/autoptimize_single_a9a2a55637ed58d996b6aa9208e081090704.css?ver=3529b48e985cf872f67f0ce03c26b9e1' type='text/css' media='all' />
<div class="fl-builder-content fl-builder-content-148 fl-builder-template fl-builder-row-template fl-builder-global-templates-locked" data-post-id="148">
<div class="fl-row fl-row-full-width fl-row-bg-none fl-node-5fb2ae7fbf07e" data-node="5fb2ae7fbf07e">
<div class="fl-row-content-wrap">
<div class="fl-row-content fl-row-full-width fl-node-content">
<div class="fl-col-group fl-node-5fb2ae7fbf076 fl-col-group-equal-height fl-col-group-align-top" data-node="5fb2ae7fbf076">
<div class="fl-col fl-node-5fb2ae7fbf07a fl-col-small" data-node="5fb2ae7fbf07a">
<div class="fl-col-content fl-node-content">
<div class="fl-module fl-module-pp-infobox fl-node-5fb2ae7fbf07c" data-node="5fb2ae7fbf07c">
<div class="fl-module-content fl-node-content">
<div class="pp-infobox-wrap">
<div class="pp-infobox layout-5">
<div class="pp-icon-wrapper animated">
<div class="pp-infobox-icon">
<div class="pp-infobox-icon-inner">
<span class="pp-icon fas fa-fire"></span>
</div>
</div>
</div>
<span class="pp-infobox-title-prefix">Value</span>
<div class="pp-infobox-title-wrapper">
<h4 class="pp-infobox-title">Aggression Factor (AF)</h4>
</div>
<div class="pp-infobox-description">
<div class="pp-description-wrap">
<br />
</div>
</div>
</div>
</div>
</div>
</div>
<div class="fl-module fl-module-pp-infobox fl-node-5fb2e39aa9947" data-node="5fb2e39aa9947">
<div class="fl-module-content fl-node-content">
<div class="pp-infobox-wrap">
<div class="pp-infobox layout-5">
<div class="pp-icon-wrapper animated">
<div class="pp-infobox-icon">
<div class="pp-infobox-icon-inner">
<span class="pp-icon fas fa-fire"></span>
</div>
</div>
</div>
<span class="pp-infobox-title-prefix">Value</span>
<div class="pp-infobox-title-wrapper">
<h4 class="pp-infobox-title">Bet [Flop/Turn/River] Total</h4>
</div>
<div class="pp-infobox-description">
<div class="pp-description-wrap">
<br />
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="fl-col fl-node-5fb2b58b01b97 fl-col-small" data-node="5fb2b58b01b97">
<div class="fl-col-content fl-node-content">
<div class="fl-module fl-module-pp-infobox fl-node-5fb2b57e77a83" data-node="5fb2b57e77a83">
<div class="fl-module-content fl-node-content">
<div class="pp-infobox-wrap">
<div class="pp-infobox layout-5">
<div class="pp-icon-wrapper animated">
<div class="pp-infobox-icon">
<div class="pp-infobox-icon-inner">
<span class="pp-icon fas fa-fire"></span>
</div>
</div>
</div>
<span class="pp-infobox-title-prefix">Value</span>
<div class="pp-infobox-title-wrapper">
<h4 class="pp-infobox-title">3Bet</h4>
</div>
<div class="pp-infobox-description">
<div class="pp-description-wrap">
<br />
</div>
</div>
</div>
</div>
</div>
</div>
<div class="fl-module fl-module-pp-infobox fl-node-5fb2e39d87f31" data-node="5fb2e39d87f31">
<div class="fl-module-content fl-node-content">
<div class="pp-infobox-wrap">
<div class="pp-infobox layout-5">
<div class="pp-icon-wrapper animated">
<div class="pp-infobox-icon">
<div class="pp-infobox-icon-inner">
<span class="pp-icon fas fa-fire"></span>
</div>
</div>
</div>
<span class="pp-infobox-title-prefix">Value</span>
<div class="pp-infobox-title-wrapper">
<h4 class="pp-infobox-title">Call 3Bet</h4>
</div>
<div class="pp-infobox-description">
<div class="pp-description-wrap">
<p></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- .entry-content .clear -->
</article>
<!-- #post-## -->
</main>
<!-- #main -->
</div>
<!-- #primary -->
</div>
<!-- ast-container -->
</div>
<!-- #content -->
<footer class="site-footer" id="colophon" itemtype="https://schema.org/WPFooter" itemscope="itemscope" itemid="#colophon">
</footer>
<!-- #colophon -->
</div>
<!-- #page -->
<script type='text/javascript' src='../../pkrstarsbot/extension/live/js/script68b3.js?ver=1' id='script-js'></script>
<script defer src="wp-content/cache/autoptimize/8/js/autoptimize_53f8d12d4a54601bacfba2a82c5ca653.js"></script>
</body>
<!-- Mirrored from zinomedia.de/wp_hq/pkrstarsbotextension/ by HTTrack Website Copier/3.x [XR&CO'2014], Tue, 17 Nov 2020 00:44:38 GMT -->
</html>

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,43 @@
<?xml version="1.0" encoding="utf-8" ?>
<manifest xmlns="http://schemas.microsoft.com/wlw/manifest/weblog">
<options>
<clientType>WordPress</clientType>
<supportsKeywords>Yes</supportsKeywords>
<supportsGetTags>Yes</supportsGetTags>
</options>
<weblog>
<serviceName>WordPress</serviceName>
<imageUrl>images/wlw/wp-icon.png</imageUrl>
<watermarkImageUrl>images/wlw/wp-watermark.png</watermarkImageUrl>
<homepageLinkText>View site</homepageLinkText>
<adminLinkText>Dashboard</adminLinkText>
<adminUrl>
<![CDATA[
{blog-postapi-url}/../wp-admin/
]]>
</adminUrl>
<postEditingUrl>
<![CDATA[
{blog-postapi-url}/../wp-admin/post.php?action=edit&post={post-id}
]]>
</postEditingUrl>
</weblog>
<buttons>
<button>
<id>0</id>
<text>Manage Comments</text>
<imageUrl>images/wlw/wp-comments.png</imageUrl>
<clickUrl>
<![CDATA[
{blog-postapi-url}/../wp-admin/edit-comments.php
]]>
</clickUrl>
</button>
</buttons>
</manifest>

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,8 @@
<?xml version="1.0"?>
<oembed><version>1.0</version><provider_name>PKRStarsbot extension</provider_name><provider_url>https://zinomedia.de/wp_hq/pkrstarsbotextension</provider_url><title>Sample Page</title><type>rich</type><width>600</width><height>338</height><html>&lt;blockquote class="wp-embedded-content"&gt;&lt;a href="https://zinomedia.de/wp_hq/pkrstarsbotextension/"&gt;Sample Page&lt;/a&gt;&lt;/blockquote&gt;
&lt;script type='text/javascript'&gt;
&lt;!--//--&gt;&lt;![CDATA[//&gt;&lt;!--
/*! This file is auto-generated */
!function(d,l){"use strict";var e=!1,o=!1;if(l.querySelector)if(d.addEventListener)e=!0;if(d.wp=d.wp||{},!d.wp.receiveEmbedMessage)if(d.wp.receiveEmbedMessage=function(e){var t=e.data;if(t)if(t.secret||t.message||t.value)if(!/[^a-zA-Z0-9]/.test(t.secret)){var r,a,i,s,n,o=l.querySelectorAll('iframe[data-secret="'+t.secret+'"]'),c=l.querySelectorAll('blockquote[data-secret="'+t.secret+'"]');for(r=0;r&lt;c.length;r++)c[r].style.display="none";for(r=0;r&lt;o.length;r++)if(a=o[r],e.source===a.contentWindow){if(a.removeAttribute("style"),"height"===t.message){if(1e3&lt;(i=parseInt(t.value,10)))i=1e3;else if(~~i&lt;200)i=200;a.height=i}if("link"===t.message)if(s=l.createElement("a"),n=l.createElement("a"),s.href=a.getAttribute("src"),n.href=t.value,n.host===s.host)if(l.activeElement===a)d.top.location.href=t.value}}},e)d.addEventListener("message",d.wp.receiveEmbedMessage,!1),l.addEventListener("DOMContentLoaded",t,!1),d.addEventListener("load",t,!1);function t(){if(!o){o=!0;var e,t,r,a,i=-1!==navigator.appVersion.indexOf("MSIE 10"),s=!!navigator.userAgent.match(/Trident.*rv:11\./),n=l.querySelectorAll("iframe.wp-embedded-content");for(t=0;t&lt;n.length;t++){if(!(r=n[t]).getAttribute("data-secret"))a=Math.random().toString(36).substr(2,10),r.src+="#?secret="+a,r.setAttribute("data-secret",a);if(i||s)(e=r.cloneNode(!0)).removeAttribute("security"),r.parentNode.replaceChild(e,r)}}}}(window,document);
//--&gt;&lt;!]]&gt;
&lt;/script&gt;&lt;iframe sandbox="allow-scripts" security="restricted" src="https://zinomedia.de/wp_hq/pkrstarsbotextension/embed/" width="600" height="338" title="&#x201C;Sample Page&#x201D; &#x2014; PKRStarsbot extension" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" class="wp-embedded-content"&gt;&lt;/iframe&gt;</html></oembed>

View File

@@ -0,0 +1 @@
{"version":"1.0","provider_name":"PKRStarsbot extension","provider_url":"https:\/\/zinomedia.de\/wp_hq\/pkrstarsbotextension","title":"Sample Page","type":"rich","width":600,"height":338,"html":"<blockquote class=\"wp-embedded-content\"><a href=\"https:\/\/zinomedia.de\/wp_hq\/pkrstarsbotextension\/\">Sample Page<\/a><\/blockquote>\n<script type='text\/javascript'>\n<!--\/\/--><![CDATA[\/\/><!--\n\t\t\/*! This file is auto-generated *\/\n\t\t!function(d,l){\"use strict\";var e=!1,o=!1;if(l.querySelector)if(d.addEventListener)e=!0;if(d.wp=d.wp||{},!d.wp.receiveEmbedMessage)if(d.wp.receiveEmbedMessage=function(e){var t=e.data;if(t)if(t.secret||t.message||t.value)if(!\/[^a-zA-Z0-9]\/.test(t.secret)){var r,a,i,s,n,o=l.querySelectorAll('iframe[data-secret=\"'+t.secret+'\"]'),c=l.querySelectorAll('blockquote[data-secret=\"'+t.secret+'\"]');for(r=0;r<c.length;r++)c[r].style.display=\"none\";for(r=0;r<o.length;r++)if(a=o[r],e.source===a.contentWindow){if(a.removeAttribute(\"style\"),\"height\"===t.message){if(1e3<(i=parseInt(t.value,10)))i=1e3;else if(~~i<200)i=200;a.height=i}if(\"link\"===t.message)if(s=l.createElement(\"a\"),n=l.createElement(\"a\"),s.href=a.getAttribute(\"src\"),n.href=t.value,n.host===s.host)if(l.activeElement===a)d.top.location.href=t.value}}},e)d.addEventListener(\"message\",d.wp.receiveEmbedMessage,!1),l.addEventListener(\"DOMContentLoaded\",t,!1),d.addEventListener(\"load\",t,!1);function t(){if(!o){o=!0;var e,t,r,a,i=-1!==navigator.appVersion.indexOf(\"MSIE 10\"),s=!!navigator.userAgent.match(\/Trident.*rv:11\\.\/),n=l.querySelectorAll(\"iframe.wp-embedded-content\");for(t=0;t<n.length;t++){if(!(r=n[t]).getAttribute(\"data-secret\"))a=Math.random().toString(36).substr(2,10),r.src+=\"#?secret=\"+a,r.setAttribute(\"data-secret\",a);if(i||s)(e=r.cloneNode(!0)).removeAttribute(\"security\"),r.parentNode.replaceChild(e,r)}}}}(window,document);\n\/\/--><!]]>\n<\/script><iframe sandbox=\"allow-scripts\" security=\"restricted\" src=\"https:\/\/zinomedia.de\/wp_hq\/pkrstarsbotextension\/embed\/\" width=\"600\" height=\"338\" title=\"&#8220;Sample Page&#8221; &#8212; PKRStarsbot extension\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" class=\"wp-embedded-content\"><\/iframe>"}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?><rsd version="1.0" xmlns="http://archipelago.phrasewise.com/rsd">
<service>
<engineName>WordPress</engineName>
<engineLink>https://wordpress.org/</engineLink>
<homePageLink>https://zinomedia.de/wp_hq/pkrstarsbotextension</homePageLink>
<apis>
<api name="WordPress" blogID="1" preferred="true" apiLink="https://zinomedia.de/wp_hq/pkrstarsbotextension/xmlrpc.php" />
<api name="Movable Type" blogID="1" preferred="false" apiLink="https://zinomedia.de/wp_hq/pkrstarsbotextension/xmlrpc.php" />
<api name="MetaWeblog" blogID="1" preferred="false" apiLink="https://zinomedia.de/wp_hq/pkrstarsbotextension/xmlrpc.php" />
<api name="Blogger" blogID="1" preferred="false" apiLink="https://zinomedia.de/wp_hq/pkrstarsbotextension/xmlrpc.php" />
<api name="WP-API" blogID="1" preferred="false" apiLink="https://zinomedia.de/wp_hq/pkrstarsbotextension/wp-json/" />
</apis>
</service>
</rsd>