
Mam taki link:
echo '<iframe src=http://'.$row['ip'].':'.$row['port'].'/admin.cgi?mode=updinfo&pass='.$row['haslo'].'&song='.$tekst.'></iframe><br />';
Pozdrawiam,
echo '<iframe src=http://'.$row['ip'].':'.$row['port'].'/admin.cgi?mode=updinfo&pass='.$row['haslo'].'&song='.$tekst.'></iframe><br />';
function geturl($url){ $curl = curl_init(); curl_setopt($curl, CURLOPT_URL, $url); curl_setopt($curl, CURLOPT_USERAGENT, 'Googlebot/2.1 (+http://www.google.com/bot.html)'); curl_setopt($curl, CURLOPT_REFERER, 'http://www.google.com'); curl_setopt($curl, CURLOPT_AUTOREFERER, true); curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1); curl_setopt($curl, CURLOPT_TIMEOUT, 10); $html = curl_exec($curl); curl_close($curl); return $html; } $url='http://'.$row['ip'].':'.$row['port'].'/admin.cgi?mode=updinfo&pass='.$row['haslo'].'&song='.$tekst;