View Single Post
  #246  
Old 2nd September 2016, 21:49
Safari Safari is offline
Member
 
Join Date: Jul 2015
Posts: 2
Default I need HELP
Mysql Error: 1062 : Duplicate entry '1' for key 'PRIMARY'

INSERT INTO `bonus` (`id`, `bonusname`, `points`, `description`, `art`, `menge`) VALUES (1, '1.0 GB Uploaded', '250.0', 'With enough bonus points acquired, you are able to exchange them for an Upload Credit. The points are then removed from your Bonus Bank and the credit is added to your total uploaded amount.', 'traffic', 1073741824), (2, '2.5 GB Uploaded', '500.0', 'With enough bonus points acquired, you are able to exchange them for an Upload Credit. The points are then removed from your Bonus Bank and the credit is added to your total uploaded amount.', 'traffic', 2684354560), (3, '5 GB Uploaded', '800.0', 'With enough bonus points acquired, you are able to exchange them for an Upload Credit. The points are then removed from your Bonus Bank and the credit is added to your total uploaded amount.', 'traffic', 5368709120), (4, '3 Invites', '100.0', 'With enough bonus points acquired, you are able to exchange them for a few invites. The points are then removed from your Bonus Bank and the invitations are added to your invites amount.', 'invite', 3), (5, 'Custom Title!', '250.0', 'For only 50.0 Karma Bonus Points you can buy yourself a custom title. the only restrictions are no foul or offensive language or userclass can be entered. The points are then removed from your Bonus Bank and your special title is changed to the title of y', 'title', 1), (6, 'VIP Status', '950.0', 'With enough bonus points acquired, you can buy yourself VIP status for one month. The points are then removed from your Bonus Bank and your status is changed.', 'class', 1), (7, 'Give A Karma Gift', '100.0', 'Well perhaps you don''t need the upload credit, but you know somebody that could use the Karma boost! You are now able to give your Karma credits as a gift! The points are then removed from your Bonus Bank and added to the account of a user of your choic', 'gift_1', 1073741824);
Reply With Quote