MyBB.de Forum

Normale Version: Banned Fun
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
Eine neue Erweiterung wurde veröffentlicht: Banned Fun

Zitat:This mod inflicts 4 different torture types on the usergroup(s) you choose.


The tortures are
-Getting to the actual page they want, but only every once in a while
-100s and 100s of Popups
-Getting sent to a random page
-Timed Out

Basically, it will just mess with your members who have been bad. I am
using it for banned members, but it can be used on anyone. All settings
are changable, and each torture can be turned off...
Hallo,


vielleicht kann mir jemand helfen?

Ich habe heute endlich mal die Gelegenheit, einen User mit dem Banned Fun zu belegen, aber im Test erhalte ich dazu folgende Fehlermeldungen (über dem header):

Zitat:Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/w00XXXXx/forum/inc/plugins/banned.php:226) in /www/htdocs/w00XXXXx/forum/inc/plugins/utf8_header.php on line 31

Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/w00XXXXx/forum/inc/plugins/banned.php:226) in /www/htdocs/w00XXXXx/forum/inc/functions.php on line 78

Wie kann ich diese Meldung verhindern? Nicht, daß der User gleich den Braten riecht, wenn er dabei das Wort "banned" liest.

Noch benutze ich die Version 1.2.9

Danke schon mal für Eure Hilfe.
Benutzt du die deutsche Version des Plugins? Dort kann ich den Fehler nicht nachvollziehen.
Hi,

habe jetzt die deutsche Version geholt und installiert, aber der Fehler kommt jetzt auch:

Zitat:Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/w00XXXXxe/forum/inc/plugins/banned.php:225) in /www/htdocs/w00XXXXx/forum/inc/functions.php on line 78

in der functions.php in Zeile 78 steht:
Code:
header("Content-type: text/html; charset={$lang->settings['charset']}");


Wo hab ich einen Fehler?
Die Funktion mit dem Popup erzeugt wohl das Problem. Wenn du diesen Teil nicht brauchst lösche das:
PHP-Code:
elseif ($do == "popup")
        {
                echo (
"
                <script type='text/javascript'>
                var x=1;
                while (x<=
$howmanypopups)
                {
                alert('
$popupssay');
                x++
                }
                </script>
                "
);