Quote Originally Posted by Ajeh View Post
Try using for the extra_white_list.php file:
/admin/includes/extra_configures/extra_white_list.php

and put into that file the code:
Code:
<?php
$global_xss_whitelist = isset($global_xss_whitelist) ? $global_xss_whitelist : array();
$my_whitelist  = array('file_contents', 'banners_html_text', 'pages_title', 'message_html');
$global_xss_whitelist = array_merge($my_whitelist, $global_xss_whitelist);
and then try to edit the Define Page or Banner HTML or EZPage Title or Send Email once more and save it to see if this displays correctly ...

NOTE: the file
/admin/includes/extra_configures/extra_white_list.php

is a file that you create for this code ...
Please, please help me to understand...Stop talking greek, please..

Now if I take this right...
The reason my defines pages are talking html crap all over it, has to do with some coding problem that got messed up in this 1.39g upgrade.

So if I want to fix the problem until someone figures we should have a 1.39h upgrade, then I need to what?

Make a folder?
Then insert this code into the folder?
Then upload this folder to my ....
admin/includes/extra_configures/....???????
And give it the name:::: extra_white_list.php ?????

Just pretend I have a box of rocks for a brain, so I need more detail please.

And why doesn't someone just create this file and fix the problem? Okay, I am a box of rocks....