(Grav GitSync) Automatic Commit from Erreur32
BIN
pages/01.home/.Backs/20190912-182004/avatar-9152.gif
Normal file
After Width: | Height: | Size: 32 KiB |
BIN
pages/01.home/.Backs/20190912-182004/colored_RSS.png
Normal file
After Width: | Height: | Size: 13 KiB |
13
pages/01.home/.Backs/20190912-182004/css-div-home.txt
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
[assets=inlineCss] .body1 { width: 100%; height: 100%; position: fixed; background-color: #212121; } .content1 { position: absolute; top: 18%; left: 50%; transform: translate(-50%, -50%); font-size: 35px; line-height: 40px; font-family: 'Monospace'; color: #E3F2FD; height: 160px; overflow: hidden; } .display { font-weight: 300; overflow: hidden; height: 40px; padding: 0 42px; } .display:before { content: '<'; left: 0; line-height: 40px; } .display:after { content: '⁄>'; position: absolute; right: -34px; line-height: 40px; } .display:after, .display:before { position: absolute; top: 0; color: #18FFFF; font-size: 44px; animation: 2s linear 0s normal none infinite opacity; } p1 { display: inline; float: left; margin: 0; } ol { margin-top: 0; padding-left: 120px; text-align: left; list-style: none; animation: 6s linear 0s normal none infinite change; } ol li { line-height: 40px; margin: 0; } @keyframes opacity { 0%, 100% { opacity: 0; } 50% { opacity: 1; } } @keyframes change { 0%, 18%, 100% { transform: translateY(0); } 25%, 43% { transform: translateY(-25%); } 50%, 69% { transform: translateY(-50%); } 75%, 95% { transform: translateY(-75%); } } ::-moz-selection { background: yellow; } ::selection { background: yellow; } .prevent-touch-callout { -webkit-touch-callout: none; } .force-select-all { -webkit-user-select: all; user-select: all; } .area { height: 100%; width: 100%; overflow: hidden; } textarea { height: 100%; width: 100%; overflow: hidden; } [/assets]
|
||||||
|
|
||||||
|
<div class="content1">
|
||||||
|
<div class="display">
|
||||||
|
<p1>Hello</p1>
|
||||||
|
<ol>
|
||||||
|
<li>World,</li>
|
||||||
|
<li>G33kers</li>
|
||||||
|
<li>Developers </li>
|
||||||
|
<li>Everbody!</li>
|
||||||
|
</ol>
|
||||||
|
</div>
|
||||||
|
</div>
|
118
pages/01.home/.Backs/20190912-182004/css-home.css
Normal file
|
@ -0,0 +1,118 @@
|
||||||
|
<style>
|
||||||
|
.body1 {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
position: fixed;
|
||||||
|
background-color: #212121;
|
||||||
|
}
|
||||||
|
.content1 {
|
||||||
|
position: absolute;
|
||||||
|
top: 18%;
|
||||||
|
left: 50%;
|
||||||
|
transform: translate(-50%, -50%);
|
||||||
|
font-size: 35px;
|
||||||
|
line-height: 40px;
|
||||||
|
font-family: 'Monospace';
|
||||||
|
color: #E3F2FD;
|
||||||
|
height: 160px;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
.display {
|
||||||
|
font-weight: 300;
|
||||||
|
overflow: hidden;
|
||||||
|
height: 40px;
|
||||||
|
padding: 0 42px;
|
||||||
|
}
|
||||||
|
.display:before {
|
||||||
|
content: '<';
|
||||||
|
left: 0;
|
||||||
|
line-height: 40px;
|
||||||
|
}
|
||||||
|
.display:after {
|
||||||
|
content: ' /> _';
|
||||||
|
position: absolute;
|
||||||
|
right: -34px;
|
||||||
|
line-height: 40px;
|
||||||
|
}
|
||||||
|
.display:after, .display:before {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
color: #18FFFF;
|
||||||
|
font-size: 44px;
|
||||||
|
animation: 2s linear 0s normal none infinite opacity;
|
||||||
|
}
|
||||||
|
|
||||||
|
p1 {
|
||||||
|
display: inline;
|
||||||
|
float: left;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
ol1 {
|
||||||
|
margin-top: 0;
|
||||||
|
padding-left: 120px;
|
||||||
|
text-align: left;
|
||||||
|
list-style: none;
|
||||||
|
animation: 6s linear 0s normal none infinite change;
|
||||||
|
}
|
||||||
|
|
||||||
|
ol li {
|
||||||
|
line-height: 40px;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
ol {
|
||||||
|
margin-top: 0;
|
||||||
|
padding-left: 120px;
|
||||||
|
text-align: left;
|
||||||
|
list-style: none;
|
||||||
|
animation: 6s linear 0s normal none infinite change;
|
||||||
|
}
|
||||||
|
ol li {
|
||||||
|
line-height: 40px;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@keyframes opacity {
|
||||||
|
0%, 100% {
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
50% {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@keyframes change {
|
||||||
|
0%, 18%, 100% {
|
||||||
|
transform: translateY(0);
|
||||||
|
}
|
||||||
|
25%, 43% {
|
||||||
|
transform: translateY(-25%);
|
||||||
|
}
|
||||||
|
50%, 69% {
|
||||||
|
transform: translateY(-50%);
|
||||||
|
}
|
||||||
|
75%, 95% {
|
||||||
|
transform: translateY(-75%);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
::-moz-selection { background: yellow; }
|
||||||
|
::selection { background: yellow; }
|
||||||
|
.prevent-touch-callout {
|
||||||
|
-webkit-touch-callout: none;
|
||||||
|
}
|
||||||
|
.force-select-all {
|
||||||
|
-webkit-user-select: all;
|
||||||
|
user-select: all;
|
||||||
|
}
|
||||||
|
.area {
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
textarea {
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
</style>
|
11
pages/01.home/.Backs/20190912-182004/css-home.txt
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<div class="content1">
|
||||||
|
<div class="display">
|
||||||
|
<p1>Hello</p1>
|
||||||
|
<ol>
|
||||||
|
<li>World,</li>
|
||||||
|
<li>G33kers</li>
|
||||||
|
<li>Developers </li>
|
||||||
|
<li>Everbody!</li>
|
||||||
|
</ol>
|
||||||
|
</div>
|
||||||
|
</div>
|
76
pages/01.home/.Backs/20190912-182004/default.md
Normal file
|
@ -0,0 +1,76 @@
|
||||||
|
---
|
||||||
|
title: Home
|
||||||
|
private: false
|
||||||
|
taxonomy:
|
||||||
|
category:
|
||||||
|
- home
|
||||||
|
- echosystem
|
||||||
|
tag:
|
||||||
|
- home
|
||||||
|
- Erreur32
|
||||||
|
external_links:
|
||||||
|
no_follow: false
|
||||||
|
---
|
||||||
|
|
||||||
|
<h3 id="mcetoc_1c8q15oem0" style="text-align: center;"><span style="font-family: impact, sans-serif;">ECHO'SYSTEM'</span></h3>
|
||||||
|
<div>
|
||||||
|
<center><a class="image featured" href="#"><img src="https://echosystem.fr/i/echosystem.png" alt="echosystem image logo" /></a></center>
|
||||||
|
</div>
|
||||||
|
<p> </p>
|
||||||
|
|
||||||
|
<p> Happy c0ding <em> & Stay protected.</em></p>
|
||||||
|
> Retrouvez les dernières "ninfos" sur la sécurité web dev et Sysadmin via [RSS](https://rss.echosystem.fr/i/?a=rss&get=c_15),
|
||||||
|
> <br>
|
||||||
|
> Plusieurs <a title="EchoSystem Services Web" href="../../services">Services Web</a> et des <a title="Docs" href="../../docs">docs</a> sont disponibles dont un <a title="git echosystem" href="https://git.echosystem.fr">GIT</a>, des <a title="Pastonbin" href="https://pastebin.echosystem.fr/all">Scripts</a>, des <a title="Snippets" href="https://snippet.echosystem.fr/">Snippets</a>.
|
||||||
|
><br>
|
||||||
|
>Ainsi que mes <a title="EchoSystem Projects" href="https://echosystem.fr/my-projects">projects actuels</a>.<br>
|
||||||
|
> <em>Et oui c'est encore un site d'un <span style="text-decoration: line-through;">Gros</span> <span style="text-decoration: line-through;">Barbu</span> qui joue avec son ...**Unix**.</em>
|
||||||
|
|
||||||
|
!!!! Services Echosystem Status : [https://status.echosystem.fr/](https://status.echosystem.fr/)
|
||||||
|
|
||||||
|
<img src="../../thumbnammmil.png" width="42" height="42" /> Check your ip info : [https://ip.echosystem.fr](https://ip.echosystem.fr)
|
||||||
|
<br />
|
||||||
|
|
||||||
|
|
||||||
|
Contact: [safe-email autolink="true" icon="envelope-o"]contact@le-site-ou-vous.etes[/safe-email] or with [contact page](https://contact.echosystem.fr/)
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://echosystem.fr/rssall/"><img style="display: block; margin-left: auto; margin-right: auto;" src="home/colored_RSS.png" alt="List des RSS" width="64" height="64" /></a><center> Liste des RSS </center>
|
||||||
|
<br />
|
||||||
|
|
||||||
|
cadphp:p1:rss-light-10.php
|
||||||
|
|
||||||
|
|
||||||
|
[ui-tabs position="top-left" active="0" theme="lite"]
|
||||||
|
[ui-tab title="RSS Echosystem"] <center><br/>
|
||||||
|
<p>Toutes les dernières info/activités/articles de <strong>Echo'System'</strong></p>
|
||||||
|
<a href="https://rss.echosystem.fr/i/?a=rss&get=c_6"><span style="font-family: andale\ mono, monospace;"><span style="font-size: 15pt;"><span style="background-color: #000000; color: #00ff00;"><sub><img src="../../_img/colored_RSS.png" width="22" height="22" /></sub><span style="background-color: #000000; color: #ffffff;"> Echo'System' </span></span></span></span></a> </center>
|
||||||
|
[/ui-tab]
|
||||||
|
[ui-tab title="RSS Secu"] <center><br/>
|
||||||
|
<p>Toutes les dernières info / news sur la Sécurité Web :</p>
|
||||||
|
<a href="https://rss.echosystem.fr/i/?a=rss&get=c_15"><span style="background-color: #ff0000;"><sub><img src="../../_img/colored_RSS.png" width="22" height="22" /></sub></span><span style="color: #ff9900;"><span style="background-color: #ff0000;"><span style="background-color: #bf1717;"><span style="color: #ffffff;"> Security</span> <span style="color: #ffff00;">&</span> </span><span style="background-color: #bf1717; color: #ffffff;">News </span></span></span></a></center>
|
||||||
|
[/ui-tab]
|
||||||
|
[ui-tab title="RSS G33K"] <center><br/>
|
||||||
|
<p>Dernières news 100% G33k</p>
|
||||||
|
<a href="https://rss.echosystem.fr/i/?a=rss&get=c_9"><span style="background-color: #000000;"><sub><img src="../../_img/colored_RSS.png" width="22" height="22" /></sub></span><span style="background-color: #ffffff; color: #000000;"><span style="background-color: #aabf0b;"><strong><span style="color: #000000;"><span style="background-color: #000000; color: #a7ad36;"> G33K info </span></span></strong></span></span></a> </center>
|
||||||
|
[/ui-tab]
|
||||||
|
[ui-tab title="RSS Code/Scripts"] <center><br/>
|
||||||
|
<p>Dernières news sur les bons scripts</p>
|
||||||
|
<a href="https://rss.echosystem.fr/i/?a=rss&get=c_19"><span style="background-color: #000000; color: #99cc00;"><sub><img src="../../_img/colored_RSS.png" width="22" height="22" /></sub></span> <span style="background-color: #000000; color: #339966;"><span style="color: #99cc00;"> <span style="color: #00ff00;"> Tools & Scripts </> </span></span></span></a> </center>
|
||||||
|
[/ui-tab]
|
||||||
|
[/ui-tabs]
|
||||||
|
|
||||||
|
<br /><br />
|
||||||
|
!!!! <div class="text1"> <q>I have not failed. I've just found 10,000 ways that won't work.</q>
|
||||||
|
!!!! <p class="author">- Henri Matisse</p>
|
||||||
|
!!!! </div>
|
||||||
|
!!!!
|
||||||
|
|
||||||
|
! Rejoignez la procédure contre les GAFAM: [https://gafam.laquadrature.net/](https://gafam.laquadrature.net/)
|
||||||
|
|
||||||
|
<p style="text-align: center;"><a href="https://echosystem.fr/erreur32" style="color: #000000"> 🅴🆁🆁🅴🆄🆁32 </a></p>
|
||||||
|
<img style="display: block; margin-left: auto; margin-right: auto;" src="home/favicon.png" alt="" width="32" height="32"><center>🆓🅴🅲🅷🅾️🆂🆈🆂🆃🅴🅼</center>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
BIN
pages/01.home/.Backs/20190912-182004/echosystem.ban.petit.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
pages/01.home/.Backs/20190912-182004/echosystem.png
Normal file
After Width: | Height: | Size: 180 KiB |
BIN
pages/01.home/.Backs/20190912-182004/favicon.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
1
pages/01.home/.Backs/20190912-182004/frontmatter.yaml
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{ }
|
BIN
pages/01.home/.Backs/20190912-182004/ob_bff41a_myip-icon-256.png
Normal file
After Width: | Height: | Size: 42 KiB |
BIN
pages/01.home/.Backs/20190912-182004/piracy.jpg
Normal file
After Width: | Height: | Size: 39 KiB |
55
pages/01.home/.Backs/20190912-182004/rss-light-10.php
Normal file
|
@ -0,0 +1,55 @@
|
||||||
|
<?php header('Content-Type: text/html; charset=utf-8'); ?>
|
||||||
|
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
||||||
|
<head>
|
||||||
|
|
||||||
|
<title>Flux RSS Echosystem</title>
|
||||||
|
<!-- <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> <meta charset="UTF-8"> -->
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
a { font-size:26px;
|
||||||
|
font-weight:bold;
|
||||||
|
margin-bottom:-20px;
|
||||||
|
text-decoration: none ;
|
||||||
|
}
|
||||||
|
div[style] {
|
||||||
|
text-align:center;
|
||||||
|
color:green;
|
||||||
|
font-size:30px;
|
||||||
|
font-weight:bold;
|
||||||
|
margin-bottom:-20px;
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
text-align:center;
|
||||||
|
font-size:17px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<?php
|
||||||
|
|
||||||
|
$url = "https://rss.echosystem.fr/i/?a=rss&get=c_6"; /* insérer ici l'adresse du flux RSS de votre choix */
|
||||||
|
$rss = simplexml_load_file($url);
|
||||||
|
echo '<ul>';
|
||||||
|
$rss10 = 0;
|
||||||
|
|
||||||
|
foreach ($rss->channel->item as $item){
|
||||||
|
$rss10++;
|
||||||
|
if($rss10 == 10) break;
|
||||||
|
$datetime = date_create($item->pubDate);
|
||||||
|
$date = date_format($datetime, 'd M Y, H\hi');
|
||||||
|
// echo '<li><a href="'.$item->link.'" style = "color:green">'.utf8_decode($item->title).'</a> ('.$date.')</li>';
|
||||||
|
echo '<li><a href="'.$item->link.'" style = "color:green">'.$item->title.'</a> ('.$date.')</li>';
|
||||||
|
}
|
||||||
|
echo '</ul>';
|
||||||
|
|
||||||
|
// https://tonyarchambeau.com/blog/115-php-afficher-articles-flux-rss/
|
||||||
|
?>
|
||||||
|
|
||||||
|
|
BIN
pages/01.home/.Backs/20190912-182004/rss.jpg
Normal file
After Width: | Height: | Size: 8.9 KiB |
1
pages/01.home/.Backs/20190912-182004/test.php
Normal file
|
@ -0,0 +1 @@
|
||||||
|
prout
|
BIN
pages/01.home/.Backs/20190912-182004/thumbnammmil.png
Normal file
After Width: | Height: | Size: 45 KiB |
BIN
pages/01.home/.Backs/20190912-182004/trans-clipboard.png
Normal file
After Width: | Height: | Size: 467 B |
BIN
pages/01.home/.Backs/20190912-182025/avatar-9152.gif
Normal file
After Width: | Height: | Size: 32 KiB |
BIN
pages/01.home/.Backs/20190912-182025/colored_RSS.png
Normal file
After Width: | Height: | Size: 13 KiB |
13
pages/01.home/.Backs/20190912-182025/css-div-home.txt
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
[assets=inlineCss] .body1 { width: 100%; height: 100%; position: fixed; background-color: #212121; } .content1 { position: absolute; top: 18%; left: 50%; transform: translate(-50%, -50%); font-size: 35px; line-height: 40px; font-family: 'Monospace'; color: #E3F2FD; height: 160px; overflow: hidden; } .display { font-weight: 300; overflow: hidden; height: 40px; padding: 0 42px; } .display:before { content: '<'; left: 0; line-height: 40px; } .display:after { content: '⁄>'; position: absolute; right: -34px; line-height: 40px; } .display:after, .display:before { position: absolute; top: 0; color: #18FFFF; font-size: 44px; animation: 2s linear 0s normal none infinite opacity; } p1 { display: inline; float: left; margin: 0; } ol { margin-top: 0; padding-left: 120px; text-align: left; list-style: none; animation: 6s linear 0s normal none infinite change; } ol li { line-height: 40px; margin: 0; } @keyframes opacity { 0%, 100% { opacity: 0; } 50% { opacity: 1; } } @keyframes change { 0%, 18%, 100% { transform: translateY(0); } 25%, 43% { transform: translateY(-25%); } 50%, 69% { transform: translateY(-50%); } 75%, 95% { transform: translateY(-75%); } } ::-moz-selection { background: yellow; } ::selection { background: yellow; } .prevent-touch-callout { -webkit-touch-callout: none; } .force-select-all { -webkit-user-select: all; user-select: all; } .area { height: 100%; width: 100%; overflow: hidden; } textarea { height: 100%; width: 100%; overflow: hidden; } [/assets]
|
||||||
|
|
||||||
|
<div class="content1">
|
||||||
|
<div class="display">
|
||||||
|
<p1>Hello</p1>
|
||||||
|
<ol>
|
||||||
|
<li>World,</li>
|
||||||
|
<li>G33kers</li>
|
||||||
|
<li>Developers </li>
|
||||||
|
<li>Everbody!</li>
|
||||||
|
</ol>
|
||||||
|
</div>
|
||||||
|
</div>
|
118
pages/01.home/.Backs/20190912-182025/css-home.css
Normal file
|
@ -0,0 +1,118 @@
|
||||||
|
<style>
|
||||||
|
.body1 {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
position: fixed;
|
||||||
|
background-color: #212121;
|
||||||
|
}
|
||||||
|
.content1 {
|
||||||
|
position: absolute;
|
||||||
|
top: 18%;
|
||||||
|
left: 50%;
|
||||||
|
transform: translate(-50%, -50%);
|
||||||
|
font-size: 35px;
|
||||||
|
line-height: 40px;
|
||||||
|
font-family: 'Monospace';
|
||||||
|
color: #E3F2FD;
|
||||||
|
height: 160px;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
.display {
|
||||||
|
font-weight: 300;
|
||||||
|
overflow: hidden;
|
||||||
|
height: 40px;
|
||||||
|
padding: 0 42px;
|
||||||
|
}
|
||||||
|
.display:before {
|
||||||
|
content: '<';
|
||||||
|
left: 0;
|
||||||
|
line-height: 40px;
|
||||||
|
}
|
||||||
|
.display:after {
|
||||||
|
content: ' /> _';
|
||||||
|
position: absolute;
|
||||||
|
right: -34px;
|
||||||
|
line-height: 40px;
|
||||||
|
}
|
||||||
|
.display:after, .display:before {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
color: #18FFFF;
|
||||||
|
font-size: 44px;
|
||||||
|
animation: 2s linear 0s normal none infinite opacity;
|
||||||
|
}
|
||||||
|
|
||||||
|
p1 {
|
||||||
|
display: inline;
|
||||||
|
float: left;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
ol1 {
|
||||||
|
margin-top: 0;
|
||||||
|
padding-left: 120px;
|
||||||
|
text-align: left;
|
||||||
|
list-style: none;
|
||||||
|
animation: 6s linear 0s normal none infinite change;
|
||||||
|
}
|
||||||
|
|
||||||
|
ol li {
|
||||||
|
line-height: 40px;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
ol {
|
||||||
|
margin-top: 0;
|
||||||
|
padding-left: 120px;
|
||||||
|
text-align: left;
|
||||||
|
list-style: none;
|
||||||
|
animation: 6s linear 0s normal none infinite change;
|
||||||
|
}
|
||||||
|
ol li {
|
||||||
|
line-height: 40px;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@keyframes opacity {
|
||||||
|
0%, 100% {
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
50% {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@keyframes change {
|
||||||
|
0%, 18%, 100% {
|
||||||
|
transform: translateY(0);
|
||||||
|
}
|
||||||
|
25%, 43% {
|
||||||
|
transform: translateY(-25%);
|
||||||
|
}
|
||||||
|
50%, 69% {
|
||||||
|
transform: translateY(-50%);
|
||||||
|
}
|
||||||
|
75%, 95% {
|
||||||
|
transform: translateY(-75%);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
::-moz-selection { background: yellow; }
|
||||||
|
::selection { background: yellow; }
|
||||||
|
.prevent-touch-callout {
|
||||||
|
-webkit-touch-callout: none;
|
||||||
|
}
|
||||||
|
.force-select-all {
|
||||||
|
-webkit-user-select: all;
|
||||||
|
user-select: all;
|
||||||
|
}
|
||||||
|
.area {
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
textarea {
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
</style>
|
11
pages/01.home/.Backs/20190912-182025/css-home.txt
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<div class="content1">
|
||||||
|
<div class="display">
|
||||||
|
<p1>Hello</p1>
|
||||||
|
<ol>
|
||||||
|
<li>World,</li>
|
||||||
|
<li>G33kers</li>
|
||||||
|
<li>Developers </li>
|
||||||
|
<li>Everbody!</li>
|
||||||
|
</ol>
|
||||||
|
</div>
|
||||||
|
</div>
|
79
pages/01.home/.Backs/20190912-182025/default.md
Normal file
|
@ -0,0 +1,79 @@
|
||||||
|
---
|
||||||
|
title: Home
|
||||||
|
private: false
|
||||||
|
taxonomy:
|
||||||
|
category:
|
||||||
|
- home
|
||||||
|
- echosystem
|
||||||
|
tag:
|
||||||
|
- home
|
||||||
|
- Erreur32
|
||||||
|
external_links:
|
||||||
|
no_follow: false
|
||||||
|
process:
|
||||||
|
twig: true
|
||||||
|
markdown: false
|
||||||
|
---
|
||||||
|
|
||||||
|
<h3 id="mcetoc_1c8q15oem0" style="text-align: center;"><span style="font-family: impact, sans-serif;">ECHO'SYSTEM'</span></h3>
|
||||||
|
<div>
|
||||||
|
<center><a class="image featured" href="#"><img src="https://echosystem.fr/i/echosystem.png" alt="echosystem image logo" /></a></center>
|
||||||
|
</div>
|
||||||
|
<p> </p>
|
||||||
|
|
||||||
|
<p> Happy c0ding <em> & Stay protected.</em></p>
|
||||||
|
> Retrouvez les dernières "ninfos" sur la sécurité web dev et Sysadmin via [RSS](https://rss.echosystem.fr/i/?a=rss&get=c_15),
|
||||||
|
> <br>
|
||||||
|
> Plusieurs <a title="EchoSystem Services Web" href="../../services">Services Web</a> et des <a title="Docs" href="../../docs">docs</a> sont disponibles dont un <a title="git echosystem" href="https://git.echosystem.fr">GIT</a>, des <a title="Pastonbin" href="https://pastebin.echosystem.fr/all">Scripts</a>, des <a title="Snippets" href="https://snippet.echosystem.fr/">Snippets</a>.
|
||||||
|
><br>
|
||||||
|
>Ainsi que mes <a title="EchoSystem Projects" href="https://echosystem.fr/my-projects">projects actuels</a>.<br>
|
||||||
|
> <em>Et oui c'est encore un site d'un <span style="text-decoration: line-through;">Gros</span> <span style="text-decoration: line-through;">Barbu</span> qui joue avec son ...**Unix**.</em>
|
||||||
|
|
||||||
|
!!!! Services Echosystem Status : [https://status.echosystem.fr/](https://status.echosystem.fr/)
|
||||||
|
|
||||||
|
<img src="../../thumbnammmil.png" width="42" height="42" /> Check your ip info : [https://ip.echosystem.fr](https://ip.echosystem.fr)
|
||||||
|
<br />
|
||||||
|
|
||||||
|
|
||||||
|
Contact: [safe-email autolink="true" icon="envelope-o"]contact@le-site-ou-vous.etes[/safe-email] or with [contact page](https://contact.echosystem.fr/)
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://echosystem.fr/rssall/"><img style="display: block; margin-left: auto; margin-right: auto;" src="home/colored_RSS.png" alt="List des RSS" width="64" height="64" /></a><center> Liste des RSS </center>
|
||||||
|
<br />
|
||||||
|
|
||||||
|
cadphp:p1:rss-light-10.php
|
||||||
|
|
||||||
|
|
||||||
|
[ui-tabs position="top-left" active="0" theme="lite"]
|
||||||
|
[ui-tab title="RSS Echosystem"] <center><br/>
|
||||||
|
<p>Toutes les dernières info/activités/articles de <strong>Echo'System'</strong></p>
|
||||||
|
<a href="https://rss.echosystem.fr/i/?a=rss&get=c_6"><span style="font-family: andale\ mono, monospace;"><span style="font-size: 15pt;"><span style="background-color: #000000; color: #00ff00;"><sub><img src="../../_img/colored_RSS.png" width="22" height="22" /></sub><span style="background-color: #000000; color: #ffffff;"> Echo'System' </span></span></span></span></a> </center>
|
||||||
|
[/ui-tab]
|
||||||
|
[ui-tab title="RSS Secu"] <center><br/>
|
||||||
|
<p>Toutes les dernières info / news sur la Sécurité Web :</p>
|
||||||
|
<a href="https://rss.echosystem.fr/i/?a=rss&get=c_15"><span style="background-color: #ff0000;"><sub><img src="../../_img/colored_RSS.png" width="22" height="22" /></sub></span><span style="color: #ff9900;"><span style="background-color: #ff0000;"><span style="background-color: #bf1717;"><span style="color: #ffffff;"> Security</span> <span style="color: #ffff00;">&</span> </span><span style="background-color: #bf1717; color: #ffffff;">News </span></span></span></a></center>
|
||||||
|
[/ui-tab]
|
||||||
|
[ui-tab title="RSS G33K"] <center><br/>
|
||||||
|
<p>Dernières news 100% G33k</p>
|
||||||
|
<a href="https://rss.echosystem.fr/i/?a=rss&get=c_9"><span style="background-color: #000000;"><sub><img src="../../_img/colored_RSS.png" width="22" height="22" /></sub></span><span style="background-color: #ffffff; color: #000000;"><span style="background-color: #aabf0b;"><strong><span style="color: #000000;"><span style="background-color: #000000; color: #a7ad36;"> G33K info </span></span></strong></span></span></a> </center>
|
||||||
|
[/ui-tab]
|
||||||
|
[ui-tab title="RSS Code/Scripts"] <center><br/>
|
||||||
|
<p>Dernières news sur les bons scripts</p>
|
||||||
|
<a href="https://rss.echosystem.fr/i/?a=rss&get=c_19"><span style="background-color: #000000; color: #99cc00;"><sub><img src="../../_img/colored_RSS.png" width="22" height="22" /></sub></span> <span style="background-color: #000000; color: #339966;"><span style="color: #99cc00;"> <span style="color: #00ff00;"> Tools & Scripts </> </span></span></span></a> </center>
|
||||||
|
[/ui-tab]
|
||||||
|
[/ui-tabs]
|
||||||
|
|
||||||
|
<br /><br />
|
||||||
|
!!!! <div class="text1"> <q>I have not failed. I've just found 10,000 ways that won't work.</q>
|
||||||
|
!!!! <p class="author">- Henri Matisse</p>
|
||||||
|
!!!! </div>
|
||||||
|
!!!!
|
||||||
|
|
||||||
|
! Rejoignez la procédure contre les GAFAM: [https://gafam.laquadrature.net/](https://gafam.laquadrature.net/)
|
||||||
|
|
||||||
|
<p style="text-align: center;"><a href="https://echosystem.fr/erreur32" style="color: #000000"> 🅴🆁🆁🅴🆄🆁32 </a></p>
|
||||||
|
<img style="display: block; margin-left: auto; margin-right: auto;" src="home/favicon.png" alt="" width="32" height="32"><center>🆓🅴🅲🅷🅾️🆂🆈🆂🆃🅴🅼</center>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
BIN
pages/01.home/.Backs/20190912-182025/echosystem.ban.petit.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
pages/01.home/.Backs/20190912-182025/echosystem.png
Normal file
After Width: | Height: | Size: 180 KiB |
BIN
pages/01.home/.Backs/20190912-182025/favicon.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
1
pages/01.home/.Backs/20190912-182025/frontmatter.yaml
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{ }
|
BIN
pages/01.home/.Backs/20190912-182025/ob_bff41a_myip-icon-256.png
Normal file
After Width: | Height: | Size: 42 KiB |
BIN
pages/01.home/.Backs/20190912-182025/piracy.jpg
Normal file
After Width: | Height: | Size: 39 KiB |
55
pages/01.home/.Backs/20190912-182025/rss-light-10.php
Normal file
|
@ -0,0 +1,55 @@
|
||||||
|
<?php header('Content-Type: text/html; charset=utf-8'); ?>
|
||||||
|
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
||||||
|
<head>
|
||||||
|
|
||||||
|
<title>Flux RSS Echosystem</title>
|
||||||
|
<!-- <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> <meta charset="UTF-8"> -->
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
a { font-size:26px;
|
||||||
|
font-weight:bold;
|
||||||
|
margin-bottom:-20px;
|
||||||
|
text-decoration: none ;
|
||||||
|
}
|
||||||
|
div[style] {
|
||||||
|
text-align:center;
|
||||||
|
color:green;
|
||||||
|
font-size:30px;
|
||||||
|
font-weight:bold;
|
||||||
|
margin-bottom:-20px;
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
text-align:center;
|
||||||
|
font-size:17px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<?php
|
||||||
|
|
||||||
|
$url = "https://rss.echosystem.fr/i/?a=rss&get=c_6"; /* insérer ici l'adresse du flux RSS de votre choix */
|
||||||
|
$rss = simplexml_load_file($url);
|
||||||
|
echo '<ul>';
|
||||||
|
$rss10 = 0;
|
||||||
|
|
||||||
|
foreach ($rss->channel->item as $item){
|
||||||
|
$rss10++;
|
||||||
|
if($rss10 == 10) break;
|
||||||
|
$datetime = date_create($item->pubDate);
|
||||||
|
$date = date_format($datetime, 'd M Y, H\hi');
|
||||||
|
// echo '<li><a href="'.$item->link.'" style = "color:green">'.utf8_decode($item->title).'</a> ('.$date.')</li>';
|
||||||
|
echo '<li><a href="'.$item->link.'" style = "color:green">'.$item->title.'</a> ('.$date.')</li>';
|
||||||
|
}
|
||||||
|
echo '</ul>';
|
||||||
|
|
||||||
|
// https://tonyarchambeau.com/blog/115-php-afficher-articles-flux-rss/
|
||||||
|
?>
|
||||||
|
|
||||||
|
|
BIN
pages/01.home/.Backs/20190912-182025/rss.jpg
Normal file
After Width: | Height: | Size: 8.9 KiB |
1
pages/01.home/.Backs/20190912-182025/test.php
Normal file
|
@ -0,0 +1 @@
|
||||||
|
prout
|
BIN
pages/01.home/.Backs/20190912-182025/thumbnammmil.png
Normal file
After Width: | Height: | Size: 45 KiB |
BIN
pages/01.home/.Backs/20190912-182025/trans-clipboard.png
Normal file
After Width: | Height: | Size: 467 B |
BIN
pages/01.home/.Backs/20190912-182105/avatar-9152.gif
Normal file
After Width: | Height: | Size: 32 KiB |
BIN
pages/01.home/.Backs/20190912-182105/colored_RSS.png
Normal file
After Width: | Height: | Size: 13 KiB |
13
pages/01.home/.Backs/20190912-182105/css-div-home.txt
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
[assets=inlineCss] .body1 { width: 100%; height: 100%; position: fixed; background-color: #212121; } .content1 { position: absolute; top: 18%; left: 50%; transform: translate(-50%, -50%); font-size: 35px; line-height: 40px; font-family: 'Monospace'; color: #E3F2FD; height: 160px; overflow: hidden; } .display { font-weight: 300; overflow: hidden; height: 40px; padding: 0 42px; } .display:before { content: '<'; left: 0; line-height: 40px; } .display:after { content: '⁄>'; position: absolute; right: -34px; line-height: 40px; } .display:after, .display:before { position: absolute; top: 0; color: #18FFFF; font-size: 44px; animation: 2s linear 0s normal none infinite opacity; } p1 { display: inline; float: left; margin: 0; } ol { margin-top: 0; padding-left: 120px; text-align: left; list-style: none; animation: 6s linear 0s normal none infinite change; } ol li { line-height: 40px; margin: 0; } @keyframes opacity { 0%, 100% { opacity: 0; } 50% { opacity: 1; } } @keyframes change { 0%, 18%, 100% { transform: translateY(0); } 25%, 43% { transform: translateY(-25%); } 50%, 69% { transform: translateY(-50%); } 75%, 95% { transform: translateY(-75%); } } ::-moz-selection { background: yellow; } ::selection { background: yellow; } .prevent-touch-callout { -webkit-touch-callout: none; } .force-select-all { -webkit-user-select: all; user-select: all; } .area { height: 100%; width: 100%; overflow: hidden; } textarea { height: 100%; width: 100%; overflow: hidden; } [/assets]
|
||||||
|
|
||||||
|
<div class="content1">
|
||||||
|
<div class="display">
|
||||||
|
<p1>Hello</p1>
|
||||||
|
<ol>
|
||||||
|
<li>World,</li>
|
||||||
|
<li>G33kers</li>
|
||||||
|
<li>Developers </li>
|
||||||
|
<li>Everbody!</li>
|
||||||
|
</ol>
|
||||||
|
</div>
|
||||||
|
</div>
|
118
pages/01.home/.Backs/20190912-182105/css-home.css
Normal file
|
@ -0,0 +1,118 @@
|
||||||
|
<style>
|
||||||
|
.body1 {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
position: fixed;
|
||||||
|
background-color: #212121;
|
||||||
|
}
|
||||||
|
.content1 {
|
||||||
|
position: absolute;
|
||||||
|
top: 18%;
|
||||||
|
left: 50%;
|
||||||
|
transform: translate(-50%, -50%);
|
||||||
|
font-size: 35px;
|
||||||
|
line-height: 40px;
|
||||||
|
font-family: 'Monospace';
|
||||||
|
color: #E3F2FD;
|
||||||
|
height: 160px;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
.display {
|
||||||
|
font-weight: 300;
|
||||||
|
overflow: hidden;
|
||||||
|
height: 40px;
|
||||||
|
padding: 0 42px;
|
||||||
|
}
|
||||||
|
.display:before {
|
||||||
|
content: '<';
|
||||||
|
left: 0;
|
||||||
|
line-height: 40px;
|
||||||
|
}
|
||||||
|
.display:after {
|
||||||
|
content: ' /> _';
|
||||||
|
position: absolute;
|
||||||
|
right: -34px;
|
||||||
|
line-height: 40px;
|
||||||
|
}
|
||||||
|
.display:after, .display:before {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
color: #18FFFF;
|
||||||
|
font-size: 44px;
|
||||||
|
animation: 2s linear 0s normal none infinite opacity;
|
||||||
|
}
|
||||||
|
|
||||||
|
p1 {
|
||||||
|
display: inline;
|
||||||
|
float: left;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
ol1 {
|
||||||
|
margin-top: 0;
|
||||||
|
padding-left: 120px;
|
||||||
|
text-align: left;
|
||||||
|
list-style: none;
|
||||||
|
animation: 6s linear 0s normal none infinite change;
|
||||||
|
}
|
||||||
|
|
||||||
|
ol li {
|
||||||
|
line-height: 40px;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
ol {
|
||||||
|
margin-top: 0;
|
||||||
|
padding-left: 120px;
|
||||||
|
text-align: left;
|
||||||
|
list-style: none;
|
||||||
|
animation: 6s linear 0s normal none infinite change;
|
||||||
|
}
|
||||||
|
ol li {
|
||||||
|
line-height: 40px;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@keyframes opacity {
|
||||||
|
0%, 100% {
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
50% {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@keyframes change {
|
||||||
|
0%, 18%, 100% {
|
||||||
|
transform: translateY(0);
|
||||||
|
}
|
||||||
|
25%, 43% {
|
||||||
|
transform: translateY(-25%);
|
||||||
|
}
|
||||||
|
50%, 69% {
|
||||||
|
transform: translateY(-50%);
|
||||||
|
}
|
||||||
|
75%, 95% {
|
||||||
|
transform: translateY(-75%);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
::-moz-selection { background: yellow; }
|
||||||
|
::selection { background: yellow; }
|
||||||
|
.prevent-touch-callout {
|
||||||
|
-webkit-touch-callout: none;
|
||||||
|
}
|
||||||
|
.force-select-all {
|
||||||
|
-webkit-user-select: all;
|
||||||
|
user-select: all;
|
||||||
|
}
|
||||||
|
.area {
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
textarea {
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
</style>
|
11
pages/01.home/.Backs/20190912-182105/css-home.txt
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<div class="content1">
|
||||||
|
<div class="display">
|
||||||
|
<p1>Hello</p1>
|
||||||
|
<ol>
|
||||||
|
<li>World,</li>
|
||||||
|
<li>G33kers</li>
|
||||||
|
<li>Developers </li>
|
||||||
|
<li>Everbody!</li>
|
||||||
|
</ol>
|
||||||
|
</div>
|
||||||
|
</div>
|
81
pages/01.home/.Backs/20190912-182105/default.md
Normal file
|
@ -0,0 +1,81 @@
|
||||||
|
---
|
||||||
|
title: Home
|
||||||
|
private: false
|
||||||
|
taxonomy:
|
||||||
|
category:
|
||||||
|
- home
|
||||||
|
- echosystem
|
||||||
|
tag:
|
||||||
|
- home
|
||||||
|
- Erreur32
|
||||||
|
external_links:
|
||||||
|
no_follow: false
|
||||||
|
process:
|
||||||
|
markdown: true
|
||||||
|
twig: true
|
||||||
|
twig_first: false
|
||||||
|
never_cache_twig: false
|
||||||
|
---
|
||||||
|
|
||||||
|
<h3 id="mcetoc_1c8q15oem0" style="text-align: center;"><span style="font-family: impact, sans-serif;">ECHO'SYSTEM'</span></h3>
|
||||||
|
<div>
|
||||||
|
<center><a class="image featured" href="#"><img src="https://echosystem.fr/i/echosystem.png" alt="echosystem image logo" /></a></center>
|
||||||
|
</div>
|
||||||
|
<p> </p>
|
||||||
|
|
||||||
|
<p> Happy c0ding <em> & Stay protected.</em></p>
|
||||||
|
> Retrouvez les dernières "ninfos" sur la sécurité web dev et Sysadmin via [RSS](https://rss.echosystem.fr/i/?a=rss&get=c_15),
|
||||||
|
> <br>
|
||||||
|
> Plusieurs <a title="EchoSystem Services Web" href="../../services">Services Web</a> et des <a title="Docs" href="../../docs">docs</a> sont disponibles dont un <a title="git echosystem" href="https://git.echosystem.fr">GIT</a>, des <a title="Pastonbin" href="https://pastebin.echosystem.fr/all">Scripts</a>, des <a title="Snippets" href="https://snippet.echosystem.fr/">Snippets</a>.
|
||||||
|
><br>
|
||||||
|
>Ainsi que mes <a title="EchoSystem Projects" href="https://echosystem.fr/my-projects">projects actuels</a>.<br>
|
||||||
|
> <em>Et oui c'est encore un site d'un <span style="text-decoration: line-through;">Gros</span> <span style="text-decoration: line-through;">Barbu</span> qui joue avec son ...**Unix**.</em>
|
||||||
|
|
||||||
|
!!!! Services Echosystem Status : [https://status.echosystem.fr/](https://status.echosystem.fr/)
|
||||||
|
|
||||||
|
<img src="../../thumbnammmil.png" width="42" height="42" /> Check your ip info : [https://ip.echosystem.fr](https://ip.echosystem.fr)
|
||||||
|
<br />
|
||||||
|
|
||||||
|
|
||||||
|
Contact: [safe-email autolink="true" icon="envelope-o"]contact@le-site-ou-vous.etes[/safe-email] or with [contact page](https://contact.echosystem.fr/)
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://echosystem.fr/rssall/"><img style="display: block; margin-left: auto; margin-right: auto;" src="home/colored_RSS.png" alt="List des RSS" width="64" height="64" /></a><center> Liste des RSS </center>
|
||||||
|
<br />
|
||||||
|
|
||||||
|
cadphp:p1:rss-light-10.php
|
||||||
|
|
||||||
|
|
||||||
|
[ui-tabs position="top-left" active="0" theme="lite"]
|
||||||
|
[ui-tab title="RSS Echosystem"] <center><br/>
|
||||||
|
<p>Toutes les dernières info/activités/articles de <strong>Echo'System'</strong></p>
|
||||||
|
<a href="https://rss.echosystem.fr/i/?a=rss&get=c_6"><span style="font-family: andale\ mono, monospace;"><span style="font-size: 15pt;"><span style="background-color: #000000; color: #00ff00;"><sub><img src="../../_img/colored_RSS.png" width="22" height="22" /></sub><span style="background-color: #000000; color: #ffffff;"> Echo'System' </span></span></span></span></a> </center>
|
||||||
|
[/ui-tab]
|
||||||
|
[ui-tab title="RSS Secu"] <center><br/>
|
||||||
|
<p>Toutes les dernières info / news sur la Sécurité Web :</p>
|
||||||
|
<a href="https://rss.echosystem.fr/i/?a=rss&get=c_15"><span style="background-color: #ff0000;"><sub><img src="../../_img/colored_RSS.png" width="22" height="22" /></sub></span><span style="color: #ff9900;"><span style="background-color: #ff0000;"><span style="background-color: #bf1717;"><span style="color: #ffffff;"> Security</span> <span style="color: #ffff00;">&</span> </span><span style="background-color: #bf1717; color: #ffffff;">News </span></span></span></a></center>
|
||||||
|
[/ui-tab]
|
||||||
|
[ui-tab title="RSS G33K"] <center><br/>
|
||||||
|
<p>Dernières news 100% G33k</p>
|
||||||
|
<a href="https://rss.echosystem.fr/i/?a=rss&get=c_9"><span style="background-color: #000000;"><sub><img src="../../_img/colored_RSS.png" width="22" height="22" /></sub></span><span style="background-color: #ffffff; color: #000000;"><span style="background-color: #aabf0b;"><strong><span style="color: #000000;"><span style="background-color: #000000; color: #a7ad36;"> G33K info </span></span></strong></span></span></a> </center>
|
||||||
|
[/ui-tab]
|
||||||
|
[ui-tab title="RSS Code/Scripts"] <center><br/>
|
||||||
|
<p>Dernières news sur les bons scripts</p>
|
||||||
|
<a href="https://rss.echosystem.fr/i/?a=rss&get=c_19"><span style="background-color: #000000; color: #99cc00;"><sub><img src="../../_img/colored_RSS.png" width="22" height="22" /></sub></span> <span style="background-color: #000000; color: #339966;"><span style="color: #99cc00;"> <span style="color: #00ff00;"> Tools & Scripts </> </span></span></span></a> </center>
|
||||||
|
[/ui-tab]
|
||||||
|
[/ui-tabs]
|
||||||
|
|
||||||
|
<br /><br />
|
||||||
|
!!!! <div class="text1"> <q>I have not failed. I've just found 10,000 ways that won't work.</q>
|
||||||
|
!!!! <p class="author">- Henri Matisse</p>
|
||||||
|
!!!! </div>
|
||||||
|
!!!!
|
||||||
|
|
||||||
|
! Rejoignez la procédure contre les GAFAM: [https://gafam.laquadrature.net/](https://gafam.laquadrature.net/)
|
||||||
|
|
||||||
|
<p style="text-align: center;"><a href="https://echosystem.fr/erreur32" style="color: #000000"> 🅴🆁🆁🅴🆄🆁32 </a></p>
|
||||||
|
<img style="display: block; margin-left: auto; margin-right: auto;" src="home/favicon.png" alt="" width="32" height="32"><center>🆓🅴🅲🅷🅾️🆂🆈🆂🆃🅴🅼</center>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
BIN
pages/01.home/.Backs/20190912-182105/echosystem.ban.petit.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
pages/01.home/.Backs/20190912-182105/echosystem.png
Normal file
After Width: | Height: | Size: 180 KiB |
BIN
pages/01.home/.Backs/20190912-182105/favicon.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
1
pages/01.home/.Backs/20190912-182105/frontmatter.yaml
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{ }
|
BIN
pages/01.home/.Backs/20190912-182105/ob_bff41a_myip-icon-256.png
Normal file
After Width: | Height: | Size: 42 KiB |
BIN
pages/01.home/.Backs/20190912-182105/piracy.jpg
Normal file
After Width: | Height: | Size: 39 KiB |
55
pages/01.home/.Backs/20190912-182105/rss-light-10.php
Normal file
|
@ -0,0 +1,55 @@
|
||||||
|
<?php header('Content-Type: text/html; charset=utf-8'); ?>
|
||||||
|
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
||||||
|
<head>
|
||||||
|
|
||||||
|
<title>Flux RSS Echosystem</title>
|
||||||
|
<!-- <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> <meta charset="UTF-8"> -->
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
a { font-size:26px;
|
||||||
|
font-weight:bold;
|
||||||
|
margin-bottom:-20px;
|
||||||
|
text-decoration: none ;
|
||||||
|
}
|
||||||
|
div[style] {
|
||||||
|
text-align:center;
|
||||||
|
color:green;
|
||||||
|
font-size:30px;
|
||||||
|
font-weight:bold;
|
||||||
|
margin-bottom:-20px;
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
text-align:center;
|
||||||
|
font-size:17px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<?php
|
||||||
|
|
||||||
|
$url = "https://rss.echosystem.fr/i/?a=rss&get=c_6"; /* insérer ici l'adresse du flux RSS de votre choix */
|
||||||
|
$rss = simplexml_load_file($url);
|
||||||
|
echo '<ul>';
|
||||||
|
$rss10 = 0;
|
||||||
|
|
||||||
|
foreach ($rss->channel->item as $item){
|
||||||
|
$rss10++;
|
||||||
|
if($rss10 == 10) break;
|
||||||
|
$datetime = date_create($item->pubDate);
|
||||||
|
$date = date_format($datetime, 'd M Y, H\hi');
|
||||||
|
// echo '<li><a href="'.$item->link.'" style = "color:green">'.utf8_decode($item->title).'</a> ('.$date.')</li>';
|
||||||
|
echo '<li><a href="'.$item->link.'" style = "color:green">'.$item->title.'</a> ('.$date.')</li>';
|
||||||
|
}
|
||||||
|
echo '</ul>';
|
||||||
|
|
||||||
|
// https://tonyarchambeau.com/blog/115-php-afficher-articles-flux-rss/
|
||||||
|
?>
|
||||||
|
|
||||||
|
|
BIN
pages/01.home/.Backs/20190912-182105/rss.jpg
Normal file
After Width: | Height: | Size: 8.9 KiB |
1
pages/01.home/.Backs/20190912-182105/test.php
Normal file
|
@ -0,0 +1 @@
|
||||||
|
prout
|
BIN
pages/01.home/.Backs/20190912-182105/thumbnammmil.png
Normal file
After Width: | Height: | Size: 45 KiB |
BIN
pages/01.home/.Backs/20190912-182105/trans-clipboard.png
Normal file
After Width: | Height: | Size: 467 B |
BIN
pages/01.home/.Backs/20190912-182207/avatar-9152.gif
Normal file
After Width: | Height: | Size: 32 KiB |
BIN
pages/01.home/.Backs/20190912-182207/colored_RSS.png
Normal file
After Width: | Height: | Size: 13 KiB |
13
pages/01.home/.Backs/20190912-182207/css-div-home.txt
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
[assets=inlineCss] .body1 { width: 100%; height: 100%; position: fixed; background-color: #212121; } .content1 { position: absolute; top: 18%; left: 50%; transform: translate(-50%, -50%); font-size: 35px; line-height: 40px; font-family: 'Monospace'; color: #E3F2FD; height: 160px; overflow: hidden; } .display { font-weight: 300; overflow: hidden; height: 40px; padding: 0 42px; } .display:before { content: '<'; left: 0; line-height: 40px; } .display:after { content: '⁄>'; position: absolute; right: -34px; line-height: 40px; } .display:after, .display:before { position: absolute; top: 0; color: #18FFFF; font-size: 44px; animation: 2s linear 0s normal none infinite opacity; } p1 { display: inline; float: left; margin: 0; } ol { margin-top: 0; padding-left: 120px; text-align: left; list-style: none; animation: 6s linear 0s normal none infinite change; } ol li { line-height: 40px; margin: 0; } @keyframes opacity { 0%, 100% { opacity: 0; } 50% { opacity: 1; } } @keyframes change { 0%, 18%, 100% { transform: translateY(0); } 25%, 43% { transform: translateY(-25%); } 50%, 69% { transform: translateY(-50%); } 75%, 95% { transform: translateY(-75%); } } ::-moz-selection { background: yellow; } ::selection { background: yellow; } .prevent-touch-callout { -webkit-touch-callout: none; } .force-select-all { -webkit-user-select: all; user-select: all; } .area { height: 100%; width: 100%; overflow: hidden; } textarea { height: 100%; width: 100%; overflow: hidden; } [/assets]
|
||||||
|
|
||||||
|
<div class="content1">
|
||||||
|
<div class="display">
|
||||||
|
<p1>Hello</p1>
|
||||||
|
<ol>
|
||||||
|
<li>World,</li>
|
||||||
|
<li>G33kers</li>
|
||||||
|
<li>Developers </li>
|
||||||
|
<li>Everbody!</li>
|
||||||
|
</ol>
|
||||||
|
</div>
|
||||||
|
</div>
|
118
pages/01.home/.Backs/20190912-182207/css-home.css
Normal file
|
@ -0,0 +1,118 @@
|
||||||
|
<style>
|
||||||
|
.body1 {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
position: fixed;
|
||||||
|
background-color: #212121;
|
||||||
|
}
|
||||||
|
.content1 {
|
||||||
|
position: absolute;
|
||||||
|
top: 18%;
|
||||||
|
left: 50%;
|
||||||
|
transform: translate(-50%, -50%);
|
||||||
|
font-size: 35px;
|
||||||
|
line-height: 40px;
|
||||||
|
font-family: 'Monospace';
|
||||||
|
color: #E3F2FD;
|
||||||
|
height: 160px;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
.display {
|
||||||
|
font-weight: 300;
|
||||||
|
overflow: hidden;
|
||||||
|
height: 40px;
|
||||||
|
padding: 0 42px;
|
||||||
|
}
|
||||||
|
.display:before {
|
||||||
|
content: '<';
|
||||||
|
left: 0;
|
||||||
|
line-height: 40px;
|
||||||
|
}
|
||||||
|
.display:after {
|
||||||
|
content: ' /> _';
|
||||||
|
position: absolute;
|
||||||
|
right: -34px;
|
||||||
|
line-height: 40px;
|
||||||
|
}
|
||||||
|
.display:after, .display:before {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
color: #18FFFF;
|
||||||
|
font-size: 44px;
|
||||||
|
animation: 2s linear 0s normal none infinite opacity;
|
||||||
|
}
|
||||||
|
|
||||||
|
p1 {
|
||||||
|
display: inline;
|
||||||
|
float: left;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
ol1 {
|
||||||
|
margin-top: 0;
|
||||||
|
padding-left: 120px;
|
||||||
|
text-align: left;
|
||||||
|
list-style: none;
|
||||||
|
animation: 6s linear 0s normal none infinite change;
|
||||||
|
}
|
||||||
|
|
||||||
|
ol li {
|
||||||
|
line-height: 40px;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
ol {
|
||||||
|
margin-top: 0;
|
||||||
|
padding-left: 120px;
|
||||||
|
text-align: left;
|
||||||
|
list-style: none;
|
||||||
|
animation: 6s linear 0s normal none infinite change;
|
||||||
|
}
|
||||||
|
ol li {
|
||||||
|
line-height: 40px;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@keyframes opacity {
|
||||||
|
0%, 100% {
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
50% {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@keyframes change {
|
||||||
|
0%, 18%, 100% {
|
||||||
|
transform: translateY(0);
|
||||||
|
}
|
||||||
|
25%, 43% {
|
||||||
|
transform: translateY(-25%);
|
||||||
|
}
|
||||||
|
50%, 69% {
|
||||||
|
transform: translateY(-50%);
|
||||||
|
}
|
||||||
|
75%, 95% {
|
||||||
|
transform: translateY(-75%);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
::-moz-selection { background: yellow; }
|
||||||
|
::selection { background: yellow; }
|
||||||
|
.prevent-touch-callout {
|
||||||
|
-webkit-touch-callout: none;
|
||||||
|
}
|
||||||
|
.force-select-all {
|
||||||
|
-webkit-user-select: all;
|
||||||
|
user-select: all;
|
||||||
|
}
|
||||||
|
.area {
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
textarea {
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
</style>
|
11
pages/01.home/.Backs/20190912-182207/css-home.txt
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<div class="content1">
|
||||||
|
<div class="display">
|
||||||
|
<p1>Hello</p1>
|
||||||
|
<ol>
|
||||||
|
<li>World,</li>
|
||||||
|
<li>G33kers</li>
|
||||||
|
<li>Developers </li>
|
||||||
|
<li>Everbody!</li>
|
||||||
|
</ol>
|
||||||
|
</div>
|
||||||
|
</div>
|
81
pages/01.home/.Backs/20190912-182207/default.md
Normal file
|
@ -0,0 +1,81 @@
|
||||||
|
---
|
||||||
|
title: Home
|
||||||
|
private: false
|
||||||
|
taxonomy:
|
||||||
|
category:
|
||||||
|
- home
|
||||||
|
- echosystem
|
||||||
|
tag:
|
||||||
|
- home
|
||||||
|
- Erreur32
|
||||||
|
external_links:
|
||||||
|
no_follow: false
|
||||||
|
process:
|
||||||
|
markdown: true
|
||||||
|
twig: true
|
||||||
|
twig_first: true
|
||||||
|
never_cache_twig: true
|
||||||
|
---
|
||||||
|
|
||||||
|
<h3 id="mcetoc_1c8q15oem0" style="text-align: center;"><span style="font-family: impact, sans-serif;">ECHO'SYSTEM'</span></h3>
|
||||||
|
<div>
|
||||||
|
<center><a class="image featured" href="#"><img src="https://echosystem.fr/i/echosystem.png" alt="echosystem image logo" /></a></center>
|
||||||
|
</div>
|
||||||
|
<p> </p>
|
||||||
|
|
||||||
|
<p> Happy c0ding <em> & Stay protected.</em></p>
|
||||||
|
> Retrouvez les dernières "ninfos" sur la sécurité web dev et Sysadmin via [RSS](https://rss.echosystem.fr/i/?a=rss&get=c_15),
|
||||||
|
> <br>
|
||||||
|
> Plusieurs <a title="EchoSystem Services Web" href="../../services">Services Web</a> et des <a title="Docs" href="../../docs">docs</a> sont disponibles dont un <a title="git echosystem" href="https://git.echosystem.fr">GIT</a>, des <a title="Pastonbin" href="https://pastebin.echosystem.fr/all">Scripts</a>, des <a title="Snippets" href="https://snippet.echosystem.fr/">Snippets</a>.
|
||||||
|
><br>
|
||||||
|
>Ainsi que mes <a title="EchoSystem Projects" href="https://echosystem.fr/my-projects">projects actuels</a>.<br>
|
||||||
|
> <em>Et oui c'est encore un site d'un <span style="text-decoration: line-through;">Gros</span> <span style="text-decoration: line-through;">Barbu</span> qui joue avec son ...**Unix**.</em>
|
||||||
|
|
||||||
|
!!!! Services Echosystem Status : [https://status.echosystem.fr/](https://status.echosystem.fr/)
|
||||||
|
|
||||||
|
<img src="../../thumbnammmil.png" width="42" height="42" /> Check your ip info : [https://ip.echosystem.fr](https://ip.echosystem.fr)
|
||||||
|
<br />
|
||||||
|
|
||||||
|
|
||||||
|
Contact: [safe-email autolink="true"]contact@le-site-ou-vous.etes[/safe-email] or with [contact page](https://contact.echosystem.fr/)
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://echosystem.fr/rssall/"><img style="display: block; margin-left: auto; margin-right: auto;" src="home/colored_RSS.png" alt="List des RSS" width="64" height="64" /></a><center> Liste des RSS </center>
|
||||||
|
<br />
|
||||||
|
|
||||||
|
cadphp:p1:rss-light-10
|
||||||
|
|
||||||
|
|
||||||
|
[ui-tabs position="top-left" active="0" theme="lite"]
|
||||||
|
[ui-tab title="RSS Echosystem"] <center><br/>
|
||||||
|
<p>Toutes les dernières info/activités/articles de <strong>Echo'System'</strong></p>
|
||||||
|
<a href="https://rss.echosystem.fr/i/?a=rss&get=c_6"><span style="font-family: andale\ mono, monospace;"><span style="font-size: 15pt;"><span style="background-color: #000000; color: #00ff00;"><sub><img src="../../_img/colored_RSS.png" width="22" height="22" /></sub><span style="background-color: #000000; color: #ffffff;"> Echo'System' </span></span></span></span></a> </center>
|
||||||
|
[/ui-tab]
|
||||||
|
[ui-tab title="RSS Secu"] <center><br/>
|
||||||
|
<p>Toutes les dernières info / news sur la Sécurité Web :</p>
|
||||||
|
<a href="https://rss.echosystem.fr/i/?a=rss&get=c_15"><span style="background-color: #ff0000;"><sub><img src="../../_img/colored_RSS.png" width="22" height="22" /></sub></span><span style="color: #ff9900;"><span style="background-color: #ff0000;"><span style="background-color: #bf1717;"><span style="color: #ffffff;"> Security</span> <span style="color: #ffff00;">&</span> </span><span style="background-color: #bf1717; color: #ffffff;">News </span></span></span></a></center>
|
||||||
|
[/ui-tab]
|
||||||
|
[ui-tab title="RSS G33K"] <center><br/>
|
||||||
|
<p>Dernières news 100% G33k</p>
|
||||||
|
<a href="https://rss.echosystem.fr/i/?a=rss&get=c_9"><span style="background-color: #000000;"><sub><img src="../../_img/colored_RSS.png" width="22" height="22" /></sub></span><span style="background-color: #ffffff; color: #000000;"><span style="background-color: #aabf0b;"><strong><span style="color: #000000;"><span style="background-color: #000000; color: #a7ad36;"> G33K info </span></span></strong></span></span></a> </center>
|
||||||
|
[/ui-tab]
|
||||||
|
[ui-tab title="RSS Code/Scripts"] <center><br/>
|
||||||
|
<p>Dernières news sur les bons scripts</p>
|
||||||
|
<a href="https://rss.echosystem.fr/i/?a=rss&get=c_19"><span style="background-color: #000000; color: #99cc00;"><sub><img src="../../_img/colored_RSS.png" width="22" height="22" /></sub></span> <span style="background-color: #000000; color: #339966;"><span style="color: #99cc00;"> <span style="color: #00ff00;"> Tools & Scripts </> </span></span></span></a> </center>
|
||||||
|
[/ui-tab]
|
||||||
|
[/ui-tabs]
|
||||||
|
|
||||||
|
<br /><br />
|
||||||
|
!!!! <div class="text1"> <q>I have not failed. I've just found 10,000 ways that won't work.</q>
|
||||||
|
!!!! <p class="author">- Henri Matisse</p>
|
||||||
|
!!!! </div>
|
||||||
|
!!!!
|
||||||
|
|
||||||
|
! Rejoignez la procédure contre les GAFAM: [https://gafam.laquadrature.net/](https://gafam.laquadrature.net/)
|
||||||
|
|
||||||
|
<p style="text-align: center;"><a href="https://echosystem.fr/erreur32" style="color: #000000"> 🅴🆁🆁🅴🆄🆁32 </a></p>
|
||||||
|
<img style="display: block; margin-left: auto; margin-right: auto;" src="home/favicon.png" alt="" width="32" height="32"><center>🆓🅴🅲🅷🅾️🆂🆈🆂🆃🅴🅼</center>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
BIN
pages/01.home/.Backs/20190912-182207/echosystem.ban.petit.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
pages/01.home/.Backs/20190912-182207/echosystem.png
Normal file
After Width: | Height: | Size: 180 KiB |
BIN
pages/01.home/.Backs/20190912-182207/favicon.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
1
pages/01.home/.Backs/20190912-182207/frontmatter.yaml
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{ }
|
BIN
pages/01.home/.Backs/20190912-182207/ob_bff41a_myip-icon-256.png
Normal file
After Width: | Height: | Size: 42 KiB |
BIN
pages/01.home/.Backs/20190912-182207/piracy.jpg
Normal file
After Width: | Height: | Size: 39 KiB |
55
pages/01.home/.Backs/20190912-182207/rss-light-10.php
Normal file
|
@ -0,0 +1,55 @@
|
||||||
|
<?php header('Content-Type: text/html; charset=utf-8'); ?>
|
||||||
|
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
||||||
|
<head>
|
||||||
|
|
||||||
|
<title>Flux RSS Echosystem</title>
|
||||||
|
<!-- <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> <meta charset="UTF-8"> -->
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
a { font-size:26px;
|
||||||
|
font-weight:bold;
|
||||||
|
margin-bottom:-20px;
|
||||||
|
text-decoration: none ;
|
||||||
|
}
|
||||||
|
div[style] {
|
||||||
|
text-align:center;
|
||||||
|
color:green;
|
||||||
|
font-size:30px;
|
||||||
|
font-weight:bold;
|
||||||
|
margin-bottom:-20px;
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
text-align:center;
|
||||||
|
font-size:17px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<?php
|
||||||
|
|
||||||
|
$url = "https://rss.echosystem.fr/i/?a=rss&get=c_6"; /* insérer ici l'adresse du flux RSS de votre choix */
|
||||||
|
$rss = simplexml_load_file($url);
|
||||||
|
echo '<ul>';
|
||||||
|
$rss10 = 0;
|
||||||
|
|
||||||
|
foreach ($rss->channel->item as $item){
|
||||||
|
$rss10++;
|
||||||
|
if($rss10 == 10) break;
|
||||||
|
$datetime = date_create($item->pubDate);
|
||||||
|
$date = date_format($datetime, 'd M Y, H\hi');
|
||||||
|
// echo '<li><a href="'.$item->link.'" style = "color:green">'.utf8_decode($item->title).'</a> ('.$date.')</li>';
|
||||||
|
echo '<li><a href="'.$item->link.'" style = "color:green">'.$item->title.'</a> ('.$date.')</li>';
|
||||||
|
}
|
||||||
|
echo '</ul>';
|
||||||
|
|
||||||
|
// https://tonyarchambeau.com/blog/115-php-afficher-articles-flux-rss/
|
||||||
|
?>
|
||||||
|
|
||||||
|
|
BIN
pages/01.home/.Backs/20190912-182207/rss.jpg
Normal file
After Width: | Height: | Size: 8.9 KiB |
1
pages/01.home/.Backs/20190912-182207/test.php
Normal file
|
@ -0,0 +1 @@
|
||||||
|
prout
|
BIN
pages/01.home/.Backs/20190912-182207/thumbnammmil.png
Normal file
After Width: | Height: | Size: 45 KiB |
BIN
pages/01.home/.Backs/20190912-182207/trans-clipboard.png
Normal file
After Width: | Height: | Size: 467 B |
BIN
pages/01.home/.Backs/20190912-182631/avatar-9152.gif
Normal file
After Width: | Height: | Size: 32 KiB |
BIN
pages/01.home/.Backs/20190912-182631/colored_RSS.png
Normal file
After Width: | Height: | Size: 13 KiB |
13
pages/01.home/.Backs/20190912-182631/css-div-home.txt
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
[assets=inlineCss] .body1 { width: 100%; height: 100%; position: fixed; background-color: #212121; } .content1 { position: absolute; top: 18%; left: 50%; transform: translate(-50%, -50%); font-size: 35px; line-height: 40px; font-family: 'Monospace'; color: #E3F2FD; height: 160px; overflow: hidden; } .display { font-weight: 300; overflow: hidden; height: 40px; padding: 0 42px; } .display:before { content: '<'; left: 0; line-height: 40px; } .display:after { content: '⁄>'; position: absolute; right: -34px; line-height: 40px; } .display:after, .display:before { position: absolute; top: 0; color: #18FFFF; font-size: 44px; animation: 2s linear 0s normal none infinite opacity; } p1 { display: inline; float: left; margin: 0; } ol { margin-top: 0; padding-left: 120px; text-align: left; list-style: none; animation: 6s linear 0s normal none infinite change; } ol li { line-height: 40px; margin: 0; } @keyframes opacity { 0%, 100% { opacity: 0; } 50% { opacity: 1; } } @keyframes change { 0%, 18%, 100% { transform: translateY(0); } 25%, 43% { transform: translateY(-25%); } 50%, 69% { transform: translateY(-50%); } 75%, 95% { transform: translateY(-75%); } } ::-moz-selection { background: yellow; } ::selection { background: yellow; } .prevent-touch-callout { -webkit-touch-callout: none; } .force-select-all { -webkit-user-select: all; user-select: all; } .area { height: 100%; width: 100%; overflow: hidden; } textarea { height: 100%; width: 100%; overflow: hidden; } [/assets]
|
||||||
|
|
||||||
|
<div class="content1">
|
||||||
|
<div class="display">
|
||||||
|
<p1>Hello</p1>
|
||||||
|
<ol>
|
||||||
|
<li>World,</li>
|
||||||
|
<li>G33kers</li>
|
||||||
|
<li>Developers </li>
|
||||||
|
<li>Everbody!</li>
|
||||||
|
</ol>
|
||||||
|
</div>
|
||||||
|
</div>
|
118
pages/01.home/.Backs/20190912-182631/css-home.css
Normal file
|
@ -0,0 +1,118 @@
|
||||||
|
<style>
|
||||||
|
.body1 {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
position: fixed;
|
||||||
|
background-color: #212121;
|
||||||
|
}
|
||||||
|
.content1 {
|
||||||
|
position: absolute;
|
||||||
|
top: 18%;
|
||||||
|
left: 50%;
|
||||||
|
transform: translate(-50%, -50%);
|
||||||
|
font-size: 35px;
|
||||||
|
line-height: 40px;
|
||||||
|
font-family: 'Monospace';
|
||||||
|
color: #E3F2FD;
|
||||||
|
height: 160px;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
.display {
|
||||||
|
font-weight: 300;
|
||||||
|
overflow: hidden;
|
||||||
|
height: 40px;
|
||||||
|
padding: 0 42px;
|
||||||
|
}
|
||||||
|
.display:before {
|
||||||
|
content: '<';
|
||||||
|
left: 0;
|
||||||
|
line-height: 40px;
|
||||||
|
}
|
||||||
|
.display:after {
|
||||||
|
content: ' /> _';
|
||||||
|
position: absolute;
|
||||||
|
right: -34px;
|
||||||
|
line-height: 40px;
|
||||||
|
}
|
||||||
|
.display:after, .display:before {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
color: #18FFFF;
|
||||||
|
font-size: 44px;
|
||||||
|
animation: 2s linear 0s normal none infinite opacity;
|
||||||
|
}
|
||||||
|
|
||||||
|
p1 {
|
||||||
|
display: inline;
|
||||||
|
float: left;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
ol1 {
|
||||||
|
margin-top: 0;
|
||||||
|
padding-left: 120px;
|
||||||
|
text-align: left;
|
||||||
|
list-style: none;
|
||||||
|
animation: 6s linear 0s normal none infinite change;
|
||||||
|
}
|
||||||
|
|
||||||
|
ol li {
|
||||||
|
line-height: 40px;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
ol {
|
||||||
|
margin-top: 0;
|
||||||
|
padding-left: 120px;
|
||||||
|
text-align: left;
|
||||||
|
list-style: none;
|
||||||
|
animation: 6s linear 0s normal none infinite change;
|
||||||
|
}
|
||||||
|
ol li {
|
||||||
|
line-height: 40px;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@keyframes opacity {
|
||||||
|
0%, 100% {
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
50% {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@keyframes change {
|
||||||
|
0%, 18%, 100% {
|
||||||
|
transform: translateY(0);
|
||||||
|
}
|
||||||
|
25%, 43% {
|
||||||
|
transform: translateY(-25%);
|
||||||
|
}
|
||||||
|
50%, 69% {
|
||||||
|
transform: translateY(-50%);
|
||||||
|
}
|
||||||
|
75%, 95% {
|
||||||
|
transform: translateY(-75%);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
::-moz-selection { background: yellow; }
|
||||||
|
::selection { background: yellow; }
|
||||||
|
.prevent-touch-callout {
|
||||||
|
-webkit-touch-callout: none;
|
||||||
|
}
|
||||||
|
.force-select-all {
|
||||||
|
-webkit-user-select: all;
|
||||||
|
user-select: all;
|
||||||
|
}
|
||||||
|
.area {
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
textarea {
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
</style>
|
11
pages/01.home/.Backs/20190912-182631/css-home.txt
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<div class="content1">
|
||||||
|
<div class="display">
|
||||||
|
<p1>Hello</p1>
|
||||||
|
<ol>
|
||||||
|
<li>World,</li>
|
||||||
|
<li>G33kers</li>
|
||||||
|
<li>Developers </li>
|
||||||
|
<li>Everbody!</li>
|
||||||
|
</ol>
|
||||||
|
</div>
|
||||||
|
</div>
|
83
pages/01.home/.Backs/20190912-182631/default.md
Normal file
|
@ -0,0 +1,83 @@
|
||||||
|
---
|
||||||
|
title: Home
|
||||||
|
private: false
|
||||||
|
taxonomy:
|
||||||
|
category:
|
||||||
|
- home
|
||||||
|
- echosystem
|
||||||
|
tag:
|
||||||
|
- home
|
||||||
|
- Erreur32
|
||||||
|
external_links:
|
||||||
|
no_follow: false
|
||||||
|
process:
|
||||||
|
markdown: true
|
||||||
|
twig: true
|
||||||
|
twig_first: true
|
||||||
|
never_cache_twig: true
|
||||||
|
---
|
||||||
|
|
||||||
|
<h3 id="mcetoc_1c8q15oem0" style="text-align: center;"><span style="font-family: impact, sans-serif;">ECHO'SYSTEM'</span></h3>
|
||||||
|
<div>
|
||||||
|
<center><a class="image featured" href="#"><img src="https://echosystem.fr/i/echosystem.png" alt="echosystem image logo" /></a></center>
|
||||||
|
</div>
|
||||||
|
<p> </p>
|
||||||
|
|
||||||
|
<p> Happy c0ding <em> & Stay protected.</em></p>
|
||||||
|
> Retrouvez les dernières "ninfos" sur la sécurité web dev et Sysadmin via [RSS](https://rss.echosystem.fr/i/?a=rss&get=c_15),
|
||||||
|
> <br>
|
||||||
|
> Plusieurs <a title="EchoSystem Services Web" href="../../services">Services Web</a> et des <a title="Docs" href="../../docs">docs</a> sont disponibles dont un <a title="git echosystem" href="https://git.echosystem.fr">GIT</a>, des <a title="Pastonbin" href="https://pastebin.echosystem.fr/all">Scripts</a>, des <a title="Snippets" href="https://snippet.echosystem.fr/">Snippets</a>.
|
||||||
|
><br>
|
||||||
|
>Ainsi que mes <a title="EchoSystem Projects" href="https://echosystem.fr/my-projects">projects actuels</a>.<br>
|
||||||
|
> <em>Et oui c'est encore un site d'un <span style="text-decoration: line-through;">Gros</span> <span style="text-decoration: line-through;">Barbu</span> qui joue avec son ...**Unix**.</em>
|
||||||
|
|
||||||
|
!!!! Services Echosystem Status : [https://status.echosystem.fr/](https://status.echosystem.fr/)
|
||||||
|
|
||||||
|
<img src="../../thumbnammmil.png" width="42" height="42" /> Check your ip info : [https://ip.echosystem.fr](https://ip.echosystem.fr)
|
||||||
|
<br />
|
||||||
|
|
||||||
|
|
||||||
|
Contact: [safe-email autolink="true"]contact@le-site-ou-vous.etes[/safe-email] or with [contact page](https://contact.echosystem.fr/)
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://echosystem.fr/rssall/"><img style="display: block; margin-left: auto; margin-right: auto;" src="home/colored_RSS.png" alt="List des RSS" width="64" height="64" /></a><center> Liste des RSS </center>
|
||||||
|
<br />
|
||||||
|
|
||||||
|
cadphp:p1:rss-light-10
|
||||||
|
|
||||||
|
cadphp:p1:/rss-light-10
|
||||||
|
|
||||||
|
|
||||||
|
[ui-tabs position="top-left" active="0" theme="lite"]
|
||||||
|
[ui-tab title="RSS Echosystem"] <center><br/>
|
||||||
|
<p>Toutes les dernières info/activités/articles de <strong>Echo'System'</strong></p>
|
||||||
|
<a href="https://rss.echosystem.fr/i/?a=rss&get=c_6"><span style="font-family: andale\ mono, monospace;"><span style="font-size: 15pt;"><span style="background-color: #000000; color: #00ff00;"><sub><img src="../../_img/colored_RSS.png" width="22" height="22" /></sub><span style="background-color: #000000; color: #ffffff;"> Echo'System' </span></span></span></span></a> </center>
|
||||||
|
[/ui-tab]
|
||||||
|
[ui-tab title="RSS Secu"] <center><br/>
|
||||||
|
<p>Toutes les dernières info / news sur la Sécurité Web :</p>
|
||||||
|
<a href="https://rss.echosystem.fr/i/?a=rss&get=c_15"><span style="background-color: #ff0000;"><sub><img src="../../_img/colored_RSS.png" width="22" height="22" /></sub></span><span style="color: #ff9900;"><span style="background-color: #ff0000;"><span style="background-color: #bf1717;"><span style="color: #ffffff;"> Security</span> <span style="color: #ffff00;">&</span> </span><span style="background-color: #bf1717; color: #ffffff;">News </span></span></span></a></center>
|
||||||
|
[/ui-tab]
|
||||||
|
[ui-tab title="RSS G33K"] <center><br/>
|
||||||
|
<p>Dernières news 100% G33k</p>
|
||||||
|
<a href="https://rss.echosystem.fr/i/?a=rss&get=c_9"><span style="background-color: #000000;"><sub><img src="../../_img/colored_RSS.png" width="22" height="22" /></sub></span><span style="background-color: #ffffff; color: #000000;"><span style="background-color: #aabf0b;"><strong><span style="color: #000000;"><span style="background-color: #000000; color: #a7ad36;"> G33K info </span></span></strong></span></span></a> </center>
|
||||||
|
[/ui-tab]
|
||||||
|
[ui-tab title="RSS Code/Scripts"] <center><br/>
|
||||||
|
<p>Dernières news sur les bons scripts</p>
|
||||||
|
<a href="https://rss.echosystem.fr/i/?a=rss&get=c_19"><span style="background-color: #000000; color: #99cc00;"><sub><img src="../../_img/colored_RSS.png" width="22" height="22" /></sub></span> <span style="background-color: #000000; color: #339966;"><span style="color: #99cc00;"> <span style="color: #00ff00;"> Tools & Scripts </> </span></span></span></a> </center>
|
||||||
|
[/ui-tab]
|
||||||
|
[/ui-tabs]
|
||||||
|
|
||||||
|
<br /><br />
|
||||||
|
!!!! <div class="text1"> <q>I have not failed. I've just found 10,000 ways that won't work.</q>
|
||||||
|
!!!! <p class="author">- Henri Matisse</p>
|
||||||
|
!!!! </div>
|
||||||
|
!!!!
|
||||||
|
|
||||||
|
! Rejoignez la procédure contre les GAFAM: [https://gafam.laquadrature.net/](https://gafam.laquadrature.net/)
|
||||||
|
|
||||||
|
<p style="text-align: center;"><a href="https://echosystem.fr/erreur32" style="color: #000000"> 🅴🆁🆁🅴🆄🆁32 </a></p>
|
||||||
|
<img style="display: block; margin-left: auto; margin-right: auto;" src="home/favicon.png" alt="" width="32" height="32"><center>🆓🅴🅲🅷🅾️🆂🆈🆂🆃🅴🅼</center>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
BIN
pages/01.home/.Backs/20190912-182631/echosystem.ban.petit.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
pages/01.home/.Backs/20190912-182631/echosystem.png
Normal file
After Width: | Height: | Size: 180 KiB |
BIN
pages/01.home/.Backs/20190912-182631/favicon.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
1
pages/01.home/.Backs/20190912-182631/frontmatter.yaml
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{ }
|
BIN
pages/01.home/.Backs/20190912-182631/ob_bff41a_myip-icon-256.png
Normal file
After Width: | Height: | Size: 42 KiB |
BIN
pages/01.home/.Backs/20190912-182631/piracy.jpg
Normal file
After Width: | Height: | Size: 39 KiB |
55
pages/01.home/.Backs/20190912-182631/rss-light-10.php
Normal file
|
@ -0,0 +1,55 @@
|
||||||
|
<?php header('Content-Type: text/html; charset=utf-8'); ?>
|
||||||
|
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
||||||
|
<head>
|
||||||
|
|
||||||
|
<title>Flux RSS Echosystem</title>
|
||||||
|
<!-- <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> <meta charset="UTF-8"> -->
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
a { font-size:26px;
|
||||||
|
font-weight:bold;
|
||||||
|
margin-bottom:-20px;
|
||||||
|
text-decoration: none ;
|
||||||
|
}
|
||||||
|
div[style] {
|
||||||
|
text-align:center;
|
||||||
|
color:green;
|
||||||
|
font-size:30px;
|
||||||
|
font-weight:bold;
|
||||||
|
margin-bottom:-20px;
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
text-align:center;
|
||||||
|
font-size:17px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<?php
|
||||||
|
|
||||||
|
$url = "https://rss.echosystem.fr/i/?a=rss&get=c_6"; /* insérer ici l'adresse du flux RSS de votre choix */
|
||||||
|
$rss = simplexml_load_file($url);
|
||||||
|
echo '<ul>';
|
||||||
|
$rss10 = 0;
|
||||||
|
|
||||||
|
foreach ($rss->channel->item as $item){
|
||||||
|
$rss10++;
|
||||||
|
if($rss10 == 10) break;
|
||||||
|
$datetime = date_create($item->pubDate);
|
||||||
|
$date = date_format($datetime, 'd M Y, H\hi');
|
||||||
|
// echo '<li><a href="'.$item->link.'" style = "color:green">'.utf8_decode($item->title).'</a> ('.$date.')</li>';
|
||||||
|
echo '<li><a href="'.$item->link.'" style = "color:green">'.$item->title.'</a> ('.$date.')</li>';
|
||||||
|
}
|
||||||
|
echo '</ul>';
|
||||||
|
|
||||||
|
// https://tonyarchambeau.com/blog/115-php-afficher-articles-flux-rss/
|
||||||
|
?>
|
||||||
|
|
||||||
|
|
BIN
pages/01.home/.Backs/20190912-182631/rss.jpg
Normal file
After Width: | Height: | Size: 8.9 KiB |
1
pages/01.home/.Backs/20190912-182631/test.php
Normal file
|
@ -0,0 +1 @@
|
||||||
|
prout
|
BIN
pages/01.home/.Backs/20190912-182631/thumbnammmil.png
Normal file
After Width: | Height: | Size: 45 KiB |
BIN
pages/01.home/.Backs/20190912-182631/trans-clipboard.png
Normal file
After Width: | Height: | Size: 467 B |
BIN
pages/01.home/.Backs/20190912-183056/avatar-9152.gif
Normal file
After Width: | Height: | Size: 32 KiB |
BIN
pages/01.home/.Backs/20190912-183056/colored_RSS.png
Normal file
After Width: | Height: | Size: 13 KiB |
13
pages/01.home/.Backs/20190912-183056/css-div-home.txt
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
[assets=inlineCss] .body1 { width: 100%; height: 100%; position: fixed; background-color: #212121; } .content1 { position: absolute; top: 18%; left: 50%; transform: translate(-50%, -50%); font-size: 35px; line-height: 40px; font-family: 'Monospace'; color: #E3F2FD; height: 160px; overflow: hidden; } .display { font-weight: 300; overflow: hidden; height: 40px; padding: 0 42px; } .display:before { content: '<'; left: 0; line-height: 40px; } .display:after { content: '⁄>'; position: absolute; right: -34px; line-height: 40px; } .display:after, .display:before { position: absolute; top: 0; color: #18FFFF; font-size: 44px; animation: 2s linear 0s normal none infinite opacity; } p1 { display: inline; float: left; margin: 0; } ol { margin-top: 0; padding-left: 120px; text-align: left; list-style: none; animation: 6s linear 0s normal none infinite change; } ol li { line-height: 40px; margin: 0; } @keyframes opacity { 0%, 100% { opacity: 0; } 50% { opacity: 1; } } @keyframes change { 0%, 18%, 100% { transform: translateY(0); } 25%, 43% { transform: translateY(-25%); } 50%, 69% { transform: translateY(-50%); } 75%, 95% { transform: translateY(-75%); } } ::-moz-selection { background: yellow; } ::selection { background: yellow; } .prevent-touch-callout { -webkit-touch-callout: none; } .force-select-all { -webkit-user-select: all; user-select: all; } .area { height: 100%; width: 100%; overflow: hidden; } textarea { height: 100%; width: 100%; overflow: hidden; } [/assets]
|
||||||
|
|
||||||
|
<div class="content1">
|
||||||
|
<div class="display">
|
||||||
|
<p1>Hello</p1>
|
||||||
|
<ol>
|
||||||
|
<li>World,</li>
|
||||||
|
<li>G33kers</li>
|
||||||
|
<li>Developers </li>
|
||||||
|
<li>Everbody!</li>
|
||||||
|
</ol>
|
||||||
|
</div>
|
||||||
|
</div>
|
118
pages/01.home/.Backs/20190912-183056/css-home.css
Normal file
|
@ -0,0 +1,118 @@
|
||||||
|
<style>
|
||||||
|
.body1 {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
position: fixed;
|
||||||
|
background-color: #212121;
|
||||||
|
}
|
||||||
|
.content1 {
|
||||||
|
position: absolute;
|
||||||
|
top: 18%;
|
||||||
|
left: 50%;
|
||||||
|
transform: translate(-50%, -50%);
|
||||||
|
font-size: 35px;
|
||||||
|
line-height: 40px;
|
||||||
|
font-family: 'Monospace';
|
||||||
|
color: #E3F2FD;
|
||||||
|
height: 160px;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
.display {
|
||||||
|
font-weight: 300;
|
||||||
|
overflow: hidden;
|
||||||
|
height: 40px;
|
||||||
|
padding: 0 42px;
|
||||||
|
}
|
||||||
|
.display:before {
|
||||||
|
content: '<';
|
||||||
|
left: 0;
|
||||||
|
line-height: 40px;
|
||||||
|
}
|
||||||
|
.display:after {
|
||||||
|
content: ' /> _';
|
||||||
|
position: absolute;
|
||||||
|
right: -34px;
|
||||||
|
line-height: 40px;
|
||||||
|
}
|
||||||
|
.display:after, .display:before {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
color: #18FFFF;
|
||||||
|
font-size: 44px;
|
||||||
|
animation: 2s linear 0s normal none infinite opacity;
|
||||||
|
}
|
||||||
|
|
||||||
|
p1 {
|
||||||
|
display: inline;
|
||||||
|
float: left;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
ol1 {
|
||||||
|
margin-top: 0;
|
||||||
|
padding-left: 120px;
|
||||||
|
text-align: left;
|
||||||
|
list-style: none;
|
||||||
|
animation: 6s linear 0s normal none infinite change;
|
||||||
|
}
|
||||||
|
|
||||||
|
ol li {
|
||||||
|
line-height: 40px;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
ol {
|
||||||
|
margin-top: 0;
|
||||||
|
padding-left: 120px;
|
||||||
|
text-align: left;
|
||||||
|
list-style: none;
|
||||||
|
animation: 6s linear 0s normal none infinite change;
|
||||||
|
}
|
||||||
|
ol li {
|
||||||
|
line-height: 40px;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@keyframes opacity {
|
||||||
|
0%, 100% {
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
50% {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@keyframes change {
|
||||||
|
0%, 18%, 100% {
|
||||||
|
transform: translateY(0);
|
||||||
|
}
|
||||||
|
25%, 43% {
|
||||||
|
transform: translateY(-25%);
|
||||||
|
}
|
||||||
|
50%, 69% {
|
||||||
|
transform: translateY(-50%);
|
||||||
|
}
|
||||||
|
75%, 95% {
|
||||||
|
transform: translateY(-75%);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
::-moz-selection { background: yellow; }
|
||||||
|
::selection { background: yellow; }
|
||||||
|
.prevent-touch-callout {
|
||||||
|
-webkit-touch-callout: none;
|
||||||
|
}
|
||||||
|
.force-select-all {
|
||||||
|
-webkit-user-select: all;
|
||||||
|
user-select: all;
|
||||||
|
}
|
||||||
|
.area {
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
textarea {
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
</style>
|
11
pages/01.home/.Backs/20190912-183056/css-home.txt
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<div class="content1">
|
||||||
|
<div class="display">
|
||||||
|
<p1>Hello</p1>
|
||||||
|
<ol>
|
||||||
|
<li>World,</li>
|
||||||
|
<li>G33kers</li>
|
||||||
|
<li>Developers </li>
|
||||||
|
<li>Everbody!</li>
|
||||||
|
</ol>
|
||||||
|
</div>
|
||||||
|
</div>
|
83
pages/01.home/.Backs/20190912-183056/default.md
Normal file
|
@ -0,0 +1,83 @@
|
||||||
|
---
|
||||||
|
title: Home
|
||||||
|
private: false
|
||||||
|
taxonomy:
|
||||||
|
category:
|
||||||
|
- home
|
||||||
|
- echosystem
|
||||||
|
tag:
|
||||||
|
- home
|
||||||
|
- Erreur32
|
||||||
|
external_links:
|
||||||
|
no_follow: false
|
||||||
|
process:
|
||||||
|
markdown: true
|
||||||
|
twig: true
|
||||||
|
twig_first: true
|
||||||
|
never_cache_twig: true
|
||||||
|
---
|
||||||
|
|
||||||
|
<h3 id="mcetoc_1c8q15oem0" style="text-align: center;"><span style="font-family: impact, sans-serif;">ECHO'SYSTEM'</span></h3>
|
||||||
|
<div>
|
||||||
|
<center><a class="image featured" href="#"><img src="https://echosystem.fr/i/echosystem.png" alt="echosystem image logo" /></a></center>
|
||||||
|
</div>
|
||||||
|
<p> </p>
|
||||||
|
|
||||||
|
<p> Happy c0ding <em> & Stay protected.</em></p>
|
||||||
|
> Retrouvez les dernières "ninfos" sur la sécurité web dev et Sysadmin via [RSS](https://rss.echosystem.fr/i/?a=rss&get=c_15),
|
||||||
|
> <br>
|
||||||
|
> Plusieurs <a title="EchoSystem Services Web" href="../../services">Services Web</a> et des <a title="Docs" href="../../docs">docs</a> sont disponibles dont un <a title="git echosystem" href="https://git.echosystem.fr">GIT</a>, des <a title="Pastonbin" href="https://pastebin.echosystem.fr/all">Scripts</a>, des <a title="Snippets" href="https://snippet.echosystem.fr/">Snippets</a>.
|
||||||
|
><br>
|
||||||
|
>Ainsi que mes <a title="EchoSystem Projects" href="https://echosystem.fr/my-projects">projects actuels</a>.<br>
|
||||||
|
> <em>Et oui c'est encore un site d'un <span style="text-decoration: line-through;">Gros</span> <span style="text-decoration: line-through;">Barbu</span> qui joue avec son ...**Unix**.</em>
|
||||||
|
|
||||||
|
!!!! Services Echosystem Status : [https://status.echosystem.fr/](https://status.echosystem.fr/)
|
||||||
|
|
||||||
|
<img src="../../thumbnammmil.png" width="42" height="42" /> Check your ip info : [https://ip.echosystem.fr](https://ip.echosystem.fr)
|
||||||
|
<br />
|
||||||
|
|
||||||
|
|
||||||
|
Contact: [safe-email autolink="true"]contact@le-site-ou-vous.etes[/safe-email] or with [contact page](https://contact.echosystem.fr/)
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://echosystem.fr/rssall/"><img style="display: block; margin-left: auto; margin-right: auto;" src="home/colored_RSS.png" alt="List des RSS" width="64" height="64" /></a><center> Liste des RSS </center>
|
||||||
|
<br />
|
||||||
|
|
||||||
|
cadphp:p1:rss-light-10
|
||||||
|
cadphp:p1:test
|
||||||
|
cadphp:p2:/rss-light-10
|
||||||
|
|
||||||
|
|
||||||
|
[ui-tabs position="top-left" active="0" theme="lite"]
|
||||||
|
[ui-tab title="RSS Echosystem"] <center><br/>
|
||||||
|
<p>Toutes les dernières info/activités/articles de <strong>Echo'System'</strong></p>
|
||||||
|
<a href="https://rss.echosystem.fr/i/?a=rss&get=c_6"><span style="font-family: andale\ mono, monospace;"><span style="font-size: 15pt;"><span style="background-color: #000000; color: #00ff00;"><sub><img src="../../_img/colored_RSS.png" width="22" height="22" /></sub><span style="background-color: #000000; color: #ffffff;"> Echo'System' </span></span></span></span></a> </center>
|
||||||
|
[/ui-tab]
|
||||||
|
[ui-tab title="RSS Secu"] <center><br/>
|
||||||
|
<p>Toutes les dernières info / news sur la Sécurité Web :</p>
|
||||||
|
<a href="https://rss.echosystem.fr/i/?a=rss&get=c_15"><span style="background-color: #ff0000;"><sub><img src="../../_img/colored_RSS.png" width="22" height="22" /></sub></span><span style="color: #ff9900;"><span style="background-color: #ff0000;"><span style="background-color: #bf1717;"><span style="color: #ffffff;"> Security</span> <span style="color: #ffff00;">&</span> </span><span style="background-color: #bf1717; color: #ffffff;">News </span></span></span></a></center>
|
||||||
|
[/ui-tab]
|
||||||
|
[ui-tab title="RSS G33K"] <center><br/>
|
||||||
|
<p>Dernières news 100% G33k</p>
|
||||||
|
<a href="https://rss.echosystem.fr/i/?a=rss&get=c_9"><span style="background-color: #000000;"><sub><img src="../../_img/colored_RSS.png" width="22" height="22" /></sub></span><span style="background-color: #ffffff; color: #000000;"><span style="background-color: #aabf0b;"><strong><span style="color: #000000;"><span style="background-color: #000000; color: #a7ad36;"> G33K info </span></span></strong></span></span></a> </center>
|
||||||
|
[/ui-tab]
|
||||||
|
[ui-tab title="RSS Code/Scripts"] <center><br/>
|
||||||
|
<p>Dernières news sur les bons scripts</p>
|
||||||
|
<a href="https://rss.echosystem.fr/i/?a=rss&get=c_19"><span style="background-color: #000000; color: #99cc00;"><sub><img src="../../_img/colored_RSS.png" width="22" height="22" /></sub></span> <span style="background-color: #000000; color: #339966;"><span style="color: #99cc00;"> <span style="color: #00ff00;"> Tools & Scripts </> </span></span></span></a> </center>
|
||||||
|
[/ui-tab]
|
||||||
|
[/ui-tabs]
|
||||||
|
|
||||||
|
<br /><br />
|
||||||
|
!!!! <div class="text1"> <q>I have not failed. I've just found 10,000 ways that won't work.</q>
|
||||||
|
!!!! <p class="author">- Henri Matisse</p>
|
||||||
|
!!!! </div>
|
||||||
|
!!!!
|
||||||
|
|
||||||
|
! Rejoignez la procédure contre les GAFAM: [https://gafam.laquadrature.net/](https://gafam.laquadrature.net/)
|
||||||
|
|
||||||
|
<p style="text-align: center;"><a href="https://echosystem.fr/erreur32" style="color: #000000"> 🅴🆁🆁🅴🆄🆁32 </a></p>
|
||||||
|
<img style="display: block; margin-left: auto; margin-right: auto;" src="home/favicon.png" alt="" width="32" height="32"><center>🆓🅴🅲🅷🅾️🆂🆈🆂🆃🅴🅼</center>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
BIN
pages/01.home/.Backs/20190912-183056/echosystem.ban.petit.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
pages/01.home/.Backs/20190912-183056/echosystem.png
Normal file
After Width: | Height: | Size: 180 KiB |
BIN
pages/01.home/.Backs/20190912-183056/favicon.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
1
pages/01.home/.Backs/20190912-183056/frontmatter.yaml
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{ }
|
BIN
pages/01.home/.Backs/20190912-183056/ob_bff41a_myip-icon-256.png
Normal file
After Width: | Height: | Size: 42 KiB |
BIN
pages/01.home/.Backs/20190912-183056/piracy.jpg
Normal file
After Width: | Height: | Size: 39 KiB |
55
pages/01.home/.Backs/20190912-183056/rss-light-10.php
Normal file
|
@ -0,0 +1,55 @@
|
||||||
|
<?php header('Content-Type: text/html; charset=utf-8'); ?>
|
||||||
|
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
||||||
|
<head>
|
||||||
|
|
||||||
|
<title>Flux RSS Echosystem</title>
|
||||||
|
<!-- <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> <meta charset="UTF-8"> -->
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
a { font-size:26px;
|
||||||
|
font-weight:bold;
|
||||||
|
margin-bottom:-20px;
|
||||||
|
text-decoration: none ;
|
||||||
|
}
|
||||||
|
div[style] {
|
||||||
|
text-align:center;
|
||||||
|
color:green;
|
||||||
|
font-size:30px;
|
||||||
|
font-weight:bold;
|
||||||
|
margin-bottom:-20px;
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
text-align:center;
|
||||||
|
font-size:17px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<?php
|
||||||
|
|
||||||
|
$url = "https://rss.echosystem.fr/i/?a=rss&get=c_6"; /* insérer ici l'adresse du flux RSS de votre choix */
|
||||||
|
$rss = simplexml_load_file($url);
|
||||||
|
echo '<ul>';
|
||||||
|
$rss10 = 0;
|
||||||
|
|
||||||
|
foreach ($rss->channel->item as $item){
|
||||||
|
$rss10++;
|
||||||
|
if($rss10 == 10) break;
|
||||||
|
$datetime = date_create($item->pubDate);
|
||||||
|
$date = date_format($datetime, 'd M Y, H\hi');
|
||||||
|
// echo '<li><a href="'.$item->link.'" style = "color:green">'.utf8_decode($item->title).'</a> ('.$date.')</li>';
|
||||||
|
echo '<li><a href="'.$item->link.'" style = "color:green">'.$item->title.'</a> ('.$date.')</li>';
|
||||||
|
}
|
||||||
|
echo '</ul>';
|
||||||
|
|
||||||
|
// https://tonyarchambeau.com/blog/115-php-afficher-articles-flux-rss/
|
||||||
|
?>
|
||||||
|
|
||||||
|
|
BIN
pages/01.home/.Backs/20190912-183056/rss.jpg
Normal file
After Width: | Height: | Size: 8.9 KiB |
1
pages/01.home/.Backs/20190912-183056/test.php
Normal file
|
@ -0,0 +1 @@
|
||||||
|
prout
|