Was ist hier falsch?
lima-city → Forum → Programmiersprachen → PHP, MySQL & .htaccess
action
backen
basic
beitrag
best
button
corner
dsen
error
exit
gel
need
not
number
page
pawort
test
there
visitor
-
Hi, was ist an diesem Code nicht korrekt?
<?php define('AD_NAME', 'test'); // Name f?r den Admin-bereich. define('AD_PASS', 'test'); // Passwort f?r den Admin-bereich. if (!empty($_SERVER['AUTH_USER'])) { $_SERVER['PHP_AUTH_USER'] = $_SERVER['AUTH_USER']; $_SERVER['PHP_AUTH_PW'] = $_SERVER['AUTH_PASSWORD']; } if ((empty($_SERVER['PHP_AUTH_USER']) || ($_SERVER['PHP_AUTH_USER'] != AD_NAME) || ($_SERVER['PHP_AUTH_PW'] != AD_PASS))) { header('WWW-Authenticate: Basic realm="Access for Chat-admin"'); header('HTTP/1.0 401 Unauthorized'); ?> <html> <head> <title>error 403]</title> <link rel="stylesheet" href="/errorbot/errBot.css" type="text/css"> </head><body> <hr width="100%"><div align="center"> <table class="outertable" width="476"> <tr><td width ="176" valign="top"> <img src="/errorbot/images/404.gif" border="0"></td> <td> </td></tr> <tr><td><img src="/errorbot/images/table_nedre.gif" border="0"></td> <td valign="top" align="left"> <p class="infotext">Hey there, visitor!</p> <p>I seem to have a slight problem with your requested page. See the number up there in the left corner? Thats the error-code. In this case it's http-error "403".</p> <p>403 means "<strong>Forbidden Access</strong>". <p>You probably tried to access a directory in the sites structure where no index-page is present. On some sites that gives you a directory-listing. On this site however, it does not. You need to have the name of a valid and existing page.</p> <p>I suggest you click <?=$backLink;?>here</a>, or maybe just press your browsers back button, whatever seems best for you.</p> <p>Thank you.</p></td></tr> </table> <p class="copyright"><a href="http://www.marno.de.vu" title="Powered by">:: powered by marno.de.vu ::</a></p> </div> <br> <hr width="100%"> </body> </html> <?php exit(); } header('Location: admin/index.php?action=home'); ?>
-
Diskutiere mit und stelle Fragen: Jetzt kostenlos anmelden!
lima-city: Gratis werbefreier Webspace für deine eigene Homepage
-
Diskutiere mit und stelle Fragen: Jetzt kostenlos anmelden!
lima-city: Gratis werbefreier Webspace für deine eigene Homepage