probleme beim birthday message hack
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.
-
- Mitglied
- Beiträge: 57
- Registriert: 09.04.2006 15:03
- Wohnort: Landshut
- Kontaktdaten:
probleme beim birthday message hack
ich hab alle datein verändert und nach anleitung hochgeladen. wenn ich jetz mit php myadmin die tabellen erstellen will:
INSERT INTO phpbb_wpm VALUES ('bpm_version', '1.0.2');
INSERT INTO phpbb_wpm VALUES ('bpm_username', 'Anonymous');
INSERT INTO phpbb_wpm VALUES ('bpm_userid', '-1');
INSERT INTO phpbb_wpm VALUES ('active_bpm', '0');
INSERT INTO phpbb_wpm VALUES ('active_bpmmail', '1');
INSERT INTO phpbb_wpm VALUES ('bpm_subject', 'Happy birthday [username]!');
INSERT INTO phpbb_wpm VALUES ('bpm_message', 'Happy birthday [username] with your [age] birthday!');
kommt folgende fehlermeldung:
SQL-Befehl:
INSERT INTO phpbb_wpm
VALUES (
'bpm_version', '1.0.2'
)
MySQL meldet: Dokumentation
#1146 - Table 'stefanhafner.phpbb_wpm' doesn't exist
bei anderen hacks wie formel1 tipp oder wm2006 tipp wurden die tabellen ohne probleme angelegt.
der andere weg wäre die datei bpm_db_install.php auszuführen. hier kommt die fehlermeldung:
Parse error: syntax error, unexpected T_STRING in /usr/export/www/vhosts/funnetwork/hosting/stefanhafner/hugh-hafner/bpm_db_install.php on line 63
kann mir bitte jemand weiterhelfen. danke
INSERT INTO phpbb_wpm VALUES ('bpm_version', '1.0.2');
INSERT INTO phpbb_wpm VALUES ('bpm_username', 'Anonymous');
INSERT INTO phpbb_wpm VALUES ('bpm_userid', '-1');
INSERT INTO phpbb_wpm VALUES ('active_bpm', '0');
INSERT INTO phpbb_wpm VALUES ('active_bpmmail', '1');
INSERT INTO phpbb_wpm VALUES ('bpm_subject', 'Happy birthday [username]!');
INSERT INTO phpbb_wpm VALUES ('bpm_message', 'Happy birthday [username] with your [age] birthday!');
kommt folgende fehlermeldung:
SQL-Befehl:
INSERT INTO phpbb_wpm
VALUES (
'bpm_version', '1.0.2'
)
MySQL meldet: Dokumentation
#1146 - Table 'stefanhafner.phpbb_wpm' doesn't exist
bei anderen hacks wie formel1 tipp oder wm2006 tipp wurden die tabellen ohne probleme angelegt.
der andere weg wäre die datei bpm_db_install.php auszuführen. hier kommt die fehlermeldung:
Parse error: syntax error, unexpected T_STRING in /usr/export/www/vhosts/funnetwork/hosting/stefanhafner/hugh-hafner/bpm_db_install.php on line 63
kann mir bitte jemand weiterhelfen. danke
-
- Mitglied
- Beiträge: 57
- Registriert: 09.04.2006 15:03
- Wohnort: Landshut
- Kontaktdaten:
Hi! Mit INSERT INTO wird keine Tabelle erzeugt. Damit kannst du
eine vorhandene Tabelle mit Inhalt füllen, mehr nicht.
Versuchs vorher mal damit -->
eine vorhandene Tabelle mit Inhalt füllen, mehr nicht.
Versuchs vorher mal damit -->
Code: Alles auswählen
CREATE TABLE IF NOT EXISTS `phpbb_wpm` (
`name` varchar(255) NOT NULL default '',
`value` text NOT NULL
) TYPE=MyISAM;
-
- Mitglied
- Beiträge: 57
- Registriert: 09.04.2006 15:03
- Wohnort: Landshut
- Kontaktdaten:
jetztt hab ichs installiert, wenn ich aber im admin bereich auf BPM settings geh kommt folgende meldung:
Not able to update the database please contact duvelske@planet.nl for more information about your problem. Or visit www.vitrax.vze.com and ask for help.
DEBUG MODE
SQL Error : 1146 Table 'stefanhafner.WPM' doesn't exist
SELECT * FROM WPM
Line : 122
File : admin_bpm.php
Not able to update the database please contact duvelske@planet.nl for more information about your problem. Or visit www.vitrax.vze.com and ask for help.
DEBUG MODE
SQL Error : 1146 Table 'stefanhafner.WPM' doesn't exist
SELECT * FROM WPM
Line : 122
File : admin_bpm.php
Aber nicht alles! Du hast diesen Eintraghughhefner hat geschrieben:jetztt hab ichs installiert
Code: Alles auswählen
define('WPM', $table_prefix.'wpm');
-
- Mitglied
- Beiträge: 57
- Registriert: 09.04.2006 15:03
- Wohnort: Landshut
- Kontaktdaten:
hmm, jetzt hab ich des eiungefügt in der constants.php. kann alles einstellen im admin bereich. jetzt kommt aber wenn ich ins forum zurück will immer:
Code: Alles auswählen
Ein Fehler ist aufgetreten.
DEBUG MODE
SQL Error : 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 '' at line 1
SELECT * FROM phpbb_users WHERE user_id =
Line : 354
File : index.php
-
- Mitglied
- Beiträge: 57
- Registriert: 09.04.2006 15:03
- Wohnort: Landshut
- Kontaktdaten:
-
- Mitglied
- Beiträge: 57
- Registriert: 09.04.2006 15:03
- Wohnort: Landshut
- Kontaktdaten:
- Sanchez17
- Mitglied
- Beiträge: 913
- Registriert: 10.12.2005 22:21
- Wohnort: Moers / Sevilla
- Kontaktdaten:
Bist du sicher,das
Und überall steht 'bmp' bei dir,nicht 'wmp'...
Guckt das am besten nochmal nach....
Und,wenn du die
Das würde dann auch,das hier:
-bpm_subject steht höchst wahrscheinlich für den PN Titel und
-bpm_message für die Nachricht.
Fazit:Ich gehe mal davon aus,das du ein Addon installiert hast,womit ein user wenn er Geburttstag hat,eine PN bekommt bzw. Mail.Ein addon läuft aber nicht ohne den 'Hauptmod'.
es so heißt?Den soviel ich weiß,hier phpbb_wpm bei mir meine 'Welcome Private Message' Mod.INSERT INTO phpbb_wpm VALUES ('bpm_version', '1.0.2');
INSERT INTO phpbb_wpm VALUES ('bpm_username', 'Anonymous');
...
Und überall steht 'bmp' bei dir,nicht 'wmp'...
Guckt das am besten nochmal nach....
Und,wenn du die
SQL Codes auführen sollst,ohne voher die phpbb_wpm zu erstellen,kannst du davon ausgehen,das es nur ein Addon ist!INSERT INTO phpbb_wpm VALUES ('bpm_version', '1.0.2');
INSERT INTO phpbb_wpm VALUES ('bpm_username', 'Anonymous');
INSERT INTO phpbb_wpm VALUES ('bpm_userid', '-1');
INSERT INTO phpbb_wpm VALUES ('active_bpm', '0');
INSERT INTO phpbb_wpm VALUES ('active_bpmmail', '1');
INSERT INTO phpbb_wpm VALUES ('bpm_subject', 'Happy birthday [username]!');
INSERT INTO phpbb_wpm VALUES ('bpm_message', 'Happy birthday [username] with your [age] birthday!');
Das würde dann auch,das hier:
erklären:INSERT INTO phpbb_wpm VALUES ('bpm_subject', 'Happy birthday [username]!');
INSERT INTO phpbb_wpm VALUES ('bpm_message', 'Happy birthday [username] with your [age] birthday!');
-bpm_subject steht höchst wahrscheinlich für den PN Titel und
-bpm_message für die Nachricht.
Fazit:Ich gehe mal davon aus,das du ein Addon installiert hast,womit ein user wenn er Geburttstag hat,eine PN bekommt bzw. Mail.Ein addon läuft aber nicht ohne den 'Hauptmod'.
Viva el betís, mi amor
Wir gehn voran, als euer zwölfter Mann, scheiß egal wie weit, ob Sturm oder Schnee, MSV Duisburg oé

Wir gehn voran, als euer zwölfter Mann, scheiß egal wie weit, ob Sturm oder Schnee, MSV Duisburg oé
Der WPM muß zuerst installiert werden. Das ist richtig. Der BPM ist nur ein Add on. Aber ich habe den WPM installiert und bekommen die gleiche Meldung:
Ein Fehler ist aufgetreten.
DEBUG MODE
SQL Error : 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 '' at line 1
SELECT * FROM phpbb_users WHERE user_id =
Line : 470
File : index.php
Ein Fehler ist aufgetreten.
DEBUG MODE
SQL Error : 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 '' at line 1
SELECT * FROM phpbb_users WHERE user_id =
Line : 470
File : index.php
Gruß
Maria
Maria