Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Template Shares > Mods & Themes
Reply
  #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
Reply

Tags
repack , seedboxip

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 14:49. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.