Merhaba ben Aron Rotteveel komut dosyası bulundu:
<?php
$file = $_GET['file'];
$fileDir = '/path/to/files/';
if (file_exists($fileDir . $file))
{
// Note: You should probably do some more checks
// on the filetype, size, etc.
$contents = file_get_contents($fileDir . $file);
// Note: You should probably implement some kind
// of check on filetype
header('Content-type: image/jpeg');
echo $contents;
}
>
Bu kimlik doğrulaması eklemek için herhangi bir olasılık joomla kullanıcıların oturumu dayalı, var mı? Ben kullanıcı siteme o bu script erişimi var için oturum açtığınızda demek, ama doğrudan doğruya erişemez.
İngilizcem için özür dilerim.