Verfasst: 01.01.2007 20:29
Sorry, das sind bisher nur die infos dazu, bitte poste ab da, wo die sql kommandos losgehen (create TABLE XXX ....)
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Code: Alles auswählen
--
-- Create Table `bb1_access`
--
DROP TABLE IF EXISTS `bb1_access`;
CREATE TABLE `bb1_access` (
`boardid` int(11) unsigned NOT NULL default '0',
`userid` int(11) unsigned NOT NULL default '0',
`boardpermission` tinyint(1) NOT NULL default '0',
`startpermission` tinyint(1) NOT NULL default '0',
`replypermission` tinyint(1) NOT NULL default '0',
PRIMARY KEY (`boardid`,`userid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Data for Table `bb1_access`
--
/*!40000 ALTER TABLE `bb1_access` DISABLE KEYS */;
/*!40000 ALTER TABLE `bb1_access` ENABLE KEYS */;
--
-- Create Table `bb1_adminsessions`
--
DROP TABLE IF EXISTS `bb1_adminsessions`;
CREATE TABLE `bb1_adminsessions` (
`hash` varchar(32) NOT NULL default '',
`userid` int(11) unsigned NOT NULL default '0',
`ipaddress` varchar(16) NOT NULL default '',
`useragent` varchar(100) NOT NULL default '',
`starttime` int(11) unsigned NOT NULL default '0',
`lastactivity` int(11) unsigned NOT NULL default '0',
PRIMARY KEY (`hash`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Data for Table `bb1_adminsessions`
--
/*!40000 ALTER TABLE `bb1_adminsessions` DISABLE KEYS */;
INSERT INTO `bb1_adminsessions` (`hash`,`userid`,`ipaddress`,`useragent`,`starttime`,`lastactivity`) VALUES ('3008e2a2c565beb64843797966034ecd','1','87.122.87.145','Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.0.8) Gecko/20061025 Firefox/1.5.0.8','1166223606','1166223623');
INSERT INTO `bb1_adminsessions` (`hash`,`userid`,`ipaddress`,`useragent`,`starttime`,`lastactivity`) VALUES ('04e4af24ebc9f73b044ae6ae5a823d2c','1','87.122.87.145','Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.0.8) Gecko/20061025 Firefox/1.5.0.8','1166220871','1166220872');
INSERT INTO `bb1_adminsessions` (`hash`,`userid`,`ipaddress`,`useragent`,`starttime`,`lastactivity`) VALUES ('f59dc48edae11181bafed8df4b5df3ad','1','87.122.87.145','Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.0.8) Gecko/20061025 Firefox/1.5.0.8','1166223738','1166223740');
INSERT INTO `bb1_adminsessions` (`hash`,`userid`,`ipaddress`,`useragent`,`starttime`,`lastactivity`) VALUES ('371138836632c5316684a7a0a6c7557f','1','87.122.90.124','Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.0.8) Gecko/20061025 Firefox/1.5.0.8','1166271600','1166272037');
INSERT INTO `bb1_adminsessions` (`hash`,`userid`,`ipaddress`,`useragent`,`starttime`,`lastactivity`) VALUES ('d78e86896988a9771e38e03ac247084a','1','87.122.92.146','Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.0.8) Gecko/20061025 Firefox/1.5.0.8','1166272609','1166272623');
/*!40000 ALTER TABLE `bb1_adminsessions` ENABLE KEYS */;
Code: Alles auswählen
<table class="forumline" width="100%" cellspacing="1" cellpadding="4" border="0">
<tr>
<td><table width="100%" cellspacing="0" cellpadding="1" border="0">
<tr>
<td> </td>
</tr>
<tr>
<td align="center"><span class="gen">{ERROR_MESSAGE}</span></td>
</tr>
<tr>
<td> </td>
</tr>
</table></td>
</tr>
</table>
<br clear="all" />