Remove Powered By Phoca Guestbook Jun 2026

Check the or Advanced tabs. While rarely including a direct "Remove Copyright" toggle, you may find related display settings here.

It typically contains a line like: return base64_decode('PGRpdiBzdHlsZT0idGV4...[long string]...PC9kaXY+'); . : Change the function so it returns nothing. Original : function getInfo() { return base64_decode('...'); } Use code with caution. Copied to clipboard Modified : function getInfo() { return; } Use code with caution. Copied to clipboard remove powered by phoca guestbook

: Always create a backup of the phocaguestbook.php file before making manual changes. Check the or Advanced tabs

to hide the footer if you aren't comfortable editing PHP files? Edit or remove “Powered by Phoca Guestbook” back-link : Change the function so it returns nothing

Change the return value to an empty string: function getInfo() { return ''; } Use code with caution.

.phocaguestbook-copyright { display: none; }