Pradinis
Pagalba
Užsisakyk!
- Reklamą
- Hostingą
- El. pašto dėžutę
Užsisakyk!
Įrankiai
Pasidalink
- Visos temos
Forumas | PHP-Fusion, WordPress, Shopify, PHP ir MySQL (PROGRAMAVIMAS) | Žaliems |
Autorius: Narko | Peržiūrų: 2182 |
Narko Narys Spalvotas Pranešimai: 66 Įstojęs: 2008 Sau. 15 18:01:18 | |
Sveiki.... Iskilo problema.... :| Radau tokia grazia Eterio panele stai foto: http://triumas.xz.lt/Rad.gif Ir nusprandziau pats tokia pasidaryti bet kai as idejau koda stai kaip pas mane atrodo: http://www.ipix.lt/out.php/i3646... :( Stai kodas: opensidex("Mūsų radija","on"); Gal kas gali padaryt kad atrodytu kaip ta panele? :( Nes as nieko nekertu :(:(:( www.taubeda.wu.lt Redagavo Rytis 2008 Vas. 23 14:02:16 |
|
Narys Antras po Dievo Pranešimai: 4956 Įstojęs: 2007 Spa. 26 20:10:01 | |
Išsaugoti ir ijunkti bandei? Rules: 21 & 22 Read first! |
|
Rytis Narys Tankas Pranešimai: 2258 Įstojęs: 2006 Sau. 13 17:01:49 | |
Taigi ši panelė pritaikyta rodymui šone. Išsaugok ir įjunk, rodys normaliai. |
|
Narys Antras po Dievo Pranešimai: 4956 Įstojęs: 2007 Spa. 26 20:10:01 | |
Duok savo visa koda... Rules: 21 & 22 Read first! |
|
Narko Narys Spalvotas Pranešimai: 66 Įstojęs: 2008 Sau. 15 18:01:18 | |
Joa issaugojau ir idejau toks pat didis.... Va mano dabartinis kodas ir kaip atrodo: http://www.ipix.lt/out.php/i3648... opensidex("Hitfm Radijas:","on"); $station_name = "HITFM"; $refresh = "0"; // Page refresh time in seconds. Put 0 for no refresh $timeout = "5"; // Number of seconds before connecton times out - a higher value will slow the page down if any servers are offline // Note: dont include http:// // Main server: The song title will be taken from this server $ip[1] = "beta.shoutcast.lt"; $port[1] = "8010"; $servers = count($ip); ?> <?php $i = "1"; while($i<=$servers) { $fp = @fsockopen($ip[$i],$port[$i],$errno,$errstr,$timeout); if (!$fp) { $listeners[$i] = "0"; $msg[$i] = "<br><span class=\"red\">Radijas neveikia!</span>"; $error[$i] = "1"; } else { fputs($fp, "GET /7.html HTTP/1.0\r\nUser-Agent: Mozilla\r\n\r\n"); while (!feof($fp)) { $info = fgets($fp); } $info = str_replace('<HTML><meta http-equiv="Pragma" content="no-cache"></head><body>', "", $info); $info = str_replace('</body></html>', "", $info); $stats = explode(',', $info); if (empty($stats[1]) ) { $listeners[$i] = "0"; $msg[$i] = "<span class=\"red\">Netransliuojama!</span>"; $error[$i] = "1"; } else { if ($stats[1] == "1") { $song[$i] = $stats[6]; $listeners[$i] = $stats[0]; $max[$i] = $stats[3]; $bitrate[$i] = $stats[5]; $peak[$i] = $stats[2]; if ($stats[0] == $max[$i]) { $msg[$i] .= "<span class=\"red\">"; } else { echo "<center><a href='http://hitfm.lt'><img src=http://hitfm.lt/images/djs/Serveris.gif style='margin:5px;' alt='DJ '></a></center>"; echo "</div>\n"; echo "Eteryje: <b>Serveris</b>"; } $msg[$i] .= "Stotis translioja Stereo <br>Drauge klausosi $listeners[$i] iš $max[$i] "; if ($stats[0] == $max[$i]) { $msg[$i] .= "</span>"; } $msg[$i] .= "\n <p><b>Daugiausia klausytojų-</b> $peak[$i]"; } else { $listeners[$i] = "0"; $msg[$i] = " <span class=\"red\">Stotis IŠJUNGTA!</span>"; $error[$i] = "1"; } } } $i++; } $total_listeners = array_sum($listeners) ; print "<div id=\"blu\">\n <div style=\"text-align: left;\">\n <h8> Unikalių klausytojų - <b>$total_listeners </b></h8>\n </div>\n</div>\n<div>\n <div>\n <p><MARQUEE Scrollamount=2 width='50%'><b>Dabar groja:</b> $song[1]</p>\n </div>\n</div>\n<div>\n</MARQUEE>"; $i = "1"; while($i<=$servers) { print " <div>\n"; if ($max[$i] > 0) { $percentage = round(($listeners[$i] / $max[$i] * 100)); $timesby = ( 300 / $max[$i]); $barlength = round(($listeners[$i] * "$timesby")); } if ($error[$i] != "1") { ?> <table width="50%" border="0" cellspacing="0" cellpadding="0"> <tr> <small>Serverio naudojimas- <?php print $percentage; ?>%</small><br><br> <td width="100%" colspan="100%" bgcolor="#00D0E0"><img src="<?php if ($percentage == "100") { print "red-"; } ?>http://triumas.xz.lt/infusions/Eterio_info_panel/bar.gif" width="<?php print $barlength ?>" height="15" alt=""></td> </tr> <tr> <td width="0%">0%</td> <td width="50%" align="right">100%</td> </tr> </table> <?php } else { ?> <?php } print " <p><b>Statusas:</b> $msg[$i]</p>\n </div>\n <div class=\"line\"> </div>\n"; $i++; } print "</div>\n"; ?> <? closesidex(); www.taubeda.wu.lt Redagavo bad_user 2008 Vas. 23 14:02:28 |
|
mXt Narys Viršesnis už Dievą Pranešimai: 5775 Įstojęs: 2006 Bir. 9 16:06:09 | |
Visur uzpaisei viska, o adress bare ir pamirsai ex best admin! |
Peršokti į forumą: |