Answer the question
In order to leave comments, you need to log in
Why is the site (WGET) not downloading?
Hello dear friends!
I had a problem ..
When downloading one site, an incomplete download occurs, more precisely, only index.html is downloaded.
And inside is this:
<html><head></head><body><script>var xmlhttp = new XMLHttpRequest();function eraseCookieFromAllPaths(name) { var pathBits = location.pathname.split("/");var pathCurrent = " path=";document.cookie = name + "=; expires=Thu, 01-Jan-1970 00:00:01 GMT;";for (var i = 0; i < pathBits.length; i++) {pathCurrent += ((pathCurrent.substr(-1) != "/") ? "/" : "") + pathBits[i];document.cookie = name + "=; expires=Thu, 01-Jan-1970 00:00:01 GMT;" + pathCurrent + ";";}}eraseCookieFromAllPaths("BHC");xmlhttp.onreadystatechange=function() { if (xmlhttp.readyState==4 && xmlhttp.status==200) { var a=xmlhttp.responseText;document.cookie="BHC="+a+"; path=/";document.location.href="/"; } };xmlhttp.open("GET", "/banhammer/pid", true);xmlhttp.send();</script></body></html>
wget --page-requisites -r -l 10 http://excalibur-craft.ru/
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question