Seite 1 von 1

quizmod

Verfasst: 07.03.2004 16:02
von tobi-webnet
hallo, wenn ich eine frage manuell stellen will kommt dieser fehler
Error in posting

DEBUG MODE

SQL Error : 1064 You have an error in your SQL syntax near ' 19, 9, '', 1078671585, 'd95fc3f3', 1, 0, 1, 0)' at line 1

INSERT INTO phpbb_posts (topic_id, forum_id, poster_id, post_username, post_time, poster_ip, enable_bbcode, enable_html, enable_smilies, enable_sig) VALUES (, 19, 9, '', 1078671585, 'd95fc3f3', 1, 0, 1, 0)

Line : 320
File : /raid/domains/de/t/tobi-webnet/htdocs/www/phpBB2/includes/functions_post.php
hier habt ihr mal nen linkt zu functions_post.php

http://www.tobi-webnet.de/functions_post.txt

Verfasst: 07.03.2004 16:33
von Mindscape
gleiches prob wie ich..... solangsam glaube ich der calendar Mod ist da nicht ganz unschuldig weil du ja auch alles richtig eingebaut hast. :-?

Verfasst: 08.03.2004 12:55
von Acid
Der Link funktioniert nicht..

Dein Fehler, Mindscape, unterscheidet sich zu dem von tobi (s. anderer Beitrag). ;)

Verfasst: 08.03.2004 17:07
von tobi-webnet
oh sorry hab ausversehen die datei gelöscht

Verfasst: 09.03.2004 10:10
von Acid

Code: Alles auswählen

		if ( !isset($post_data['flood_control_off']) && ( $mode == 'newtopic' || $mode == 'reply' ) ) // ADDED ' !isset($post_data['flood_control_off']) && ( ' AND ')' BY Quiz Hack')
		{
			$topic_id = $db->sql_nextid();
		}
..ersetze das mal testweise mit..

Code: Alles auswählen

		if ($mode == 'newtopic')
		{
			$topic_id = $db->sql_nextid();
		}

Verfasst: 10.03.2004 15:49
von saerdnaer
den code den acid gepostet hat sollte es eingendlich garnicht geben, wenn der hack richtig installiert wurde...

ah

Verfasst: 10.03.2004 19:13
von tobi-webnet
geht aber komischerweise

Verfasst: 11.03.2004 17:03
von saerdnaer
es gibt auch fehler die nicht sofort auftauchen... in diesem fall bekommst du ein problem wenn der quizbot zu viele posts pro sekunde machen muss, so das die flood control einspringt

ah