Seite 1 von 2

Anti Spam Hack

Verfasst: 06.05.2003 09:31
von mixmax
Nach einbau Anti Spam Hack Fehler ohne ende ! ? :roll:
hier
Fehler erscheinen beim Absenden !

Verfasst: 06.05.2003 11:17
von Acid
..dann zeig ma posting.php und functions_post.php verlinkt als txt-Versionen.

Verfasst: 06.05.2003 20:02
von mixmax

Verfasst: 07.05.2003 23:21
von Acid
..könntest Du mir eventuell nochma die Dateien ohne den Spam-Hack zeigen ? :roll:

Verfasst: 08.05.2003 08:56
von mixmax
Hab es noch mal probiert !
Wenn ich nach anleitung gehe bekomme ich einen

Code: Alles auswählen

Parse error: parse error, unexpected '[' in /home/virtual/site22/fst/var/www/html/forum/config.php on line 17

Warning: Cannot add header information - headers already sent by (output started at /home/virtual/site22/fst/var/www/html/forum/config.php:17) in /home/virtual/site22/fst/var/www/html/forum/common.php on line 115
in der config line 17 =
$min_limit = "5";[/code]

posting.txt

lang_main.txt
------------------------------------------------------------
Und wen ich die config.php ohne [/code] hochlade --> $min_limit = "5";
hab ich wider zich fehler

Verfasst: 09.05.2003 10:56
von Acid
...der Eintrag in der config.php is scho wichtig.

Dein obiger Beitrag sieht irgendwie verstümmelt aus, könntest Du ma den Inhalt der config.php (mit dem Spamcode) posten (natürlich vorher Passwort/User unkenntlich machen). ;)

Verfasst: 09.05.2003 20:17
von mixmax

Code: Alles auswählen

<?php


// phpBB 2.x auto-generated config file
// Do not change anything in this file!

$dbms = 'mysql4';

$dbhost = 'localhost';
$dbname = 'aaaaaaaaaaaa';
$dbuser = 'bbbbbbbbbb';
$dbpasswd = 'cccccccc';

$table_prefix = 'phpbb_';

define('PHPBB_INSTALLED', true);
$min_limit = "5";
?>

Verfasst: 10.05.2003 13:52
von Acid
Sicher, das mit dieser config.php der oben genannte Fehler kommt ?
Versuch´s ma mit $min_limit = '5';..

Verfasst: 09.08.2003 00:19
von the-other-board
hi, ich hatte/habe das selbe problem!
nachdem ich deinen rat befolgt habe, kamen schonmal keine fehler mehr beim aufrufen einer seite! :D

nun kommen aber folgende fehler beim absenden eines beitrages:

Code: Alles auswählen

Warning: Missing argument 7 for user_notification() in /is/htdocs/41330/www.loseecke.de/phpBB2/includes/functions_post.php on line 574

Warning: Cannot modify header information - headers already sent by (output started at /is/htdocs/41330/www.loseecke.de/phpBB2/includes/functions_post.php:574) in /is/htdocs/41330/www.loseecke.de/phpBB2/posting.php on line 590

Warning: Cannot modify header information - headers already sent by (output started at /is/htdocs/41330/www.loseecke.de/phpBB2/includes/functions_post.php:574) in /is/htdocs/41330/www.loseecke.de/phpBB2/includes/page_header.php on line 490

Warning: Cannot modify header information - headers already sent by (output started at /is/htdocs/41330/www.loseecke.de/phpBB2/includes/functions_post.php:574) in /is/htdocs/41330/www.loseecke.de/phpBB2/includes/page_header.php on line 492

Warning: Cannot modify header information - headers already sent by (output started at /is/htdocs/41330/www.loseecke.de/phpBB2/includes/functions_post.php:574) in /is/htdocs/41330/www.loseecke.de/phpBB2/includes/page_header.php on line 493

grüße, snake

Verfasst: 09.08.2003 14:03
von the-other-board
ich hab mal die 3 dateien als .txt hochgeladen!

http://www.the-other-board.de/posting.txt
http://www.the-other-board.de/page_header.txt
http://www.the-other-board.de/functions_post.txt

ich hoffe dadurch könnt ihr mir bei der fehlersuche helfen :)

grüße, snake