View Single Post
  #4  
Old 6th December 2011, 15:32
Darkness's Avatar
Darkness Darkness is offline
Senior Member
 
Join Date: Oct 2011
P2P
Posts: 43
Default
Quote:
Originally Posted by Fynnon View Post
that is for you database, you can put it in from phpmyadmin
Thx very much bro..

Bump:
Code:
Error

     SQL query:     
              INSERT  INTO  `bonus` (  `id` ,  `bonusname` ,  `points` ,  `description` ,  `art` ,  `menge`  ) 
VALUES ( 10,  'Fix Torrent Ratio',  '1000.0',  'With  enough bonus points acquired, you are able to get 1:1 ratio on a  specific torrent. The points are then removed from your Bonus Bank and  your torrent ratio is fixed.',  'ratiofix', 1  ) , ( 11,  'Remove Warning',  '400.0',  'With  enough bonus points acquired, you are able to remove a warning from  your account. The points are then removed from your Bonus Bank and your  warning limit is decreased.',  'warning', 1  )      
      MySQL said: 
  #1146 - Table 'phpmyadmin.bonus' doesn't exist
It`s not working I got this in my sql

Done ...it`s repaired now ...thx allot

Last edited by Darkness; 6th December 2011 at 15:46.
Reply With Quote