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 ...
Die Suche ergab 431 Treffer
- 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
- 29.04.2006 18:53
- Forum: phpBB 2.0: Installation und Update
- Thema: 2.0.20 Update und Quote Problem
- Antworten: 11
- Zugriffe: 1692
- 28.04.2006 22:31
- Forum: phpBB 2.0: Installation und Update
- Thema: 2.0.20 Update und Quote Problem
- Antworten: 11
- Zugriffe: 1692
- 28.04.2006 21:44
- Forum: phpBB 2.0: Installation und Update
- Thema: 2.0.20 Update und Quote Problem
- Antworten: 11
- Zugriffe: 1692
- 28.04.2006 21:33
- Forum: phpBB 2.0: Installation und Update
- Thema: 2.0.20 Update und Quote Problem
- Antworten: 11
- Zugriffe: 1692
- 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 
- 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 ...
[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 ...
- 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
- 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
- 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?
Jeder User hat ja eine ID, nur wo kann man im phpmyadmin ihm Adminrechte zuweisen?