Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Downloads (http://www.bvlist.com/forumdisplay.php?f=16)
-   -   DR v0.26.1 (http://www.bvlist.com/showthread.php?t=77)

ddshow 3rd January 2011 17:23

upload torrent id error
 
1 Attachment(s)
I fixed the problem of uploading torrent id error

PHP Code:

CREATE TABLE `torrents` (
  `
idint(10unsigned NOT NULL AUTO_INCREMENT,
  `
info_hashvarchar(255NOT NULL default '',
  `
namevarchar(255NOT NULL default '',
  `
filenamevarchar(255NOT NULL default '',
  `
save_asvarchar(255NOT NULL default '',
  `
search_texttext NOT NULL,
  `
descrtext NOT NULL,
  `
descr_parsedtext NOT NULL,
  `
ori_descrtext NOT NULL,
  `
categoryint(10unsigned NOT NULL default '0',
  `
sizebigint(20unsigned NOT NULL default '0',
  `
addeddatetime NOT NULL default '0000-00-00 00:00:00',
  `
typeenum('single','multi'NOT NULL default 'single',
  `
numfilesint(10unsigned NOT NULL default '0',
  `
commentsint(10unsigned NOT NULL default '0',
  `
viewsint(10unsigned NOT NULL default '0',
  `
hitsint(10unsigned NOT NULL default '0',
  `
times_completedint(10unsigned NOT NULL default '0',
  `
leechersint(10unsigned NOT NULL default '0',
  `
seedersint(10unsigned NOT NULL default '0',
  `
last_actiondatetime NOT NULL default '0000-00-00 00:00:00',
  `
visibleenum('yes','no'NOT NULL default 'yes',
  `
bannedenum('yes','no'NOT NULL default 'no',
  `
ownerint(10unsigned NOT NULL default '0',
  `
numratingsint(10unsigned NOT NULL default '0',
  `
ratingsumint(10unsigned NOT NULL default '0',
  `
nfotext NOT NULL,
  `
completed_byvarchar(255NOT NULL default '',
  `
forcevisibleenum('yes','no'NOT NULL default 'no',
  `
inverted_timestampint(10unsigned NOT NULL default '0',
  `
descriptionvarchar(120NOT NULL default '',
  
PRIMARY KEY  (`id`),
  
UNIQUE KEY `info_hash` (`info_hash`),
  
KEY `owner` (`owner`),
  
KEY `visible` (`visible`),
  
KEY `category_visible` (`category`,`visible`),
  
KEY `seeders_lastaction` (`seeders`,`last_action`),
  
KEY `seeders_lastaction_added` (`seeders`,`last_action`,`added`),
  
KEY `visible_2` (`visible`,`inverted_timestamp`),
  
KEY `userdetails_torrents` (`owner`,`name`),
  
KEY `inverted_timestamp` (`inverted_timestamp`),
  
KEY `mytorrents` (`owner`,`banned`),
  
FULLTEXT KEY `ft_search` (`search_text`,`ori_descr`)
ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- 
-- 
Dumping data for table `torrents`
-- 


houtslag 18th January 2011 13:20

Could someone please upload a picture of the working script?

Thanks:)

ddshow 19th January 2011 19:37

screens and sql repaired
 
5 Attachment(s)
hi i create a demo site and i repaired sql

http://seedzone.altervista.org ""demo""

if you have oder errors post here and if i can i fix it.


All times are GMT +2. The time now is 09:37.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.