Sorry but i Have many SQL Errors.
one example
Code:
SQL-Befehl :
CREATE TABLE _statistik_zaehler(
Zaehler_f?r varchar( 80 ) NOT NULL default '',
Summe int( 10 ) NOT NULL default '0',
PRIMARY KEY ( Zaehler_f?r )
) TYPE = MYISAM COMMENT = 'Zaehler f?r Hits, Besucher, ect...'
MySQL meldet:
#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 '?r varchar(80) NOT NULL default '',
Summe int(10) NOT NULL
don?t use ? ? ?
I have change it to "ue" but if I go to http//www.mydomain.de/statistik.php
It shwow me this
Code:
Datenbankfehler in vBulletin 3.0.1:
Ungueltige SQL-Abfrage:
UPDATE _statistik_zaehler
SET Summe = Summe+1
WHERE Zaehler_f?r = 'Anzahl_der_Besucher'
mysql error: Unknown column 'Zaehler_f?r' in 'where clause'
mysql error number: 1054
Datum: 07.06.2004 22:21:13
Skript: http://www.celebritymarkt.de/statistik.php
Referer:
Benutzername: Snatch
IP-Adresse: 213.23.58.187
I have change Zaehler_f?r to Zaehler_fuer in all files. No it runs and Big clicks install