Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Mods & Themes (http://www.bvlist.com/forumdisplay.php?f=117)
-   -   repack seedboxip (http://www.bvlist.com/showthread.php?t=10090)

WhyMe 3rd November 2014 19:04

repack seedboxip
 
1 Attachment(s)
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


All times are GMT +2. The time now is 05:26.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.