GG retard - I just did it and it worked.
So for all those searching in the future, who use HostGator, do the following:
Create a Folder called Admin in your themes template/modules folder such as:
/Andreas37/templates/modules/Admin
Copy the /system/Admin/admin_admin_securityanalyzer.htm file to the previous folder.
edit the admin_admin_securityanalyzer.htm file on lines 3 and 8-10. The top of the file should look like this before:
<!--[* $Id: news_user_article.htm 23915 2008-03-09 10:40:46Z rgasch $ *]-->
<!--[securityutil_checkpermission_block component='::' instance='::' level=ACCESS_ADMIN]-->
<!--[if $magic_quotes_gpc or $register_globals or $config_php or !$scactive or !$pntemp_htaccess or $upgrade_php or $legacy_mode or !$safehtml or !$scactive or (!$scenabled and $scactive)]-->
<div id="pn-securityanalyzer">
<h2><!--[pnml name=_ADMIN_PNSECURITYANALYZER]--></h2>
<ul>
<!--[if $config_php]-->
<li><!--[pnml name=_ADMIN_CONFIG_PHP html=1]--></li>
<!--[/if]-->
<!--[if $upgrade_php]-->
<li><!--[pnml name=_ADMIN_UPGRADE_PHP html=1]--></li>
<!--[/if]-->
...
And it should look like this afterwards:
<!--[* $Id: news_user_article.htm 23915 2008-03-09 10:40:46Z rgasch $ *]-->
<!--[securityutil_checkpermission_block component='::' instance='::' level=ACCESS_ADMIN]-->
<!--[if $magic_quotes_gpc or $register_globals or !$scactive or !$pntemp_htaccess or $upgrade_php or $legacy_mode or !$safehtml or !$scactive or (!$scenabled and $scactive)]-->
<div id="pn-securityanalyzer">
<h2><!--[pnml name=_ADMIN_PNSECURITYANALYZER]--></h2>
<ul>
<!--[if $upgrade_php]-->
<li><!--[pnml name=_ADMIN_UPGRADE_PHP html=1]--></li>
<!--[/if]-->
...
I hope that's right; it worked for me.
edited by: jaenosjelantru, Jun 08, 2008 - 11:34 PM