Die Suche ergab 431 Treffer

von nasenkopf
24.07.2006 16:37
Forum: phpBB 2.0: Installation und Update
Thema: 2.0.10 zu 2.0.21 update
Antworten: 1
Zugriffe: 359

2.0.10 zu 2.0.21 update

Bei phpbbhacks steht folgende Code Änderung für die login.php:

FIND $redirect = ( !empty($HTTP_POST_VARS['redirect']) ) ? str_replace('&', '&', htmlspecialchars($HTTP_POST_VARS['redirect'])) : '';
$redirect = str_replace('?', '&', $redirect);

if (strstr(urldecode($redirect), "\n") || strstr ...
von nasenkopf
29.04.2006 18:53
Forum: phpBB 2.0: Installation und Update
Thema: 2.0.20 Update und Quote Problem
Antworten: 11
Zugriffe: 1692

Das ist die Frage :-?
von nasenkopf
28.04.2006 22:31
Forum: phpBB 2.0: Installation und Update
Thema: 2.0.20 Update und Quote Problem
Antworten: 11
Zugriffe: 1692

geht auch nicht.
Bei neuerstellten beiträgen geht es auch nicht
von nasenkopf
28.04.2006 21:44
Forum: phpBB 2.0: Installation und Update
Thema: 2.0.20 Update und Quote Problem
Antworten: 11
Zugriffe: 1692

php mit mods.

Hier ein Ausschnitt der Datei:

.......... $message = '';

foreach ($message_split as $part)
{
$tag = array(array_shift($matches[0]), array_shift($matches[1]), array_shift($matches[2]));
$message .= htmlspecialchars($part) . clean_html($tag);
}
$message = addslashes($message ...
von nasenkopf
28.04.2006 21:33
Forum: phpBB 2.0: Installation und Update
Thema: 2.0.20 Update und Quote Problem
Antworten: 11
Zugriffe: 1692

ich kann dir meine functions_post.php gerne zeigen, es geht nicht :(
von nasenkopf
28.04.2006 19:23
Forum: phpBB 2.0: Installation und Update
Thema: 2.0.20 Update und Quote Problem
Antworten: 11
Zugriffe: 1692

Re: 2.0.20 Update und Quote Problem

EDIT: Doppelpost, sorry :oops:
von nasenkopf
28.04.2006 19:22
Forum: phpBB 2.0: Installation und Update
Thema: 2.0.20 Update und Quote Problem
Antworten: 11
Zugriffe: 1692

2.0.20 Update und Quote Problem

Nach dem 2.0.20 Update wird quote nur folgendermaßen angezeit:
[quote]Test[/quote]

nicht aber so:
[quote="nickname"]Test[/quote]

Hier wurde erklärt was man zu tun hat.

Ich habe in der /includes/functions_post.php
folgendes gemacht:


Unter folgendem Eintrag:
$message = addslashes($message ...
von nasenkopf
28.04.2006 16:07
Forum: phpBB 2.0: Installation und Update
Thema: Fehler beim Quoten (Update auf 2.0.20)
Antworten: 5
Zugriffe: 742

Hab das wie hier erklärt gemacht, der Bug bleibt bei mir aber trotzdem erhalten!
Warum? :-?
von nasenkopf
28.04.2006 16:06
Forum: phpBB 2.0: Installation und Update
Thema: Fehler beim Quoten (Update auf 2.0.20)
Antworten: 5
Zugriffe: 742

EDIT: Ups, bitte löschen
von nasenkopf
14.04.2006 15:19
Forum: Coding & Technik
Thema: Admin werden
Antworten: 1
Zugriffe: 550

Admin werden

Wie kann man im phpmyadmin einstellen, dass ein bestimmter User Admin wird?
Jeder User hat ja eine ID, nur wo kann man im phpmyadmin ihm Adminrechte zuweisen?

Zur erweiterten Suche