4images Forum & Community

4images Issues / Ausgaben => Discussion & Troubleshooting => Topic started by: Henri-charriere on December 01, 2012, 01:36:15 PM

Title: Admin was hacked
Post by: Henri-charriere on December 01, 2012, 01:36:15 PM
My admin was hacked, I don't know how, I haven't even uploaded my images yet, but I have renamed my admin directory.
 I have changed all the links to suit, but I cannot find the (admin control panel) link when I have logged in as admin on the index.php page.
I am at a loss where else to look, I know I can input the address manually, but I would like the link.

Cheers

Henri
Title: Re: Admin was hacked
Post by: Rembrandt on December 01, 2012, 03:46:23 PM
Welcome to the Forum!

search in includes/page_header.php:

"cp_link" => ($user_info['user_level'] != ADMIN) ? "" : "\n<p align=\"center\">[<a href=\"".$site_sess->url(ROOT_PATH."admin/index.php")."\">Admin Control Panel</a>]</p>\n",


mfg Andi
Title: Re: Admin was hacked
Post by: Henri-charriere on December 01, 2012, 04:06:46 PM
I had missed it more than once.
Cheers.