Hi,
I had now the second bad experience with spambots and an SQL injection. It was my fault because I din't always stayed up to date. But I think they are scraping Google Search results to find the site. So I think it would be much better if there is a way to hide the version number. I know I can "hack" the template, but this isn't really nice. Is there a better possibility?
I read viewtopic.php?f=2&t=12870 but my question is related to the footer.
Best regards and thanks a lot,
Dawn
What's the best way to remove the version number from footer
Moderator: Thorsten
Re: What's the best way to remove the version number from fo
Hi,
take a look into template/default/index.tpl
bye
Thorsten
take a look into template/default/index.tpl
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
Re: What's the best way to remove the version number from fo
Hi Thorsten,
I know I can remove the copyright part, but I was searching for fairer solution. But if this is ok for you, then I'll fix it that way.
Best regards,
Dawn
I know I can remove the copyright part, but I was searching for fairer solution. But if this is ok for you, then I'll fix it that way.
Best regards,
Dawn
Re: What's the best way to remove the version number from fo
Hi,
well, you can replace
with the rendered code

bye
Thorsten
well, you can replace
Code: Select all
{copyright}Code: Select all
powered by <a href="http://www.phpmyfaq.de" target="_blank">phpMyFAQ</a>bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist