MyBB.de Forum
Captcha fehlt. - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Archiv (https://www.mybb.de/forum/forum-57.html)
+--- Forum: MyBB 1.6.x (https://www.mybb.de/forum/forum-58.html)
+---- Forum: Allgemeiner Support (https://www.mybb.de/forum/forum-59.html)
+---- Thema: Captcha fehlt. (/thread-17793.html)

Seiten: Seiten: 1 2 3


RE: Captcha fehlt. - timmaeh - 03.02.2011

Probiere ich gleich mal aus.
Bringt keine Veränderung. Auch sind die Thumbnails der Beiträge immer noch weg...


RE: Captcha fehlt. - timmaeh - 03.02.2011

Also der Fehler ist wohl nicht lösbar.... Was muss ich sicher wenn ich das Forum neu aufsetzen will, habe das standard Theme geändert etc.


RE: Captcha fehlt. - frostschutz - 03.02.2011

Siehe Beitrag #12


RE: Captcha fehlt. - timmaeh - 03.02.2011

Habs umgeschrieben.

PHP-Code:
FAIL ('/var/www/web593/html/epiccraft/forum/inc/plugins/myspoiler.php' does not start with <?php)
FAIL ('/var/www/web593/html/epiccraft/forum/inc/languages/english/printthread.lang.php' starts with <?php [NO NEWLINE])
OK ('/var/www/web593/html/epiccraft/forum/inc/3rdparty/diff/Diff.php' starts with <?php [UNIX newline \n])
FAIL ('/var/www/web593/html/epiccraft/forum/inc/3rdparty/diff/Diff.php' does not end with '?>')
OK ('/var/www/web593/html/epiccraft/forum/inc/3rdparty/diff/Diff3.php' starts with <?php [UNIX newline \n])
FAIL ('/var/www/web593/html/epiccraft/forum/inc/3rdparty/diff/Diff3.php' does not end with '?>')
OK ('/var/www/web593/html/epiccraft/forum/inc/3rdparty/diff/Diff/Renderer.php' starts with <?php [UNIX newline \n])
FAIL ('/var/www/web593/html/epiccraft/forum/inc/3rdparty/diff/Diff/Renderer.php' does not end with '?>')
OK ('/var/www/web593/html/epiccraft/forum/inc/3rdparty/diff/Diff/Mapped.php' starts with <?php [UNIX newline \n])
FAIL ('/var/www/web593/html/epiccraft/forum/inc/3rdparty/diff/Diff/Mapped.php' does not end with '?>')
OK ('/var/www/web593/html/epiccraft/forum/inc/3rdparty/diff/Diff/ThreeWay.php' starts with <?php [UNIX newline \n])
FAIL ('/var/www/web593/html/epiccraft/forum/inc/3rdparty/diff/Diff/ThreeWay.php' does not end with '?>')
OK ('/var/www/web593/html/epiccraft/forum/inc/3rdparty/diff/Diff/Engine/shell.php' starts with <?php [UNIX newline \n])
FAIL ('/var/www/web593/html/epiccraft/forum/inc/3rdparty/diff/Diff/Engine/shell.php' does not end with '?>')
OK ('/var/www/web593/html/epiccraft/forum/inc/3rdparty/diff/Diff/Engine/string.php' starts with <?php [UNIX newline \n])
FAIL ('/var/www/web593/html/epiccraft/forum/inc/3rdparty/diff/Diff/Engine/string.php' does not end with '?>')
OK ('/var/www/web593/html/epiccraft/forum/inc/3rdparty/diff/Diff/Engine/native.php' starts with <?php [UNIX newline \n])
FAIL ('/var/www/web593/html/epiccraft/forum/inc/3rdparty/diff/Diff/Engine/native.php' does not end with '?>')
OK ('/var/www/web593/html/epiccraft/forum/inc/3rdparty/diff/Diff/Engine/xdiff.php' starts with <?php [UNIX newline \n])
FAIL ('/var/www/web593/html/epiccraft/forum/inc/3rdparty/diff/Diff/Engine/xdiff.php' does not end with '?>')
OK ('/var/www/web593/html/epiccraft/forum/inc/3rdparty/diff/Diff/Renderer/unified.php' starts with <?php [UNIX newline \n])
FAIL ('/var/www/web593/html/epiccraft/forum/inc/3rdparty/diff/Diff/Renderer/unified.php' does not end with '?>')
OK ('/var/www/web593/html/epiccraft/forum/inc/3rdparty/diff/Diff/Renderer/inline.php' starts with <?php [UNIX newline \n])
FAIL ('/var/www/web593/html/epiccraft/forum/inc/3rdparty/diff/Diff/Renderer/inline.php' does not end with '?>'



RE: Captcha fehlt. - StefanT - 03.02.2011

Dann ist die inc/plugins/myspoiler.php der Übeltäter...


RE: Captcha fehlt. - timmaeh - 03.02.2011

Das dachte ich mir auch schon fast. Gibt es denn ein aktuelle Spoilerplugin welches ich dann an der Stelle nutzen kann?.

Schade das Mybb die Funktion nicht von Haus aus bietet.




RE: Captcha fehlt. - frostschutz - 03.02.2011

Du musst nur den Mist vor dem <?php entfernen. Zeile 1. Mit einem Editor, der für PHP Dateien geeignet ist (nicht Microsoft notepad).


RE: Captcha fehlt. - timmaeh - 03.02.2011

Ich nehm immer Notepad++


RE: Captcha fehlt. - StefanT - 03.02.2011

Dann versuche doch, die Datei zu reparieren...


RE: Captcha fehlt. - timmaeh - 03.02.2011

Ist gemacht Smile, danke für Eure hilfe,