Answer the question
In order to leave comments, you need to log in
How to log in to lostfilm.tv?
On the site lostfilm, nuclear authorization failed to understand, catch and reproduce the correct sequence of receiving and sending cookies. I searched the entire Internet, all options do not work, and there are also many people who simply could not solve this problem. Maybe someone already has a working experience or someone could specifically help with the code?
Answer the question
In order to leave comments, you need to log in
function download($link) {
$opts = [
'http' => [
'method' => "GET",
'header' => "Cookie: uid=XXXXXX; pass=YYYYYYYYYYYYYYYYYYYYYYYYY"
]
];
$context = stream_context_create($opts);
return file_get_contents($link, false, $context);
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question