You guys were right on, "all the way".
I disabled the addon.
To kh99 's point, under Plugin PHP Code" he had the following:
$topImage = 'forum/top-image-ads.php';
if(file_exists($topImage))
{
echo 'not exits';
}
else
{
echo 'save from other path!';
}
Is this where the echo you were talking about, or would it be in "top-image-ads.php"?
Also is there an article that might advise on the proper way to write an add-on?
Again. Many Thanks Frank :up:
|