Hallo, Gast! (Registrieren)

Wir wünschen allen Besuchern frohe Ostern!

Letzte Ankündigung: MyBB 1.8.37 veröffentlicht (04.11.23)


Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste
In welchen Ordner sind die Foren gespeichert?
#11
das forum, auch die registrierung funktioniert soweit. allerdings kommt man mit der reinen url auf den dauerredirector. gibt man allerdings hinter die domain das ziel ein eg. /index.php oder /portal.php oder oder oder ein kommt man zum ziel. was mich zu dem schlus bringt das in seiner domainverwaltung was falsch eingestellt sein könnte. eg die domain http://tdos-crew.com auf das index oder portal geleitet werden sollte.
allerdings fehlen wohl auch ein paar images, was aber auch damit zusammenhängen kann
#12
Ehm? Hast du ICQ oder MSN damit ich nicht so oft aktualliesieren muss? ^^ Also zu aller erst bevor ich das Theme geändert habe, kam ich mit www.tdos-crew.com direkt auf die index.php nur irgendwie sah das da anders aus^^ nicht so dicke balken zwischen den foren?
ps cookie domain und pfad waren von anfang an richtig o.O
Also, ich hab alles neuinstalliert, habe jetzt eine mybb_forums.sql datei .... nun gehe ich in phpmyadmin und wo muss ich die da impotieren bzw. ersetzen?
#13
Über den Reiter "Importieren --> Zu importierende Datei --> Durchsuchen".

Deine Cookie-Einstellungen für die Domain sind übrigens nicht ganz korrekt. Ändere die von

Code:
.www.tdos-crew.com

in

Code:
.tdos-crew.com

also ohne das .www
 
The User, Formerly Known As "En-Gedi"
 
#14
Also ich hab das jetzt neuinstalliert... www.tdos-crew.com nur ehm Jetzt möchte ich meine "mybb_forums" ersetzen durch meine alte ^^ hab n backup hab das jetzt auch soweit gemacht... nur der hat irgendwie garnichts ersetzt obwohl in meiner .sql folgendes steht
Code:
-- phpMyAdmin SQL Dump
-- version 2.6.4-pl3
-- http://www.phpmyadmin.net
--
-- Host: rdbms.strato.de
-- Erstellungszeit: 18. Juni 2009 um 14:24
-- Server Version: 5.0.67
-- PHP-Version: 5.2.0
--
-- Datenbank
--
--
-- Datenbank: `DB578411`
--

-- --------------------------------------------------------

--
-- Tabellenstruktur für Tabelle `mybb_forums`
--

CREATE TABLE `mybb_forums` (
  `fid` smallint(5) unsigned NOT NULL auto_increment,
  `name` varchar(120) NOT NULL default '',
  `description` text NOT NULL,
  `linkto` varchar(180) NOT NULL default '',
  `type` char(1) NOT NULL default '',
  `pid` smallint(5) unsigned NOT NULL default '0',
  `parentlist` text NOT NULL,
  `disporder` smallint(5) unsigned NOT NULL default '0',
  `active` int(1) NOT NULL default '0',
  `open` int(1) NOT NULL default '0',
  `threads` int(10) unsigned NOT NULL default '0',
  `posts` int(10) unsigned NOT NULL default '0',
  `lastpost` int(10) unsigned NOT NULL default '0',
  `lastposter` varchar(120) NOT NULL default '',
  `lastposteruid` int(10) unsigned NOT NULL default '0',
  `lastposttid` int(10) NOT NULL default '0',
  `lastpostsubject` varchar(120) NOT NULL default '',
  `allowhtml` int(1) NOT NULL default '0',
  `allowmycode` int(1) NOT NULL default '0',
  `allowsmilies` int(1) NOT NULL default '0',
  `allowimgcode` int(1) NOT NULL default '0',
  `allowpicons` int(1) NOT NULL default '0',
  `allowtratings` int(1) NOT NULL default '0',
  `status` int(4) NOT NULL default '1',
  `usepostcounts` int(1) NOT NULL default '0',
  `password` varchar(50) NOT NULL default '',
  `showinjump` int(1) NOT NULL default '0',
  `modposts` int(1) NOT NULL default '0',
  `modthreads` int(1) NOT NULL default '0',
  `mod_edit_posts` int(1) NOT NULL default '0',
  `modattachments` int(1) NOT NULL default '0',
  `style` smallint(5) unsigned NOT NULL default '0',
  `overridestyle` int(1) NOT NULL default '0',
  `rulestype` smallint(1) NOT NULL default '0',
  `rulestitle` varchar(200) NOT NULL default '',
  `rules` text NOT NULL,
  `unapprovedthreads` int(10) unsigned NOT NULL default '0',
  `unapprovedposts` int(10) unsigned NOT NULL default '0',
  `defaultdatecut` smallint(4) unsigned NOT NULL default '0',
  `defaultsortby` varchar(10) NOT NULL default '',
  `defaultsortorder` varchar(4) NOT NULL default '',
  PRIMARY KEY  (`fid`)
) ENGINE=MyISAM AUTO_INCREMENT=81 DEFAULT CHARSET=utf8 AUTO_INCREMENT=81 ;

