Thread: DHT upload mod
View Single Post
  #24  
Old 22nd January 2013, 09:26
Chez's Avatar
Chez Chez is offline
Senior Member
 
Join Date: Sep 2011
P2P
Posts: 278
Default
Quote:
Originally Posted by bestlap View Post
I'm with Tbdev 08 and I see this >>

Click the image to open in full size.
import this table in phpmyadmin

PHP Code:
--
-- 
Table structure for table `offers`
--

CREATE TABLE IF NOT EXISTS `offers` (
  `
idint(10unsigned NOT NULL auto_increment,
  `
useridint(10unsigned NOT NULL default '0',
  `
namevarchar(225character set latin1 collate latin1_general_ci default NULL,
  `
descrtext character set latin1 collate latin1_general_ci NOT NULL,
  `
addeddatetime NOT NULL default '0000-00-00 00:00:00',
  `
yeahint(10unsigned NOT NULL default '0',
  `
againstint(10unsigned NOT NULL default '0',
  `
categoryint(11NOT NULL default '0',
  `
commentsint(11NOT NULL default '0',
  `
allowedenum('allowed','pending','denied'character set latin1 collate latin1_general_ci NOT NULL default 'pending',
  
PRIMARY KEY  (`id`),
  
KEY `userid` (`userid`)
ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=
__________________
http://www.bvlist.com/images/avatars/signaturepics/sigpic16443_2.gif
Reply With Quote