Page 1 of 1

Enabling HTML For Admin. Replies

Posted: Tue Sep 29, 2009 12:38 pm
by newguy
Script URL:
Version of script: 1.7
Hosting company: HostGator
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution: Enabling html for admin replies

Write your message below:
Can you please explain to us how to enable HTML for admin. replies?
Thank you

Posted: Tue Sep 29, 2009 9:31 pm
by Henrie
It can not be done for only admin replys. The same function is used for the normal messages.

To change it , edit gbook.php file.
Remove

Code: Select all

        $in = htmlspecialchars($in);
or comment it out by changing it to

Code: Select all

//        $in = htmlspecialchars($in);
But it is not advised to change it.
I am not entirely sure, but i think it might be used to insert bad code.

Greetings,
Henrie