Pagina 1 di 2 1 2 ultimoultimo
Visualizzazione dei risultati da 1 a 10 su 12

Discussione: Ricavare parte stringa

  1. #1

    Ricavare parte stringa

    Sto realizzando uno script per prendere il titolo della canzone da una radio, sono riuscito a prendere il titolo della canzone ma oltre al titolo mi prende altro.



    Come si vede il titolo è quello in grassetto ma vorrei far scomparire la barra grigia, come devo fare?

  2. #2
    ehm...prendi solo il titolo...si vede che il tuo script non è tarato bene :P
    IP-PBX management: http://www.easypbx.it

    Old account: 2126 messages
    Oldest account: 3559 messages

  3. #3

  4. #4
    Utente di HTML.it L'avatar di .Kurt
    Registrato dal
    Jul 2007
    Messaggi
    654
    e come possiamo risponderti?

  5. #5
    Come dice Kurt se non posti il codice php che usi è impossibile aiutarti...metti lo script così possiamo darti una mano

  6. #6
    è fatto male, è solo una bozza

    Codice PHP:
    ini_set("user_agent""Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)");

    $pag file_get_contents('###');

    $st strstr($pag'Current Song:');

    $ar explode(':'$st);


    echo 
    $ar[1]; // l immagine che vedi viene da qua
    $tes $ar[1]; 

  7. #7
    Utente di HTML.it L'avatar di .Kurt
    Registrato dal
    Jul 2007
    Messaggi
    654
    serve anche il contenuto di $pag (o anche un esempio generico), e per sicurezza anche quale parte di esso si desidera recuperare

  8. #8
    La pagina web è questa

    voglio prendere il valore di "Current Song"

  9. #9
    TEcno, codice codice non immagini... fatti una echo di $pag e postaci quello che c'è scritto (html) non l'immaginina
    IP-PBX management: http://www.easypbx.it

    Old account: 2126 messages
    Oldest account: 3559 messages

  10. #10
    Il codice html è questo
    Codice PHP:
    <HTML>
    <
    HEAD>
    <
    meta http-equiv="Content-Language" content="en-us">
    <
    meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <
    meta http-equiv="Pragma" content="no-cache">
    <
    meta http-equiv="Expires" content="Mon, 01 Jan 1990 12:00:00 GMT">
    <
    title>SHOUTcast Administrator</title>
    <
    style type="text/css">
    <!--
    a:link {colorbluefont-family:ArialHelveticafont-size:9pt;}
    a:visited {colorbluefont-family:ArialHelveticafont-size:9pt;}
    a:hover {colorredfont-family:ArialHelveticafont-size:9pt; }
    .default {
    colorWhitefont-family:ArialHelveticafont-size:9ptfont-weightnormal}
    .
    ST {colorWhitefont-family:ArialHelveticafont-size:8ptfont-weightnormal}
    .
    logoText {colorredfont-familyArial BlackHelveticasans-seriffont-size25ptfont-weightnormalletter-spacing : -2.5px;}
    .
    flagText {colorbluefont-familywebdingsfont-size36ptfont-weightnormal; }
    .
    ltv {colorbluefont-familyArialHelveticasans-seriffont-size9ptfont-weightnormal;}
    .
    tnl {colorblackfont-familyArialHelveticasans-seriffont-size10ptfont-weightboldtext-decorationnone;}
    -->
    </
    style>
    </
    HEAD>
    <
    BODY topmargin=0 leftmargin=0 marginheight=0 marginwidth=0 bgcolor=#000000 text=#EEEEEE link=#001155 vlink=#001155 alink=#FF0000>
    <font class=default>
    <
    table width=100border=0 cellpadding=0 cellspacing=0>
    <
    tr>
    <
    td height=50>
    <
    font class=flagText>U</font>
    <
    font class=logoText>SHOUTcast D.N.A.SStatus</font>
    </
    td></tr><tr>
    <
    td height=14 align=right><font class=ltv>
    [
    url="http://www.shoutcast.com/"]SHOUTcast Server Version 1.9.5/Linux[/url]</font>
    </
    td></tr><tr>
    <
    td bgcolor=#DDDDDD height=20 align=center>
    <table width=100border=0 cellpadding=0 cellspacing=0><tr>
    <
    td align=center>
    <
    font class=tnl>
    [
    url="index.html"]Status[/url]
    </
    font>
    </
    td>
    <
    td align=center>
    <
    font class=tnl>|</font>
    </
    td>
    <
    td align=center>
    <
    font class=tnl>
    [
    url="played.html"]Song History[/url]
    </
    font>
    </
    td>
    <
    td align=center>
    <
    font class=tnl>|</font>
    </
    td>
    <
    td align=center>
    <
    font class=tnl>
    [
    url="listen.pls"]Listen[/url]
    </
    font>
    </
    td>
    <
    td align=center>
    <
    font class=tnl>|</font>
    </
    td>
    <
    td align=center>
    <
    font class=tnl>
    [
    url="home.html"]Stream URL[/url]
    </
    font>
    </
    td>
    <
    td align=center>
    <
    font class=tnl>|</font>
    </
    td>
    <
    td align=center>
    <
    font class=tnl>
    [
    url="admin.cgi"]Admin Login[/url]
    </
    font>
    </
    td>
    </
    tr>
    </
    table>
    </
    td>
    </
    tr>
    </
    table>


    <
    table cellpadding=5 cellspacing=0 border=0 width=100%>
    <
    tr>
    <
    td bgcolor=#000025 colspan=2 align=center>
    <font class=ST>Current Stream Information</font>
    </
    td>
    </
    tr>
    </
    table>
    <
    table cellpadding=2 cellspacing=0 border=0 align=center>
    <
    tr>
    <
    td width=100 nowrap>
    <
    font class=default>Server Status: </font>
    </
    td>
    <
    td>
    <
    font class=default>[b]Server is currently up and public.[/b]</td>
    </
    tr>
    <
    tr>
    <
    td width=100 nowrap>
    <
    font class=default>Stream Status: </font>
    </
    td>
    <
    td>
    <
    font class=default>
    [
    b]Stream is up at 128 kbps with [B]314 of 1000 listeners (313 unique)[/b][/b]
    </
    td>
    </
    tr>
    <
    tr>
    <
    td width=100 nowrap>
    <
    font class=default>Listener Peak: </font>
    </
    td>
    <
    td>
    <
    font class=default>
    [
    b]325[/b]
    </
    td>
    </
    tr>
    <
    tr>
    <
    td width=100 nowrap>
    <
    font class=default>Average Listen Time: </font>
    </
    td>
    <
    td>
    <
    font class=default>
    [
    b]7h24m40s[/b]
    </
    td>
    </
    tr>
    <
    tr>
    <
    td width=100 nowrap>
    <
    font class=default>Stream Title: </font>
    </
    td>
    <
    td>
    <
    font class=default>
    [
    b]TITOLO RADIO[/b]
    </
    td>
    </
    tr>
    <
    tr>
    <
    td width=100 nowrap>
    <
    font class=default>Content Type: </font>
    </
    td>
    <
    td>
    <
    font class=default>
    [
    b]audio/mpeg[/b]
    </
    td>
    </
    tr>
    <
    tr>
    <
    td width=100 nowrap>
    <
    font class=default>Stream Genre: </font>
    </
    td>
    <
    td>
    <
    font class=default>
    [
    b]Top 40 Dance Pop Rock[/b]
    </
    td>
    </
    tr>
    <
    tr>
    <
    td width=100 nowrap>
    <
    font class=default>Stream URL: </font>
    </
    td>
    <
    td>
    <
    font class=default>
    [
    b]
    [
    url="####"]URL RADIO[/url]
    [/
    b]
    </
    td>
    </
    tr>
    <
    tr>
    <
    td width=100 nowrap>
    <
    font class=default>Stream AIM: </font>
    </
    td>
    <
    td>
    <
    font class=default>
    [
    b]
    [
    url="aim:goim?screenname=N/A"]N/A[/url]
    [/
    b]
    </
    td>
    </
    tr>
    <
    tr>
    <
    td width=100 nowrap>
    <
    font class=default>Stream IRC: </font>
    </
    td>
    <
    td>
    <
    font class=default>
    [
    b]
    [
    url="http://www.shoutcast.com/chat.phtml?dc=N%2FA"]N/A[/url]
    [/
    b]
    </
    td>
    </
    tr>
    <
    tr>
    <
    td width=100 nowrap>
    <
    font class=default>Current Song: </font>
    </
    td>
    <
    td>
    <
    font class=default>
    [
    b]Owl City Carly Rae Jepsen Good time[/b]
    </
    td>
    </
    tr>
    </
    table>


    <
    table cellpadding=0 cellspacing=0 border=0 width=100%> 
    <
    tr>
    <
    td bgcolor="#DDDDDD" nowrap colspan=5 align=center>
    <
    table cellspacing=0 cellpadding=0 border=0>
    <
    tr>
    <
    td>
    <
    font class=ltv>Written by Stephen Tag LoomisTom Pepper and Justin Frankel</font>
    </
    td>
    </
    tr>
    </
    table>
    </
    td>
    </
    tr>
    <
    tr>
    <
    td nowrap colspan=5 align=center>
    <
    font class=ST>
    [
    b]
    [
    url="http://www.shoutcast.com/disclaimer.phtml"]Copyright Nullsoft Inc[/url]
    [
    url="/llamacookie"].[/url1998-2004[/b]
    </
    font>
    </
    td>
    </
    tr>
    </
    table>
    </
    font>
    </
    body>
    </
    html

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.