This a patch for old version My_eGallery moduls. There is big security hall. If you use my_eGallery, you must delete it on the server, or upgrade, or apply this patch.
So, I explain how we apply this patch on our moduls. Please continue reading..
Patch for My_eGallery Old Versions
We apply this patch on 3 step..
- Go to directory and open
modules/My_eGallery/public/displayCategory.php
file..
[php] - Open this file:
modules/My_eGallery/index.php
find this line,
[php]include(“modules/$ModName/include-public.inc”);[/php]
and add
[php]if (!defined(‘DMRY’)) { die (“Başka kapıya…”);}[/php]
this code under it. - Finally open
admin/modules/gallery/config.php
file.
[php]
After this patch, I see that stop the security hall. If the problem continue, add yours knowledge under this page..