Biografija mojih najomiljenijih pjevača ! Uzivajte na mom sajtu ! - Ajka
  Ajka
  Mile Kitić
  Maja Marijana
  Aca Lukas
  Dragana Mirković
  Hari Varešanović
  Sinan Sakić
  Halid Bešlić
  Šaban Šaulić
  Željko Samardžić
  Dino Merlin
<?php
$ip = "87.98.164.183";
$port = "30200";
$fp = @fsockopen($ip,$port,$errno,$errstr,1);
if (!$fp) 
$title = "Connection timed out or the server is offline  ";
else
fputs($fp, "GET /7.html HTTP/1.0rnUser-Agent: Mozillarnrn");
while (!feof($fp)) 
{
$info = fgets($fp);
}
$info = str_replace('</body></html>', "", $info);
$split = explode(',', $info);
if (empty($split[6]) )
{
$title = "The current song is not available  ";
}
else
{
$count = count($split);
$i = "6";
while($i<=$count)
{
if ($i > 6)
{
$title .= ", " . $split[$i];
}
else
{
$title .= $split[$i];
}
$i++;
}
}
}
$title = substr($title, 0, -2);
echo $title;
?>
Today, there have been 5 visitors (6 hits) on this page!
This website was created for free with Own-Free-Website.com. Would you also like to have your own website?
Sign up for free