ich hab mal ne frage , und zwar habe ich den wartungs modus aktiv und wollte wissen wo ich den grund für den wartungsmodus einfüge bzw änder , hier mal den code dafür , oder iss es irgend wo im admin menü versteckt???
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> <title>Wartungs Arbeiten</title> </head> <body bgcolor="#ffffff"> <?php /* *********************************** * Copyright (c) 2006, honklords.de* * Mod by DynamicResource.de * *********************************** */ defined ('main') or die ( 'no direct access' ); $title = $allgAr['title']; $eMail = $allgAr['adminMail']; $grund = bbcode($allgAr['wartungs_information']); if (!is_admin()) { echo '<br><br><table width="60%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="49%"><div align="center"> <p><img src="include/images/websiteoffline.gif" alt="" height="300" width="205" border="0"></p> <p><a href="admin.php?admin"><u><font size="1">Admin Zugang</font></u></a></p> </div></td> <td width="41%"><table width="90%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td><div align="right"><h3><b><font color="#CC0000">Wartungsmodus</font></b></h3></div></td> </tr> <tr> <td height="80" valign="top"><font size="1">Grund für den Wartungsmodus</font><br> '.$grund.' </td> </tr> <tr> <td> </td> </tr> <tr> <td><br><h4><b>Wir bitten um Verständnis ihr </b><br> '.$title.' Team</h4><br><font size="1">Kontakt</font><br> '.$eMail.'</td> </tr> </table></td> </tr> </table>';
betroffene Homepage: shaiyagilde-kdk.de