Bravo List
Register
Go Back   > Bravo List > P2P > Forum > Downloads
Reply
Thread Tools
  #21  
Old 3rd January 2011, 17:23
ddshow ddshow is offline
Senior Member
 
Join Date: Sep 2010
P2P
Posts: 25
Default upload torrent id error
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`
-- 
Attached Files
File Type: sql TB Dev DR 0.26.1 sql.sql (38.0 KB, 36 views)
Reply With Quote
  #22  
Old 18th January 2011, 13:20
houtslag houtslag is offline
Member
 
Join Date: Oct 2008
Posts: 8
Default
Could someone please upload a picture of the working script?

Thanks:)
Reply With Quote
  #23  
Old 19th January 2011, 19:37
ddshow ddshow is offline
Senior Member
 
Join Date: Sep 2010
P2P
Posts: 25
Default screens and sql repaired
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.
Attached Thumbnails
1.jpg   2.jpg   3.jpg   4.jpg  

5.jpg  
Reply With Quote
The Following User Says Thank You to ddshow For This Useful Post:
BamBam0077 (29th December 2014)
Reply

Tags
dr


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 14:51. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.