so habe ich gemacht aber das kommt dan
ALTER TABLE users ADD user_birthday INT DEFAULT \'999999\' not null;
ALTER TABLE users ADD user_next_birthday_greeting INT DEFAULT \'0\' not null;
INSERT INTO CONFIG (config_name, config_value) VALUES (\"birthday_required\", \"0\");
INSERT INTO config (config_name, config_value) VALUES (\'birthday_greeting\', \'1\');
INSERT INTO config (config_name, config_value) VALUES (\'max_user_age\', \'100\');
INSERT INTO config (config_name, config_value) VALUES (\'min_user_age\', \'5\');
INSERT INTO config (config_name, config_value) VALUES (\'birthday_check_day\', \'7\');
MySQL meldet:
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 '\'999999\' not null;
ALTER TABLE users ADD user_next_birthday_
BIerthe
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.1, 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.1, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
das mit den sql wie nicht steht immer das da
Fehler
SQL-Befehl : [Ändern]
ALTER TABLE users ADD user_birthday INT DEFAULT \'999999\' not null
ALTER TABLE users ADD user_next_birthday_greeting INT DEFAULT \'0\' not null
INSERT INTO CONFIG (config_name, config_value) VALUES (\"birthday_required\", \"0\")
INSERT INTO config (config_name, config_value) VALUES (\'birthday_greeting\', \'1\')
INSERT INTO config (config_name, config_value) VALUES (\'max_user_age\', \'100\')
INSERT INTO config (config_name, config_value) VALUES (\'min_user_age\', \'5\')
INSERT INTO config (config_name, config_value) VALUES (\'birthday_check_day\', \'7\')
MySQL meldet:
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 '\'999999\' not null
ALTER TABLE users ADD user_next_birthday_g
Fehler
SQL-Befehl : [Ändern]
ALTER TABLE users ADD user_birthday INT DEFAULT \'999999\' not null
ALTER TABLE users ADD user_next_birthday_greeting INT DEFAULT \'0\' not null
INSERT INTO CONFIG (config_name, config_value) VALUES (\"birthday_required\", \"0\")
INSERT INTO config (config_name, config_value) VALUES (\'birthday_greeting\', \'1\')
INSERT INTO config (config_name, config_value) VALUES (\'max_user_age\', \'100\')
INSERT INTO config (config_name, config_value) VALUES (\'min_user_age\', \'5\')
INSERT INTO config (config_name, config_value) VALUES (\'birthday_check_day\', \'7\')
MySQL meldet:
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 '\'999999\' not null
ALTER TABLE users ADD user_next_birthday_g
in welcher datei sollst du das machen ? eine intro_body.tpl gibt es meines wissens nicht.Jack9999 hat geschrieben:ja noch ein problem ich endere erst mal die datein und kopire sie erst druf wen das mit den sql geht nur leider mus ich im temples supsilver aber was ich nicht benutze sondern das boyz temples in der intro_body dies machen
<td class="row1" align="center" valign="middle" rowspan
#
#-----[ IN-LINE FIND ]------------------------------------------
#
# This value can be different, if other mods, add +1 to the value
2
#
#-----[ IN-LINE REPLACE WITH ]------------------------------------------
#
# The find value can be different, if other mods, add +1 to the value
aber leider gibt es diesen befehl dort nicht was nun.
und wenn, dann nur mit dem intro mod.
hast du den eingebaut ?
was genau willst du machen ??
zu deinem sql problem:
Code: Alles auswählen
ALTER TABLE users ADD user_birthday INT DEFAULT '999999' not null;
ALTER TABLE users ADD user_next_birthday_greeting INT DEFAULT '0' not null;
INSERT INTO CONFIG (config_name, config_value) VALUES ("birthday_required", "0");
INSERT INTO config (config_name, config_value) VALUES ('birthday_greeting', '1');
INSERT INTO config (config_name, config_value) VALUES ('max_user_age', '100');
INSERT INTO config (config_name, config_value) VALUES ('min_user_age', '5');
INSERT INTO config (config_name, config_value) VALUES ('birthday_check_day', '7'); Im übrigen müsste ich dir empfehlen deine Probleme gegliedert (Was habe ich gemacht, was sollte ich machen, was ist passiert) und in besserem Deutsch, bzw. besserer Grammatik zu beschreiben.
So kann man dir besser helfen
Gruß von der Spree
phil
Geld ist rund und rollt weg, aber Bildung bleibt
[Heine]
[Heine]
so das stand da
#
#-----[ OPEN ]------------------------------------------
#
# (make sure to edit this file for every theme you use).
templates/subSilver/index_body.tpl
#
#-----[ FIND ]------------------------------------------
#
<td class="row1" align="center" valign="middle" rowspan
#
#-----[ IN-LINE FIND ]------------------------------------------
#
# This value can be different, if other mods, add +1 to the value
2
#
#-----[ IN-LINE REPLACE WITH ]------------------------------------------
#
# The find value can be different, if other mods, add +1 to the value
3
nur im boyz temple gibt es das nicht also in der index_body
und der sql befhel die schräg striche habe ich nicht gemacht.Aber der befehl geht nicht hier ist der befehl den ich ein geben mus
SQL ]------------------------------------------
ALTER TABLE users ADD user_birthday INT DEFAULT '999999' not null
ALTER TABLE users ADD user_next_birthday_greeting INT DEFAULT '0' not null
INSERT INTO CONFIG (config_name, config_value) VALUES ("birthday_required", "0")
INSERT INTO config (config_name, config_value) VALUES ('birthday_greeting', '1')
INSERT INTO config (config_name, config_value) VALUES ('max_user_age', '100')
INSERT INTO config (config_name, config_value) VALUES ('min_user_age', '5')
INSERT INTO config (config_name, config_value) VALUES ('birthday_check_day', '7')
#
#-----[ OPEN ]------------------------------------------
#
# (make sure to edit this file for every theme you use).
templates/subSilver/index_body.tpl
#
#-----[ FIND ]------------------------------------------
#
<td class="row1" align="center" valign="middle" rowspan
#
#-----[ IN-LINE FIND ]------------------------------------------
#
# This value can be different, if other mods, add +1 to the value
2
#
#-----[ IN-LINE REPLACE WITH ]------------------------------------------
#
# The find value can be different, if other mods, add +1 to the value
3
nur im boyz temple gibt es das nicht also in der index_body
und der sql befhel die schräg striche habe ich nicht gemacht.Aber der befehl geht nicht hier ist der befehl den ich ein geben mus
SQL ]------------------------------------------
ALTER TABLE users ADD user_birthday INT DEFAULT '999999' not null
ALTER TABLE users ADD user_next_birthday_greeting INT DEFAULT '0' not null
INSERT INTO CONFIG (config_name, config_value) VALUES ("birthday_required", "0")
INSERT INTO config (config_name, config_value) VALUES ('birthday_greeting', '1')
INSERT INTO config (config_name, config_value) VALUES ('max_user_age', '100')
INSERT INTO config (config_name, config_value) VALUES ('min_user_age', '5')
INSERT INTO config (config_name, config_value) VALUES ('birthday_check_day', '7')