--
-- Daten für Tabelle `mybb_forums`
--

INSERT INTO `mybb_forums` VALUES (1, 'The Board', '', '', 'c', 0, '1', 1, 1, 1, 0, 0, 0, '0', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (2, '-= Board News =-', 'Hier stehen alle aktuellen News die das Board betreffen', '', 'f', 1, '1,2', 1, 1, 1, 0, 0, 0, '0', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (3, 'Boardregeln - Whitelist - Hilfreiches', 'Wichtig! Bitte zuerst durchlesen!', '', 'f', 1, '1,3', 2, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (4, 'Kritik & Verbesserungsvorschläge', 'Was gefällt euch & was gefällt euch nicht - Was könnten wir ändern?', '', 'f', 1, '1,4', 3, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (5, 'Introductions', 'Nehmt euch eine Sekunde Zeit und stellt euch der Community kurz vor.', '', 'f', 1, '1,5', 4, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (6, 'Support', 'Accountprobleme? Nur für Fragen bezüglich des Forums - auch für Unregistrierte!', '', 'f', 1, '1,6', 5, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (7, 'TDoS - Crew Competitions', 'Offizielle Wettbewerbe von TDoS - Crew', '', 'f', 1, '1,7', 6, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (8, 'TDoS - Crew up your Life - Guerilla Fotowettbewerb', '', '', 'f', 7, '1,7,8', 1, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (9, 'Free-Hack Halloween GFX Contest', '', '', 'f', 7, '1,7,9', 2, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (10, 'TDoS - Crew Partnerseiten', 'Offizielle Partnerseiten von TDoS-Crew.com', '', 'f', 1, '1,10', 7, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (11, 'The Hack Zøne', '', '', 'c', 0, '11', 2, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (12, 'Globale News / Szene News', 'News aus der Szene und dem Rest der Welt!', '', 'f', 11, '11,12', 1, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (13, 'English Forum', 'You can''t understand german? This is your section!', '', 'f', 11, '11,13', 2, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (14, 'Cracking & Hacking', 'Rund ums "Cracken" und "Hacken".\r\nAchtung: Keine Fragen zu Cracks um einen Software-Schutz zu umgehen!', '', 'f', 11, '11,14', 3, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (15, 'SQL Injection', '', '', 'f', 14, '11,14,15', 1, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (16, 'XSS', '', '', 'f', 14, '11,14,16', 2, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (17, 'RFI & LFI', '', '', 'f', 14, '11,14,17', 3, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (18, 'Phishing', '', '', 'f', 14, '11,14,18', 4, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (19, 'Hilfe!!', 'Dein Account / ICQ / MSN / XYZ wurde geklaut, hier bekommst du Hilfe!', '', 'f', 11, '11,19', 4, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (20, 'Teamspeak Area', 'Alles über Teamspeak', '', 'f', 11, '11,20', 5, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (21, 'Teamspeaksounds', '', '', 'f', 20, '11,20,21', 1, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (22, 'Toolz', 'Wissenswertes über alle Toolz KEINE WAREZ!', '', 'f', 11, '11,22', 6, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (23, 'Crypter', '', '', 'f', 22, '11,22,23', 1, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (24, 'Binder', '', '', 'f', 22, '11,22,24', 2, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (25, 'Stealer', '', '', 'f', 22, '11,22,25', 3, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (26, 'Net-Toolz', '', '', 'f', 22, '11,22,26', 4, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (27, 'Security', '', '', 'f', 22, '11,22,27', 5, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (28, 'Sonstige', '', '', 'f', 22, '11,22,28', 6, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (29, 'Viren, Würmer und Malware', 'Alles über Viren, Würmer, Keylogger und Malware', '', 'f', 11, '11,29', 7, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (30, 'RAT Section', 'Alles über Remote Administration Tools (RAT) oder auch Trojaner genannt!', '', 'f', 11, '11,30', 8, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (31, 'Exploitz', 'Hier sind aktuelle Exploits', '', 'f', 11, '11,31', 9, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (32, 'Google as a Weapon', 'Alle Google Tricks, Hacks & Dorks', '', 'f', 11, '11,32', 10, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (33, 'Sicherheit', 'Alles rund um das Thema Sicherheit', '', 'f', 11, '11,33', 11, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (34, 'Anonymität & Proxies', '', '', 'f', 33, '11,33,34', 1, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (35, 'Erkennung & Hilfe', '', '', 'f', 33, '11,33,35', 2, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (36, 'Kryptographie', '', '', 'f', 33, '11,33,36', 3, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (37, 'Denial of Service', 'Alles über DoS hier rein.', '', 'f', 11, '11,37', 12, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (38, 'Netzwerke', 'Netzwerktechnologien, Übertragungsstandards und Co. Kein W-LAN, das gibts unten.', '', 'f', 11, '11,38', 13, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (39, 'Router', '', '', 'f', 38, '11,38,39', 1, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (40, 'Modems & Co', '', '', 'f', 38, '11,38,40', 2, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (41, 'Wireless-Lan', 'Alles über W-Lan', '', 'f', 11, '11,41', 14, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (42, 'Reverse Engineering und Assembler', 'Hier könnt ihr Fragen zum Cracken stellen', '', 'f', 11, '11,42', 15, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (43, 'Word & Combo-Listen', 'Hier kommen Listen mit PWs und Namen rein, für Bruteforcer unter anderem', '', 'f', 11, '11,43', 16, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (44, 'Social Engineering', 'Alles über Social Engineering..', '', 'f', 11, '11,44', 17, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (45, 'Hash-Cracking', 'Habt ihr einen Hash und bekommt ihn nicht entschlüsselt? Hier wird euch geholfen!', '', 'f', 11, '11,45', 18, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (46, 'Tutørials', '', '', 'c', 0, '46', 3, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (47, 'Video-Tutorials', 'Eure Video-Tutorials', '', 'f', 46, '46,47', 1, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (48, 'Text-Tutorials', 'Eure Tutorials | HowTos | Manuals', '', 'f', 46, '46,48', 2, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (49, 'Suche Tutorials', 'Hier könnt ihr Anfragen zu Tutorials stellen', '', 'f', 46, '46,49', 3, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (56, 'Ripper', '', '', 'f', 55, '54,55,56', 1, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (54, 'Black-Market', '', '', 'c', 0, '54', 4, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (55, 'Tauschbörse', 'Tauschen von allen möglichen Dingen', '', 'f', 54, '54,55', 1, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (53, 'The Messenger Zøne', '', '', 'c', 0, '53', 5, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (57, 'ICQ', 'ICQ ein Instant Messenger', '', 'f', 53, '53,57', 1, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (58, 'MSN Messenger', 'Alles über den MSN Messenger', '', 'f', 53, '53,58', 2, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (59, 'Andere', 'Andere Messenger wie mIRC, xfire, etc', '', 'f', 53, '53,59', 3, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (60, 'Hard-, Søftware & Operating System', '', '', 'c', 0, '60', 6, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (61, 'Hardware', 'Fragen, Kaufberatung...', '', 'f', 60, '60,61', 1, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (62, 'Kaufberatung', '', '', 'f', 61, '60,61,62', 1, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (63, 'Handy & more', 'Alles rund ums Handy, Flashen, Unlock, Codes, Modding, Software, usw...', '', 'f', 60, '60,63', 2, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (64, 'PC Modding/Tuning', 'Pc Tuning, Modding & Style', '', 'f', 60, '60,64', 3, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (65, 'Konsolen Modding/Tuning', 'Konsolen Tuning, Modding & Style', '', 'f', 60, '60,65', 4, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (66, 'Anwendungssoftware', 'Programme von A bis Z mit Hilfestellungen, Fragen und Tipps! KEINE WAREZ!', '', 'f', 60, '60,66', 5, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (67, 'Linux und UNIX-Systeme', 'Alles über Unix Systeme, wie zB. Linux, Mac', '', 'f', 60, '60,67', 6, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (68, 'Windows', 'Alles über das Windows Betriebssystem', '', 'f', 60, '60,68', 7, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (69, 'PayTV/FreeTV/Receiver', 'Alles rund ums Fernsehn, Satellit, Kabel etc..', '', 'f', 60, '60,69', 8, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (70, 'Elektronik', 'The World of the Electron and the Switch!', '', 'f', 60, '60,70', 9, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (71, 'Cøding & Scripting', '', '', 'c', 0, '71', 7, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (72, 'Ansi-C, C, C++', 'Alles rund um die Programmiersprachen C, C++', '', 'f', 71, '71,72', 1, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (73, 'VisualBasic / VBScript', 'Alles rund um das alte VB und VBScript', '', 'f', 71, '71,73', 2, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (74, 'VB Tutorials', '', '', 'f', 73, '71,73,74', 1, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (75, 'Komponenten & Source Codes', '', '', 'f', 73, '71,73,75', 2, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (76, '.NET Sprachen - Techniken', 'Alles zu VB.NET, C#, J#, etc.', '', 'f', 71, '71,76', 3, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (77, 'HTML / CSS ', 'Alles rund um die Hypertext-Auszeichnungssprache', '', 'f', 71, '71,77', 4, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (78, 'PHP', 'Alles rund um PHP', '', 'f', 71, '71,78', 5, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (79, 'Delphi', 'Alles rund um Delphi', '', 'f', 71, '71,79', 6, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');
INSERT INTO `mybb_forums` VALUES (80, 'Perl', 'Alles was zu Perl gehört', '', 'f', 71, '71,80', 7, 1, 1, 0, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', '');

Edit by Garlant: Codetag gesetzt
#15
Lösche die Tabelle "mybb_forums" aus der Datenbank mittels phpMyAdmin und spiele die Sicherung erneut ein.
 
The User, Formerly Known As "En-Gedi"
 
#16
hat sicher erledigt, dank linwinman's ausführlichste hilfe!


Möglicherweise verwandte Themen…
Thema Verfasser Antworten Ansichten Letzter Beitrag
Star Wielange werden Log-Dateien gespeichert ? NickyAdlerFan 5 5.565 24.07.2010, 17:51
Letzter Beitrag: Michael