Problem mit HP

03/23/2012 18:08 .RUGrinox#1
Heyho,

nachdem ich die Homepage angefertigt habe, kommt dieser Fehler:
PHP Code:
Tabellen erstellen

HP
-Datenbank

CREATE TABLE 
IF NOT EXISTS `is_items` ( `idint(10unsigned NOT NULL AUTO_INCREMENT, `vnumint(10unsigned NOT NULL, `kategorie_idint(10unsigned NOT NULL, `bildvarchar(50NOT NULL, `beschreibungvarchar(200NOT NULL, `preisint(10unsigned NOT NULL, `anzeigenvarchar(1NOT NULL, `attrtype0tinyint(4NOT NULL DEFAULT '0', `attrvalue0smallint(6NOT NULL DEFAULT '0', `attrtype1tinyint(4NOT NULL DEFAULT '0', `attrvalue1smallint(6NOT NULL DEFAULT '0', `attrtype2tinyint(4NOT NULL DEFAULT '0', `attrvalue2smallint(6NOT NULL DEFAULT '0', `attrtype3tinyint(4NOT NULL DEFAULT '0', `attrvalue3smallint(6NOT NULL DEFAULT '0', `attrtype4tinyint(4NOT NULL DEFAULT '0', `attrvalue4smallint(6NOT NULL DEFAULT '0', `attrtype5tinyint(4NOT NULL DEFAULT '0', `attrvalue5smallint(6NOT NULL DEFAULT '0', `attrtype6tinyint(4NOT NULL DEFAULT '0', `attrvalue6smallint(6NOT NULL DEFAULT '0', `socket0int(10unsigned NOT NULL DEFAULT '0', `socket1int(10unsigned NOT NULL DEFAULT '0', `socket2int(10unsigned NOT NULL DEFAULT '0', `socket3int(10unsigned NOT NULL DEFAULT '0', `socket4int(10unsigned NOT NULL DEFAULT '0', `socket5int(10unsigned NOT NULL DEFAULT '0'PRIMARY KEY (`id`) );
erfolgreich ausgeführt

CREATE TABLE 
IF NOT EXISTS `is_kategorien` ( `idint(10unsigned NOT NULL AUTO_INCREMENT, `titelvarchar(50NOT NULLPRIMARY KEY (`id`) );
erfolgreich ausgeführt

CREATE TABLE 
IF NOT EXISTS `is_log` ( `idint(10unsigned NOT NULL AUTO_INCREMENT, `account_idint(10unsigned NOT NULL, `vnumint(10unsigned NOT NULL, `preisint(10unsigned NOT NULL, `zeitpunktdatetime NOT NULLPRIMARY KEY (`id`) );
erfolgreich ausgeführt

CREATE TABLE 
IF NOT EXISTS `psc_log` ( `idint(11NOT NULL AUTO_INCREMENT, `account_idint(11NOT NULL, `admin_idint(11) DEFAULT NULL, `card_typevarchar(20NOT NULL, `waehrungvarchar(10NOT NULL, `psc_codevarchar(50CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `psc_betragdecimal(5,2NOT NULL, `psc_passvarchar(20CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `statusint(1NOT NULL, `kommentarvarchar(200NOT NULL, `datumdatetime NOT NULLPRIMARY KEY (`id`) );
erfolgreich ausgeführt

CREATE TABLE 
IF NOT EXISTS `server_settings` ( `idint(11NOT NULL AUTO_INCREMENT, `variablevarchar(20NOT NULL UNIQUE, `beschreibungvarchar(100NOT NULL, `typenum('CHA','BOO','INT','DEC'NOT NULL, `valuevarchar(20NOT NULLPRIMARY KEY (`id`) );
erfolgreich ausgeführt

INSERT INTO 
`server_settings` (`variable`, `beschreibung`, `typ`, `value`) VALUES ('maxGoldRate''Faktor der max. Gold-Drop-Rate''DEC''1');
Nicht ausgeführt:
Duplicate entry 'maxGoldRate' for key 2

INSERT INTO 
`server_settings` (`variable`, `beschreibung`, `typ`, `value`) VALUES ('expRate''Faktor der EXP-Rate''DEC''1');
Nicht ausgeführt:
Duplicate entry 'expRate' for key 2

INSERT INTO 
`server_settings` (`variable`, `beschreibung`, `typ`, `value`) VALUES ('minGoldRate''Faktor der minimalen Gold-Drop-Rate''DEC''1');
Nicht ausgeführt:
Duplicate entry 'minGoldRate' for key 2

CREATE TABLE 
IF NOT EXISTS `ban_log` ( `idint(10unsigned NOT NULL AUTO_INCREMENT, `admin_idint(10unsigned NOT NULL, `account_idint(10unsigned NOT NULL, `zeitpunktdatetime NOT NULL, `grundvarchar(200NOT NULL, `typvarchar(5NOT NULLPRIMARY KEY (`id`) );
erfolgreich ausgeführt

CREATE TABLE 
`news` ( `idint(10unsigned NOT NULL AUTO_INCREMENT, `titelvarchar(200NOT NULL, `inhalttext NOT NULL, `datumint(10unsigned NOT NULL, `hottinyint(1NOT NULL, `kategorieint(10unsigned NOT NULL, `authorint(10unsigned NOT NULL, `anzeigentinyint(1NOT NULLPRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=DEFAULT CHARSET=latin1;
Nicht ausgeführt:
Table 'news' already exists

Gameserver
-Datenbank

ALTER TABLE account
.account ADD `coinsint(11NOT NULL DEFAULT '0';
Nicht ausgeführt:
Duplicate column name 'coins'

ALTER TABLE account.account ADD `web_adminint(1NOT NULL DEFAULT '0';
Nicht ausgeführt:
Duplicate column name 'web_admin'

ALTER TABLE account.account ADD `web_ipvarchar(15NOT NULL;
Nicht ausgeführt:
Duplicate column name 'web_ip'

ALTER TABLE account.account ADD `web_aktiviertvarchar(32NOT NULL;
Nicht ausgeführt:
Duplicate column name 'web_aktiviert'

Wurden vorher keine anderen Scripte auf der Datenbank angewendet,
so sollte jeder Befehl erfolgreich ausgeführt worden sein.
Duplicate Entries sollten keine Probleme machen sofern die Datentypen stimmen.

Nun noch folgenden Ordern/Datein die CHMODS ändern:
./
is_img/: CHMOD 777
./archives/: CHMOD 777 (mit Unterordner/Files
Und wenn ich weiter mache ladet es ladet es und ladet es aber die HP kommt nie?. Hab ich da ein port vergessen?

SCREEN : [Only registered and activated users can see links. Click Here To Register...]

...

Help