Hi. Beim Installieren des Anti Bot Question Moduls, kommt folgendene
Fehlermeldung. Ich hab leider keinerlei Ahnung von sql syntax.
Habe das Skript 1 zu 1 reinkopiert. Wo liegt der Fehler?
Habe php 2.0.20 und antibotquestion 3.0.0
SQL-Befehl:
#
#-----[ OPEN ]------------------------------------------------
#
posting.php#
#-----[ FIND ]------------------------------------------------
#
include(
$phpbb_root_path. 'includes/functions_post.'.$phpEx
)
MySQL meldet: Dokumentation
#1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'posting.php
#
#-----[ FIND ]--------------------------
Kleiner Syntaxfehler - Anti bot Question
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
PS_?
Wo hast du was reinkopiert ?
ZITAT:
SQL-Befehl:
#
#-----[ OPEN ]------------------------------------------------
#
posting.php#
#-----[ FIND ]------------------------------------------------
#
include(
$phpbb_root_path. 'includes/functions_post.'.$phpEx
----------------------------Z-Ende--------
Du musst die posting.php öffnen, dann die Stelle
include( $phpbb_root_path. 'includes/functions_post.'.$phpEx
finden und dort irgendetwas tun ...
Pèdà[/quote]
ZITAT:
SQL-Befehl:
#
#-----[ OPEN ]------------------------------------------------
#
posting.php#
#-----[ FIND ]------------------------------------------------
#
include(
$phpbb_root_path. 'includes/functions_post.'.$phpEx
----------------------------Z-Ende--------
Du musst die posting.php öffnen, dann die Stelle
include( $phpbb_root_path. 'includes/functions_post.'.$phpEx
finden und dort irgendetwas tun ...
Pèdà[/quote]
Re: Kleiner Syntaxfehler - Anti bot Question
Hallo,
es stellt sich zwei Fragen : Wann erscheint das Folgende ?

es stellt sich zwei Fragen : Wann erscheint das Folgende ?

Hast den ABQ MOD wirklich gemäß >>> KB:18 <<< eingebaut ?mike55 hat geschrieben: SQL-Befehl:
#
#-----[ OPEN ]------------------------------------------------
#
posting.php#
#-----[ FIND ]------------------------------------------------
#
include(
$phpbb_root_path. 'includes/functions_post.'.$phpEx
)
MySQL meldet: Dokumentation
#1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'posting.php
#
#-----[ FIND ]--------------------------


Viele Grüße - gloriosa 
Die einen schützen sich vor frischem Wind, während die anderen ihn nutzen.
Kein kostenloser MOD-Einbau usw. bzw. Support via PN, Email oder IRC !

Die einen schützen sich vor frischem Wind, während die anderen ihn nutzen.
Kein kostenloser MOD-Einbau usw. bzw. Support via PN, Email oder IRC !
Hello, sorry I speak in English because my German is not really good
(My PHPMyAdmin is in french).
I have the same problem as mike 55.
At the end, I put the SQL statement in PHPMyAdmin et I've got this error.
Thanks for your help !
Locchon

I have the same problem as mike 55.
I have done all the instructions mentioned in "anti-bot-question-mod_v_3_0_0.txt".Erreur
requête SQL:
#
#-----[ OPEN ]------------------------------------------------
#
posting.php#
#-----[ FIND ]------------------------------------------------
#
include(
$phpbb_root_path. 'includes/functions_post.'.$phpEx
);
MySQL a répondu:
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'posting.php
include($phpbb_root_path . 'includes/functions_post.'.$phpEx)' at line 1
At the end, I put the SQL statement in PHPMyAdmin et I've got this error.
Thanks for your help !
Locchon
What was your SQL-Statement?
SZOMM wrote, when it looked like this
then it was wrong! This mean, you must open the file posting.php, you must search to include(.... and then you must do something.
SZOMM wrote, when it looked like this
Code: Alles auswählen
#
#-----[ OPEN ]------------------------------------------------
#
posting.php
#
#-----[ FIND ]------------------------------------------------
#
include(
$phpbb_root_path. 'includes/functions_post.'.$phpEx
);
1. 'Man muss das Unmögliche versuchen, um das Mögliche zu erreichen!' (Hermann Hesse)
2. 'The best way to learn something is to get your hands dirty and do it!' (keine Ahnung))
3. http://www.thw-kamen-bergkamen.de
2. 'The best way to learn something is to get your hands dirty and do it!' (keine Ahnung))
3. http://www.thw-kamen-bergkamen.de
Hello,
Sure it must do something,
Thanks !
Sure it must do something,
I put all this statement and it makes an error at the point of opening posting.php usw...#
#-----[ OPEN ]------------------------------------------------
#
posting.php
#
#-----[ FIND ]------------------------------------------------
#
include($phpbb_root_path . 'includes/functions_post.'.$phpEx);
#
#-----[ AFTER, ADD ]------------------------------------------------
#
// Anti Bot Question Mod - Start
include($phpbb_root_path . 'includes/functions_abq.' . $phpEx);
// Anti Bot Question Mod - End
Thanks !
PS
Hallo mike55,
Kenne den Mod nicht, doch erscheint es mir seltsam, das
diese Befehle als SQL-Befehl ausgeführt werden
Laut deinem beigefügten Text soll die posting.php geöffnet und editiert
werden ... wenn das als SQL-Befehl ausgeführt wird ist es ganz klar, das eine Fehlermeldung kommt ...
Alles Gute ...
-----------------------------------------------------------------------------
Hello locchon,
Don´t know this MOD, but it seems to be a mistake to do
the instructions as SQL-order.
The script says, open the posting.php and then do this and then do that ...
If that is executed in SQL than the error shown is just normal ...
Regards ...
Pèdà
*end*
Kenne den Mod nicht, doch erscheint es mir seltsam, das
diese Befehle als SQL-Befehl ausgeführt werden

Laut deinem beigefügten Text soll die posting.php geöffnet und editiert
werden ... wenn das als SQL-Befehl ausgeführt wird ist es ganz klar, das eine Fehlermeldung kommt ...
Alles Gute ...
-----------------------------------------------------------------------------
Hello locchon,
Don´t know this MOD, but it seems to be a mistake to do
the instructions as SQL-order.

The script says, open the posting.php and then do this and then do that ...
If that is executed in SQL than the error shown is just normal ...
Regards ...
Pèdà
*end*