Mam problem z historię muzyki dostaje takie błędy.
Warning: preg_replace(): No ending delimiter '.' found in /home/twojhost/public_html/panel.radiowy/lista.php on line 34
Warning: preg_replace(): Unknown modifier '.' in /home/twojhost/public_html/panel.radiowy/lista.php on line 36
Warning: preg_replace(): No ending delimiter '.' found in /home/twojhost/public_html/panel.radiowy/lista.php on line 34
Warning: preg_replace(): Unknown modifier '.' in /home/twojhost/public_html/panel.radiowy/lista.php on line 36
Warning: preg_replace(): No ending delimiter '.' found in /home/twojhost/public_html/panel.radiowy/lista.php on line 46
Warning: preg_replace(): Unknown modifier '.' in /home/twojhost/public_html/panel.radiowy/lista.php on line 47
A tak wygląda skrypt
// KONFIGURACJE $config['ip'] = ""; // podajemy ip lub host serwera $config['port'] = "8000"; // podajemy port serwera $config['haslo'] = ""; // podajemy haslo do nadawania na serwer shoutcast // KONIEC KONFIGURACJII /*===============================================================================
==*/ if (!$scfp) { echo '<font face="Verdana" size="2" color="#000000"><b>Docelowy serwer SHOUTcast jest wyłączony!</b></font>'; } else { fputs($scfp,"GET /admin.cgi?pass=$config[haslo]&mode=viewxml HTTP/1.0\r\nUser-Agent: SHOUTcast Song Status (Mozilla Compatible)\r\n\r\n"); { } $y=0; while($loop[$y]!='') { if ($loop[$y]==SERVERGENRE || $loop[$y]==SERVERTITLE || $loop[$y]==SONGTITLE) { } $y++; } $r=1; while($songatime[$r]!="") { $t=$r-1; $r++; } $skroc = '50'; echo'<table cellspacing="0" cellpadding="0" background="http://eradia.pl/files/user/scsong.jpg" border="0" width="442"> <tr> <td valign="top" height="0"> <font face="Verdana" size="2" color="#000000"> <p style="margin-top: 7; margin-bottom: 0"> <b>Leciało:</b></p> <center><p style="margin-top: 4; margin-bottom: 2"><small style="color: #cc3300">Skrypt pobrany z <a target="_blank" href="http://eradia.pl" title="eRadia.pl - Porady dla radia"><font face="Verdana" color="#cc3300"><b>eRadia.pl Porady dla radia</b></font></a>, modified by <a target="_blank" href="http://eradia.pl" title="eRadia.pl - Porady dla radia"><font face="Verdana" color="#cc3300"><b>Novik</b></a></font></small></p></center> </font> </td> </tr> </table>'; }
Chodzi o kropkę na końcu ale nie wiem o co chodzi.
Proszę o pomoc