Thread: NetManiack v1.6
View Single Post
  #132  
Old 2nd July 2010, 14:02
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Smile
Quote:
Originally Posted by Phogo View Post
Yes there is, its under shoutbox in the sql file believe it or not
point it out then ?
going to try it out
PHP Code:
SQL query:     
              &
#65279;CREATE TABLE  `shoutbox` ( `id` smallint( 6  )  NOT  NULL  AUTO_INCREMENT ,  `userid` smallint( 6  )  NOT  NULL default  '0',  `username` varchar( 25  )  NOT  NULL default  '',  `date` int( 11  )  NOT  NULL default  '0',  `text` text NOT  NULL ,  PRIMARY  KEY (  `id`  ) 
TYPE  =  MYISAM  AUTO_INCREMENT  =1;

     
      
MySQL said: [IMG]https://91.121.149.102:8443/domains/databases/phpMyAdmin/themes/original/img/b_help.png[/IMG] 
  #1064 - 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 '?CREATE TABLE `shoutbox` (
`idsmallint(6NOT NULL auto_increment,
`
userid' at line 1 
Reply With Quote