TBDev Forum
Programming board
Main Page Forum Rules Privacy Policy Members Contact Us
Welcome Guest (Login | Register)
TBDev Forum TBDev.net - Mods & hacks Mods Complete & working Browse/torrent/Details Mods [Recreate] - Complex Snatchlist mod
Page 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19

[Recreate] - Complex Snatchlist mod

2007-07-17 22:15:00
Group: Member
Posts: 449
Topics participated: 234
Topics started: 62
First post: 2006-05-23 23:18:00
Last post: 2008-06-20 20:33:00
SQL:
CREATE TABLE `snatched` (
 
2007-07-18 02:26:00
Group: Member
Posts: 251
Topics participated: 119
Topics started: 35
First post: 2006-07-16 23:26:00
Last post: 2008-10-10 11:52:00
reallyyyyyyyyyyyyyyy

nice work
 
2007-07-18 03:08:00
Group: Member
Posts: 449
Topics participated: 234
Topics started: 62
First post: 2006-05-23 23:18:00
Last post: 2008-06-20 20:33:00
It's only recreated with some other features.
The code is based on oinks, righttheres and thebrass code.
They are the owners.
 
2007-07-18 18:10:00
Group: Member
Posts: 122
Topics participated: 39
Topics started: 5
First post: 2006-12-01 18:58:00
Last post: 2007-09-29 19:19:00
if i try this one all is empty is that normal?
i dont see start date and enddate
or is it that i have the old snatch mod?
 
2007-07-18 18:14:00
Group: Member
Posts: 449
Topics participated: 234
Topics started: 62
First post: 2006-05-23 23:18:00
Last post: 2008-06-20 20:33:00
if i try this one all is empty is that normal?
i dont see start date and enddate
or is it that i have the old snatch mod?


Is the torrent finished or not?
I think you directly startet to seed. You have to download the torrent.
If no finishcommand, then you will get no results.
 
2007-07-18 18:21:00
Group: Member
Posts: 122
Topics participated: 39
Topics started: 5
First post: 2006-12-01 18:58:00
Last post: 2007-09-29 19:19:00
no i mean the torrents who are completed now if i add the details and userdetails the times are 0.00 and i think its because i already have snatched in database
 
2007-07-18 18:33:00
Group: Member
Posts: 449
Topics participated: 234
Topics started: 62
First post: 2006-05-23 23:18:00
Last post: 2008-06-20 20:33:00
Are the snatched stats in database visible or the same like details.php and userdetails.php?
 
2007-07-18 18:45:00
Group: Member
Posts: 122
Topics participated: 39
Topics started: 5
First post: 2006-12-01 18:58:00
Last post: 2007-09-29 19:19:00
they are in database and in details and userdetails to
but if i put your mod in most i can see but not the old down and uploads in details and userdetails they are gone then
i can see who has it compleet but no date finnish

this is my sqll


Tabel structuur voor tabel `snatched`
--

CREATE TABLE `snatched` (
`id` int(11) NOT NULL auto_increment,
`torrentid` int(11) default '0',
`userid` int(11) default '0',
`torrent` int(10) unsigned NOT NULL default '0',
`torrent_name` varchar(255) NOT NULL default '',
`torrent_category` int(10) unsigned NOT NULL default '0',
`port` smallint(5) unsigned NOT NULL default '0',
`uploaded` bigint(20) unsigned NOT NULL default '0',
`downloaded` bigint(20) unsigned NOT NULL default '0',
`to_go` bigint(20) unsigned NOT NULL default '0',
`seeder` enum('yes','no') NOT NULL default 'no',
`last_action` datetime NOT NULL default '0000-00-00 00:00:00',
`startdat` datetime NOT NULL default '0000-00-00 00:00:00',
`completedat` datetime NOT NULL default '0000-00-00 00:00:00',
`connectable` enum('yes','no') NOT NULL default 'yes',
`agent` varchar(60) NOT NULL default '',
`finished` enum('yes','no') NOT NULL default 'no',
`complete_date` datetime NOT NULL default '0000-00-00 00:00:00',
`start_date` datetime NOT NULL default '0000-00-00 00:00:00',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=6420 ;

--
 
2007-07-18 20:04:00
Group: Member
Posts: 449
Topics participated: 234
Topics started: 62
First post: 2006-05-23 23:18:00
Last post: 2008-06-20 20:33:00
Then you got a problem. Maybe there is a failed install, check your code.
 
2007-07-18 20:11:00
Group: Member
Posts: 122
Topics participated: 39
Topics started: 5
First post: 2006-12-01 18:58:00
Last post: 2007-09-29 19:19:00
i did but just what i told i got this sqll and have added the last 2 and i dont know if ican alter other ones afraid of loosing the data
 

Similar threads

Topic Posts Last post
Hit And Run System for [Recreate] - Complex Snatchlist 12 2008-07-07 15:23:00
Addon for complex snatchlist 20 2008-09-11 19:38:00
Snatchlist mod 13 2007-07-17 22:20:00
complex mod for forum name in titlebar 21 2008-10-10 06:04:00
[New and Improved] Snatchlist 7 2008-06-11 00:19:00