From 85aff536ca9915a356b57ab75a3f08f09ee087e3 Mon Sep 17 00:00:00 2001 From: Nudista Date: Thu, 1 Feb 2024 20:04:14 +0100 Subject: [PATCH] Publii: update content --- 404.html | 2 +- aktivity/nudismus/index.html | 2 +- aktivity/redakce/index.html | 2 +- aktivity/software/index.html | 2 +- aktivity/tvorba/index.html | 2 +- dokonceni-clanku-nudismus-na-assku.html | 2 +- google-bard-programuje.html | 2 +- ice-girls-ai.html | 2 +- index.html | 2 +- kategorie/cz/index.html | 14 -------------- kategorie/de/index.html | 14 -------------- kategorie/es/index.html | 14 -------------- kategorie/fr/index.html | 14 -------------- kategorie/index.html | 14 -------------- kategorie/uk/index.html | 14 -------------- my-blacklist.html | 2 +- plan-na-migraci-z-micro-blogu.html | 2 +- publikum/cz/index.html | 14 ++++++++++++++ publikum/de/index.html | 14 ++++++++++++++ publikum/es/index.html | 14 ++++++++++++++ publikum/fr/index.html | 14 ++++++++++++++ publikum/index.html | 14 ++++++++++++++ publikum/uk/index.html | 14 ++++++++++++++ studio.html | 2 +- 24 files changed, 96 insertions(+), 96 deletions(-) delete mode 100644 kategorie/cz/index.html delete mode 100644 kategorie/de/index.html delete mode 100644 kategorie/es/index.html delete mode 100644 kategorie/fr/index.html delete mode 100644 kategorie/index.html delete mode 100644 kategorie/uk/index.html create mode 100644 publikum/cz/index.html create mode 100644 publikum/de/index.html create mode 100644 publikum/es/index.html create mode 100644 publikum/fr/index.html create mode 100644 publikum/index.html create mode 100644 publikum/uk/index.html diff --git a/404.html b/404.html index f1cd5e7..2e10a6e 100644 --- a/404.html +++ b/404.html @@ -1,6 +1,6 @@ Error 404 - NoLog

Jsem · Nudista · Online

Pokud Vás zajímají krátké aktuality nejen z oblasti nudismu, ale i z našeho regionu (Ašsko / Chebsko / Karlovarsko), či informace ze zákulisí mých projektů, pak jste tady správně!

Mailchimp

 


· Soukromí  · Kontakt  · Politiky

404 Error

The page you were looking for appears to have been moved, deleted or does not exist. You could go back to where you were or head straight to our home page.

Přejít na úvod

Nudismus

Nudismus (2)

Projekt internetového serveru Nudista.Online (https://nudista.online)

Navštivte mé webové stránky

🇨🇿 CZ

Ice Girls AI

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Praesent dapibus. Vivamus ac leo pretium faucibus. Maecenas sollicitudin. Cum sociis natoque penatibus et magnis dis…

Redakce

Redakce (1)

Software

Software (2)

🇨🇿 CZ

Google Bard programuje

<?php // Importuj knihovnu pro práci s JSON //require 'json.php'; // Vytvoř URL adresu pro požadavek $url = 'https://witter.cz/api/v1/accounts/110687031564474645/statuses'; // Proveď požadavek $response =…

Tvorba

Tvorba (1)

Dokončení článku "Nudismus na Ašsku"

Tento příspěvek byl aktualizován dne:

Google Bard programuje

Zadal jsem umělé inteligenci úkol, naprogramovat script v PHP pro parsování JSON

<?php

// Importuj knihovnu pro práci s JSON
//require 'json.php';

// Vytvoř URL adresu pro požadavek
$url = 'https://witter.cz/api/v1/accounts/110687031564474645/statuses';

// Proveď požadavek
$response = file_get_contents($url);

// Dekóduj JSON data
$data = json_decode($response, true);

// Vytvoř HTML5 kontejner
echo '<div class="statuses">';

// Projděte všechna data
foreach ($data as $status) {

    // Vytvoř HTML5 tweet
    echo '<div class="tweet">';

    // Vytiskněte text tweetu (default text)
    echo '<p class="text">' . $status['content'] . '</p>';

    // Vytiskněte datum a čas tweetu
    echo '<p class="time">' . $status['created_at'] . '</p>';

    // Vytiskněte počet lajků
    if($status['sensitive'] == "1"){
    $mature = 'NSFW';
    } else {
    $mature = 'OK';
    }
    echo '<p class="likes">' . $mature . ' lajků</p>';

    // Vytiskněte počet retweetů
    echo '<p class="retweets">' . $status['retweets'] . ' retweetů</p>';

    // Zavřete HTML5 tweet
    echo '</div>';
}

// Zavřete HTML5 kontejner
echo '</div>';
?>

Tento příspěvek byl aktualizován dne:

Ice Girls AI

Učím se pracovat s umělou inteligencí...

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Praesent dapibus. Vivamus ac leo pretium faucibus. Maecenas sollicitudin. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Duis sapien nunc, commodo et, interdum suscipit, sollicitudin et, dolor. Fusce nibh. Etiam sapien elit, consequat eget, tristique non, venenatis quis, ante. Fusce aliquam vestibulum ipsum. Praesent in mauris eu tortor porttitor accumsan. Phasellus et lorem id felis nonummy placerat.

Tento příspěvek byl aktualizován dne:

Jsem · Nudista · Online

Pokud Vás zajímají krátké aktuality nejen z oblasti nudismu, ale i z našeho regionu (Ašsko / Chebsko / Karlovarsko), či informace ze zákulisí mých projektů, pak jste tady správně!

Mailchimp

 


· Soukromí  · Kontakt  · Politiky

🇨🇿 CZ

Google Bard programuje

<?php // Importuj knihovnu pro práci s JSON //require 'json.php'; // Vytvoř URL adresu pro požadavek $url = 'https://witter.cz/api/v1/accounts/110687031564474645/statuses'; // Proveď požadavek $response =…

🇨🇿 CZ

Ice Girls AI

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Praesent dapibus. Vivamus ac leo pretium faucibus. Maecenas sollicitudin. Cum sociis natoque penatibus et magnis dis…

🇨🇿 CZ (5)

Příspěvky týkající se České republiky, či psané v českém jazyce...

Google Bard programuje

<?php // Importuj knihovnu pro práci s JSON //require 'json.php'; // Vytvoř URL adresu pro požadavek $url = 'https://witter.cz/api/v1/accounts/110687031564474645/statuses'; // Proveď požadavek $response =…

Ice Girls AI

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Praesent dapibus. Vivamus ac leo pretium faucibus. Maecenas sollicitudin. Cum sociis natoque penatibus et magnis dis…

\ No newline at end of file diff --git a/kategorie/de/index.html b/kategorie/de/index.html deleted file mode 100644 index 5383aa9..0000000 --- a/kategorie/de/index.html +++ /dev/null @@ -1,14 +0,0 @@ -Tag: 🇩🇪 DE - NoLog

🇩🇪 DE (0)

\ No newline at end of file diff --git a/kategorie/es/index.html b/kategorie/es/index.html deleted file mode 100644 index 9b3add0..0000000 --- a/kategorie/es/index.html +++ /dev/null @@ -1,14 +0,0 @@ -Tag: 🇪🇸 ES - NoLog

🇪🇸 ES (0)

\ No newline at end of file diff --git a/kategorie/fr/index.html b/kategorie/fr/index.html deleted file mode 100644 index 12e0461..0000000 --- a/kategorie/fr/index.html +++ /dev/null @@ -1,14 +0,0 @@ -Tag: 🇫🇷 FR - NoLog

🇫🇷 FR (0)

\ No newline at end of file diff --git a/kategorie/index.html b/kategorie/index.html deleted file mode 100644 index c8ebd1f..0000000 --- a/kategorie/index.html +++ /dev/null @@ -1,14 +0,0 @@ -All tags - NoLog

Kategorie

Seznam všech 5 kategorií

\ No newline at end of file diff --git a/kategorie/uk/index.html b/kategorie/uk/index.html deleted file mode 100644 index 26d5a78..0000000 --- a/kategorie/uk/index.html +++ /dev/null @@ -1,14 +0,0 @@ -Tag: 🇬🇧 UK - NoLog

🇬🇧 UK (1)

My Blacklist

Caption Social network: Reasons: Facebook Spam, Frauds, Censoreship

\ No newline at end of file diff --git a/my-blacklist.html b/my-blacklist.html index c076fa5..3184b39 100644 --- a/my-blacklist.html +++ b/my-blacklist.html @@ -1,6 +1,6 @@ My Blacklist - NoLog

My Blacklist

Caption
Social network:Reasons:
FacebookSpam, Frauds, Censoreship
Tento příspěvek byl aktualizován dne:

Plán na migraci z Micro Blogu

Tento příspěvek byl aktualizován dne:

🇨🇿 CZ (5)

Příspěvky týkající se České republiky, či psané v českém jazyce...

Google Bard programuje

<?php // Importuj knihovnu pro práci s JSON //require 'json.php'; // Vytvoř URL adresu pro požadavek $url = 'https://witter.cz/api/v1/accounts/110687031564474645/statuses'; // Proveď požadavek $response =…

Ice Girls AI

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Praesent dapibus. Vivamus ac leo pretium faucibus. Maecenas sollicitudin. Cum sociis natoque penatibus et magnis dis…

\ No newline at end of file diff --git a/publikum/de/index.html b/publikum/de/index.html new file mode 100644 index 0000000..9032e86 --- /dev/null +++ b/publikum/de/index.html @@ -0,0 +1,14 @@ +Tag: 🇩🇪 DE - NoLog

🇩🇪 DE (0)

\ No newline at end of file diff --git a/publikum/es/index.html b/publikum/es/index.html new file mode 100644 index 0000000..a399c08 --- /dev/null +++ b/publikum/es/index.html @@ -0,0 +1,14 @@ +Tag: 🇪🇸 ES - NoLog

🇪🇸 ES (0)

\ No newline at end of file diff --git a/publikum/fr/index.html b/publikum/fr/index.html new file mode 100644 index 0000000..4066251 --- /dev/null +++ b/publikum/fr/index.html @@ -0,0 +1,14 @@ +Tag: 🇫🇷 FR - NoLog

🇫🇷 FR (0)

\ No newline at end of file diff --git a/publikum/index.html b/publikum/index.html new file mode 100644 index 0000000..f81fac0 --- /dev/null +++ b/publikum/index.html @@ -0,0 +1,14 @@ +All tags - NoLog

Kategorie

Seznam všech 5 kategorií

\ No newline at end of file diff --git a/publikum/uk/index.html b/publikum/uk/index.html new file mode 100644 index 0000000..160aa2d --- /dev/null +++ b/publikum/uk/index.html @@ -0,0 +1,14 @@ +Tag: 🇬🇧 UK - NoLog

🇬🇧 UK (1)

My Blacklist

Caption Social network: Reasons: Facebook Spam, Frauds, Censoreship

\ No newline at end of file diff --git a/studio.html b/studio.html index 64d6b03..7751859 100644 --- a/studio.html +++ b/studio.html @@ -1,6 +1,6 @@ Studio - NoLog

Studio

Tento příspěvek byl aktualizován dne: