FEHLER mit dem Bild Behoben ...
Einfach wieder die ORGINAL " security.php " ins ACP Verzeichnis eingespielt !!!
Thema kann geschlossen werden !!!!
FEHLER mit dem Bild Behoben ...
Einfach wieder die ORGINAL " security.php " ins ACP Verzeichnis eingespielt !!!
Thema kann geschlossen werden !!!!
OK OK,
doch jetzt wird das Bild nicht mehr angezeigt ???
Vorher ging es !!!!
[Blockierte Grafik: http://gfx.lio-network.de/fehlermeldung/wbbsecurity/acp-login.jpg]
<?php
// ************************************************************************************//
// * WoltLab Burning Board 2
// ************************************************************************************//
// * Copyright (c) 2001-2004 WoltLab GmbH
// * Web http://www.woltlab.de/
// * License http://www.woltlab.de/products/burning_board/license_en.php
// * http://www.woltlab.de/products/burning_board/license.php
// ************************************************************************************//
// * WoltLab Burning Board 2 is NOT free software.
// * You may not redistribute this package or any of it's files.
// ************************************************************************************//
// * $Date: 2004-10-20 13:24:57 +0200 (Wed, 20 Oct 2004) $
// * $Author: Burntime $
// * $Rev: 1453 $
// ************************************************************************************//
define("WBB_ACP_LOGIN", true);
require("./global.php");
if($securityconfig[acp_security_login]) {
$row = $db->query_first("SELECT * FROM bb".$n."_security_passwords WHERE passwort = '".$_POST[l_sicherheitsabfrage]."'");
$passwort_true = $row['passwort'];
$db->query("TRUNCATE TABLE bb".$n."_security_passwords");
$time = time();
}
$result = getwbbuserdata($_POST['l_username'], "username");
if ($allowloginencryption == 1 && $_POST['crypted'] == "true" && $result['sha1_password']) {
$authentificationcode = sha1(sha1($adminsession->authentificationcode).$result['sha1_password']);
if (!$result['userid'] || $authentificationcode != $_POST['authentificationcode']) {
unset($result);
unset($authentificationcode);
}
// delete authentificatincode
$db->unbuffered_query("DELETE FROM bb".$n."_adminsessions WHERE sessionhash='$session[hash]'");
unset($adminsession);
}
else {
$wbb_userpassword = md5($_POST['l_password']);
if (!$result['userid'] || $result['password'] != $wbb_userpassword) unset($result);
else {
if (!$result['sha1_password']) $db->unbuffered_query("UPDATE bb".$n."_users SET sha1_password='".sha1($_POST['l_password'])."' WHERE userid='$result[userid]'");
}
}
if($securityconfig[acp_security_login]) {
if (isset($result) && $result['userid'] && $result['a_can_use_acp'] == 1 AND $passwort_true != "") {
$adminsession = new adminsession();
$adminsession->create($result['userid'], $REMOTE_ADDR, $HTTP_USER_AGENT);
header("Location: index.php?sid=".$adminsession->hash . ((isset($_REQUEST['url'])) ? ("&url=".urlencode($_REQUEST['url'])) : ("")));
exit;
}
else { $security->acp_log_add("<img src=\"security/images/blockedpage.gif\" title=\"identifizierter Angreifer\" alt=\"\"> <b>fehlgeschlagener ACP Login</b>");
acp_error($lang->get("LANG_ACP_GLOBAL_ERROR_LOGIN"));
}
} else {
if (isset($result) && $result['userid'] && $result['a_can_use_acp'] == 1) {
$adminsession = new adminsession();
$adminsession->create($result['userid'], $REMOTE_ADDR, $HTTP_USER_AGENT);
header("Location: index.php?sid=".$adminsession->hash . ((isset($_REQUEST['url'])) ? ("&url=".urlencode($_REQUEST['url'])) : ("")));
exit;
}
else { $security->acp_log_add("<img src=\"security/images/blockedpage.gif\" title=\"identifizierter Angreifer\" alt=\"\"> <b>fehlgeschlagener ACP Login</b>");
acp_error($lang->get("LANG_ACP_GLOBAL_ERROR_LOGIN"));
}
}
?>
Alles anzeigen
Das hilft mir Gar nicht weiter ...
So weiss ich nicht wo ich denn die Login.php Modifizieren muss !!!
denn wenn ich die geänderte (Modifiziert) Datei "login.php" einbaue
kommt die
Fehlermeldung :
Fatal error: Call to undefined method security::acp_log_add() in /var/www/htdocs/it/acp/login.php on line 71
ZitatHast du das SecSys deinstalliert, oder was hast du gemacht?
SecSys ???
habe mit dem (Basic) uninstall.php ausgeführt und erneut installiert,
es muss nur die Login.php erneuert werden, weill die veränderte nicht funktioniert!!!
Error :
ZitatFatal error: Call to undefined method security::acp_log_add() in /var/www/htdocs/it/acp/login.php on line 71
habe die login.php "ersteinmal" ausgetauscht (orginal Wbb2.3.4)
In zeile 23 von der GLOBAL.PHP
Zitat$phpversion = phpversion();
Habe die Orginale login.php (wbb2.3.4) wieder hochgeladen, habe sogar ein testboard eingerichtet :
http://installtest.lio-network.de/ dort taucht der selbe 1ste Fehler auf
Upps...
bitte um 30 Minuten Geduld.... muss erst deinstallieren und wieder NEU INSTALLIEREN
............
jetzt im datei Anhang , alle dateien (Geänderte)
link: http://www.lio-network.de/it/acp/
Fehlermeldung
Zitat
Warning: require() [function.require]: Unable to access ./acp/lib/functions.php in /var/www/htdocs/it/acp/global.php on line 23Warning: require(./acp/lib/functions.php) [function.require]: failed to open stream: No such file or directory in /var/www/htdocs/it/acp/global.php on line 23
Burning Board 2.3.4
Forumversion: wbb 2.3.4
Sicherheitssystem: [ ] pro [ X ] basic
Version des Sicherheitssystems: v 2.1.0
PHP Version: 5.11
MySQL Version: 4.1.13
Fehlermeldung:
Fatal error: Call to undefined method security::acp_log_add() in /var/www/htdocs/it/acp/login.php on line 71
Beschreibung:
HILFE
Keine Ahnung wo mir da der Fehler passiert ist ???
Link zum Fehler: