Eposta Aktivasyonu Gerekmekte
kurulumdaki hata buna döndü
phpmyadmindeki hata aynı hala
Error on line 1 of Query:
CREATE TABLE `links` (
`id` int(10) NOT NULL auto_increment,
`title` text NOT NULL,
`location` int(2) NOT NULL,
`code` text NOT NULL,
`active` int(1) NOT NULL,
`addon` varchar(255) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=59 ;
INSERT INTO `links` (`id`, `title`, `location`, `code`, `active`, `addon`) VALUES
(1, 'Scout', 3, 'scout.php?tru=$tru', 1, '0'),
(2, 'The Lab', 3, 'produce.php?tru=$tru', 1, '0'),
(3, 'Discipline', 3, 'collect.php?tru=$tru', 1, '0'),
(4, 'Pimp Store', 3, 'purchase.php?tru=$tru', 1, '0'),
(5, 'Travel', 3, 'travel.php?tru=$tru', 1, '0'),
(6, 'Bank', 3, 'bank.php?tru=$tru', 1, '0'),
(7, 'Attack', 3, 'attack.php?tru=$tru', 1, '0'),
(8, 'Purchase Credits', 3, '../credits.php', 1, '0'),
(9, 'Home', 2, 'index.php', 1, '0'),
(10, 'Play', 2, 'play.php', 1, '0'),
(11, 'My Account', 2, 'myaccount.php', 1, '0'),
(12, 'Purchase Credits', 2, 'credits.php', 1, '0'),
(13, 'Winners', 2, 'winners.php', 1, '0'),
(14, 'logout', 2, 'logout.php', 1, '0'),
(15, 'Home', 1, 'index.php', 1, '0'),
(16, 'Login', 1, 'login.php', 1, '0'),
(17, 'Register', 1, 'signup.php', 1, '0'),
(18, 'Guide', 1, 'guide.php', 1, '0'),
(19, 'Winners', 1, 'winners.php', 1, '0'),
(20, 'Rules', 1, 'rules.php', 1, '0'),
(21, 'Ranks', 5, 'ranks.php?tru=$tru', 1, '0'),
(22, 'Crew Ranks', 5, 'cranks.php?tru=$tru', 1, '0'),
(23, 'Supporter Ranks', 5, 'sranks.php?tru=$tru', 1, '0'),
(24, 'Free Ranks', 5, 'franks.php?tru=$tru', 1, '0'),
(25, 'Global Ranks', 5, 'granks.php?tru=$tru', 1, '0'),
(26, 'Pimp Awards', 5, 'awards.php?tru=$tru', 1, '0'),
(27, 'Find a Pimp', 6, 'pimp.php?tru=$tru', 1, '0'),
(28, 'Find/Create Crew', 6, 'crew.php?tru=$tru', 1, '0'),
(29, 'Who is Online', 6, 'whosonline.php?tru=$tru', 1, '0'),
(30, 'Message Board', 7, 'forum.php?tru=$tru', 1, '0'),
(31, 'Recruiting Board', 7, 'board.php?tru=$tru', 1, '0'),
(32, 'Guide', 8, '../guide.php', 1, '0'),
(33, 'Rules', 8, '../rules.php', 1, '0'),
(34, 'Transfer Credits', 8, 'bank.php?tru=$tru', 1, '0'),
(35, 'Refer Pimps', 8, 'refer.php?tru=$tru', 1, '0'),
(36, 'Exit Round', 8, 'logout.php?tru=$tru', 1, '0'),
(37, 'Home', 4, 'index.php?tru=$tru', 1, '0'),
(38, 'My Settings', 4, 'options.php?tru=$tru', 1, '0'),
(39, 'Mailbox', 4, 'mailbox.php?tru=$tru', 1, '0'),
(40, 'Free Ranks', 4, 'franks.php?tru=$tru', 1, '0'),
(41, 'Global Ranks', 4, 'granks.php?tru=$tru', 1, '0'),
(42, 'Crew Management', 4, 'crew.php?tru=$tru', 1, '0')
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 '; INSERT INTO `links` (`id`, `title`, `location`, `code`, `a