v7 Del kodo
|
Infrox |
parašyta 2012-09-15 11:33
|

Apšylantis

Reputacija:
0
Pranešimai: 71
Įstojo: 2011-04-11
|
Sveiki, jei galit padekit, man reikia iterpti koda kiek klausytoju klauso radijos. Reikia iterpti sitame kode:
GeSHi: PHP (brief)echo "<table id='Eteris' width='948' align='center' height='216' border='0' cellpadding='0' cellspacing='0'> <tr> <td rowspan='9' background='".THEME."images/eteris/img_03.png' width='16' height='216' alt=''></td> <td background='".THEME."images/eteris/img_04.png' width='195' height='24' alt=''></td> <td rowspan='2' background='".THEME."images/eteris/img_05.png' width='179' height='37' alt=''></td> <td rowspan='9' background='".THEME."images/eteris/img_06.png' width='558' height='216' alt=''></td> </tr> <tr> <td rowspan='7' background='".THEME."images/eteris/img_08.png' width='195' height='161' alt=''>"; include THEME."eteris/foto.php"; </tr> <tr> <td background='".THEME."images/eteris/img_09.png' width='179' height='33' alt=''>"; include THEME."eteris/dj.php"; </tr> <tr> <td background='".THEME."images/eteris/img_10.png' width='179' height='16' alt=''></td> </tr> <tr> <td background='".THEME."images/eteris/img_11.png' width='179' height='34' alt=''>"; include THEME."eteris/daina.php"; </tr> <tr> <td background='".THEME."images/eteris/img_12.png' width='179' height='17' alt=''></td> </tr> <tr> <td background='".THEME."images/eteris/img_13.png' width='179' height='33' alt=''>"; include THEME."eteris/laida.php"; </tr> <tr> <td rowspan='2' background='".THEME."images/eteris/img_14.png' width='179' height='46' style='text-align: center;' alt=''> <a href='nojavascript...openplayer();'><img src='".THEME."images/network2.png' width='179px' height='34px' /></a> </td> </tr> <tr> <td background='".THEME."images/eteris/img_15.png' width='195' height='31' alt=''> </td> </tr> </table>";
Parsed in 0.007 seconds, using GeSHi 1.0.8.10
Reikia kad butu po kodu
PHP <?php <td background='".THEME."images/eteris/img_15.png' width='195' height='31' alt=''> ?>
O klausytoju kodas:
PHP <?php $open = fsockopen("s16.myradiostream.com","5612"); if ($open) { fputs($open,"GET /7.html HTTP/1.1\nUser-Agent:Mozilla\n\n"); $read = fread($open,1000); $text = explode("content-type:text/html",$read); $text = explode(",",$text[1]); } ?> <? if ($text[1]==1) { $state = "Up"; } if ($er) { echo $er; exit; } echo " <center><font size='5'><font color='red'>?iuo metu GreenFM klauso: $text[4]"; ?> -
Taigi is anksto dekoju tam kuris man pades, o tokie komentarai kaip "uz lt nebent" galit net nerasyt :)
Redagavo tabux 2016-11-15 13:14 |
|
|
|
Nepster |
parašyta 2012-09-15 14:22
|

S.Administratorius

Reputacija:
0
Pranešimai: 670
Įstojo: 2007-01-02
|
GeSHi: PHPecho "<table id='Eteris' width='948' align='center' height='216' border='0' cellpadding='0' cellspacing='0'> <tr> <td rowspan='9' background='".THEME."images/eteris/img_03.png' width='16' height='216' alt=''></td> <td background='".THEME."images/eteris/img_04.png' width='195' height='24' alt=''></td> <td rowspan='2' background='".THEME."images/eteris/img_05.png' width='179' height='37' alt=''></td> <td rowspan='9' background='".THEME."images/eteris/img_06.png' width='558' height='216' alt=''></td> </tr> <tr> <td rowspan='7' background='".THEME."images/eteris/img_08.png' width='195' height='161' alt=''>"; include THEME."eteris/foto.php"; echo "</td> </tr> <tr> <td background='".THEME."images/eteris/img_09.png' width='179' height='33' alt=''>"; include THEME."eteris/dj.php"; echo "</td> </tr> <tr> <td background='".THEME."images/eteris/img_10.png' width='179' height='16' alt=''></td> </tr> <tr> <td background='".THEME."images/eteris/img_11.png' width='179' height='34' alt=''>"; include THEME."eteris/daina.php"; echo "</td> </tr> <tr> <td background='".THEME."images/eteris/img_12.png' width='179' height='17' alt=''></td> </tr> <tr> <td background='".THEME."images/eteris/img_13.png' width='179' height='33' alt=''>"; include THEME."eteris/laida.php"; echo "</td> </tr> <tr> <td rowspan='2' background='".THEME."images/eteris/img_14.png' width='179' height='46' style='text-align: center;' alt=''> <a href='nojavascript...openplayer();'><img src='".THEME."images/network2.png' width='179px' height='34px' /></a> </td> </tr> <tr> <td background='".THEME."images/eteris/img_15.png' width='195' height='31' alt=''>"; $open = fsockopen('s16.myradiostream.com','5612'); if ($open) { fputs($open,'GET /7.html HTTP/1.1\nUser-Agent:Mozilla\n\n'); $read = fread($open,1000); $text = explode('content-type:text/htm',$read); } if ($text[1]==1) { $state = "Up"; } if ($er) { echo $er; exit; } echo " <center><font size='5'><font color='red'>?iuo metu GreenFM klauso: ".$text[4]; echo "</td> </tr> </table>";
Parsed in 0.025 seconds, using GeSHi 1.0.8.10
Sitaip?
Redagavo Nepster 2012-09-15 16:09 |
|
|
|
Infrox |
parašyta 2012-09-15 16:01
|

