Huhu,
Geht es, das man den Wartungsmodus so einstellt, das man die Page ab user (Also registriertem) sehen kann? Nicht nur die Admins
betroffene Homepage: externer Link
Hier kann eine Notiz zum Merk-Eintrag hinzugefügt werden (optional)
Geschlossen |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 | <!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> <a href= '.$eMail.' > '.$eMail.' </a></td> </tr> </table></td> </tr> </table>'; } else { echo '<div style="position:absolute; left: 0px; top: 0px; width:100%; display: block; background-color: #FFFFFF; border: 2px solid #ff0000;"><b>! ! Diese Seite befindet sich im Wartungsmodus ! ! </b><br> Seite nur für Administratoren sichtbar. <br><a href="admin.php?allg">Wartungsmodus beenden</a></div>' ; exit (); } ?> </body> </html> |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 | <!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 ( !loggedin() ) { 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> <a href= '.$eMail.' > '.$eMail.' </a></td> </tr> </table></td> </tr> </table>'; } else { echo '<div style="position:absolute; left: 0px; top: 0px; width:100%; display: block; background-color: #FFFFFF; border: 2px solid #ff0000;"><b>! ! Diese Seite befindet sich im Wartungsmodus ! ! </b><br> Seite nur für Administratoren sichtbar. <br><a href="admin.php?allg">Wartungsmodus beenden</a></div>' ; exit (); } ?> </body> </html> |
Geschlossen | ||
![]() |
Zurück zu Allgemein |