1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
|
<?php
require_once("../admin/dbconn.php");
$result = mysql_query("SELECT * FROM banners");
if (!$result) { echo 'Could not run query: ' . mysql_error(); exit; } $ban = array();
while ($row = mysql_fetch_assoc($result)) { $ban[$row['ID']] = $row['Banner']; }
?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Radio KPTV - The Rock Station</title> <meta name="description" content="Radio KPTV - The Rock Station. Radioul pe internet cu cel mai echilibrat format de muzica rock al tuturor timpurilor, rock non-stop si buletine informative in limba romana RFI si Deutsche Welle in limba romana, 24 de ore din 24 online"> <meta name="keywords" content="rock, muzica, audio, video, asculta, webcam, linkuri, classic rock, punk rock, online, online, mures, targu-mures, tg.mures, softrock, radio, alternative, new rock, statie radio online, punk rock, blues, formatii ro, formatii hu, formatii yu, non-stop rock, stiri bbc "> <meta property="og:title" content="Radio KPTV - The Rock Station. Cel mai bun rock al tuturor timpurilor" /> <meta property="og:url" content="http://radio.kptv.ro/ro/index.php" /> <meta property="og:image" content="http://radio.kptv.ro/ro/images/FB_banner2.jpg" /> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2"> <link href="../style/style.css" rel="stylesheet" type="text/css"> <link href="../style/articlebody.css" rel="stylesheet" type="text/css"> <link href="../style/bestofstyle.css" rel="stylesheet" type="text/css"> <link href="../style/readmore.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="<?php echo $BASE_URL; ?>/js/jquery.js"></script> <script type="text/javascript" src="../js/jquery-1.7.1.min.js"></script> <script type="text/javascript" src="../js/slides-horizontal-banners.jquery.js"></script> <script type="text/javascript" src="../js/youtube.js"></script> <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico"> <meta property="fb:admins" content="108717995828427"/>
<!-- FONT --> <style type='text/css'>
@font-face { font-family:'AlternateGothic'; src: url('<?php echo $BASE_URL."fonts/AlternateGothic2BTRegular.ttf" ?>'); font-weight: normal; font-style: normal; } @font-face { font-family:'HumanST'; src: url('<?php echo $BASE_URL."fonts/humanst521cnbt.ttf" ?>'); font-weight: normal; font-style: normal; } @font-face { font-family:'HumanSTLight'; src: url('<?php echo $BASE_URL."fonts/humanst521ltbtlight.ttf" ?>'); font-weight: normal; font-style: normal; } @font-face { font-family:'HumanSTBold'; src: url('<?php echo $BASE_URL."fonts/humanst521xbdcnbtextrabold.ttf" ?>'); font-weight: normal; font-style: normal; } }
<!-- MultiYT style .tsl_video { display: block; margin: 20px auto; width: 50%; max-width: 600px; } .youtube-player { display: block; width: 100%; /* assuming that the video has a 16:9 ratio */ padding-bottom: 56.25%; overflow: hidden; position: relative; width: 100%; height: 100%; cursor: hand; cursor: pointer; display: block; } img.youtube-thumb { bottom: 0; display: block; left: 0; margin: auto; max-width: 100%; width: 250px; position: absolute; right: 0; top: 0; height: auto } div.play-button { height: 72px; width: 72px; left: 50%; top: 50%; margin-left: -36px; margin-top: -36px; position: absolute; background: url("http://i.imgur.com/TxzC70f.png") no-repeat; } #youtube-iframe { width: 100%; height: 100%; position: absolute; top: 0; left: 0; } -->
<!-- MultiYT2 style .yvid{ display: block; width: 250px; height: 200px; margin: 20px auto; position: relative; background:#000; } .vidthumb{ width: inherit; height: inherit; cursor: pointer; } .playb{ display: block; width: 70px; height: 70px; position: absolute; top: 30%; left: 34%; text-align: center; cursor: pointer; background-repeat: no-repeat; border-radius: 50%; border: 8px solid #fff; box-shadow: 0px 0px 3px 0px #000; }
.playb:after{ display: block; width: 0px; height: 0px; position: absolute; content: " "; top: 23%; left: 36%; border-top: 19px solid transparent; border-left: 30px solid white; border-bottom: 19px solid transparent; }
.yvid:hover .playb{ background: red; }
-->
</style>
<script type="text/javascript" language="Javascript"> <!--// function openRadioWebCam() { newwin = window.open( 'radio_webcam.php', '_blank', 'top=150, left=150, width=1000, height=750'); } function openRadio() { newwin = window.open( 'http://radio.kptv.ro/ro/radio.php', '_blank', 'top=200, left=200, width=759, height=625'); } //--> </script> <script language="JavaScript" type="text/javascript"> // Gallery script. // With image cross fade effect for those browsers that support it. // Script copyright (C) 2004 www.cryer.co.uk. // Script is free to use provided this copyright header is included.
function LoadGallery(pictureName,imageFile,titleCaption,captionText) { if ((document.all) && (navigator.userAgent.indexOf("Opera")==-1)) { document.getElementById(pictureName).style.filter="blendTrans(duration=1)"; document.getElementById(pictureName).filters.blendTrans.Apply(); } document.getElementById(pictureName).src = imageFile; if ((document.all) && (navigator.userAgent.indexOf("Opera")==-1)) { document.getElementById(pictureName).filters.blendTrans.Play(); } document.getElementById(titleCaption).innerHTML=captionText; } </script> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> <script src="../js/imageswapaudio.js">
/*********************************************** * Image Swap and HTML5 audio effect (c) Dynamic Drive (www.dynamicdrive.com) * Please keep this notice intact * Visit http://www.dynamicdrive.com/ for this script and 100s more. ***********************************************/
</script> <script type="text/javascript" src="../js/brow_det.js"></script> <script type="text/javascript" src="http://www.google.com/jsapi?key=ABQIAAAAuYE1N3O5Gk1qRi7gg8KI2BTTiq2Y_22pQfc99Pc9J8a-RsYFMhS9en6CCG4tBKIEFRv8q1v4PHefjA"></script> <script src="http://yui.yahooapis.com/3.18.1/build/yui/yui-min.js"></script> <script type="text/javascript" src="../js/gfeedfetcher.js"></script> <script type="text/javascript" src="../js/gajaxscroller.js">
/*********************************************** * gAjax RSS Pausing Scroller- (c) Dynamic Drive (www.dynamicdrive.com) * Requires "gfeedfetcher.js" class * This notice MUST stay intact for legal use * Visit http://www.dynamicdrive.com/ for full source code ***********************************************/
</script>
<style type="text/css">
td.feed { font-family: Verdana, Arial; font-size:12px; color:#FFFFFF; }
.titlefield{ /*CSS for RSS title link in general*/ text-decoration: none; font-size:11px; font-family:Verdana, Arial; color: #FFC000; }
a.titlefield{ /*CSS for RSS title link in general*/ text-decoration: none; font-size:11px; font-family:Verdana, Arial; color: #FFC000; }
.labelfield{ /*CSS for label field in general*/ color:#FFFFFF; font-size:10px; font-family:Verdana, Arial; }
.datefield{ /*CSS for date field in general*/ color:#8C8C8C; font-size:10px; font-family:Verdana, Arial; }
#example2{ /*Demo 2 main container*/ text-align:left; width: 589px; height: 100px; /*border: 1px dashed black; padding: 4px; background-color: #EEEEEE;*/ }
#example2 div ul{ /*Demo 2 UL container*/ margin: 0; padding-left: 5px; }
#example2 div ul li{ /*Demo 2 LI that surrounds each entry*/ margin-bottom: 3px; }
code{ /*CSS for insructions*/ color: red; }
</style> </head> <body bgcolor="#FFCC00"> <!-- Facebook comments in webpage --> <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/ro_RO/sdk.js#xfbml=1&version=v2.5&appId=802505136452421"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> <!-- MultiYT in webpage --> <!--<script type="text/javascript" src="../js/youtube.js"></script>--> <!-- MultiYT in webpage --> <!--<script type="text/javascript" src="../js/multipleyt.js" src="page.tpl.php"></script>--> <!-- MultiYT2 in webpage --> <!--<script type="text/javascript" src="../js/multipleyt2.js" src="page.tpl.php"></script>--> <!-- Go to www.addthis.com/dashboard to customize your tools --> <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-5655d5f3314d0d1e" async="async"></script> <table cellpadding="0" cellspacing="0" border="0" summary="" align="center"> <tr> <td style="background:url(images/shadow_left.gif); background-repeat: repeat-y;" width="25" height="100%"> </td> <td style="border-left: 1px solid #5D5C5C;border-right: 1px solid #5D5C5C;"> <table cellpadding="0" cellspacing="0" border="0" summary="" style="border-left: 1px solid #B4B9BC;border-right: 1px solid #B4B9BC;"> <tr> <td style="background-color:#000000;border-right: 1px solid #000000;"><a href="index.php"><img src="images/logo.gif" alt="" border="0"></a></td> <td align="right" style="background-color:#000000;"><img src="/images/header/header_<?= date("w"); ?>.gif" alt=""></td> </tr> <tr> <td colspan="2" bgcolor="#5D5C5C" height="1"><img src="images/t.gif" alt=""></td> </tr> <tr> <td colspan="2" bgcolor="#150F0F" align="center"> <table cellpadding="0" cellspacing="0" border="0" summary="" align="center"> <tr> <td><a class = 'menu_item' href="index.php?pg=articole">Legende Rock</a></td> <td><a class = 'menu_item' href="index.php?pg=news">Stiri</a></td> <td><a class = 'menu_item' href="index.php?pg=page&id=<?= $interviu_pgID ?>">Interviuri</a></td> <td><a class = 'menu_item' href="index.php?pg=foto">Album Photo</a></td> <td><a class = 'menu_item' href="index.php?pg=astazi">Astazi in muzica</a></td> <td><a class = 'menu_item' href="index.php?pg=page&id=6">Webradio</td> <td><a class = 'menu_item' href="index.php?pg=voting">Top20</a></td> <td><a class = 'menu_item' href="index.php?pg=page&id=<?= $contactUs_pgID ?>">Contact</a></td> </tr> </table> </td> </tr> <tr> <td colspan="2" bgcolor="#5D5C5C" height="1"><img src="images/t.gif" alt=""></td> </tr> <tr> <td colspan="2"> <table cellpadding="0" cellspacing="0" border="0" summary=""> <tr> <td valign="top" bgcolor="#252525" style="border-right: 1px solid #5D5C5C"> <table cellpadding="0" cellspacing="0" border="0" summary=""> <tr> <td style="background:url(images/onair.gif); background-repeat: no-repeat;border-bottom: 1px solid #5D5C5C;" valign="bottom" align="center" width="203" height="125"><a href="javascript:openRadio();"><img src="images/t.gif" width="200" height="45" alt="" border="0"></a><br><iframe frameborder="0" scrolling="no" src="nowplaying.php" width="203" height="25"></iframe><br><br></td> </tr> <tr> <td style="background:url(images/webchat.gif); background-repeat: no-repeat;border-bottom: 1px solid #5D5C5C;" valign="top" align="center" width="203" height="253"><a href="javascript:openRadioWebCam();"><img src="images/t.gif" width="203" height="120" alt="" border="0"><br><img src="images/webcam_screen.jpg" width="150" height="113" align="center" alt="" border="0"></a></td> </tr>
<tr> <td bgcolor="#252525" height="23" class="adr">ULTIMELE PIESE DIFUZATE</td> </tr> <tr> <td bgcolor="#171717" style="border-bottom: 1px solid #5D5C5C;"> <?php //include("lastfive.php"); ?> <iframe src ="lastfive.php" width="200" height="180" frameborder="0" marginheight="0" marginwidth="0" scrolling="no"> <p>Your browser does not support iframes.</p> </iframe> </td> </tr> <tr> <td bgcolor="#252525" height="23" class="adr">STIRI</td> </tr> <tr> <td bgcolor="#171717" style="border-bottom: 1px solid #5D5C5C;padding-top:20px;padding-bottom:20px;" align="center" height="200"><a href="index.php?pg=page&id=41"><img src="images/spreaker_atlasfm_kptv.jpg" width="190" height="190" align="center" alt="" border="0"></a> <!--script type="text/javascript" src="http://www.howdev.com/products/feedsweep/producer.aspx?feeds=http%3a%2f%2frss.hotnews.ro&linecolor=%23171717&width=150&backgroundcolor=%23171717&headercolor=%23FFFFFF&datecolor=%23626378&titlecolor=%23FFFFFF&textcolor=%23B7B8B9&title=Stiri&maxoutput=5&charlimit=160&headlinelimit=25&datetimeformat=dd-M-yyyy&notitle=true&titlefont=Arial&titlefontsize=8&font=Arial&fontsize=7&datefont=Verdana&datefontsize=7&datefontweight=none&datefontstyle=none"></script--> <!-- // Created with FeedSweep Widget feed control v5.0.1.0 // http://www.FeedSweep.com --> <!--script type="text/javascript" src="http://www.feedsweep.com/Products/FeedSweep/Producer.aspx?feeds=http%3a%2f%2frss.hotnews.ro&linecolor=%23171717&width=150&backgroundcolor=%23171717&headercolor=%23FFFFFF&datecolor=%23626378&titlecolor=%23FFFFFF&textcolor=%23B7B8B9&title=Stiri&maxoutput=5&charlimit=160&headlinelimit=25&datetimeformat=dd-M-yyyy&notitle=true&titlefont=Arial&titlefontsize=8&font=Arial&fontsize=7&datefont=Verdana&datefontsize=7&datefontweight=none&datefontstyle=none&cat=24&key=aft0-Up-fUW1Ne8Jp13ejA&ver=5.0.1.0"></script--> <!-- FeedSweep end --> </td> </tr> <tr> <td bgcolor="#252525" height="23" class="adr">PARTENERI</td> </tr> <tr> <td bgcolor="#171717" style="border-bottom: 1px solid #5D5C5C;"><?= $ban[7]; ?></td> </tr> <tr> <td bgcolor="#252525" height="23" class="adr"> </td> </tr> <tr> <td bgcolor="#171717"><?= $ban[8]; ?></td> </tr> </table> </td>
|