Apšylantis

Reputacija:
0
Pranešimai: 71
Įstojo: 2011-04-11
|
Erroras, taspats kaip ir esu band�s. |
|
|
|
Nepster |
parašyta 2012-09-15 16:10
|

S.Administratorius

Reputacija:
0
Pranešimai: 670
Įstojo: 2007-01-02
|
Infrox para?�:
Erroras, taspats kaip ir esu band�s.
Redagavau savo zinute is naujo pabandyk koda pagal ideja viskas ten teisingai gal kur kitur problema |
|
|
|
Infrox |
parašyta 2012-09-15 16:18
|

Apšylantis

Reputacija:
0
Pranešimai: 71
Įstojo: 2011-04-11
|
Taspats ?�das... |
|
|
|
Nepster |
parašyta 2012-09-15 16:25
|

S.Administratorius

Reputacija:
0
Pranešimai: 670
Įstojo: 2007-01-02
|
Koks error? |
|
|
|
Infrox |
parašyta 2012-09-15 16:26
|

Apšylantis

Reputacija:
0
Pranešimai: 71
Įstojo: 2011-04-11
|
Na tada tiek jau to, turiu kit� b�d�. Reikia embedinti:
GeSHi: HTML<embed width="335" height="50" src="/flash/Shoutcast.swf?serverHost=s16.myradiostream.com&serverPort=5612" quality="high" pluginspage="http://www.adobe.com/go/getflashplayer" align="middle" play="true" loop="true" scale="showall" wmode="transparent" devicefont="false" bgcolor="#ffffff" name="Shoutcast" menu="true" allowfullscreen="false" allowscriptaccess="sameDomain" salign="" type="application/x-shockwave-flash">
Parsed in 0.002 seconds, using GeSHi 1.0.8.10
Bet ka?kod�l vietoj to playerio nerodo nieko.
Redagavo tabux 2016-11-15 13:15 |
|
|
|
Wyciokazz |
parašyta 2012-09-15 16:37
|

Administratorius

Reputacija:
1
Pranešimai: 2108
Įstojo: 2008-02-27
|
Per source paziurek ar randa ta player jauciu jo net neranda.
Kam kurti tai kas jau sukurta.
Nesu ekstrasensas ar dar koks čigonas tad iš nieko negaliu suprast kur bėda.
[img]http://27.media.tumblr.com/tumblr_m3hdwudgjG1rteofuo1_500.gif[/img] |
|
|
|
Infrox |
parašyta 2012-09-15 18:46
|

Apšylantis

Reputacija:
0
Pranešimai: 71
Įstojo: 2011-04-11
|
Kaip t� padaryt? |
|
|
|
Wyciokazz |
parašyta 2012-09-15 19:15
|

Administratorius

Reputacija:
1
Pranešimai: 2108
Įstojo: 2008-02-27
|
ctrl+u susirask ta koda ir matysi ta player linka megink ant jo paspaust ir turetu atidaryt linka ir jame matytis ar matosi ar ne patariu naudok chrome narsykle.
Kam kurti tai kas jau sukurta.
Nesu ekstrasensas ar dar koks čigonas tad iš nieko negaliu suprast kur bėda.
[img]http://27.media.tumblr.com/tumblr_m3hdwudgjG1rteofuo1_500.gif[/img] |
|
|
|
Infrox |
parašyta 2012-09-16 08:40
|

Apšylantis

Reputacija:
0
Pranešimai: 71
Įstojo: 2011-04-11
|
Ne, nesimato... Ka?kur blog� kod� �ved?iau turb�t...
Susitvarkiau, bet turiu kit� b�d�. Ten kur vir?uje prie eterio rodo dain� ir ji va?iuoja, bet nedava?iuoja iki galo, pus� dainos parodo ir v�l nukelia � prad?i�. Kodas:
GeSHi: HTML<span style='font-family: tahoma; font-size: 11px; color: #000000; padding-left: 15px;'><MARQUEE width='140' scrolldelay='100'>%daina </MARQUEE></span>
Parsed in 0.002 seconds, using GeSHi 1.0.8.10
Redagavo tabux 2016-11-15 13:16 |
|
|
|
tabux |
parašyta 2012-09-16 09:31
|

S.Administratorius

Reputacija:
0
Pranešimai: 1009
Įstojo: 2008-10-16
|
MARQUEE width='140' keisk dydi i koki tau reikia |
|
|
|
Infrox |
parašyta 2012-09-16 09:42
|

Apšylantis

Reputacija:
0
Pranešimai: 71
Įstojo: 2011-04-11
|
Tada i?tempia vis� t� langel� per kur� eina daina
O jei j� visai nuemu t� "width" tai tada visas perva?iuoja, bet pradeda ne nuo ten kur reikia.
Redagavo Infrox 2012-09-16 09:49 |
|
|