View Single Post
  #1  
Old 3rd November 2014, 19:04
WhyMe WhyMe is offline
Banned
 
Join Date: Apr 2014
P2P
Posts: 160
Thumbs up repack seedboxip
This is a repack of this cleaned up

http://www.bvlist.com/mods-themes/63...html#post27647

sql_install_ReadMe

sql

PHP Code:
        CREATE TABLE IF NOT EXISTS `seedbox` (
          `
idint(5NOT NULL auto_increment,
          `
seedboxipvarchar(50NOT NULL default '',
          
PRIMARY KEY  (`id`)
        ) 
ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=1
Or

PHP Code:
        $ts_tables[] = '
        CREATE TABLE `seedbox` (
          `id` int(5) NOT NULL auto_increment,
          `seedboxip` varchar(50) NOT NULL default \'\',
          PRIMARY KEY  (`id`)
        ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1;'

Or

[HIDE] DROP TABLE IF EXISTS `seedbox`;
CREATE TABLE `seedbox` (
`id` int(5) NOT NULL auto_increment,
`seedboxip` varchar(50) NOT NULL default '',
) ENGINE=MyISAM AUTO_INCREMENT=1 ;[/HIDE]

reupload reason admin fix
Attached Files
File Type: rar RePack_seedbox_ip.rar (5.0 KB, 32 views)

Last edited by WhyMe; 4th November 2014 at 10:00.
Reply With Quote