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
Enabling HTML For Admin. Replies
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 or comment it out by changing it to
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
To change it , edit gbook.php file.
Remove
Code: Select all
$in = htmlspecialchars($in);
Code: Select all
// $in = htmlspecialchars($in);
I am not entirely sure, but i think it might be used to insert bad code.
Greetings,
Henrie
I do not monitor the Gbook forums regularly anymore since I do not use the Gbook script myself anymore for a long time. But it helped me a lot in learning to understand php.