RegisterRegister    SearchSearch   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

AJAX upload progress bar

File sharing script

File mirror script

Newsletter script
ip2files

 
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XFileSharing Pro
View previous topic :: View next topic  
Author Message
ankurs



Joined: 10 Mar 2009
Posts: 605

PostPosted: Jan 17, 2011 8:17 pm    Post subject: ip2files Reply with quote

can someone send me database structure for ip2files for version 1.6

my db crashed and i lost this table ; currently i have put 1.8 structure by just renaming money to points column
Back to top
View user's profile Send private message
adiga



Joined: 23 Jul 2009
Posts: 154

PostPosted: Jan 18, 2011 12:22 am    Post subject: Reply with quote

Code:
CREATE TABLE `IP2Files` (
  `file_id` int(10) unsigned NOT NULL default '0',
  `ip` int(20) unsigned NOT NULL default '0',
  `usr_id` mediumint(8) unsigned NOT NULL default '0',
  `owner_id` mediumint(8) unsigned NOT NULL default '0',
  `size` bigint(20) unsigned NOT NULL default '0',
  `referer` varchar(255) NOT NULL default '',
  `points` decimal(5,2) unsigned NOT NULL default '0.00',
  `created` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
  PRIMARY KEY  (`file_id`,`ip`),
  KEY `owner` (`owner_id`),
  KEY `user` (`usr_id`),
  KEY `ip` (`ip`),
  KEY `date` (`created`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address MSN Messenger
ankurs



Joined: 10 Mar 2009
Posts: 605

PostPosted: Jan 18, 2011 4:53 am    Post subject: Reply with quote

thanks adiga Smile
Back to top
View user's profile Send private message
adiga



Joined: 23 Jul 2009
Posts: 154

PostPosted: Jan 18, 2011 1:17 pm    Post subject: Reply with quote

welcome ankurs
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XFileSharing Pro All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Powered by phpBB © 2001, 2005 phpBB Group