Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Mods & Themes (http://www.bvlist.com/forumdisplay.php?f=117)
-   -   tsse radio 7.0 (http://www.bvlist.com/showthread.php?t=6748)

wMan 12th July 2011 23:19

tsse radio 7.0
 
gone

Muikku 13th July 2011 16:13

how that to install?
is that sql file or what?

can you write install instruktions?

Ps. sorry my bad enghlis

PHP Code:

--
-- 
Table structure for table `radiocomp`
--

CREATE TABLE IF NOT EXISTS `radiocomp` (
  `
idint(10NOT NULL auto_increment,
  `
datedatetime NOT NULL default '0000-00-00 00:00:00',
  `
namevarchar(255NOT NULL,
  `
usridvarchar(255NOT NULL,
  `
questionvarchar(255NOT NULL,
  `
answervarchar(255NOT NULL,
  
KEY `id` (`id`)
ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=1010 ;

--
-- 
Dumping data for table `radiocomp`
--


-- --------------------------------------------------------

--
-- 
Table structure for table `radiodjcomp`
--

CREATE TABLE IF NOT EXISTS `radiodjcomp` (
  `
idint(10NOT NULL auto_increment,
  `
datedatetime NOT NULL default '0000-00-00 00:00:00',
  `
namevarchar(255NOT NULL,
  `
usridvarchar(255NOT NULL,
  `
questionvarchar(255NOT NULL,
  `
prizevarchar(255NOT NULL,
  
KEY `id` (`id`)
ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=248 ;

--
-- 
Dumping data for table `radiodjcomp`
--


-- --------------------------------------------------------

--
-- 
Table structure for table `radioreq`
--

CREATE TABLE IF NOT EXISTS `radioreq` (
  `
idint(10NOT NULL auto_increment,
  `
datedatetime NOT NULL default '0000-00-00 00:00:00',
  `
namevarchar(255NOT NULL,
  `
usridvarchar(255NOT NULL,
  `
titlevarchar(255NOT NULL,
  `
commentvarchar(255NOT NULL,
  `
explicitvarchar(255NOT NULL,
  
KEY `id` (`id`)
ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=901 ;

--
-- 
Dumping data for table `radioreq`
--


-- --------------------------------------------------------

--
-- 
Table structure for table `radioschedule`
--

CREATE TABLE IF NOT EXISTS `radioschedule` (
  `
idint(3NOT NULL auto_increment,
  `
timevarchar(255NOT NULL default '12am',
  `
mondayvarchar(255NOT NULL default '(open)',
  `
tuesdayvarchar(255NOT NULL default '(open)',
  `
wednesdayvarchar(255NOT NULL default '(open)',
  `
thursdayvarchar(255NOT NULL default '(open)',
  `
fridayvarchar(255NOT NULL default '(open)',
  `
saturdayvarchar(255NOT NULL default '(open)',
  `
sundayvarchar(255NOT NULL default '(open)',
  
KEY `id` (`id`)
ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=25 ;

--
-- 
Dumping data for table `radioschedule`
--

INSERT INTO `radioschedule` (`id`, `time`, `monday`, `tuesday`, `wednesday`, `thursday`, `friday`, `saturday`, `sunday`) VALUES
(1'12am''OPEN''OPEN''OPEN''OPEN''OPEN''OPEN''OPEN'),
(
2'1am''OPEN''OPEN''OPEN''OPEN''OPEN''OPEN''OPEN'),
(
3'2am''OPEN''OPEN''OPEN''OPEN''OPEN''OPEN''OPEN'),
(
4'3am''OPEN''OPEN''OPEN''OPEN''OPEN''OPEN''OPEN'),
(
5'4am''OPEN''OPEN''OPEN''OPEN''OPEN''OPEN''OPEN'),
(
6'5am''OPEN''OPEN''OPEN''OPEN''OPEN''OPEN''OPEN'),
(
7'6am''OPEN''OPEN''OPEN''OPEN''OPEN''OPEN''OPEN'),
(
8'7am''OPEN''OPEN''OPEN''OPEN''OPEN''OPEN''OPEN'),
(
9'8am''OPEN''OPEN''OPEN''OPEN''OPEN''OPEN''OPEN'),
(
10'9am''OPEN''OPEN''OPEN''OPEN''OPEN''OPEN''OPEN'),
(
11'10am''OPEN''OPEN''OPEN''OPEN''OPEN''OPEN''OPEN'),
(
12'11am''OPEN''OPEN''OPEN''OPEN''OPEN''OPEN''OPEN'),
(
13'12pm''OPEN''OPEN''OPEN''OPEN''OPEN''OPEN''OPEN'),
(
14'1pm''OPEN''OPEN''OPEN''OPEN''OPEN''OPEN''OPEN'),
(
15'2pm''OPEN''OPEN''OPEN''OPEN''OPEN''OPEN''OPEN'),
(
16'3pm''OPEN''OPEN''OPEN''OPEN''OPEN''OPEN''OPEN'),
(
17'4pm''OPEN''OPEN''OPEN''OPEN''OPEN''OPEN''OPEN'),
(
18'5pm''OPEN''OPEN''OPEN''OPEN''OPEN''OPEN''OPEN'),
(
19'6pm''OPEN''OPEN''OPEN''OPEN''OPEN''OPEN''OPEN'),
(
20'7pm''OPEN''OPEN''OPEN''OPEN''OPEN''OPEN''OPEN'),
(
21'8pm''OPEN''OPEN''OPEN''OPEN''OPEN''OPEN''OPEN'),
(
22'9pm''OPEN''OPEN''OPEN''OPEN''OPEN''OPEN''OPEN'),
(
23'10pm''OPEN''OPEN''OPEN''OPEN''OPEN''OPEN''OPEN'),
(
24'11pm''OPEN''OPEN''OPEN''OPEN''OPEN''OPEN''OPEN');

-- -------------------------------------------------------- 


wMan 13th July 2011 18:43

Quote:

Originally Posted by Muikku (Post 29033)
how that to install?
is that sql file or what?

can you write install instruktions?

Ps. sorry my bad enghlis

inport in server but it not work this radio the sql is for tsse 7.0 chap rong sql for tsse5.6

Muikku 13th July 2011 18:51

inport in server but it not work this radio the sql is for tsse 7.0 chap rong sql for tsse5.6
ok that radio mod not work in TSSE 5.6 versio if i understand right :D

Can someone do this to work in TSSE 5.6 version :D


All times are GMT +2. The time now is 03:37.

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