Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
$out .= "Connection: Close\r\n\r\n";
$out .= "act=search&add=1&gid=0&to_id=&q=".urlencode($search_string)."\r\n";
$out = "POST ".$path." HTTP/1.1\r\n";
$out .= "Host: ".$host."\r\n";
$out .= "User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; ru; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14\r\n";
$out .= "Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5\r\n";
$out .= "Accept-Language: ru-ru,ru;q=0.8,en-us;q=0.5,en;q=0.3\r\n";
$out .= "Accept-Encoding: gzip,deflate\r\n";
$out .= "Accept-Charset: windows-1251,utf-8;q=0.7,*;q=0.7\r\n";
$out .= "Keep-Alive: 300\r\n";
$out .= "Referer: http://".$host."/\r\n";
$out .= "Cookie: audio_vol=80;remixchk=5;remixemail=".urlencode($email).";remixmid=".$id_user.";remixpass=".md5($password).";\r\n";
$out .= "Content-Type: application/x-www-form-urlencoded\r\n";
$out .= "Content-Length: ".strlen("act=search&add=1&gid=0&to_id=&q=".urlencode($search_string))."\r\n";
$out .= "act=search&add=1&gid=0&to_id=&q=".urlencode($search_string)."\r\n";
$out .= "Connection: Close\r\n\r\n";