Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
quickbar.php
#2
Du musst diesen SQL Code in jeder Datenbank (Ausser Welt 1) ausführen:
Code:
CREATE TABLE `quickbar` (
  `id` int(11) NOT NULL auto_increment,
  `name` text collate latin1_general_ci NOT NULL,
  `img` text collate latin1_general_ci NOT NULL,
  `href` text collate latin1_general_ci NOT NULL,
  `target` int(11) NOT NULL,
  `uid` int(11) NOT NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=1 ;

MfG Milos
✝ RiP 
Weiter geht's  Cool
Reply


Messages In This Thread
quickbar.php - by Gira - 17.07.2010, 03:12
RE: quickbar.php - by Milu2K - 17.07.2010, 03:17
RE: quickbar.php - by Gira - 17.07.2010, 03:17
RE: quickbar.php - by Yannici - 17.07.2010, 11:26
RE: quickbar.php - by Gira - 17.07.2010, 11:30



Users browsing this thread: 1 Guest(s)