Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Template Shares > Mods & Themes
Reply
Thread Tools
  #1  
Old 12th July 2011, 23:19
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Smile tsse radio 7.0
gone

Last edited by wMan; 23rd July 2011 at 23:37.
Reply With Quote
The Following User Says Thank You to wMan For This Useful Post:
Muikku (13th July 2011)
  #2  
Old 13th July 2011, 16:13
Muikku Muikku is offline
Senior Member
 
Join Date: Aug 2008
Posts: 68
Default
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');

-- -------------------------------------------------------- 
Reply With Quote
  #3  
Old 13th July 2011, 18:43
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Smile
Quote:
Originally Posted by Muikku View Post
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
Reply With Quote
  #4  
Old 13th July 2011, 18:51
Muikku Muikku is offline
Senior Member
 
Join Date: Aug 2008
Posts: 68
Default
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

Last edited by Muikku; 14th July 2011 at 19:05.
Reply With Quote
Reply

Tags
70 , radio , tsse


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:02. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.