Help: Need tracker ...
 
Notifications
Clear all

Help: Need tracker module database definition

3 Posts
2 Users
0 Reactions
1,701 Views
(@sheepcontrol)
Posts: 332
Reputable Member
Topic starter
 

Hi there,

I am building the tracker function into eFiction (actually, it's in for a while now).
Now I need to tell the installer how to import data from this mod, but I can't get my hands on it.  :bye2:

All I need is a dump of the structure (e.g. phpMyAdmin -> Export -> Structure).  :help:

Appreciated

 
Posted : 07/10/2016 6:36 pm
(@hpfanficarchive-com)
Posts: 41
Eminent Member
 

I think this is what you want:



--
-- Table structure for table `fanfiction_tracker`
--

CREATE TABLE IF NOT EXISTS `fanfiction_tracker` (
  `sid` int(11) NOT NULL DEFAULT '0',
  `uid` int(11) NOT NULL DEFAULT '0',
  `last_read` timestamp NULL DEFAULT CURRENT_TIMESTAMP,
  KEY `uid` (`uid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

I uploaded the tracker archive here if you need to see it: http://www21.zippyshare.com/v/kyjvN6R5/file.html

http://www.FicSavers.Com
http://www.HPFanFicArchive.Com
http://www.FavoritesTracker.Org

 
Posted : 07/10/2016 8:02 pm
(@sheepcontrol)
Posts: 332
Reputable Member
Topic starter
 

Perfect, thanks

 
Posted : 08/10/2016 9:11 am
Share: