Forum: phpBB 3.3.12
extention: imgupload Version: 1.4.6 from 2024-07-14
git: https://github.com/IMC-GER/phpBB-Image- ... agick/tags
php 8.3.
Example Post: https://www.opena.tv/viewtopic.php?p=570030#p570030
Error: see Picture
i add some sani check to php but no changes
// Find image in attachment, delete attachment
if (!empty($matches[1])) {
foreach ($matches[1] as $image) {
foreach ($post_attachments[$row['post_id']] as $key => $attachment) {
if (strpos($attachment, $image) !== false) {
unset($post_attachments[$row['post_id']][$key]);
}
}
}
}
extention: imgupload Version: 1.4.6 from 2024-07-14
git: https://github.com/IMC-GER/phpBB-Image- ... agick/tags
php 8.3.
Example Post: https://www.opena.tv/viewtopic.php?p=570030#p570030
Error: see Picture
i add some sani check to php but no changes
// Find image in attachment, delete attachment
if (!empty($matches[1])) {
foreach ($matches[1] as $image) {
foreach ($post_attachments[$row['post_id']] as $key => $attachment) {
if (strpos($attachment, $image) !== false) {
unset($post_attachments[$row['post_id']][$key]);
}
}
}
}
statistics: Posted by openatv — 5:39 AM - Today — Replies 2 — Views 36