Seite 1 von 1

2.0.19 auf 2.0.20 - Problem bei profile.php

Verfasst: 11.04.2006 16:56
von AntjeNDR
Hi!

Ich hab nen Problem beim Update. Folgenden Teil finde ich in meiner profile.php nicht:
#
#-----[ OPEN ]---------------------------------------------
#
profile.php

#
#-----[ FIND ]---------------------------------------------
# Line 58
$chars = array( 'a', 'A', 'b', 'B', 'c', 'C', 'd', 'D', 'e', 'E', 'f', 'F', 'g', 'G', 'h', 'H', 'i', 'I', 'j', 'J', 'k', 'K', 'l', 'L', 'm', 'M', 'n', 'N', 'o', 'O', 'p', 'P', 'q', 'Q', 'r', 'R', 's', 'S', 't', 'T', 'u', 'U', 'v', 'V', 'w', 'W', 'x', 'X', 'y', 'Y', 'z', 'Z', '1', '2', '3', '4', '5', '6', '7', '8', '9', '0');

$max_chars = count($chars) - 1;
srand( (double) microtime()*1000000);

$rand_str = '';
for($i = 0; $i < 8; $i++)
{
$rand_str = ( $i == 0 ) ? $chars[rand(0, $max_chars)] : $rand_str . $chars[rand(0, $max_chars)];
}

return ( $hash ) ? md5($rand_str) : $rand_str;

#
#-----[ REPLACE WITH ]---------------------------------------------
#
$rand_str = dss_rand();

return ( $hash ) ? md5($rand_str) : substr($rand_str, 8);
Hier gibts meine profile.php. Hoffe es kann mir einer helfen!

Danke =)

Verfasst: 11.04.2006 17:04
von h-o
Du hast (wahrscheinlich) die profile.php vom Profile Control Panel eingebaut. Zumindest deutet der Dateikopf darauf hin:

Code: Alles auswählen

 *                            profile.php
 *                            -----------
 *	begin				: 08/05/2003
 *	copyright			: Ptirhiik
 *	email				: admin@rpgnet-fr.com
 *
 *	version				: 1.0.9 - 17/10/2003
 *

Verfasst: 11.04.2006 17:12
von AntjeNDR
Den Mod hab ich eingebaut, ja. Gibt es denn ne Möglichkeit trotzdem das Update durchzuführen?

Verfasst: 11.04.2006 17:21
von h-o
Nun ja, die letzte Aktualisierung dieses MODs stammt wohl aus dem Jahr 2003, kompatibel zu phpBB 2.0.6.

Frag am besten mal im Support-Forum des Autors nach (keine Registrierung erforderlich).

Verfasst: 11.04.2006 19:03
von AntjeNDR
Hab da mal gepostet. Hoffe es weiß einer ne Antwort. Danke erstmal!

Verfasst: 24.04.2006 21:47
von Schorschi
Servus phpBB-ler,

ich habe dasselbe Problem wie AntjeNDR und auch schon bei Ptirhiik vorbeigeschaut.

Leider scheint dort ja niemand mehr zu antworten. :(

Was gibt es denn jetzt für Alternativen? Ich befürchte das Schlimmste. :o

Vermutlich müßte man ja "nur" die Stelle finden, wo Ptirhiik das Passwort im Profile Control Panel kodiert.

Gibt es hier vielleicht einen Crack, der das Profile Control Panel kennt (oder auch nicht ;)) und den entscheidenden Hinweis geben kann? :)

Ohne die Änderung gehen vermutlich künftige Änderungen des Passworts im Profil schief, oder?

Hoffentlich kann jemand helfen.

Viele Grüße,
Schorschi