The place to find help and support
Code:
Deprecated: Return type of DBIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/eywjamcd/solarcz.eu/fp-plugins/fpstats/classes/core/db/DBIterator.php on line 23Deprecated: Return type of DBIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/eywjamcd/solarcz.eu/fp-plugins/fpstats/classes/core/db/DBIterator.php on line 36Deprecated: Return type of DBIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/eywjamcd/solarcz.eu/fp-plugins/fpstats/classes/core/db/DBIterator.php on line 27Deprecated: Return type of DBIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/eywjamcd/solarcz.eu/fp-plugins/fpstats/classes/core/db/DBIterator.php on line 58Deprecated: Return type of DBIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/eywjamcd/solarcz.eu/fp-plugins/fpstats/classes/core/db/DBIterator.php on line 46Deprecated: Return type of CSVFileIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/eywjamcd/solarcz.eu/fp-plugins/fpstats/classes/core/db/CSVFileIterator.php on line 64Deprecated: Return type of CSVFileIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/eywjamcd/solarcz.eu/fp-plugins/fpstats/classes/core/db/CSVFileIterator.php on line 34Deprecated: Return type of CSVFileIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/eywjamcd/solarcz.eu/fp-plugins/fpstats/classes/core/db/CSVFileIterator.php on line 54Deprecated: Return type of CSVFileIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/eywjamcd/solarcz.eu/fp-plugins/fpstats/classes/core/db/CSVFileIterator.php on line 74Deprecated: Return type of CSVFileIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/eywjamcd/solarcz.eu/fp-plugins/fpstats/classes/core/db/CSVFileIterator.php on line 44Fatal error: Declaration of admin_plugin_fpstats::onsubmit() must be compatible with AdminPanelAction::onsubmit($data = null) in /home/eywjamcd/solarcz.eu/fp-plugins/fpstats/classes/admin_plugin_fpstats.php on line 65
Statistics: Posted by Lubomír Ludvík — Mon Dec 23, 2024 10:03 am
example: https://solarcz.eu/programy/php_kody/rs ... =feed:rss2<?php
$rss = $_GET['rss'];
$rss = simplexml_load_file($rss);
echo '<h1>'. $rss->channel->title . '</h1>';
foreach ($rss->channel->item as $item) {
echo '<h2><a href="'. $item->link .'">' . $item->title . "</a></h2>";
echo "<p>" . $item->pubDate . "</p>";
echo "<p>" . $item->description . "</p>";
}
?>
Statistics: Posted by Lubomír Ludvík — Sun Dec 22, 2024 11:40 pm
Code:
<iframe width=”800” height=”500” src=”https://rss.app/embed/v1/feed/xeLKa4jg6jhRnw7V” frameborder=”0”></iframe>
Statistics: Posted by Lubomír Ludvík — Sun Dec 22, 2024 8:03 pm
I tested it, it's ok.I have cleaned up the PhotoSwipe plugin accordingly and uploaded it again.
Statistics: Posted by Lubomír Ludvík — Sun Dec 22, 2024 4:38 pm
Statistics: Posted by fraenkiman — Sun Dec 22, 2024 12:02 pm
Code:
a) {$content|tag:the_content|truncate:256}b) {$content|tag:the_content|strip_tags|strip|truncate:256:"...":true|escape}
Statistics: Posted by Lubomír Ludvík — Sun Dec 22, 2024 7:53 am
Code:
[22-Dec-2024 07:47:00 UTC] PHP Fatal error: Uncaught Error: Undefined constant "RANDOM_HEX" in /home/eywjamcd/flatpress.cz/fp-plugins/photoswipe/photoswipefunctions.class.php:222Stack trace:#0 /home/eywjamcd/flatpress.cz/fp-includes/core/core.wp-plugin-interface.php(134): PhotoSwipeFunctions::echoScriptTags('')#1 /home/eywjamcd/flatpress.cz/fp-includes/core/core.theme.php(303): do_action('wp_head')#2 /home/eywjamcd/flatpress.cz/fp-content/cache/e93fccb09cf8b04111b9595da102f3f4^21e22cdf11647423625b7c388c19562289f32c8a_0.file.header.tpl.php(33): theme_smarty_function_action(Array, Object(Smarty_Internal_Template))#3 /home/eywjamcd/flatpress.cz/fp-includes/smarty-4.3.1/libs/sysplugins/smarty_template_resource_base.php(123): content_673ef5718346c1_50717738(Object(Smarty_Internal_Template))
Statistics: Posted by Lubomír Ludvík — Sun Dec 22, 2024 7:49 am
Code:
{$content|tag:the_content|strip_tags|strip|truncate:1024:"...":true|escape}
Statistics: Posted by fraenkiman — Sun Dec 22, 2024 1:16 am
Code:
{$content|tag:the_content|strip_tags|strip|truncate:256:“...”:true|escape}
Statistics: Posted by fraenkiman — Thu Dec 19, 2024 11:02 pm
Code:
{$content|tag:the_content}
Code:
{$content|tag:the_content|truncate:256}
Statistics: Posted by fraenkiman — Thu Dec 19, 2024 10:30 pm
Statistics: Posted by Lubomír Ludvík — Wed Dec 18, 2024 7:36 am
Statistics: Posted by Lubomír Ludvík — Fri Dec 13, 2024 4:08 pm
Statistics: Posted by fraenkiman — Thu Dec 12, 2024 10:01 pm
Statistics: Posted by Arvid — Wed Dec 11, 2024 5:54 pm
Statistics: Posted by andriishyichuk — Tue Dec 10, 2024 12:34 pm